Skip to content

Console Output

17:53:49 [2021-09-23T17:53:49.885Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42854/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f3226073cb7c1d7da97315e3ee56173d00cd42cc -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f3226073cb7c1d7da97315e3ee56173d00cd42cc hack/make.sh dynbinary test-docker-py
17:53:50 [2021-09-23T17:53:50.451Z] 
17:53:50 [2021-09-23T17:53:50.451Z] Removing bundles/
17:53:50 [2021-09-23T17:53:50.451Z] 
17:53:50 [2021-09-23T17:53:50.451Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
17:53:50 [2021-09-23T17:53:50.451Z] Building: bundles/dynbinary-daemon/dockerd-dev
17:53:50 [2021-09-23T17:53:50.451Z] GOOS="" GOARCH="" GOARM=""
17:55:26 [2021-09-23T17:55:26.896Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
17:55:26 [2021-09-23T17:55:26.896Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
17:55:26 [2021-09-23T17:55:26.896Z] GOOS="" GOARCH="" GOARM=""
17:55:26 [2021-09-23T17:55:26.896Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
17:55:26 [2021-09-23T17:55:26.896Z] 
17:55:26 [2021-09-23T17:55:26.896Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
17:55:26 [2021-09-23T17:55:26.896Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
17:55:26 [2021-09-23T17:55:26.896Z] Using test binary docker
17:55:26 [2021-09-23T17:55:26.896Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
17:55:26 [2021-09-23T17:55:26.896Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
17:55:26 [2021-09-23T17:55:26.896Z] INFO: Waiting for daemon to start...
17:55:26 [2021-09-23T17:55:26.896Z] Starting dockerd
17:55:26 [2021-09-23T17:55:26.896Z] .
17:55:26 [2021-09-23T17:55:26.896Z] INFO: Building docker-sdk-python3:5.0.0...
17:56:13 [2021-09-23T17:56:13.577Z] sha256:cf877f6ff9274382e7e7e86579700bebd896867f2547bf312acb12ce1d337685
17:56:13 [2021-09-23T17:56:13.577Z] INFO: Starting docker-py tests...
17:56:13 [2021-09-23T17:56:13.577Z] ============================= test session starts ==============================
17:56:13 [2021-09-23T17:56:13.577Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.10.0, pluggy-1.0.0
17:56:13 [2021-09-23T17:56:13.577Z] rootdir: /src, inifile: pytest.ini
17:56:13 [2021-09-23T17:56:13.577Z] plugins: timeout-1.3.3, cov-2.6.1
17:56:13 [2021-09-23T17:56:13.577Z] collected 390 items / 1 deselected / 389 selected
17:56:13 [2021-09-23T17:56:13.577Z] 
17:56:23 [2021-09-23T17:56:23.522Z] tests/integration/api_build_test.py .......................X             [  6%]
17:56:24 [2021-09-23T17:56:24.088Z] tests/integration/api_client_test.py .....                               [  7%]
17:56:25 [2021-09-23T17:56:25.846Z] tests/integration/api_config_test.py .....                               [  8%]
17:56:55 [2021-09-23T17:56:55.394Z] tests/integration/api_container_test.py ....x...........x............... [ 16%]
17:57:48 [2021-09-23T17:57:48.990Z] ..........................xx....................                         [ 29%]
17:58:04 [2021-09-23T17:58:04.837Z] tests/integration/api_exec_test.py .....................                 [ 34%]
17:58:12 [2021-09-23T17:58:12.296Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
17:58:16 [2021-09-23T17:58:16.494Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
17:58:32 [2021-09-23T17:58:32.270Z] tests/integration/api_network_test.py ............................       [ 47%]
17:58:39 [2021-09-23T17:58:39.366Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
17:58:40 [2021-09-23T17:58:40.864Z] tests/integration/api_secret_test.py .....                               [ 51%]
17:58:44 [2021-09-23T17:58:44.435Z] tests/integration/api_service_test.py ....................s............. [ 60%]
17:59:00 [2021-09-23T17:59:00.118Z] ..........................                                               [ 67%]
17:59:39 [2021-09-23T17:59:39.022Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
17:59:57 [2021-09-23T17:59:57.091Z] tests/integration/api_volume_test.py .........                           [ 74%]
17:59:57 [2021-09-23T17:59:57.092Z] tests/integration/client_test.py .....                                   [ 75%]
17:59:57 [2021-09-23T17:59:57.092Z] tests/integration/context_api_test.py ...                                [ 76%]
17:59:57 [2021-09-23T17:59:57.092Z] tests/integration/errors_test.py .                                       [ 76%]
18:00:14 [2021-09-23T18:00:14.760Z] tests/integration/models_containers_test.py ............................ [ 83%]
18:00:30 [2021-09-23T18:00:30.666Z] .........                                                                [ 86%]
18:00:35 [2021-09-23T18:00:35.152Z] tests/integration/models_images_test.py ...............                  [ 89%]
18:00:36 [2021-09-23T18:00:36.234Z] tests/integration/models_networks_test.py ....                           [ 91%]
18:00:42 [2021-09-23T18:00:42.976Z] tests/integration/models_nodes_test.py .                                 [ 91%]
18:00:42 [2021-09-23T18:00:42.976Z] tests/integration/models_resources_test.py .                             [ 91%]
18:00:48 [2021-09-23T18:00:48.752Z] tests/integration/models_services_test.py ..............X.               [ 95%]
18:00:51 [2021-09-23T18:00:51.501Z] tests/integration/models_swarm_test.py ..                                [ 96%]
18:00:51 [2021-09-23T18:00:51.501Z] tests/integration/models_volumes_test.py ..                              [ 96%]
18:00:55 [2021-09-23T18:00:55.421Z] tests/integration/regression_test.py ......                              [ 98%]
18:00:55 [2021-09-23T18:00:55.680Z] tests/integration/credentials/store_test.py ......                       [ 99%]
18:00:55 [2021-09-23T18:00:55.680Z] tests/integration/credentials/utils_test.py .                            [100%]
18:00:55 [2021-09-23T18:00:55.680Z] 
18:00:55 [2021-09-23T18:00:55.680Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
18:00:55 [2021-09-23T18:00:55.680Z] =========================== short test summary info ============================
18:00:55 [2021-09-23T18:00:55.680Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
18:00:55 [2021-09-23T18:00:55.680Z]   CONFIG_RT_GROUP_SCHED isn't enabled
18:00:55 [2021-09-23T18:00:55.680Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
18:00:55 [2021-09-23T18:00:55.680Z]   Not supported on most drivers
18:00:55 [2021-09-23T18:00:55.680Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
18:00:55 [2021-09-23T18:00:55.680Z]   Output of docker top depends on host distro, and is not formalized.
18:00:55 [2021-09-23T18:00:55.680Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
18:00:55 [2021-09-23T18:00:55.680Z]   Output of docker top depends on host distro, and is not formalized.
18:00:55 [2021-09-23T18:00:55.680Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
18:00:55 [2021-09-23T18:00:55.680Z]   Can fail if eth0 has multiple IP addresses
18:00:55 [2021-09-23T18:00:55.680Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
18:00:55 [2021-09-23T18:00:55.680Z]   This doesn't seem to be taken into account by the engine
18:00:55 [2021-09-23T18:00:55.680Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
18:00:55 [2021-09-23T18:00:55.680Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40)
18:00:55 [2021-09-23T18:00:55.680Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
18:00:55 [2021-09-23T18:00:55.680Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 288.69 seconds ==
18:00:55 [2021-09-23T18:00:55.938Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
18:01:08 [2021-09-23T18:01:08.128Z] Leaving: AppArmorNo profiles have been unloaded.
18:01:08 [2021-09-23T18:01:08.128Z] 
18:01:08 [2021-09-23T18:01:08.128Z] Unloading profiles will leave already running processes permanently
18:01:08 [2021-09-23T18:01:08.128Z] unconfined, which can lead to unexpected situations.
18:01:08 [2021-09-23T18:01:08.128Z] 
18:01:08 [2021-09-23T18:01:08.128Z] To set a process to complain mode, use the command line tool
18:01:08 [2021-09-23T18:01:08.128Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
18:01:08 [2021-09-23T18:01:08.128Z]