1 7 1 Makefile 1 Vagrantfile 1 _bin 1 _build 1 _chroot 1 _deps 1 _devbuild 1 _tmp 1 asdl 1 benchmarks 1 bin 1 build 1 configure 1 core 1 demo 1 devtools 1 doc 1 gold 1 install 1 md 1 mk 1 native 1 oil 1 opy 1 osh 1 ovm 1 py 1 scripts 1 sh 2 so 1 spec 1 test 1 testdata 1 tools 8 txt 1 web pipe_status: [0, 0, 0, 0] .INSTALL LICENSE Makefile NOTES Python-2 README TODO Vagrantfile __init__ _bin EEETue Aug 14 18:07:24 PDT 2018 date returned 0date returned 0 date returned 0 Unexpected error in execvpe('does-not-exist', ['does-not-exist'], ...): [Errno 2] No such file or directory Unexpected error in execvpe('does-not-exist', ['does-not-exist'], ...): [Errno 2] No such file or directory EUnexpected error in execvpe('does-not-exist', ['does-not-exist'], ...): [Errno 2] No such file or directory EEF ====================================================================== ERROR: testPipeline2 (__main__.ProcessTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "core/process_test.py", line 129, in testPipeline2 print(p.Run(_WAITER)) File "/home/andy/git/oilshell/oil/core/process.py", line 558, in Run self.Start(waiter) File "/home/andy/git/oilshell/oil/core/process.py", line 535, in Start pid = proc.Start() File "/home/andy/git/oilshell/oil/core/process.py", line 449, in Start self.thunk.Run() File "/home/andy/git/oilshell/oil/core/process.py", line 354, in Run status = self.ex.Execute(self.node, fork_external=False) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 1235, in Execute status, _ = self.ExecuteAndCatch(node, fork_external=fork_external) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 1193, in ExecuteAndCatch status = self._Execute(node, fork_external=fork_external) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 1165, in _Execute status, check_errexit = self._Dispatch(node, fork_external) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 708, in _Dispatch self._SetSourceLocation(span_id) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 649, in _SetSourceLocation line_span = self.arena.GetLineSpan(span_id) File "/home/andy/git/oilshell/oil/core/alloc.py", line 105, in GetLineSpan return self.spans[span_id] TypeError: list indices must be integers, not NoneType ====================================================================== ERROR: testProcess (__main__.ProcessTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "core/process_test.py", line 76, in testProcess print(p.Run(_WAITER)) File "/home/andy/git/oilshell/oil/core/process.py", line 477, in Run self.Start() File "/home/andy/git/oilshell/oil/core/process.py", line 449, in Start self.thunk.Run() File "/home/andy/git/oilshell/oil/core/process.py", line 339, in Run ExecExternalProgram(self.argv, self.environ) File "/home/andy/git/oilshell/oil/core/process.py", line 324, in ExecExternalProgram sys.exit(127) SystemExit: 127 ====================================================================== FAIL: testStdinRedirect (__main__.ProcessTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "core/process_test.py", line 60, in testStdinRedirect self.assertEqual('one\n', line2) AssertionError: 'one\n' != '' ---------------------------------------------------------------------- Ran 4 tests in 0.008s FAILED (failures=1, errors=2) .. ====================================================================== ====================================================================== ERROR: testPipeline2 (__main__.ProcessTest) ---------------------------------------------------------------------- ERROR: testPipeline2 (__main__.ProcessTest)Traceback (most recent call last): File "core/process_test.py", line 129, in testPipeline2 print(p.Run(_WAITER)) File "/home/andy/git/oilshell/oil/core/process.py", line 558, in Run self.Start(waiter) File "/home/andy/git/oilshell/oil/core/process.py", line 535, in Start pid = proc.Start() File "/home/andy/git/oilshell/oil/core/process.py", line 449, in Start self.thunk.Run() File "/home/andy/git/oilshell/oil/core/process.py", line 354, in Run status = self.ex.Execute(self.node, fork_external=False) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 1235, in Execute status, _ = self.ExecuteAndCatch(node, fork_external=fork_external) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 1193, in ExecuteAndCatch status = self._Execute(node, fork_external=fork_external) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 1165, in _Execute status, check_errexit = self._Dispatch(node, fork_external) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 708, in _Dispatch self._SetSourceLocation(span_id) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 649, in _SetSourceLocation line_span = self.arena.GetLineSpan(span_id) File "/home/andy/git/oilshell/oil/core/alloc.py", line 105, in GetLineSpan return self.spans[span_id] TypeError: list indices must be integers, not NoneType ----------------------------------------------------------------------====================================================================== Traceback (most recent call last): File "core/process_test.py", line 129, in testPipeline2 print(p.Run(_WAITER)) File "/home/andy/git/oilshell/oil/core/process.py", line 558, in Run self.Start(waiter) File "/home/andy/git/oilshell/oil/core/process.py", line 535, in Start pid = proc.Start() File "/home/andy/git/oilshell/oil/core/process.py", line 449, in Start self.thunk.Run() File "/home/andy/git/oilshell/oil/core/process.py", line 354, in Run status = self.ex.Execute(self.node, fork_external=False) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 1235, in Execute status, _ = self.ExecuteAndCatch(node, fork_external=fork_external) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 1193, in ExecuteAndCatch status = self._Execute(node, fork_external=fork_external) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 1165, in _Execute status, check_errexit = self._Dispatch(node, fork_external) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 708, in _Dispatch self._SetSourceLocation(span_id) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 649, in _SetSourceLocation line_span = self.arena.GetLineSpan(span_id) File "/home/andy/git/oilshell/oil/core/alloc.py", line 105, in GetLineSpan return self.spans[span_id] TypeError: list indices must be integers, not NoneType ERROR: testProcess (__main__.ProcessTest)====================================================================== ---------------------------------------------------------------------- ERROR: testProcess (__main__.ProcessTest)Traceback (most recent call last): File "core/process_test.py", line 76, in testProcess print(p.Run(_WAITER)) File "/home/andy/git/oilshell/oil/core/process.py", line 477, in Run self.Start() File "/home/andy/git/oilshell/oil/core/process.py", line 449, in Start self.thunk.Run() File "/home/andy/git/oilshell/oil/core/process.py", line 339, in Run ExecExternalProgram(self.argv, self.environ) File "/home/andy/git/oilshell/oil/core/process.py", line 324, in ExecExternalProgram sys.exit(127) SystemExit: 127 ---------------------------------------------------------------------- Traceback (most recent call last): File "core/process_test.py", line 76, in testProcess print(p.Run(_WAITER)) File "/home/andy/git/oilshell/oil/core/process.py", line 477, in Run self.Start() File "/home/andy/git/oilshell/oil/core/process.py", line 449, in Start self.thunk.Run() File "/home/andy/git/oilshell/oil/core/process.py", line 339, in Run ExecExternalProgram(self.argv, self.environ) File "/home/andy/git/oilshell/oil/core/process.py", line 324, in ExecExternalProgram sys.exit(127) SystemExit: 127 ---------------------------------------------------------------------- ---------------------------------------------------------------------- Ran 4 tests in 0.012s Ran 4 tests in 0.012s FAILEDFAILED (errors=2) (errors=2) ('BEFORE', ['0', '1', '2', '3', '10']) ('AFTER', ['0', '1', '2', '3', '10']) ------------------------------------------------------------ ls | cut -d . -f 1 | head [0, 0, 0] ('FDS BEFORE', ['0', '1', '2', '3', '10']) ------------------------------------------------------------ date ------------------------------------------------------------ does-not-exist .. ====================================================================== ERROR: testPipeline2 (__main__.ProcessTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "core/process_test.py", line 129, in testPipeline2 print(p.Run(_WAITER)) File "/home/andy/git/oilshell/oil/core/process.py", line 558, in Run self.Start(waiter) File "/home/andy/git/oilshell/oil/core/process.py", line 535, in Start pid = proc.Start() File "/home/andy/git/oilshell/oil/core/process.py", line 449, in Start self.thunk.Run() File "/home/andy/git/oilshell/oil/core/process.py", line 354, in Run status = self.ex.Execute(self.node, fork_external=False) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 1235, in Execute status, _ = self.ExecuteAndCatch(node, fork_external=fork_external) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 1193, in ExecuteAndCatch status = self._Execute(node, fork_external=fork_external) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 1165, in _Execute status, check_errexit = self._Dispatch(node, fork_external) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 708, in _Dispatch self._SetSourceLocation(span_id) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 649, in _SetSourceLocation line_span = self.arena.GetLineSpan(span_id) File "/home/andy/git/oilshell/oil/core/alloc.py", line 105, in GetLineSpan return self.spans[span_id] TypeError: list indices must be integers, not NoneType ---------------------------------------------------------------------- Ran 4 tests in 0.017s FAILED (errors=1) .. ====================================================================== ERROR: testPipeline2 (__main__.ProcessTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "core/process_test.py", line 129, in testPipeline2 print(p.Run(_WAITER)) File "/home/andy/git/oilshell/oil/core/process.py", line 558, in Run self.Start(waiter) File "/home/andy/git/oilshell/oil/core/process.py", line 535, in Start pid = proc.Start() File "/home/andy/git/oilshell/oil/core/process.py", line 449, in Start self.thunk.Run() File "/home/andy/git/oilshell/oil/core/process.py", line 354, in Run status = self.ex.Execute(self.node, fork_external=False) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 1235, in Execute status, _ = self.ExecuteAndCatch(node, fork_external=fork_external) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 1193, in ExecuteAndCatch status = self._Execute(node, fork_external=fork_external) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 1165, in _Execute status, check_errexit = self._Dispatch(node, fork_external) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 708, in _Dispatch self._SetSourceLocation(span_id) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 649, in _SetSourceLocation line_span = self.arena.GetLineSpan(span_id) File "/home/andy/git/oilshell/oil/core/alloc.py", line 105, in GetLineSpan return self.spans[span_id] TypeError: list indices must be integers, not NoneType ---------------------------------------------------------------------- Ran 4 tests in 0.021s FAILED (errors=1) .. ====================================================================== ERROR: testPipeline2 (__main__.ProcessTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "core/process_test.py", line 129, in testPipeline2 print(p.Run(_WAITER)) File "/home/andy/git/oilshell/oil/core/process.py", line 558, in Run self.Start(waiter) File "/home/andy/git/oilshell/oil/core/process.py", line 535, in Start pid = proc.Start() File "/home/andy/git/oilshell/oil/core/process.py", line 449, in Start self.thunk.Run() File "/home/andy/git/oilshell/oil/core/process.py", line 354, in Run status = self.ex.Execute(self.node, fork_external=False) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 1235, in Execute status, _ = self.ExecuteAndCatch(node, fork_external=fork_external) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 1193, in ExecuteAndCatch status = self._Execute(node, fork_external=fork_external) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 1165, in _Execute status, check_errexit = self._Dispatch(node, fork_external) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 708, in _Dispatch self._SetSourceLocation(span_id) File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 649, in _SetSourceLocation line_span = self.arena.GetLineSpan(span_id) File "/home/andy/git/oilshell/oil/core/alloc.py", line 105, in GetLineSpan return self.spans[span_id] TypeError: list indices must be integers, not NoneType ---------------------------------------------------------------------- Ran 4 tests in 0.023s FAILED (errors=1) ('BEFORE', ['0', '1', '2', '3', '10']) ('AFTER', ['0', '1', '2', '3', '10']) ------------------------------------------------------------ ls | cut -d . -f 1 | head [0, 0, 0] ('FDS BEFORE', ['0', '1', '2', '3', '10']) ------------------------------------------------------------ date ------------------------------------------------------------ does-not-exist 1 ('FDS AFTER', ['0', '1', '2', '3', '10']) .Tue Aug 14 18:07:24 PDT 2018 date returned 0 Unexpected error in execvpe('does-not-exist', ['does-not-exist'], ...): [Errno 2] No such file or directory E. ====================================================================== ERROR: testProcess (__main__.ProcessTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "core/process_test.py", line 76, in testProcess print(p.Run(_WAITER)) File "/home/andy/git/oilshell/oil/core/process.py", line 477, in Run self.Start() File "/home/andy/git/oilshell/oil/core/process.py", line 449, in Start self.thunk.Run() File "/home/andy/git/oilshell/oil/core/process.py", line 339, in Run ExecExternalProgram(self.argv, self.environ) File "/home/andy/git/oilshell/oil/core/process.py", line 324, in ExecExternalProgram sys.exit(127) SystemExit: 127 ---------------------------------------------------------------------- Ran 4 tests in 0.036s FAILED (errors=1) ('BEFORE', ['0', '1', '2', '3', '10']) ('AFTER', ['0', '1', '2', '3', '10']) ------------------------------------------------------------ ls | cut -d . -f 1 | head [0, 0, 0] [1, 1, 1] ('FDS BEFORE', ['0', '1', '2', '3', '10']) ------------------------------------------------------------ date ------------------------------------------------------------ does-not-exist .. ---------------------------------------------------------------------- Ran 4 tests in 0.043s OK ('BEFORE', ['0', '1', '2', '3', '10']) ('AFTER', ['0', '1', '2', '3', '10']) ------------------------------------------------------------ ls | cut -d . -f 1 | head [0, 0, 0] [1, 1, 1] ('FDS BEFORE', ['0', '1', '2', '3', '10']) ------------------------------------------------------------ date ------------------------------------------------------------ does-not-exist 1 ('FDS AFTER', ['0', '1', '2', '3', '10'])