Skip to content

Console Output

22:16:48 [2021-06-24T22:16:48.625Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42450/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr33 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b1242fad67df01e8df3ceaeb88082f57551c26ba -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b1242fad67df01e8df3ceaeb88082f57551c26ba hack/make.sh dynbinary test-docker-py
22:16:49 [2021-06-24T22:16:49.187Z] 
22:16:49 [2021-06-24T22:16:49.187Z] Removing bundles/
22:16:49 [2021-06-24T22:16:49.187Z] 
22:16:49 [2021-06-24T22:16:49.187Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
22:16:49 [2021-06-24T22:16:49.187Z] Building: bundles/dynbinary-daemon/dockerd-dev
22:16:49 [2021-06-24T22:16:49.187Z] GOOS="" GOARCH="" GOARM=""
22:18:25 [2021-06-24T22:18:25.569Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
22:18:25 [2021-06-24T22:18:25.569Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
22:18:25 [2021-06-24T22:18:25.569Z] GOOS="" GOARCH="" GOARM=""
22:18:25 [2021-06-24T22:18:25.569Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
22:18:25 [2021-06-24T22:18:25.569Z] 
22:18:25 [2021-06-24T22:18:25.569Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
22:18:25 [2021-06-24T22:18:25.569Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
22:18:25 [2021-06-24T22:18:25.569Z] Using test binary docker
22:18:25 [2021-06-24T22:18:25.569Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
22:18:25 [2021-06-24T22:18:25.569Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
22:18:25 [2021-06-24T22:18:25.569Z] INFO: Waiting for daemon to start...
22:18:25 [2021-06-24T22:18:25.569Z] Starting dockerd
22:18:25 [2021-06-24T22:18:25.569Z] .
22:18:25 [2021-06-24T22:18:25.569Z] INFO: Building docker-sdk-python3:5.0.0...
22:19:12 [2021-06-24T22:19:12.198Z] sha256:9f7951348701be1c94d442115b07cbbac7cf488ad9ce2044d4bf00c4da93f002
22:19:12 [2021-06-24T22:19:12.198Z] INFO: Starting docker-py tests...
22:19:12 [2021-06-24T22:19:12.198Z] ============================= test session starts ==============================
22:19:12 [2021-06-24T22:19:12.198Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1
22:19:12 [2021-06-24T22:19:12.198Z] rootdir: /src, inifile: pytest.ini
22:19:12 [2021-06-24T22:19:12.198Z] plugins: timeout-1.3.3, cov-2.6.1
22:19:12 [2021-06-24T22:19:12.198Z] collected 390 items / 1 deselected / 389 selected
22:19:12 [2021-06-24T22:19:12.198Z] 
22:19:31 [2021-06-24T22:19:31.863Z] tests/integration/api_build_test.py .......................X             [  6%]
22:19:32 [2021-06-24T22:19:32.425Z] tests/integration/api_client_test.py .....                               [  7%]
22:19:34 [2021-06-24T22:19:34.202Z] tests/integration/api_config_test.py .....                               [  8%]
22:20:11 [2021-06-24T22:20:11.127Z] tests/integration/api_container_test.py ....x...........x............... [ 16%]
22:21:19 [2021-06-24T22:21:19.649Z] ..........................xx....................                         [ 29%]
22:21:45 [2021-06-24T22:21:45.914Z] tests/integration/api_exec_test.py .....................                 [ 34%]
22:21:55 [2021-06-24T22:21:55.560Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
22:21:59 [2021-06-24T22:21:59.563Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
22:22:20 [2021-06-24T22:22:20.178Z] tests/integration/api_network_test.py ............................       [ 47%]
22:22:27 [2021-06-24T22:22:27.338Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
22:22:29 [2021-06-24T22:22:29.088Z] tests/integration/api_secret_test.py .....                               [ 51%]
22:22:33 [2021-06-24T22:22:33.623Z] tests/integration/api_service_test.py ....................s............. [ 60%]
22:22:47 [2021-06-24T22:22:47.994Z] ..........................                                               [ 67%]
22:23:28 [2021-06-24T22:23:28.789Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
22:23:46 [2021-06-24T22:23:46.825Z] tests/integration/api_volume_test.py .........                           [ 74%]
22:23:46 [2021-06-24T22:23:46.825Z] tests/integration/client_test.py .....                                   [ 75%]
22:23:46 [2021-06-24T22:23:46.825Z] tests/integration/context_api_test.py ...                                [ 76%]
22:23:46 [2021-06-24T22:23:46.825Z] tests/integration/errors_test.py .                                       [ 76%]
22:24:13 [2021-06-24T22:24:13.637Z] tests/integration/models_containers_test.py ............................ [ 83%]
22:24:32 [2021-06-24T22:24:32.601Z] .........                                                                [ 86%]
22:24:37 [2021-06-24T22:24:37.837Z] tests/integration/models_images_test.py ...............                  [ 89%]
22:24:39 [2021-06-24T22:24:39.277Z] tests/integration/models_networks_test.py ....                           [ 91%]
22:24:45 [2021-06-24T22:24:45.809Z] tests/integration/models_nodes_test.py .                                 [ 91%]
22:24:46 [2021-06-24T22:24:46.370Z] tests/integration/models_resources_test.py .                             [ 91%]
22:24:48 [2021-06-24T22:24:48.114Z] tests/integration/models_services_test.py ..............X.               [ 95%]
22:24:50 [2021-06-24T22:24:50.930Z] tests/integration/models_swarm_test.py ..                                [ 96%]
22:24:51 [2021-06-24T22:24:51.186Z] tests/integration/models_volumes_test.py ..                              [ 96%]
22:24:56 [2021-06-24T22:24:56.501Z] tests/integration/regression_test.py ......                              [ 98%]
22:24:56 [2021-06-24T22:24:56.758Z] tests/integration/credentials/store_test.py ......                       [ 99%]
22:24:56 [2021-06-24T22:24:56.758Z] tests/integration/credentials/utils_test.py .                            [100%]
22:24:56 [2021-06-24T22:24:56.758Z] 
22:24:56 [2021-06-24T22:24:56.758Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
22:24:56 [2021-06-24T22:24:56.758Z] =========================== short test summary info ============================
22:24:56 [2021-06-24T22:24:56.758Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
22:24:56 [2021-06-24T22:24:56.758Z]   CONFIG_RT_GROUP_SCHED isn't enabled
22:24:56 [2021-06-24T22:24:56.758Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
22:24:56 [2021-06-24T22:24:56.758Z]   Not supported on most drivers
22:24:56 [2021-06-24T22:24:56.758Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
22:24:56 [2021-06-24T22:24:56.758Z]   Output of docker top depends on host distro, and is not formalized.
22:24:56 [2021-06-24T22:24:56.758Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
22:24:56 [2021-06-24T22:24:56.758Z]   Output of docker top depends on host distro, and is not formalized.
22:24:56 [2021-06-24T22:24:56.758Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
22:24:56 [2021-06-24T22:24:56.758Z]   Can fail if eth0 has multiple IP addresses
22:24:56 [2021-06-24T22:24:56.758Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
22:24:56 [2021-06-24T22:24:56.758Z]   This doesn't seem to be taken into account by the engine
22:24:56 [2021-06-24T22:24:56.758Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
22:24:56 [2021-06-24T22:24:56.758Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40)
22:24:56 [2021-06-24T22:24:56.758Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
22:24:56 [2021-06-24T22:24:56.758Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 347.80 seconds ==
22:24:57 [2021-06-24T22:24:57.013Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
22:25:09 [2021-06-24T22:25:09.174Z] Leaving: AppArmorNo profiles have been unloaded.
22:25:09 [2021-06-24T22:25:09.174Z] 
22:25:09 [2021-06-24T22:25:09.174Z] Unloading profiles will leave already running processes permanently
22:25:09 [2021-06-24T22:25:09.174Z] unconfined, which can lead to unexpected situations.
22:25:09 [2021-06-24T22:25:09.174Z] 
22:25:09 [2021-06-24T22:25:09.174Z] To set a process to complain mode, use the command line tool
22:25:09 [2021-06-24T22:25:09.174Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
22:25:09 [2021-06-24T22:25:09.174Z]