Created
April 7, 2019 06:07
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
ERROR: test_run_hello_workflow_incompatible_0_request_through_stdin (tests.functional.test_cli.TestCliWithHelloWorkflow) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/nix/store/8h7vxyym56zxf03bb3w8dwifr9pv2pan-python2.7-parameterized-0.7.0/lib/python2.7/site-packages/parameterized/parameterized.py", line 518, in standalone_func | |
return func(*(a + p.args), **p.kwargs) | |
File "/build/source/tests/functional/test_cli.py", line 149, in test_run_hello_workflow_incompatible | |
p = subprocess.Popen([self.command_name], env=env, stdin=subprocess.PIPE, stdout=subprocess.PIPE) | |
File "/nix/store/gy3r9y4rvs7rlxm88az4lxqsrr2020f2-python-2.7.15/lib/python2.7/subprocess.py", line 394, in __init__ | |
errread, errwrite) | |
File "/nix/store/gy3r9y4rvs7rlxm88az4lxqsrr2020f2-python-2.7.15/lib/python2.7/subprocess.py", line 1047, in _execute_child | |
raise child_exception | |
OSError: [Errno 2] No such file or directory | |
====================================================================== | |
ERROR: test_run_hello_workflow_incompatible_1_request_through_argument (tests.functional.test_cli.TestCliWithHelloWorkflow) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/nix/store/8h7vxyym56zxf03bb3w8dwifr9pv2pan-python2.7-parameterized-0.7.0/lib/python2.7/site-packages/parameterized/parameterized.py", line 518, in standalone_func | |
return func(*(a + p.args), **p.kwargs) | |
File "/build/source/tests/functional/test_cli.py", line 152, in test_run_hello_workflow_incompatible | |
p = subprocess.Popen([self.command_name, request_json], env=env, stdin=subprocess.PIPE, stdout=subprocess.PIPE) | |
File "/nix/store/gy3r9y4rvs7rlxm88az4lxqsrr2020f2-python-2.7.15/lib/python2.7/subprocess.py", line 394, in __init__ | |
errread, errwrite) | |
File "/nix/store/gy3r9y4rvs7rlxm88az4lxqsrr2020f2-python-2.7.15/lib/python2.7/subprocess.py", line 1047, in _execute_child | |
raise child_exception | |
OSError: [Errno 2] No such file or directory | |
====================================================================== | |
ERROR: test_run_hello_workflow_with_backcompat_0_request_through_stdin (tests.functional.test_cli.TestCliWithHelloWorkflow) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/nix/store/8h7vxyym56zxf03bb3w8dwifr9pv2pan-python2.7-parameterized-0.7.0/lib/python2.7/site-packages/parameterized/parameterized.py", line 518, in standalone_func | |
return func(*(a + p.args), **p.kwargs) | |
File "/build/source/tests/functional/test_cli.py", line 92, in test_run_hello_workflow_with_backcompat | |
p = subprocess.Popen([self.command_name], env=env, stdin=subprocess.PIPE, stdout=subprocess.PIPE) | |
File "/nix/store/gy3r9y4rvs7rlxm88az4lxqsrr2020f2-python-2.7.15/lib/python2.7/subprocess.py", line 394, in __init__ | |
errread, errwrite) | |
File "/nix/store/gy3r9y4rvs7rlxm88az4lxqsrr2020f2-python-2.7.15/lib/python2.7/subprocess.py", line 1047, in _execute_child | |
raise child_exception | |
OSError: [Errno 2] No such file or directory | |
====================================================================== | |
ERROR: test_run_hello_workflow_with_backcompat_1_request_through_argument (tests.functional.test_cli.TestCliWithHelloWorkflow) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/nix/store/8h7vxyym56zxf03bb3w8dwifr9pv2pan-python2.7-parameterized-0.7.0/lib/python2.7/site-packages/parameterized/parameterized.py", line 518, in standalone_func | |
return func(*(a + p.args), **p.kwargs) | |
File "/build/source/tests/functional/test_cli.py", line 95, in test_run_hello_workflow_with_backcompat | |
p = subprocess.Popen([self.command_name, request_json], env=env, stdin=subprocess.PIPE, stdout=subprocess.PIPE) | |
File "/nix/store/gy3r9y4rvs7rlxm88az4lxqsrr2020f2-python-2.7.15/lib/python2.7/subprocess.py", line 394, in __init__ | |
errread, errwrite) | |
File "/nix/store/gy3r9y4rvs7rlxm88az4lxqsrr2020f2-python-2.7.15/lib/python2.7/subprocess.py", line 1047, in _execute_child | |
raise child_exception | |
OSError: [Errno 2] No such file or directory | |
====================================================================== | |
ERROR: test_run_hello_workflow_with_backcompat_2_request_through_stdin (tests.functional.test_cli.TestCliWithHelloWorkflow) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/nix/store/8h7vxyym56zxf03bb3w8dwifr9pv2pan-python2.7-parameterized-0.7.0/lib/python2.7/site-packages/parameterized/parameterized.py", line 518, in standalone_func | |
return func(*(a + p.args), **p.kwargs) | |
File "/build/source/tests/functional/test_cli.py", line 92, in test_run_hello_workflow_with_backcompat | |
p = subprocess.Popen([self.command_name], env=env, stdin=subprocess.PIPE, stdout=subprocess.PIPE) | |
File "/nix/store/gy3r9y4rvs7rlxm88az4lxqsrr2020f2-python-2.7.15/lib/python2.7/subprocess.py", line 394, in __init__ | |
errread, errwrite) | |
File "/nix/store/gy3r9y4rvs7rlxm88az4lxqsrr2020f2-python-2.7.15/lib/python2.7/subprocess.py", line 1047, in _execute_child | |
raise child_exception | |
OSError: [Errno 2] No such file or directory | |
====================================================================== | |
ERROR: test_run_hello_workflow_with_backcompat_3_request_through_argument (tests.functional.test_cli.TestCliWithHelloWorkflow) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/nix/store/8h7vxyym56zxf03bb3w8dwifr9pv2pan-python2.7-parameterized-0.7.0/lib/python2.7/site-packages/parameterized/parameterized.py", line 518, in standalone_func | |
return func(*(a + p.args), **p.kwargs) | |
File "/build/source/tests/functional/test_cli.py", line 95, in test_run_hello_workflow_with_backcompat | |
p = subprocess.Popen([self.command_name, request_json], env=env, stdin=subprocess.PIPE, stdout=subprocess.PIPE) | |
File "/nix/store/gy3r9y4rvs7rlxm88az4lxqsrr2020f2-python-2.7.15/lib/python2.7/subprocess.py", line 394, in __init__ | |
errread, errwrite) | |
File "/nix/store/gy3r9y4rvs7rlxm88az4lxqsrr2020f2-python-2.7.15/lib/python2.7/subprocess.py", line 1047, in _execute_child | |
raise child_exception | |
OSError: [Errno 2] No such file or directory | |
---------------------------------------------------------------------- | |
Ran 205 tests in 0.663s | |
FAILED (errors=6) | |
Test failed: <unittest.runner.TextTestResult run=205 errors=6 failures=0> | |
<module 'aws_lambda_builders.workflows.python_pip.packager' from '/build/source/aws_lambda_builders/workflows/python_pip/packager.py'> | |
error: Test failed: <unittest.runner.TextTestResult run=205 errors=6 failures=0> | |
builder for '/nix/store/p9hdgr2gpk6jci4y0sksz0r167kk1baq-python2.7-aws-lambda-builders-0.2.1.drv' failed with exit code 1 | |
error: build of '/nix/store/p9hdgr2gpk6jci4y0sksz0r167kk1baq-python2.7-aws-lambda-builders-0.2.1.drv' failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment