Skip to content

Console Output

19:53:58 [2019-09-03T19:53:58.089Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39863/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=85bcc524eaa86ea5dde0c7214d15658587863a4c -e DOCKER_GRAPHDRIVER docker:85bcc524eaa86ea5dde0c7214d15658587863a4c hack/make.sh dynbinary-daemon test-docker-py
19:53:58 [2019-09-03T19:53:58.651Z] 
19:53:58 [2019-09-03T19:53:58.651Z] Removing bundles/
19:53:58 [2019-09-03T19:53:58.651Z] 
19:53:58 [2019-09-03T19:53:58.651Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
19:53:58 [2019-09-03T19:53:58.651Z] Building: bundles/dynbinary-daemon/dockerd-dev
19:53:58 [2019-09-03T19:53:58.651Z] GOOS="" GOARCH="" GOARM=""
19:55:20 [2019-09-03T19:55:20.021Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
19:55:20 [2019-09-03T19:55:20.021Z] 
19:55:20 [2019-09-03T19:55:20.021Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
19:55:20 [2019-09-03T19:55:20.021Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
19:55:20 [2019-09-03T19:55:20.021Z] Using test binary docker
19:55:20 [2019-09-03T19:55:20.021Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
19:55:20 [2019-09-03T19:55:20.021Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
19:55:20 [2019-09-03T19:55:20.021Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
19:55:20 [2019-09-03T19:55:20.021Z] Warning failed to create cache: (null)
19:55:20 [2019-09-03T19:55:20.021Z] .
19:55:20 [2019-09-03T19:55:20.021Z] INFO: Waiting for daemon to start...
19:55:20 [2019-09-03T19:55:20.021Z] Starting dockerd
19:55:20 [2019-09-03T19:55:20.021Z] .
19:55:20 [2019-09-03T19:55:20.021Z] INFO: Building docker-sdk-python3:4.0.2...
19:56:27 [2019-09-03T19:56:27.637Z] sha256:c1afb7823e9ce6e1c566596d8ffd081352670a54076efa5bac77b3f6bef8e802
19:56:27 [2019-09-03T19:56:27.637Z] INFO: Starting docker-py tests...
19:56:27 [2019-09-03T19:56:27.637Z] ============================= test session starts ==============================
19:56:27 [2019-09-03T19:56:27.637Z] platform linux -- Python 3.6.9, pytest-4.1.0, py-1.8.0, pluggy-0.12.0
19:56:27 [2019-09-03T19:56:27.637Z] rootdir: /src, inifile: pytest.ini
19:56:27 [2019-09-03T19:56:27.637Z] plugins: timeout-1.3.3, cov-2.6.1
19:56:28 [2019-09-03T19:56:28.198Z] collected 385 items / 5 deselected
19:56:28 [2019-09-03T19:56:28.198Z] 
19:56:49 [2019-09-03T19:56:49.964Z] tests/integration/api_build_test.py ......................X              [  6%]
19:56:50 [2019-09-03T19:56:50.524Z] tests/integration/api_client_test.py .....                               [  7%]
19:56:52 [2019-09-03T19:56:52.447Z] tests/integration/api_config_test.py .....                               [  8%]
19:57:26 [2019-09-03T19:57:26.510Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
19:58:29 [2019-09-03T19:58:29.305Z] .................................................                        [ 30%]
19:58:47 [2019-09-03T19:58:47.953Z] tests/integration/api_exec_test.py ....................                  [ 35%]
19:58:55 [2019-09-03T19:58:55.881Z] tests/integration/api_healthcheck_test.py ....                           [ 36%]
19:59:00 [2019-09-03T19:59:00.007Z] tests/integration/api_image_test.py ...........s.....                    [ 40%]
19:59:21 [2019-09-03T19:59:21.207Z] tests/integration/api_network_test.py ...........................        [ 47%]
19:59:29 [2019-09-03T19:59:29.500Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
19:59:31 [2019-09-03T19:59:31.119Z] tests/integration/api_secret_test.py .....                               [ 52%]
19:59:37 [2019-09-03T19:59:37.215Z] tests/integration/api_service_test.py ................s................. [ 61%]
19:59:50 [2019-09-03T19:59:50.555Z] ........................                                                 [ 67%]
20:00:27 [2019-09-03T20:00:27.230Z] tests/integration/api_swarm_test.py .ssss.s...x.......                   [ 72%]
20:00:45 [2019-09-03T20:00:45.260Z] tests/integration/api_volume_test.py .........                           [ 74%]
20:00:45 [2019-09-03T20:00:45.260Z] tests/integration/client_test.py .....                                   [ 75%]
20:00:45 [2019-09-03T20:00:45.260Z] tests/integration/errors_test.py .                                       [ 76%]
20:01:18 [2019-09-03T20:01:18.098Z] tests/integration/models_containers_test.py ............................ [ 83%]
20:01:36 [2019-09-03T20:01:36.163Z] .........                                                                [ 85%]
20:01:41 [2019-09-03T20:01:41.533Z] tests/integration/models_images_test.py ...............                  [ 89%]
20:01:43 [2019-09-03T20:01:43.152Z] tests/integration/models_networks_test.py ....                           [ 90%]
20:01:48 [2019-09-03T20:01:48.389Z] tests/integration/models_nodes_test.py .                                 [ 91%]
20:01:49 [2019-09-03T20:01:49.751Z] tests/integration/models_resources_test.py .                             [ 91%]
20:01:55 [2019-09-03T20:01:55.808Z] tests/integration/models_services_test.py ..............X.               [ 95%]
20:01:59 [2019-09-03T20:01:59.057Z] tests/integration/models_swarm_test.py ..                                [ 96%]
20:01:59 [2019-09-03T20:01:59.057Z] tests/integration/models_volumes_test.py ..                              [ 96%]
20:02:03 [2019-09-03T20:02:03.390Z] tests/integration/regression_test.py ......                              [ 98%]
20:02:04 [2019-09-03T20:02:04.158Z] tests/integration/credentials/store_test.py ......                       [ 99%]
20:02:04 [2019-09-03T20:02:04.158Z] tests/integration/credentials/utils_test.py .                            [100%]
20:02:04 [2019-09-03T20:02:04.158Z] 
20:02:04 [2019-09-03T20:02:04.158Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
20:02:04 [2019-09-03T20:02:04.158Z] =========================== short test summary info ============================
20:02:04 [2019-09-03T20:02:04.158Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
20:02:04 [2019-09-03T20:02:04.158Z]   CONFIG_RT_GROUP_SCHED isn't enabled
20:02:04 [2019-09-03T20:02:04.158Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
20:02:04 [2019-09-03T20:02:04.158Z]   Not supported on most drivers
20:02:04 [2019-09-03T20:02:04.158Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
20:02:04 [2019-09-03T20:02:04.158Z]   This doesn't seem to be taken into account by the engine
20:02:04 [2019-09-03T20:02:04.158Z] SKIP [1] tests/integration/api_image_test.py:290: Doesn't work inside a container - FIXME
20:02:04 [2019-09-03T20:02:04.158Z] SKIP [1] tests/integration/api_service_test.py:853: API version is too low (< 1.38)
20:02:04 [2019-09-03T20:02:04.158Z] SKIP [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39)
20:02:04 [2019-09-03T20:02:04.158Z] SKIP [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39)
20:02:04 [2019-09-03T20:02:04.158Z] SKIP [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39)
20:02:04 [2019-09-03T20:02:04.158Z] SKIP [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39)
20:02:04 [2019-09-03T20:02:04.158Z] SKIP [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
20:02:04 [2019-09-03T20:02:04.158Z] = 368 passed, 7 skipped, 5 deselected, 3 xfailed, 2 xpassed in 337.07 seconds ==
20:02:04 [2019-09-03T20:02:04.413Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
20:02:16 [2019-09-03T20:02:16.571Z] umount: bundles/test-docker-py/root: mountpoint not found
20:02:16 [2019-09-03T20:02:16.571Z] Clearing AppArmor profiles cache:.
20:02:16 [2019-09-03T20:02:16.571Z] All profile caches have been cleared, but no profiles have been unloaded.
20:02:16 [2019-09-03T20:02:16.571Z] Unloading profiles will leave already running processes permanently
20:02:16 [2019-09-03T20:02:16.571Z] unconfined, which can lead to unexpected situations.
20:02:16 [2019-09-03T20:02:16.571Z] 
20:02:16 [2019-09-03T20:02:16.571Z] To set a process to complain mode, use the command line tool
20:02:16 [2019-09-03T20:02:16.571Z] 'aa-complain'. To really tear down all profiles, run the init script
20:02:16 [2019-09-03T20:02:16.571Z] with the 'teardown' option."
20:02:16 [2019-09-03T20:02:16.571Z]