Skip to content

Console Output

Skipping 978 KB.. Full Log
________ CLITestCase.test_rm_all ____________________________
02:02:30 tests/acceptance/cli_test.py:1397: in test_rm_all
02:02:30     self.assertEqual(len(service.containers(stopped=True)), 0)
02:02:30 E   AssertionError: 1 != 0
02:02:30 ______________ CLITestCase.test_run_detached_connects_to_network _______________
02:02:30 tests/integration/testcases.py:55: in wrapper
02:02:30     return f(self, *args, **kwargs)
02:02:30 tests/acceptance/cli_test.py:1306: in test_run_detached_connects_to_network
02:02:30     assert not aliases
02:02:30 E   AssertionError: assert not set(['app'])
02:02:30 ___________ CLITestCase.test_run_does_not_recreate_linked_containers ___________
02:02:30 tests/acceptance/cli_test.py:1021: in test_run_does_not_recreate_linked_containers
02:02:30     self.dispatch(['run', 'web', '/bin/true'], None)
02:02:30 tests/acceptance/cli_test.py:134: in dispatch
02:02:30     return wait_on_process(proc, returncode=returncode)
02:02:30 tests/acceptance/cli_test.py:53: in wait_on_process
02:02:30     assert proc.returncode == returncode
02:02:30 E   AssertionError: assert 1 == 0
02:02:30 E    +  where 1 = <subprocess.Popen object at 0x7f6606561450>.returncode
02:02:30 _________________ CLITestCase.test_run_env_values_from_system __________________
02:02:30 ../local/lib/python2.7/site-packages/mock/mock.py:1747: in _inner
02:02:30     return f(*args, **kw)
02:02:30 tests/acceptance/cli_test.py:1361: in test_run_env_values_from_system
02:02:30     container = self.project.containers(one_off=OneOffFilter.only, stopped=True)[0]
02:02:30 E   IndexError: list index out of range
02:02:30 _____________________ CLITestCase.test_run_handles_sigint ______________________
02:02:30 tests/acceptance/cli_test.py:1316: in test_run_handles_sigint
02:02:30     'running'))
02:02:30 tests/acceptance/cli_test.py:61: in wait_on_condition
02:02:30     raise AssertionError("Timeout: %s" % condition)
02:02:30 E   AssertionError: Timeout: waiting for container to be running
02:02:30 _____________________ CLITestCase.test_run_handles_sigterm _____________________
02:02:30 tests/acceptance/cli_test.py:1329: in test_run_handles_sigterm
02:02:30     'running'))
02:02:30 tests/acceptance/cli_test.py:61: in wait_on_condition
02:02:30     raise AssertionError("Timeout: %s" % condition)
02:02:30 E   AssertionError: Timeout: waiting for container to be running
02:02:30 _____________ CLITestCase.test_run_interactive_connects_to_network _____________
02:02:30 tests/integration/testcases.py:55: in wrapper
02:02:30     return f(self, *args, **kwargs)
02:02:30 tests/acceptance/cli_test.py:1267: in test_run_interactive_connects_to_network
02:02:30     self.dispatch(['run', 'app', 'nslookup', 'app'])
02:02:30 tests/acceptance/cli_test.py:134: in dispatch
02:02:30     return wait_on_process(proc, returncode=returncode)
02:02:30 tests/acceptance/cli_test.py:53: in wait_on_process
02:02:30     assert proc.returncode == returncode
02:02:30 E   AssertionError: assert 1 == 0
02:02:30 E    +  where 1 = <subprocess.Popen object at 0x7f6606562410>.returncode
02:02:30 __________ CLITestCase.test_run_service_with_compose_file_entrypoint ___________
02:02:30 tests/acceptance/cli_test.py:1071: in test_run_service_with_compose_file_entrypoint
02:02:30     self.dispatch(['run', 'test'])
02:02:30 tests/acceptance/cli_test.py:134: in dispatch
02:02:30     return wait_on_process(proc, returncode=returncode)
02:02:30 tests/acceptance/cli_test.py:53: in wait_on_process
02:02:30     assert proc.returncode == returncode
02:02:30 E   AssertionError: assert 1 == 0
02:02:30 E    +  where 1 = <subprocess.Popen object at 0x7f660655ff90>.returncode
02:02:30 _ CLITestCase.test_run_service_with_compose_file_entrypoint_and_command_overridden _
02:02:30 tests/acceptance/cli_test.py:1086: in test_run_service_with_compose_file_entrypoint_and_command_overridden
02:02:30     container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0]
02:02:30 E   IndexError: list index out of range
02:02:30 _ CLITestCase.test_run_service_with_compose_file_entrypoint_and_empty_string_command _
02:02:30 tests/acceptance/cli_test.py:1093: in test_run_service_with_compose_file_entrypoint_and_empty_string_command
02:02:30     container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0]
02:02:30 E   IndexError: list index out of range
02:02:30 _____ CLITestCase.test_run_service_with_compose_file_entrypoint_overridden _____
02:02:30 tests/acceptance/cli_test.py:1079: in test_run_service_with_compose_file_entrypoint_overridden
02:02:30     container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0]
02:02:30 E   IndexError: list index out of range
02:02:30 ________________ CLITestCase.test_run_service_with_dependencies ________________
02:02:30 tests/integration/testcases.py:55: in wrapper
02:02:30     return f(self, *args, **kwargs)
02:02:30 tests/acceptance/cli_test.py:1001: in test_run_service_with_dependencies
02:02:30     self.dispatch(['run', 'web', '/bin/true'], None)
02:02:30 tests/acceptance/cli_test.py:134: in dispatch
02:02:30     return wait_on_process(proc, returncode=returncode)
02:02:30 tests/acceptance/cli_test.py:53: in wait_on_process
02:02:30     assert proc.returncode == returncode
02:02:30 E   AssertionError: assert 1 == 0
02:02:30 E    +  where 1 = <subprocess.Popen object at 0x7f66069ad690>.returncode
02:02:30 ___________ CLITestCase.test_run_service_with_dockerfile_entrypoint ____________
02:02:30 tests/acceptance/cli_test.py:1050: in test_run_service_with_dockerfile_entrypoint
02:02:30     self.dispatch(['run', 'test'])
02:02:30 tests/acceptance/cli_test.py:134: in dispatch
02:02:30     return wait_on_process(proc, returncode=returncode)
02:02:30 tests/acceptance/cli_test.py:53: in wait_on_process
02:02:30     assert proc.returncode == returncode
02:02:30 E   AssertionError: assert 1 == 0
02:02:30 E    +  where 1 = <subprocess.Popen object at 0x7f660655d850>.returncode
02:02:30 _ CLITestCase.test_run_service_with_dockerfile_entrypoint_and_command_overridden _
02:02:30 tests/acceptance/cli_test.py:1065: in test_run_service_with_dockerfile_entrypoint_and_command_overridden
02:02:30     container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0]
02:02:30 E   IndexError: list index out of range
02:02:30 ______ CLITestCase.test_run_service_with_dockerfile_entrypoint_overridden ______
02:02:30 tests/acceptance/cli_test.py:1058: in test_run_service_with_dockerfile_entrypoint_overridden
02:02:30     container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0]
02:02:30 E   IndexError: list index out of range
02:02:30 __________ CLITestCase.test_run_service_with_environement_overridden ___________
02:02:30 tests/acceptance/cli_test.py:1126: in test_run_service_with_environement_overridden
02:02:30     container = service.containers(stopped=True, one_off=OneOffFilter.only)[0]
02:02:30 E   IndexError: list index out of range
02:02:30 _________ CLITestCase.test_run_service_with_explicitly_maped_ip_ports __________
02:02:30 tests/acceptance/cli_test.py:1200: in test_run_service_with_explicitly_maped_ip_ports
02:02:30     container = self.project.get_service('simple').containers(one_off=OneOffFilter.only)[0]
02:02:30 E   IndexError: list index out of range
02:02:30 ___________ CLITestCase.test_run_service_with_explicitly_maped_ports ___________
02:02:30 tests/acceptance/cli_test.py:1178: in test_run_service_with_explicitly_maped_ports
02:02:30     container = self.project.get_service('simple').containers(one_off=OneOffFilter.only)[0]
02:02:30 E   IndexError: list index out of range
02:02:30 ___________________ CLITestCase.test_run_service_with_links ____________________
02:02:30 tests/acceptance/cli_test.py:992: in test_run_service_with_links
02:02:30     self.dispatch(['run', 'web', '/bin/true'], None)
02:02:30 tests/acceptance/cli_test.py:134: in dispatch
02:02:30     return wait_on_process(proc, returncode=returncode)
02:02:30 tests/acceptance/cli_test.py:53: in wait_on_process
02:02:30     assert proc.returncode == returncode
02:02:30 E   AssertionError: assert 1 == 0
02:02:30 E    +  where 1 = <subprocess.Popen object at 0x7f6606574c50>.returncode
02:02:30 _________________ CLITestCase.test_run_service_with_map_ports __________________
02:02:30 tests/acceptance/cli_test.py:1157: in test_run_service_with_map_ports
02:02:30     container = self.project.get_service('simple').containers(one_off=OneOffFilter.only)[0]
02:02:30 E   IndexError: list index out of range
02:02:30 ______________ CLITestCase.test_run_service_with_user_overridden _______________
02:02:30 tests/acceptance/cli_test.py:1101: in test_run_service_with_user_overridden
02:02:30     self.dispatch(['run', '--user={user}'.format(user=user), name], returncode=1)
02:02:30 tests/acceptance/cli_test.py:134: in dispatch
02:02:30     return wait_on_process(proc, returncode=returncode)
02:02:30 tests/acceptance/cli_test.py:53: in wait_on_process
02:02:30     assert proc.returncode == returncode
02:02:30 E   AssertionError: assert 0 == 1
02:02:30 E    +  where 0 = <subprocess.Popen object at 0x7f66060e3f10>.returncode
02:02:30 _________ CLITestCase.test_run_service_with_user_overridden_short_form _________
02:02:30 tests/acceptance/cli_test.py:1110: in test_run_service_with_user_overridden_short_form
02:02:30     self.dispatch(['run', '-u', user, name], returncode=1)
02:02:30 tests/acceptance/cli_test.py:134: in dispatch
02:02:30     return wait_on_process(proc, returncode=returncode)
02:02:30 tests/acceptance/cli_test.py:53: in wait_on_process
02:02:30     assert proc.returncode == returncode
02:02:30 E   AssertionError: assert 0 == 1
02:02:30 E    +  where 0 = <subprocess.Popen object at 0x7f660655ff10>.returncode
02:02:30 _____________ CLITestCase.test_run_service_with_workdir_overridden _____________
02:02:30 tests/acceptance/cli_test.py:1250: in test_run_service_with_workdir_overridden
02:02:30     container = service.containers(stopped=True, one_off=True)[0]
02:02:30 E   IndexError: list index out of range
02:02:30 _______ CLITestCase.test_run_service_with_workdir_overridden_short_form ________
02:02:30 tests/acceptance/cli_test.py:1259: in test_run_service_with_workdir_overridden_short_form
02:02:30     container = service.containers(stopped=True, one_off=True)[0]
02:02:30 E   IndexError: list index out of range
02:02:30 __________________ CLITestCase.test_run_service_without_links __________________
02:02:30 tests/acceptance/cli_test.py:980: in test_run_service_without_links
02:02:30     self.dispatch(['run', 'console', '/bin/true'])
02:02:30 tests/acceptance/cli_test.py:134: in dispatch
02:02:30     return wait_on_process(proc, returncode=returncode)
02:02:30 tests/acceptance/cli_test.py:53: in wait_on_process
02:02:30     assert proc.returncode == returncode
02:02:30 E   AssertionError: assert 1 == 0
02:02:30 E    +  where 1 = <subprocess.Popen object at 0x7f660655d250>.returncode
02:02:30 ________________ CLITestCase.test_run_service_without_map_ports ________________
02:02:30 tests/acceptance/cli_test.py:1150: in test_run_service_without_map_ports
02:02:30     self.assertEqual(port_random, None)
02:02:30 E   AssertionError: u'0.0.0.0:32771' != None
02:02:30 _____________ CLITestCase.test_run_unicode_env_values_from_system ______________
02:02:30 ../local/lib/python2.7/site-packages/mock/mock.py:1747: in _inner
02:02:30     return f(*args, **kw)
02:02:30 tests/acceptance/cli_test.py:1345: in test_run_unicode_env_values_from_system
02:02:30     result = self.dispatch(['run', 'simple'])
02:02:30 tests/acceptance/cli_test.py:134: in dispatch
02:02:30     return wait_on_process(proc, returncode=returncode)
02:02:30 tests/acceptance/cli_test.py:53: in wait_on_process
02:02:30     assert proc.returncode == returncode
02:02:30 E   AssertionError: assert 1 == 0
02:02:30 E    +  where 1 = <subprocess.Popen object at 0x7f66060e3510>.returncode
02:02:30 ____________________ CLITestCase.test_run_with_custom_name _____________________
02:02:30 tests/acceptance/cli_test.py:1241: in test_run_with_custom_name
02:02:30     container, = service.containers(stopped=True, one_off=OneOffFilter.only)
02:02:30 E   ValueError: need more than 0 values to unpack
02:02:30 ____________________ CLITestCase.test_run_with_expose_ports ____________________
02:02:30 tests/acceptance/cli_test.py:1217: in test_run_with_expose_ports
02:02:30     container = self.project.get_service('simple').containers(one_off=OneOffFilter.only)[0]
02:02:30 E   IndexError: list index out of range
02:02:30 _____________________ CLITestCase.test_run_without_command _____________________
02:02:30 tests/acceptance/cli_test.py:1032: in test_run_without_command
02:02:30     self.dispatch(['run', 'implicit'])
02:02:30 tests/acceptance/cli_test.py:134: in dispatch
02:02:30     return wait_on_process(proc, returncode=returncode)
02:02:30 tests/acceptance/cli_test.py:53: in wait_on_process
02:02:30     assert proc.returncode == returncode
02:02:30 E   AssertionError: assert 1 == 0
02:02:30 E    +  where 1 = <subprocess.Popen object at 0x7f6606574450>.returncode
02:02:30 _____________________ CLITestCase.test_start_no_containers _____________________
02:02:30 tests/acceptance/cli_test.py:1424: in test_start_no_containers
02:02:30     result = self.dispatch(['start'], returncode=1)
02:02:30 tests/acceptance/cli_test.py:134: in dispatch
02:02:30     return wait_on_process(proc, returncode=returncode)
02:02:30 tests/acceptance/cli_test.py:53: in wait_on_process
02:02:30     assert proc.returncode == returncode
02:02:30 E   AssertionError: assert 0 == 1
02:02:30 E    +  where 0 = <subprocess.Popen object at 0x7f66062238d0>.returncode
02:02:30 ____________________ CLITestCase.test_unpause_no_containers ____________________
02:02:30 tests/acceptance/cli_test.py:1472: in test_unpause_no_containers
02:02:30     result = self.dispatch(['unpause'], returncode=1)
02:02:30 tests/acceptance/cli_test.py:134: in dispatch
02:02:30     return wait_on_process(proc, returncode=returncode)
02:02:30 tests/acceptance/cli_test.py:53: in wait_on_process
02:02:30     assert proc.returncode == returncode
02:02:30 E   AssertionError: assert 0 == 1
02:02:30 E    +  where 0 = <subprocess.Popen object at 0x7f66069ad190>.returncode
02:02:30 _____________________________ CLITestCase.test_up ______________________________
02:02:30 tests/integration/testcases.py:55: in wrapper
02:02:30     return f(self, *args, **kwargs)
02:02:30 tests/acceptance/cli_test.py:557: in test_up
02:02:30     assert self.lookup(container, service.name)
02:02:30 E   AssertionError: assert <bound method CLITestCase.lookup of <tests.acceptance.cli_test.CLITestCase testMethod=test_up>>(<Container: v2simple_simple_1 (085f71)>, 'simple')
02:02:30 E    +  where <bound method CLITestCase.lookup of <tests.acceptance.cli_test.CLITestCase testMethod=test_up>> = <tests.acceptance.cli_test.CLITestCase testMethod=test_up>.lookup
02:02:30 E    +  and   'simple' = <Service: simple>.name
02:02:30 _________________________ CLITestCase.test_up_attached _________________________
02:02:30 tests/acceptance/cli_test.py:522: in test_up_attached
02:02:30     assert 'simple_1   | simple' in result.stdout
02:02:30 E   AssertionError: assert 'simple_1   | simple' in "Incorrect Usage: flag provided but not defined: -no-color\n\nUsage: docker-compose up [OPTIONS]\n\nBring all services up\n...e haven't changed. Incompatible with --no-recreate.\n   --build           Build images before starting containers.\n   \n"
02:02:30 E    +  where "Incorrect Usage: flag provided but not defined: -no-color\n\nUsage: docker-compose up [OPTIONS]\n\nBring all services up\n...e haven't changed. Incompatible with --no-recreate.\n   --build           Build images before starting containers.\n   \n" = ProcessResult(stdout=u"Incorrect Usage: flag provided but not defined: -no-col...--build           Build images before starting containers.\n   \n", stderr=u'').stdout
02:02:30 ____________________ CLITestCase.test_up_external_networks _____________________
02:02:30 tests/integration/testcases.py:55: in wrapper
02:02:30     return f(self, *args, **kwargs)
02:02:30 tests/acceptance/cli_test.py:751: in test_up_external_networks
02:02:30     self.dispatch(['-f', filename, 'up', '-d'])
02:02:30 tests/acceptance/cli_test.py:134: in dispatch
02:02:30     return wait_on_process(proc, returncode=returncode)
02:02:30 tests/acceptance/cli_test.py:53: in wait_on_process
02:02:30     assert proc.returncode == returncode
02:02:30 E   AssertionError: assert 1 == 0
02:02:30 E    +  where 1 = <subprocess.Popen object at 0x7f66069dcd50>.returncode
02:02:30 _____________ CLITestCase.test_up_handles_abort_on_container_exit ______________
02:02:30 tests/acceptance/cli_test.py:956: in test_up_handles_abort_on_container_exit
02:02:30     wait_on_condition(ContainerCountCondition(self.project, 2))
02:02:30 tests/acceptance/cli_test.py:61: in wait_on_condition
02:02:30     raise AssertionError("Timeout: %s" % condition)
02:02:30 E   AssertionError: Timeout: waiting for counter count == 2
02:02:30 __________________ CLITestCase.test_up_handles_force_shutdown __________________
02:02:30 tests/integration/testcases.py:55: in wrapper
02:02:30     return f(self, *args, **kwargs)
02:02:30 tests/acceptance/cli_test.py:947: in test_up_handles_force_shutdown
02:02:30     wait_on_condition(ContainerCountCondition(self.project, 2))
02:02:30 tests/acceptance/cli_test.py:61: in wait_on_condition
02:02:30     raise AssertionError("Timeout: %s" % condition)
02:02:30 E   AssertionError: Timeout: waiting for counter count == 2
02:02:30 ______________________ CLITestCase.test_up_handles_sigint ______________________
02:02:30 tests/acceptance/cli_test.py:931: in test_up_handles_sigint
02:02:30     wait_on_condition(ContainerCountCondition(self.project, 2))
02:02:30 tests/acceptance/cli_test.py:61: in wait_on_condition
02:02:30     raise AssertionError("Timeout: %s" % condition)
02:02:30 E   AssertionError: Timeout: waiting for counter count == 2
02:02:30 _____________________ CLITestCase.test_up_handles_sigterm ______________________
02:02:30 tests/acceptance/cli_test.py:938: in test_up_handles_sigterm
02:02:30     wait_on_condition(ContainerCountCondition(self.project, 2))
02:02:30 tests/acceptance/cli_test.py:61: in wait_on_condition
02:02:30     raise AssertionError("Timeout: %s" % condition)
02:02:30 E   AssertionError: Timeout: waiting for counter count == 2
02:02:30 _____________________ CLITestCase.test_up_missing_network ______________________
02:02:30 tests/integration/testcases.py:55: in wrapper
02:02:30     return f(self, *args, **kwargs)
02:02:30 tests/acceptance/cli_test.py:694: in test_up_missing_network
02:02:30     assert 'Service "web" uses an undefined network "foo"' in result.stderr
02:02:30 E   AssertionError: assert 'Service "web" uses an undefined network "foo"' in 'time="2019-08-28T01:59:49Z" level=fatal msg="Failed to read project: Some networks were defined but are not used by any service: bar"\n'
02:02:30 E    +  where 'time="2019-08-28T01:59:49Z" level=fatal msg="Failed to read project: Some networks were defined but are not used by any service: bar"\n' = ProcessResult(stdout=u'', stderr=u'time="2019-08-28T01:59:49Z" level=fatal msg...d project: Some networks were defined but are not used by any service: bar"\n').stderr
02:02:30 _______________________ CLITestCase.test_up_no_services ________________________
02:02:30 tests/integration/testcases.py:55: in wrapper
02:02:30     return f(self, *args, **kwargs)
02:02:30 tests/acceptance/cli_test.py:821: in test_up_no_services
02:02:30     self.dispatch(['up', '-d'], None)
02:02:30 tests/acceptance/cli_test.py:134: in dispatch
02:02:30     return wait_on_process(proc, returncode=returncode)
02:02:30 tests/acceptance/cli_test.py:53: in wait_on_process
02:02:30     assert proc.returncode == returncode
02:02:30 E   AssertionError: assert 1 == 0
02:02:30 E    +  where 1 = <subprocess.Popen object at 0x7f6604f8e550>.returncode
02:02:30 _______________ CLITestCase.test_up_with_default_network_config ________________
02:02:30 tests/integration/testcases.py:55: in wrapper
02:02:30     return f(self, *args, **kwargs)
02:02:30 tests/acceptance/cli_test.py:571: in test_up_with_default_network_config
02:02:30     assert networks[0]['Options']['com.docker.network.bridge.enable_icc'] == 'false'
02:02:30 E   KeyError: u'com.docker.network.bridge.enable_icc'
02:02:30 _______________________ CLITestCase.test_up_with_extends _______________________
02:02:30 tests/acceptance/cli_test.py:1780: in test_up_with_extends
02:02:30     set(['db', 'mydb_1', 'extends_mydb_1']))
02:02:30 E   AssertionError: Items in the second set but not the first:
02:02:30 E   u'mydb_1'
02:02:30 ______________ CLITestCase.test_up_with_external_default_network _______________
02:02:30 tests/integration/testcases.py:55: in wrapper
02:02:30     return f(self, *args, **kwargs)
02:02:30 tests/acceptance/cli_test.py:762: in test_up_with_external_default_network
02:02:30     result = self.dispatch(['-f', filename, 'up', '-d'], returncode=1)
02:02:30 tests/acceptance/cli_test.py:134: in dispatch
02:02:30     return wait_on_process(proc, returncode=returncode)
02:02:30 tests/acceptance/cli_test.py:53: in wait_on_process
02:02:30     assert proc.returncode == returncode
02:02:30 E   AssertionError: assert 0 == 1
02:02:30 E    +  where 0 = <subprocess.Popen object at 0x7f66060e3710>.returncode
02:02:30 ___________ CLITestCase.test_up_with_force_recreate_and_no_recreate ____________
02:02:30 tests/acceptance/cli_test.py:914: in test_up_with_force_recreate_and_no_recreate
02:02:30     returncode=1)
02:02:30 tests/acceptance/cli_test.py:134: in dispatch
02:02:30     return wait_on_process(proc, returncode=returncode)
02:02:30 tests/acceptance/cli_test.py:53: in wait_on_process
02:02:30     assert proc.returncode == returncode
02:02:30 E   AssertionError: assert 0 == 1
02:02:30 E    +  where 0 = <subprocess.Popen object at 0x7f6606a18850>.returncode
02:02:30 ______________________ CLITestCase.test_up_with_links_v1 _______________________
02:02:30 tests/acceptance/cli_test.py:844: in test_up_with_links_v1
02:02:30     self.assertEqual(len(db.containers()), 1)
02:02:30 E   AssertionError: 0 != 1
02:02:30 ___________________ CLITestCase.test_up_with_net_is_invalid ____________________
02:02:30 tests/acceptance/cli_test.py:858: in test_up_with_net_is_invalid
02:02:30     assert "Unsupported config option for services.bar: 'net'" in result.stderr
02:02:30 E   AssertionError: assert "Unsupported config option for services.bar: 'net'" in 'time="2019-08-28T02:00:35Z" level=error msg="Could not parse config for project netcontainer : Unsupported config opt...e="2019-08-28T02:00:35Z" level=fatal msg="Failed to read project: Unsupported config option for bar service: \'net\'"\n'
02:02:30 E    +  where 'time="2019-08-28T02:00:35Z" level=error msg="Could not parse config for project netcontainer : Unsupported config opt...e="2019-08-28T02:00:35Z" level=fatal msg="Failed to read project: Unsupported config option for bar service: \'net\'"\n' = ProcessResult(stdout=u'', stderr=u'time="2019-08-28T02:00:35Z" level=error msg...Failed to read project: Unsupported config option for bar service: \'net\'"\n').stderr
02:02:30 _______________________ CLITestCase.test_up_with_net_v1 ________________________
02:02:30 tests/acceptance/cli_test.py:862: in test_up_with_net_v1
02:02:30     self.dispatch(['up', '-d'], None)
02:02:30 tests/acceptance/cli_test.py:134: in dispatch
02:02:30     return wait_on_process(proc, returncode=returncode)
02:02:30 tests/acceptance/cli_test.py:53: in wait_on_process
02:02:30     assert proc.returncode == returncode
02:02:30 E   AssertionError: assert 2 == 0
02:02:30 E    +  where 2 = <subprocess.Popen object at 0x7f6606574610>.returncode
02:02:30 __________________ CLITestCase.test_up_with_network_internal ___________________
02:02:30 tests/integration/testcases.py:55: in wrapper
02:02:30     return f(self, *args, **kwargs)
02:02:30 tests/acceptance/cli_test.py:617: in test_up_with_network_internal
02:02:30     assert networks[0]['Internal'] is True
02:02:30 E   AssertionError: assert False is True
02:02:30 ___________________ CLITestCase.test_up_with_network_labels ____________________
02:02:30 tests/integration/testcases.py:68: in wrapper
02:02:30     return f(self, *args, **kwargs)
02:02:30 tests/acceptance/cli_test.py:785: in test_up_with_network_labels
02:02:30     self.dispatch(['-f', filename, 'up', '-d'], returncode=0)
02:02:30 tests/acceptance/cli_test.py:134: in dispatch
02:02:30     return wait_on_process(proc, returncode=returncode)
02:02:30 tests/acceptance/cli_test.py:53: in wait_on_process
02:02:30     assert proc.returncode == returncode
02:02:30 E   AssertionError: assert 1 == 0
02:02:30 E    +  where 1 = <subprocess.Popen object at 0x7f6606223c10>.returncode
02:02:30 ____________________ CLITestCase.test_up_with_network_mode _____________________
02:02:30 tests/integration/testcases.py:55: in wrapper
02:02:30     return f(self, *args, **kwargs)
02:02:30 tests/acceptance/cli_test.py:714: in test_up_with_network_mode
02:02:30     assert not networks
02:02:30 E   AssertionError: assert not [{'Attachable': False, 'Containers': {}, 'Created': '2019-08-28T02:01:30.02530704Z', 'Driver': 'bridge', ...}]
02:02:30 ______________ CLITestCase.test_up_with_network_static_addresses _______________
02:02:30 tests/integration/testcases.py:55: in wrapper
02:02:30     return f(self, *args, **kwargs)
02:02:30 tests/acceptance/cli_test.py:640: in test_up_with_network_static_addresses
02:02:30     assert ipv4_address in ipam_config.values()
02:02:30 E   AttributeError: 'NoneType' object has no attribute 'values'
02:02:30 ______________________ CLITestCase.test_up_with_networks _______________________
02:02:30 tests/integration/testcases.py:55: in wrapper
02:02:30     return f(self, *args, **kwargs)
02:02:30 tests/acceptance/cli_test.py:668: in test_up_with_networks
02:02:30     assert '{}:database'.format(db_container.name) in links
02:02:30 E   TypeError: argument of type 'NoneType' is not iterable
02:02:30 _______________________ CLITestCase.test_up_with_no_deps _______________________
02:02:30 tests/acceptance/cli_test.py:879: in test_up_with_no_deps
02:02:30     self.assertEqual(len(web.containers()), 1)
02:02:30 E   AssertionError: 0 != 1
02:02:30 _______________________ CLITestCase.test_up_with_timeout _______________________
02:02:30 tests/acceptance/cli_test.py:920: in test_up_with_timeout
02:02:30     self.assertEqual(len(service.containers()), 1)
02:02:30 E   AssertionError: 0 != 1
02:02:30 ____________________ CLITestCase.test_up_with_volume_labels ____________________
02:02:30 tests/integration/testcases.py:68: in wrapper
02:02:30     return f(self, *args, **kwargs)
02:02:30 tests/acceptance/cli_test.py:814: in test_up_with_volume_labels
02:02:30     assert [v['Name'] for v in volumes] == [volume_with_label]
02:02:30 E   AssertionError: assert [] == ['volumes_volume_with_label']
02:02:30 E     Right contains more items, first extra item: 'volumes_volume_with_label'
02:02:30 E     Full diff:
02:02:30 E     - []
02:02:30 E     + [u'volumes_volume_with_label']
02:02:30 =============== 79 failed, 43 passed, 1 error in 684.11 seconds ================
02:02:30 /go/src/github.com/docker/libcompose
02:02:30 ---> Making bundle: .integration-daemon-stop (in .)
02:02:30 ++++ cat ./docker.pid
02:02:30 +++ kill 25846
02:02:31