Skip to content

Console Output

09:29:21 [2021-08-04T09:29:21.090Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42708/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9499acc36092929d4737df5f1a64c36662bed39b -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9499acc36092929d4737df5f1a64c36662bed39b hack/make.sh dynbinary test-docker-py
09:29:21 [2021-08-04T09:29:21.656Z] 
09:29:21 [2021-08-04T09:29:21.656Z] Removing bundles/
09:29:21 [2021-08-04T09:29:21.656Z] 
09:29:21 [2021-08-04T09:29:21.656Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
09:29:21 [2021-08-04T09:29:21.656Z] Building: bundles/dynbinary-daemon/dockerd-dev
09:29:21 [2021-08-04T09:29:21.656Z] GOOS="" GOARCH="" GOARM=""
09:30:58 [2021-08-04T09:30:58.107Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
09:30:58 [2021-08-04T09:30:58.107Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
09:30:58 [2021-08-04T09:30:58.107Z] GOOS="" GOARCH="" GOARM=""
09:30:58 [2021-08-04T09:30:58.107Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
09:30:58 [2021-08-04T09:30:58.107Z] 
09:30:58 [2021-08-04T09:30:58.107Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
09:30:58 [2021-08-04T09:30:58.107Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
09:30:58 [2021-08-04T09:30:58.107Z] Using test binary docker
09:30:58 [2021-08-04T09:30:58.107Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
09:30:58 [2021-08-04T09:30:58.107Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
09:30:58 [2021-08-04T09:30:58.107Z] INFO: Waiting for daemon to start...
09:30:58 [2021-08-04T09:30:58.107Z] Starting dockerd
09:30:58 [2021-08-04T09:30:58.107Z] .
09:30:58 [2021-08-04T09:30:58.107Z] INFO: Building docker-sdk-python3:5.0.0...
09:31:44 [2021-08-04T09:31:44.773Z] sha256:e6e1446c392f2dc73a5b6fadf2ff15f411ff6e825299371f4fa335891225245a
09:31:44 [2021-08-04T09:31:44.773Z] INFO: Starting docker-py tests...
09:31:44 [2021-08-04T09:31:44.773Z] ============================= test session starts ==============================
09:31:44 [2021-08-04T09:31:44.773Z] platform linux -- Python 3.7.11, pytest-4.3.1, py-1.10.0, pluggy-0.13.1
09:31:44 [2021-08-04T09:31:44.773Z] rootdir: /src, inifile: pytest.ini
09:31:44 [2021-08-04T09:31:44.773Z] plugins: timeout-1.3.3, cov-2.6.1
09:31:44 [2021-08-04T09:31:44.773Z] collected 390 items / 1 deselected / 389 selected
09:31:44 [2021-08-04T09:31:44.773Z] 
09:32:03 [2021-08-04T09:32:03.343Z] tests/integration/api_build_test.py .......................X             [  6%]
09:32:03 [2021-08-04T09:32:03.908Z] tests/integration/api_client_test.py .....                               [  7%]
09:32:05 [2021-08-04T09:32:05.667Z] tests/integration/api_config_test.py .....                               [  8%]
09:32:42 [2021-08-04T09:32:42.579Z] tests/integration/api_container_test.py ....x...........x............... [ 16%]
09:33:51 [2021-08-04T09:33:51.025Z] ..........................xx....................                         [ 29%]
09:34:17 [2021-08-04T09:34:17.148Z] tests/integration/api_exec_test.py .....................                 [ 34%]
09:34:26 [2021-08-04T09:34:26.841Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
09:34:30 [2021-08-04T09:34:30.618Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
09:34:51 [2021-08-04T09:34:51.368Z] tests/integration/api_network_test.py ............................       [ 47%]
09:34:58 [2021-08-04T09:34:58.909Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
09:35:00 [2021-08-04T09:35:00.299Z] tests/integration/api_secret_test.py .....                               [ 51%]
09:35:05 [2021-08-04T09:35:05.653Z] tests/integration/api_service_test.py ....................s............. [ 60%]
09:35:20 [2021-08-04T09:35:20.076Z] ..........................                                               [ 67%]
09:36:00 [2021-08-04T09:36:00.895Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
09:36:18 [2021-08-04T09:36:18.964Z] tests/integration/api_volume_test.py .........                           [ 74%]
09:36:18 [2021-08-04T09:36:18.964Z] tests/integration/client_test.py .....                                   [ 75%]
09:36:18 [2021-08-04T09:36:18.964Z] tests/integration/context_api_test.py ...                                [ 76%]
09:36:19 [2021-08-04T09:36:19.222Z] tests/integration/errors_test.py .                                       [ 76%]
09:36:44 [2021-08-04T09:36:44.838Z] tests/integration/models_containers_test.py ............................ [ 83%]
09:37:03 [2021-08-04T09:37:03.752Z] .........                                                                [ 86%]
09:37:08 [2021-08-04T09:37:08.921Z] tests/integration/models_images_test.py ...............                  [ 89%]
09:37:10 [2021-08-04T09:37:10.372Z] tests/integration/models_networks_test.py ....                           [ 91%]
09:37:16 [2021-08-04T09:37:16.927Z] tests/integration/models_nodes_test.py .                                 [ 91%]
09:37:17 [2021-08-04T09:37:17.492Z] tests/integration/models_resources_test.py .                             [ 91%]
09:37:23 [2021-08-04T09:37:23.687Z] tests/integration/models_services_test.py ..............X.               [ 95%]
09:37:26 [2021-08-04T09:37:26.434Z] tests/integration/models_swarm_test.py ..                                [ 96%]
09:37:26 [2021-08-04T09:37:26.434Z] tests/integration/models_volumes_test.py ..                              [ 96%]
09:37:31 [2021-08-04T09:37:31.376Z] tests/integration/regression_test.py ......                              [ 98%]
09:37:31 [2021-08-04T09:37:31.893Z] tests/integration/credentials/store_test.py ......                       [ 99%]
09:37:31 [2021-08-04T09:37:31.893Z] tests/integration/credentials/utils_test.py .                            [100%]
09:37:31 [2021-08-04T09:37:31.893Z] 
09:37:31 [2021-08-04T09:37:31.893Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
09:37:31 [2021-08-04T09:37:31.893Z] =========================== short test summary info ============================
09:37:31 [2021-08-04T09:37:31.893Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
09:37:31 [2021-08-04T09:37:31.893Z]   CONFIG_RT_GROUP_SCHED isn't enabled
09:37:31 [2021-08-04T09:37:31.893Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
09:37:31 [2021-08-04T09:37:31.893Z]   Not supported on most drivers
09:37:31 [2021-08-04T09:37:31.893Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
09:37:31 [2021-08-04T09:37:31.893Z]   Output of docker top depends on host distro, and is not formalized.
09:37:31 [2021-08-04T09:37:31.893Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
09:37:31 [2021-08-04T09:37:31.893Z]   Output of docker top depends on host distro, and is not formalized.
09:37:31 [2021-08-04T09:37:31.893Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
09:37:31 [2021-08-04T09:37:31.893Z]   Can fail if eth0 has multiple IP addresses
09:37:31 [2021-08-04T09:37:31.893Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
09:37:31 [2021-08-04T09:37:31.893Z]   This doesn't seem to be taken into account by the engine
09:37:31 [2021-08-04T09:37:31.893Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
09:37:31 [2021-08-04T09:37:31.893Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40)
09:37:31 [2021-08-04T09:37:31.893Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
09:37:31 [2021-08-04T09:37:31.893Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 350.51 seconds ==
09:37:32 [2021-08-04T09:37:32.151Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
09:37:44 [2021-08-04T09:37:44.344Z] Leaving: AppArmorNo profiles have been unloaded.
09:37:44 [2021-08-04T09:37:44.344Z] 
09:37:44 [2021-08-04T09:37:44.344Z] Unloading profiles will leave already running processes permanently
09:37:44 [2021-08-04T09:37:44.344Z] unconfined, which can lead to unexpected situations.
09:37:44 [2021-08-04T09:37:44.344Z] 
09:37:44 [2021-08-04T09:37:44.344Z] To set a process to complain mode, use the command line tool
09:37:44 [2021-08-04T09:37:44.344Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
09:37:44 [2021-08-04T09:37:44.344Z]