Skip to content

Console Output

Skipping 976 KB.. Full Log
___ CLITestCase.test_rm_all ____________________________
22:39:03 tests/acceptance/cli_test.py:1397: in test_rm_all
22:39:03     self.assertEqual(len(service.containers(stopped=True)), 0)
22:39:03 E   AssertionError: 1 != 0
22:39:03 ______________ CLITestCase.test_run_detached_connects_to_network _______________
22:39:03 tests/integration/testcases.py:55: in wrapper
22:39:03     return f(self, *args, **kwargs)
22:39:03 tests/acceptance/cli_test.py:1306: in test_run_detached_connects_to_network
22:39:03     assert not aliases
22:39:03 E   AssertionError: assert not set(['app'])
22:39:03 ___________ CLITestCase.test_run_does_not_recreate_linked_containers ___________
22:39:03 tests/acceptance/cli_test.py:1021: in test_run_does_not_recreate_linked_containers
22:39:03     self.dispatch(['run', 'web', '/bin/true'], None)
22:39:03 tests/acceptance/cli_test.py:134: in dispatch
22:39:03     return wait_on_process(proc, returncode=returncode)
22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process
22:39:03     assert proc.returncode == returncode
22:39:03 E   AssertionError: assert 1 == 0
22:39:03 E    +  where 1 = <subprocess.Popen object at 0x7fde7e632710>.returncode
22:39:03 _________________ CLITestCase.test_run_env_values_from_system __________________
22:39:03 ../local/lib/python2.7/site-packages/mock/mock.py:1747: in _inner
22:39:03     return f(*args, **kw)
22:39:03 tests/acceptance/cli_test.py:1361: in test_run_env_values_from_system
22:39:03     container = self.project.containers(one_off=OneOffFilter.only, stopped=True)[0]
22:39:03 E   IndexError: list index out of range
22:39:03 _____________________ CLITestCase.test_run_handles_sigint ______________________
22:39:03 tests/acceptance/cli_test.py:1316: in test_run_handles_sigint
22:39:03     'running'))
22:39:03 tests/acceptance/cli_test.py:61: in wait_on_condition
22:39:03     raise AssertionError("Timeout: %s" % condition)
22:39:03 E   AssertionError: Timeout: waiting for container to be running
22:39:03 _____________________ CLITestCase.test_run_handles_sigterm _____________________
22:39:03 tests/acceptance/cli_test.py:1329: in test_run_handles_sigterm
22:39:03     'running'))
22:39:03 tests/acceptance/cli_test.py:61: in wait_on_condition
22:39:03     raise AssertionError("Timeout: %s" % condition)
22:39:03 E   AssertionError: Timeout: waiting for container to be running
22:39:03 _____________ CLITestCase.test_run_interactive_connects_to_network _____________
22:39:03 tests/integration/testcases.py:55: in wrapper
22:39:03     return f(self, *args, **kwargs)
22:39:03 tests/acceptance/cli_test.py:1267: in test_run_interactive_connects_to_network
22:39:03     self.dispatch(['run', 'app', 'nslookup', 'app'])
22:39:03 tests/acceptance/cli_test.py:134: in dispatch
22:39:03     return wait_on_process(proc, returncode=returncode)
22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process
22:39:03     assert proc.returncode == returncode
22:39:03 E   AssertionError: assert 1 == 0
22:39:03 E    +  where 1 = <subprocess.Popen object at 0x7fde7e63e490>.returncode
22:39:03 __________ CLITestCase.test_run_service_with_compose_file_entrypoint ___________
22:39:03 tests/acceptance/cli_test.py:1071: in test_run_service_with_compose_file_entrypoint
22:39:03     self.dispatch(['run', 'test'])
22:39:03 tests/acceptance/cli_test.py:134: in dispatch
22:39:03     return wait_on_process(proc, returncode=returncode)
22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process
22:39:03     assert proc.returncode == returncode
22:39:03 E   AssertionError: assert 1 == 0
22:39:03 E    +  where 1 = <subprocess.Popen object at 0x7fde7e62d410>.returncode
22:39:03 _ CLITestCase.test_run_service_with_compose_file_entrypoint_and_command_overridden _
22:39:03 tests/acceptance/cli_test.py:1086: in test_run_service_with_compose_file_entrypoint_and_command_overridden
22:39:03     container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0]
22:39:03 E   IndexError: list index out of range
22:39:03 _ CLITestCase.test_run_service_with_compose_file_entrypoint_and_empty_string_command _
22:39:03 tests/acceptance/cli_test.py:1093: in test_run_service_with_compose_file_entrypoint_and_empty_string_command
22:39:03     container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0]
22:39:03 E   IndexError: list index out of range
22:39:03 _____ CLITestCase.test_run_service_with_compose_file_entrypoint_overridden _____
22:39:03 tests/acceptance/cli_test.py:1079: in test_run_service_with_compose_file_entrypoint_overridden
22:39:03     container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0]
22:39:03 E   IndexError: list index out of range
22:39:03 ________________ CLITestCase.test_run_service_with_dependencies ________________
22:39:03 tests/integration/testcases.py:55: in wrapper
22:39:03     return f(self, *args, **kwargs)
22:39:03 tests/acceptance/cli_test.py:1001: in test_run_service_with_dependencies
22:39:03     self.dispatch(['run', 'web', '/bin/true'], None)
22:39:03 tests/acceptance/cli_test.py:134: in dispatch
22:39:03     return wait_on_process(proc, returncode=returncode)
22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process
22:39:03     assert proc.returncode == returncode
22:39:03 E   AssertionError: assert 1 == 0
22:39:03 E    +  where 1 = <subprocess.Popen object at 0x7fde7e5e0a10>.returncode
22:39:03 ___________ CLITestCase.test_run_service_with_dockerfile_entrypoint ____________
22:39:03 tests/acceptance/cli_test.py:1050: in test_run_service_with_dockerfile_entrypoint
22:39:03     self.dispatch(['run', 'test'])
22:39:03 tests/acceptance/cli_test.py:134: in dispatch
22:39:03     return wait_on_process(proc, returncode=returncode)
22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process
22:39:03     assert proc.returncode == returncode
22:39:03 E   AssertionError: assert 1 == 0
22:39:03 E    +  where 1 = <subprocess.Popen object at 0x7fde7e94bd10>.returncode
22:39:03 _ CLITestCase.test_run_service_with_dockerfile_entrypoint_and_command_overridden _
22:39:03 tests/acceptance/cli_test.py:1065: in test_run_service_with_dockerfile_entrypoint_and_command_overridden
22:39:03     container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0]
22:39:03 E   IndexError: list index out of range
22:39:03 ______ CLITestCase.test_run_service_with_dockerfile_entrypoint_overridden ______
22:39:03 tests/acceptance/cli_test.py:1058: in test_run_service_with_dockerfile_entrypoint_overridden
22:39:03     container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0]
22:39:03 E   IndexError: list index out of range
22:39:03 __________ CLITestCase.test_run_service_with_environement_overridden ___________
22:39:03 tests/acceptance/cli_test.py:1126: in test_run_service_with_environement_overridden
22:39:03     container = service.containers(stopped=True, one_off=OneOffFilter.only)[0]
22:39:03 E   IndexError: list index out of range
22:39:03 _________ CLITestCase.test_run_service_with_explicitly_maped_ip_ports __________
22:39:03 tests/acceptance/cli_test.py:1200: in test_run_service_with_explicitly_maped_ip_ports
22:39:03     container = self.project.get_service('simple').containers(one_off=OneOffFilter.only)[0]
22:39:03 E   IndexError: list index out of range
22:39:03 ___________ CLITestCase.test_run_service_with_explicitly_maped_ports ___________
22:39:03 tests/acceptance/cli_test.py:1178: in test_run_service_with_explicitly_maped_ports
22:39:03     container = self.project.get_service('simple').containers(one_off=OneOffFilter.only)[0]
22:39:03 E   IndexError: list index out of range
22:39:03 ___________________ CLITestCase.test_run_service_with_links ____________________
22:39:03 tests/acceptance/cli_test.py:992: in test_run_service_with_links
22:39:03     self.dispatch(['run', 'web', '/bin/true'], None)
22:39:03 tests/acceptance/cli_test.py:134: in dispatch
22:39:03     return wait_on_process(proc, returncode=returncode)
22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process
22:39:03     assert proc.returncode == returncode
22:39:03 E   AssertionError: assert 1 == 0
22:39:03 E    +  where 1 = <subprocess.Popen object at 0x7fde7e934490>.returncode
22:39:03 _________________ CLITestCase.test_run_service_with_map_ports __________________
22:39:03 tests/acceptance/cli_test.py:1157: in test_run_service_with_map_ports
22:39:03     container = self.project.get_service('simple').containers(one_off=OneOffFilter.only)[0]
22:39:03 E   IndexError: list index out of range
22:39:03 ______________ CLITestCase.test_run_service_with_user_overridden _______________
22:39:03 tests/acceptance/cli_test.py:1101: in test_run_service_with_user_overridden
22:39:03     self.dispatch(['run', '--user={user}'.format(user=user), name], returncode=1)
22:39:03 tests/acceptance/cli_test.py:134: in dispatch
22:39:03     return wait_on_process(proc, returncode=returncode)
22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process
22:39:03     assert proc.returncode == returncode
22:39:03 E   AssertionError: assert 0 == 1
22:39:03 E    +  where 0 = <subprocess.Popen object at 0x7fde7edd9d90>.returncode
22:39:03 _________ CLITestCase.test_run_service_with_user_overridden_short_form _________
22:39:03 tests/acceptance/cli_test.py:1110: in test_run_service_with_user_overridden_short_form
22:39:03     self.dispatch(['run', '-u', user, name], returncode=1)
22:39:03 tests/acceptance/cli_test.py:134: in dispatch
22:39:03     return wait_on_process(proc, returncode=returncode)
22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process
22:39:03     assert proc.returncode == returncode
22:39:03 E   AssertionError: assert 0 == 1
22:39:03 E    +  where 0 = <subprocess.Popen object at 0x7fde7e632850>.returncode
22:39:03 _____________ CLITestCase.test_run_service_with_workdir_overridden _____________
22:39:03 tests/acceptance/cli_test.py:1250: in test_run_service_with_workdir_overridden
22:39:03     container = service.containers(stopped=True, one_off=True)[0]
22:39:03 E   IndexError: list index out of range
22:39:03 _______ CLITestCase.test_run_service_with_workdir_overridden_short_form ________
22:39:03 tests/acceptance/cli_test.py:1259: in test_run_service_with_workdir_overridden_short_form
22:39:03     container = service.containers(stopped=True, one_off=True)[0]
22:39:03 E   IndexError: list index out of range
22:39:03 __________________ CLITestCase.test_run_service_without_links __________________
22:39:03 tests/acceptance/cli_test.py:980: in test_run_service_without_links
22:39:03     self.dispatch(['run', 'console', '/bin/true'])
22:39:03 tests/acceptance/cli_test.py:134: in dispatch
22:39:03     return wait_on_process(proc, returncode=returncode)
22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process
22:39:03     assert proc.returncode == returncode
22:39:03 E   AssertionError: assert 1 == 0
22:39:03 E    +  where 1 = <subprocess.Popen object at 0x7fde7e934550>.returncode
22:39:03 ________________ CLITestCase.test_run_service_without_map_ports ________________
22:39:03 tests/acceptance/cli_test.py:1150: in test_run_service_without_map_ports
22:39:03     self.assertEqual(port_random, None)
22:39:03 E   AssertionError: u'0.0.0.0:32771' != None
22:39:03 _____________ CLITestCase.test_run_unicode_env_values_from_system ______________
22:39:03 ../local/lib/python2.7/site-packages/mock/mock.py:1747: in _inner
22:39:03     return f(*args, **kw)
22:39:03 tests/acceptance/cli_test.py:1345: in test_run_unicode_env_values_from_system
22:39:03     result = self.dispatch(['run', 'simple'])
22:39:03 tests/acceptance/cli_test.py:134: in dispatch
22:39:03     return wait_on_process(proc, returncode=returncode)
22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process
22:39:03     assert proc.returncode == returncode
22:39:03 E   AssertionError: assert 1 == 0
22:39:03 E    +  where 1 = <subprocess.Popen object at 0x7fde7ea7de90>.returncode
22:39:03 ____________________ CLITestCase.test_run_with_custom_name _____________________
22:39:03 tests/acceptance/cli_test.py:1241: in test_run_with_custom_name
22:39:03     container, = service.containers(stopped=True, one_off=OneOffFilter.only)
22:39:03 E   ValueError: need more than 0 values to unpack
22:39:03 ____________________ CLITestCase.test_run_with_expose_ports ____________________
22:39:03 tests/acceptance/cli_test.py:1217: in test_run_with_expose_ports
22:39:03     container = self.project.get_service('simple').containers(one_off=OneOffFilter.only)[0]
22:39:03 E   IndexError: list index out of range
22:39:03 _____________________ CLITestCase.test_run_without_command _____________________
22:39:03 tests/acceptance/cli_test.py:1032: in test_run_without_command
22:39:03     self.dispatch(['run', 'implicit'])
22:39:03 tests/acceptance/cli_test.py:134: in dispatch
22:39:03     return wait_on_process(proc, returncode=returncode)
22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process
22:39:03     assert proc.returncode == returncode
22:39:03 E   AssertionError: assert 1 == 0
22:39:03 E    +  where 1 = <subprocess.Popen object at 0x7fde7e63b610>.returncode
22:39:03 _____________________ CLITestCase.test_start_no_containers _____________________
22:39:03 tests/acceptance/cli_test.py:1424: in test_start_no_containers
22:39:03     result = self.dispatch(['start'], returncode=1)
22:39:03 tests/acceptance/cli_test.py:134: in dispatch
22:39:03     return wait_on_process(proc, returncode=returncode)
22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process
22:39:03     assert proc.returncode == returncode
22:39:03 E   AssertionError: assert 0 == 1
22:39:03 E    +  where 0 = <subprocess.Popen object at 0x7fde7e94bd90>.returncode
22:39:03 ____________________ CLITestCase.test_unpause_no_containers ____________________
22:39:03 tests/acceptance/cli_test.py:1472: in test_unpause_no_containers
22:39:03     result = self.dispatch(['unpause'], returncode=1)
22:39:03 tests/acceptance/cli_test.py:134: in dispatch
22:39:03     return wait_on_process(proc, returncode=returncode)
22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process
22:39:03     assert proc.returncode == returncode
22:39:03 E   AssertionError: assert 0 == 1
22:39:03 E    +  where 0 = <subprocess.Popen object at 0x7fde7e63ed10>.returncode
22:39:03 _____________________________ CLITestCase.test_up ______________________________
22:39:03 tests/integration/testcases.py:55: in wrapper
22:39:03     return f(self, *args, **kwargs)
22:39:03 tests/acceptance/cli_test.py:557: in test_up
22:39:03     assert self.lookup(container, service.name)
22:39:03 E   AssertionError: assert <bound method CLITestCase.lookup of <tests.acceptance.cli_test.CLITestCase testMethod=test_up>>(<Container: v2simple_simple_1 (95630e)>, 'simple')
22:39:03 E    +  where <bound method CLITestCase.lookup of <tests.acceptance.cli_test.CLITestCase testMethod=test_up>> = <tests.acceptance.cli_test.CLITestCase testMethod=test_up>.lookup
22:39:03 E    +  and   'simple' = <Service: simple>.name
22:39:03 _________________________ CLITestCase.test_up_attached _________________________
22:39:03 tests/acceptance/cli_test.py:522: in test_up_attached
22:39:03     assert 'simple_1   | simple' in result.stdout
22:39:03 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"
22:39:03 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
22:39:03 ____________________ CLITestCase.test_up_external_networks _____________________
22:39:03 tests/integration/testcases.py:55: in wrapper
22:39:03     return f(self, *args, **kwargs)
22:39:03 tests/acceptance/cli_test.py:751: in test_up_external_networks
22:39:03     self.dispatch(['-f', filename, 'up', '-d'])
22:39:03 tests/acceptance/cli_test.py:134: in dispatch
22:39:03     return wait_on_process(proc, returncode=returncode)
22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process
22:39:03     assert proc.returncode == returncode
22:39:03 E   AssertionError: assert 1 == 0
22:39:03 E    +  where 1 = <subprocess.Popen object at 0x7fde7edc5b90>.returncode
22:39:03 _____________ CLITestCase.test_up_handles_abort_on_container_exit ______________
22:39:03 tests/acceptance/cli_test.py:956: in test_up_handles_abort_on_container_exit
22:39:03     wait_on_condition(ContainerCountCondition(self.project, 2))
22:39:03 tests/acceptance/cli_test.py:61: in wait_on_condition
22:39:03     raise AssertionError("Timeout: %s" % condition)
22:39:03 E   AssertionError: Timeout: waiting for counter count == 2
22:39:03 __________________ CLITestCase.test_up_handles_force_shutdown __________________
22:39:03 tests/integration/testcases.py:55: in wrapper
22:39:03     return f(self, *args, **kwargs)
22:39:03 tests/acceptance/cli_test.py:947: in test_up_handles_force_shutdown
22:39:03     wait_on_condition(ContainerCountCondition(self.project, 2))
22:39:03 tests/acceptance/cli_test.py:61: in wait_on_condition
22:39:03     raise AssertionError("Timeout: %s" % condition)
22:39:03 E   AssertionError: Timeout: waiting for counter count == 2
22:39:03 ______________________ CLITestCase.test_up_handles_sigint ______________________
22:39:03 tests/acceptance/cli_test.py:931: in test_up_handles_sigint
22:39:03     wait_on_condition(ContainerCountCondition(self.project, 2))
22:39:03 tests/acceptance/cli_test.py:61: in wait_on_condition
22:39:03     raise AssertionError("Timeout: %s" % condition)
22:39:03 E   AssertionError: Timeout: waiting for counter count == 2
22:39:03 _____________________ CLITestCase.test_up_handles_sigterm ______________________
22:39:03 tests/acceptance/cli_test.py:938: in test_up_handles_sigterm
22:39:03     wait_on_condition(ContainerCountCondition(self.project, 2))
22:39:03 tests/acceptance/cli_test.py:61: in wait_on_condition
22:39:03     raise AssertionError("Timeout: %s" % condition)
22:39:03 E   AssertionError: Timeout: waiting for counter count == 2
22:39:03 _____________________ CLITestCase.test_up_missing_network ______________________
22:39:03 tests/integration/testcases.py:55: in wrapper
22:39:03     return f(self, *args, **kwargs)
22:39:03 tests/acceptance/cli_test.py:694: in test_up_missing_network
22:39:03     assert 'Service "web" uses an undefined network "foo"' in result.stderr
22:39:03 E   AssertionError: assert 'Service "web" uses an undefined network "foo"' in 'time="2019-08-27T22:36:25Z" level=fatal msg="Failed to read project: Some networks were defined but are not used by any service: bar"\n'
22:39:03 E    +  where 'time="2019-08-27T22:36:25Z" 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-27T22:36:25Z" level=fatal msg...d project: Some networks were defined but are not used by any service: bar"\n').stderr
22:39:03 _______________________ CLITestCase.test_up_no_services ________________________
22:39:03 tests/integration/testcases.py:55: in wrapper
22:39:03     return f(self, *args, **kwargs)
22:39:03 tests/acceptance/cli_test.py:821: in test_up_no_services
22:39:03     self.dispatch(['up', '-d'], None)
22:39:03 tests/acceptance/cli_test.py:134: in dispatch
22:39:03     return wait_on_process(proc, returncode=returncode)
22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process
22:39:03     assert proc.returncode == returncode
22:39:03 E   AssertionError: assert 1 == 0
22:39:03 E    +  where 1 = <subprocess.Popen object at 0x7fde7eecfad0>.returncode
22:39:03 _______________ CLITestCase.test_up_with_default_network_config ________________
22:39:03 tests/integration/testcases.py:55: in wrapper
22:39:03     return f(self, *args, **kwargs)
22:39:03 tests/acceptance/cli_test.py:571: in test_up_with_default_network_config
22:39:03     assert networks[0]['Options']['com.docker.network.bridge.enable_icc'] == 'false'
22:39:03 E   KeyError: u'com.docker.network.bridge.enable_icc'
22:39:03 _______________________ CLITestCase.test_up_with_extends _______________________
22:39:03 tests/acceptance/cli_test.py:1780: in test_up_with_extends
22:39:03     set(['db', 'mydb_1', 'extends_mydb_1']))
22:39:03 E   AssertionError: Items in the second set but not the first:
22:39:03 E   u'mydb_1'
22:39:03 ______________ CLITestCase.test_up_with_external_default_network _______________
22:39:03 tests/integration/testcases.py:55: in wrapper
22:39:03     return f(self, *args, **kwargs)
22:39:03 tests/acceptance/cli_test.py:762: in test_up_with_external_default_network
22:39:03     result = self.dispatch(['-f', filename, 'up', '-d'], returncode=1)
22:39:03 tests/acceptance/cli_test.py:134: in dispatch
22:39:03     return wait_on_process(proc, returncode=returncode)
22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process
22:39:03     assert proc.returncode == returncode
22:39:03 E   AssertionError: assert 0 == 1
22:39:03 E    +  where 0 = <subprocess.Popen object at 0x7fde7e934250>.returncode
22:39:03 ___________ CLITestCase.test_up_with_force_recreate_and_no_recreate ____________
22:39:03 tests/acceptance/cli_test.py:914: in test_up_with_force_recreate_and_no_recreate
22:39:03     returncode=1)
22:39:03 tests/acceptance/cli_test.py:134: in dispatch
22:39:03     return wait_on_process(proc, returncode=returncode)
22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process
22:39:03     assert proc.returncode == returncode
22:39:03 E   AssertionError: assert 0 == 1
22:39:03 E    +  where 0 = <subprocess.Popen object at 0x7fde7ee27e50>.returncode
22:39:03 ______________________ CLITestCase.test_up_with_links_v1 _______________________
22:39:03 tests/acceptance/cli_test.py:844: in test_up_with_links_v1
22:39:03     self.assertEqual(len(db.containers()), 1)
22:39:03 E   AssertionError: 0 != 1
22:39:03 ___________________ CLITestCase.test_up_with_net_is_invalid ____________________
22:39:03 tests/acceptance/cli_test.py:858: in test_up_with_net_is_invalid
22:39:03     assert "Unsupported config option for services.bar: 'net'" in result.stderr
22:39:03 E   AssertionError: assert "Unsupported config option for services.bar: 'net'" in 'time="2019-08-27T22:37:09Z" level=error msg="Could not parse config for project netcontainer : Unsupported config opt...e="2019-08-27T22:37:09Z" level=fatal msg="Failed to read project: Unsupported config option for bar service: \'net\'"\n'
22:39:03 E    +  where 'time="2019-08-27T22:37:09Z" level=error msg="Could not parse config for project netcontainer : Unsupported config opt...e="2019-08-27T22:37:09Z" level=fatal msg="Failed to read project: Unsupported config option for bar service: \'net\'"\n' = ProcessResult(stdout=u'', stderr=u'time="2019-08-27T22:37:09Z" level=error msg...Failed to read project: Unsupported config option for bar service: \'net\'"\n').stderr
22:39:03 _______________________ CLITestCase.test_up_with_net_v1 ________________________
22:39:03 tests/acceptance/cli_test.py:862: in test_up_with_net_v1
22:39:03     self.dispatch(['up', '-d'], None)
22:39:03 tests/acceptance/cli_test.py:134: in dispatch
22:39:03     return wait_on_process(proc, returncode=returncode)
22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process
22:39:03     assert proc.returncode == returncode
22:39:03 E   AssertionError: assert 2 == 0
22:39:03 E    +  where 2 = <subprocess.Popen object at 0x7fde7ea7d050>.returncode
22:39:03 __________________ CLITestCase.test_up_with_network_internal ___________________
22:39:03 tests/integration/testcases.py:55: in wrapper
22:39:03     return f(self, *args, **kwargs)
22:39:03 tests/acceptance/cli_test.py:617: in test_up_with_network_internal
22:39:03     assert networks[0]['Internal'] is True
22:39:03 E   AssertionError: assert False is True
22:39:03 ___________________ CLITestCase.test_up_with_network_labels ____________________
22:39:03 tests/integration/testcases.py:68: in wrapper
22:39:03     return f(self, *args, **kwargs)
22:39:03 tests/acceptance/cli_test.py:785: in test_up_with_network_labels
22:39:03     self.dispatch(['-f', filename, 'up', '-d'], returncode=0)
22:39:03 tests/acceptance/cli_test.py:134: in dispatch
22:39:03     return wait_on_process(proc, returncode=returncode)
22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process
22:39:03     assert proc.returncode == returncode
22:39:03 E   AssertionError: assert 1 == 0
22:39:03 E    +  where 1 = <subprocess.Popen object at 0x7fde7edd9790>.returncode
22:39:03 ____________________ CLITestCase.test_up_with_network_mode _____________________
22:39:03 tests/integration/testcases.py:55: in wrapper
22:39:03     return f(self, *args, **kwargs)
22:39:03 tests/acceptance/cli_test.py:714: in test_up_with_network_mode
22:39:03     assert not networks
22:39:03 E   AssertionError: assert not [{'Attachable': False, 'Containers': {}, 'Created': '2019-08-27T22:38:03.654418884Z', 'Driver': 'bridge', ...}]
22:39:03 ______________ CLITestCase.test_up_with_network_static_addresses _______________
22:39:03 tests/integration/testcases.py:55: in wrapper
22:39:03     return f(self, *args, **kwargs)
22:39:03 tests/acceptance/cli_test.py:640: in test_up_with_network_static_addresses
22:39:03     assert ipv4_address in ipam_config.values()
22:39:03 E   AttributeError: 'NoneType' object has no attribute 'values'
22:39:03 ______________________ CLITestCase.test_up_with_networks _______________________
22:39:03 tests/integration/testcases.py:55: in wrapper
22:39:03     return f(self, *args, **kwargs)
22:39:03 tests/acceptance/cli_test.py:668: in test_up_with_networks
22:39:03     assert '{}:database'.format(db_container.name) in links
22:39:03 E   TypeError: argument of type 'NoneType' is not iterable
22:39:03 _______________________ CLITestCase.test_up_with_no_deps _______________________
22:39:03 tests/acceptance/cli_test.py:879: in test_up_with_no_deps
22:39:03     self.assertEqual(len(web.containers()), 1)
22:39:03 E   AssertionError: 0 != 1
22:39:03 _______________________ CLITestCase.test_up_with_timeout _______________________
22:39:03 tests/acceptance/cli_test.py:920: in test_up_with_timeout
22:39:03     self.assertEqual(len(service.containers()), 1)
22:39:03 E   AssertionError: 0 != 1
22:39:03 ____________________ CLITestCase.test_up_with_volume_labels ____________________
22:39:03 tests/integration/testcases.py:68: in wrapper
22:39:03     return f(self, *args, **kwargs)
22:39:03 tests/acceptance/cli_test.py:814: in test_up_with_volume_labels
22:39:03     assert [v['Name'] for v in volumes] == [volume_with_label]
22:39:03 E   AssertionError: assert [] == ['volumes_volume_with_label']
22:39:03 E     Right contains more items, first extra item: 'volumes_volume_with_label'
22:39:03 E     Full diff:
22:39:03 E     - []
22:39:03 E     + [u'volumes_volume_with_label']
22:39:03 =============== 79 failed, 43 passed, 1 error in 674.26 seconds ================
22:39:03 /go/src/github.com/docker/libcompose
22:39:03 ---> Making bundle: .integration-daemon-stop (in .)
22:39:03 ++++ cat ./docker.pid
22:39:03 +++ kill 25837
22:39:03