Skip to content

Console Output

12:30:47 [2019-09-27T12:30:47.843Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39997/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c -e DOCKER_GRAPHDRIVER docker:b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c hack/make.sh dynbinary-daemon test-docker-py
12:30:48 [2019-09-27T12:30:48.769Z] 
12:30:48 [2019-09-27T12:30:48.769Z] Removing bundles/
12:30:48 [2019-09-27T12:30:48.769Z] 
12:30:48 [2019-09-27T12:30:48.769Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
12:30:48 [2019-09-27T12:30:48.769Z] Building: bundles/dynbinary-daemon/dockerd-dev
12:30:48 [2019-09-27T12:30:48.769Z] GOOS="" GOARCH="" GOARM=""
12:32:10 [2019-09-27T12:32:10.128Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
12:32:10 [2019-09-27T12:32:10.128Z] 
12:32:10 [2019-09-27T12:32:10.128Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
12:32:10 [2019-09-27T12:32:10.128Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
12:32:10 [2019-09-27T12:32:10.128Z] Using test binary docker
12:32:10 [2019-09-27T12:32:10.128Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
12:32:10 [2019-09-27T12:32:10.128Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
12:32:10 [2019-09-27T12:32:10.128Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
12:32:10 [2019-09-27T12:32:10.128Z] Warning failed to create cache: (null)
12:32:10 [2019-09-27T12:32:10.128Z] .
12:32:10 [2019-09-27T12:32:10.128Z] INFO: Waiting for daemon to start...
12:32:10 [2019-09-27T12:32:10.128Z] Starting dockerd
12:32:10 [2019-09-27T12:32:10.128Z] .
12:32:10 [2019-09-27T12:32:10.128Z] INFO: Building docker-sdk-python3:4.0.2...
12:33:17 [2019-09-27T12:33:17.753Z] sha256:1bf97c69b88c6f5533db43b6b43a3e84d86cee559d082ab0551aec8c8bf5f73f
12:33:17 [2019-09-27T12:33:17.753Z] INFO: Starting docker-py tests...
12:33:18 [2019-09-27T12:33:18.312Z] ============================= test session starts ==============================
12:33:18 [2019-09-27T12:33:18.312Z] platform linux -- Python 3.6.9, pytest-4.1.0, py-1.8.0, pluggy-0.13.0
12:33:18 [2019-09-27T12:33:18.312Z] rootdir: /src, inifile: pytest.ini
12:33:18 [2019-09-27T12:33:18.312Z] plugins: timeout-1.3.3, cov-2.6.1
12:33:19 [2019-09-27T12:33:19.237Z] collected 385 items / 6 deselected
12:33:19 [2019-09-27T12:33:19.237Z] 
12:33:45 [2019-09-27T12:33:45.896Z] tests/integration/api_build_test.py ......................X              [  6%]
12:33:45 [2019-09-27T12:33:45.896Z] tests/integration/api_client_test.py .....                               [  7%]
12:33:48 [2019-09-27T12:33:48.336Z] tests/integration/api_config_test.py .....                               [  8%]
12:34:27 [2019-09-27T12:34:27.766Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
12:35:40 [2019-09-27T12:35:40.915Z] ................................................                         [ 29%]
12:36:03 [2019-09-27T12:36:03.464Z] tests/integration/api_exec_test.py ....................                  [ 35%]
12:36:12 [2019-09-27T12:36:12.006Z] tests/integration/api_healthcheck_test.py ....                           [ 36%]
12:36:17 [2019-09-27T12:36:17.273Z] tests/integration/api_image_test.py ...........s.....                    [ 40%]
12:36:42 [2019-09-27T12:36:42.463Z] tests/integration/api_network_test.py ...........................        [ 47%]
12:36:50 [2019-09-27T12:36:50.992Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
12:36:52 [2019-09-27T12:36:52.909Z] tests/integration/api_secret_test.py .....                               [ 51%]
12:36:59 [2019-09-27T12:36:59.428Z] tests/integration/api_service_test.py ................s................. [ 60%]
12:37:11 [2019-09-27T12:37:11.220Z] ........................                                                 [ 67%]
12:37:52 [2019-09-27T12:37:52.869Z] tests/integration/api_swarm_test.py .ssss.s...x.......                   [ 72%]
12:38:07 [2019-09-27T12:38:07.993Z] tests/integration/api_volume_test.py .........                           [ 74%]
12:38:09 [2019-09-27T12:38:09.876Z] tests/integration/client_test.py .....                                   [ 75%]
12:38:10 [2019-09-27T12:38:10.800Z] tests/integration/errors_test.py .                                       [ 75%]
12:38:51 [2019-09-27T12:38:51.472Z] tests/integration/models_containers_test.py ............................ [ 83%]
12:39:11 [2019-09-27T12:39:11.794Z] .........                                                                [ 85%]
12:39:17 [2019-09-27T12:39:17.949Z] tests/integration/models_images_test.py ...............                  [ 89%]
12:39:19 [2019-09-27T12:39:19.608Z] tests/integration/models_networks_test.py ....                           [ 90%]
12:39:26 [2019-09-27T12:39:26.127Z] tests/integration/models_nodes_test.py .                                 [ 91%]
12:39:26 [2019-09-27T12:39:26.686Z] tests/integration/models_resources_test.py .                             [ 91%]
12:39:32 [2019-09-27T12:39:32.728Z] tests/integration/models_services_test.py ..............X.               [ 95%]
12:39:37 [2019-09-27T12:39:37.114Z] tests/integration/models_swarm_test.py ..                                [ 96%]
12:39:37 [2019-09-27T12:39:37.114Z] tests/integration/models_volumes_test.py ..                              [ 96%]
12:39:42 [2019-09-27T12:39:42.411Z] tests/integration/regression_test.py ......                              [ 98%]
12:39:43 [2019-09-27T12:39:43.174Z] tests/integration/credentials/store_test.py ......                       [ 99%]
12:39:43 [2019-09-27T12:39:43.174Z] tests/integration/credentials/utils_test.py .                            [100%]
12:39:43 [2019-09-27T12:39:43.174Z] 
12:39:43 [2019-09-27T12:39:43.174Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
12:39:43 [2019-09-27T12:39:43.174Z] =========================== short test summary info ============================
12:39:43 [2019-09-27T12:39:43.174Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
12:39:43 [2019-09-27T12:39:43.174Z]   CONFIG_RT_GROUP_SCHED isn't enabled
12:39:43 [2019-09-27T12:39:43.174Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
12:39:43 [2019-09-27T12:39:43.174Z]   Not supported on most drivers
12:39:43 [2019-09-27T12:39:43.174Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
12:39:43 [2019-09-27T12:39:43.174Z]   This doesn't seem to be taken into account by the engine
12:39:43 [2019-09-27T12:39:43.174Z] SKIP [1] tests/integration/api_image_test.py:290: Doesn't work inside a container - FIXME
12:39:43 [2019-09-27T12:39:43.174Z] SKIP [1] tests/integration/api_service_test.py:853: API version is too low (< 1.38)
12:39:43 [2019-09-27T12:39:43.174Z] SKIP [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39)
12:39:43 [2019-09-27T12:39:43.174Z] SKIP [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39)
12:39:43 [2019-09-27T12:39:43.174Z] SKIP [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39)
12:39:43 [2019-09-27T12:39:43.174Z] SKIP [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39)
12:39:43 [2019-09-27T12:39:43.174Z] SKIP [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
12:39:43 [2019-09-27T12:39:43.174Z] = 367 passed, 7 skipped, 6 deselected, 3 xfailed, 2 xpassed in 384.86 seconds ==
12:39:43 [2019-09-27T12:39:43.428Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
12:39:55 [2019-09-27T12:39:55.575Z] umount: bundles/test-docker-py/root: mountpoint not found
12:39:55 [2019-09-27T12:39:55.575Z] Clearing AppArmor profiles cache:.
12:39:55 [2019-09-27T12:39:55.575Z] All profile caches have been cleared, but no profiles have been unloaded.
12:39:55 [2019-09-27T12:39:55.575Z] Unloading profiles will leave already running processes permanently
12:39:55 [2019-09-27T12:39:55.575Z] unconfined, which can lead to unexpected situations.
12:39:55 [2019-09-27T12:39:55.575Z] 
12:39:55 [2019-09-27T12:39:55.575Z] To set a process to complain mode, use the command line tool
12:39:55 [2019-09-27T12:39:55.575Z] 'aa-complain'. To really tear down all profiles, run the init script
12:39:55 [2019-09-27T12:39:55.575Z] with the 'teardown' option."
12:39:55 [2019-09-27T12:39:55.575Z]