Skip to content

Console Output

12:28:36 [2022-08-11T12:28:36.339Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43945/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=226e07144e0fdda1ae9935c063b9dddddea8a4c9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:226e07144e0fdda1ae9935c063b9dddddea8a4c9 hack/make.sh dynbinary test-docker-py
12:28:36 [2022-08-11T12:28:36.598Z] 
12:28:36 [2022-08-11T12:28:36.858Z] Removing bundles/
12:28:36 [2022-08-11T12:28:36.858Z] 
12:28:36 [2022-08-11T12:28:36.858Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
12:28:36 [2022-08-11T12:28:36.858Z] Building: bundles/dynbinary-daemon/dockerd
12:28:36 [2022-08-11T12:28:36.858Z] GOOS="" GOARCH="" GOARM=""
12:30:43 [2022-08-11T12:30:43.363Z] Created binary: bundles/dynbinary-daemon/dockerd
12:30:43 [2022-08-11T12:30:43.363Z] Building: bundles/dynbinary-daemon/docker-proxy
12:30:43 [2022-08-11T12:30:43.363Z] GOOS="" GOARCH="" GOARM=""
12:30:43 [2022-08-11T12:30:43.363Z] Created binary: bundles/dynbinary-daemon/docker-proxy
12:30:43 [2022-08-11T12:30:43.363Z] 
12:30:43 [2022-08-11T12:30:43.363Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
12:30:43 [2022-08-11T12:30:43.363Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
12:30:43 [2022-08-11T12:30:43.363Z] Using test binary docker
12:30:43 [2022-08-11T12:30:43.363Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
12:30:43 [2022-08-11T12:30:43.363Z] Not: starting.
12:30:43 [2022-08-11T12:30:43.363Z] INFO: Waiting for daemon to start...
12:30:43 [2022-08-11T12:30:43.363Z] Starting dockerd
12:30:43 [2022-08-11T12:30:43.363Z] .
12:30:43 [2022-08-11T12:30:43.363Z] INFO: Building docker-sdk-python3:5.0.3...
12:31:15 [2022-08-11T12:31:15.459Z] sha256:5268566d6b69274dc1bfed1887e1c5f1282d001ca75071f68225c086c58dca0f
12:31:15 [2022-08-11T12:31:15.459Z] INFO: Starting docker-py tests...
12:31:15 [2022-08-11T12:31:15.459Z] ============================= test session starts ==============================
12:31:15 [2022-08-11T12:31:15.459Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
12:31:15 [2022-08-11T12:31:15.459Z] rootdir: /src, inifile: pytest.ini
12:31:15 [2022-08-11T12:31:15.459Z] plugins: cov-2.6.1, timeout-1.3.3
12:31:16 [2022-08-11T12:31:16.398Z] collected 395 items / 2 deselected / 393 selected
12:31:16 [2022-08-11T12:31:16.398Z] 
12:31:33 [2022-08-11T12:31:33.218Z] tests/integration/api_build_test.py .......................X             [  6%]
12:31:33 [2022-08-11T12:31:33.788Z] tests/integration/api_client_test.py .....                               [  7%]
12:31:35 [2022-08-11T12:31:35.554Z] tests/integration/api_config_test.py ......                              [  8%]
12:32:05 [2022-08-11T12:32:05.651Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
12:32:58 [2022-08-11T12:32:58.878Z] .........................xx....................                          [ 29%]
12:33:16 [2022-08-11T12:33:16.067Z] tests/integration/api_exec_test.py .....................                 [ 34%]
12:33:23 [2022-08-11T12:33:23.547Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
12:33:28 [2022-08-11T12:33:28.109Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
12:33:44 [2022-08-11T12:33:44.505Z] tests/integration/api_network_test.py ............................       [ 47%]
12:33:54 [2022-08-11T12:33:54.199Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
12:33:55 [2022-08-11T12:33:55.397Z] tests/integration/api_secret_test.py .....                               [ 51%]
12:33:59 [2022-08-11T12:33:59.590Z] tests/integration/api_service_test.py .................................. [ 59%]
12:34:04 [2022-08-11T12:34:04.303Z] ............................                                             [ 66%]
12:34:45 [2022-08-11T12:34:45.342Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
12:35:00 [2022-08-11T12:35:00.489Z] tests/integration/api_volume_test.py .........                           [ 74%]
12:35:02 [2022-08-11T12:35:02.395Z] tests/integration/client_test.py .....                                   [ 75%]
12:35:02 [2022-08-11T12:35:02.395Z] tests/integration/context_api_test.py ...                                [ 76%]
12:35:02 [2022-08-11T12:35:02.964Z] tests/integration/errors_test.py .                                       [ 76%]
12:35:22 [2022-08-11T12:35:22.080Z] tests/integration/models_containers_test.py ............................ [ 83%]
12:35:38 [2022-08-11T12:35:38.336Z] .........                                                                [ 85%]
12:35:43 [2022-08-11T12:35:43.347Z] tests/integration/models_images_test.py ...............                  [ 89%]
12:35:44 [2022-08-11T12:35:44.806Z] tests/integration/models_networks_test.py ....                           [ 90%]
12:35:51 [2022-08-11T12:35:51.377Z] tests/integration/models_nodes_test.py .                                 [ 90%]
12:35:51 [2022-08-11T12:35:51.377Z] tests/integration/models_resources_test.py .                             [ 91%]
12:35:53 [2022-08-11T12:35:53.146Z] tests/integration/models_services_test.py ................X.             [ 95%]
12:35:55 [2022-08-11T12:35:55.907Z] tests/integration/models_swarm_test.py ..                                [ 96%]
12:35:55 [2022-08-11T12:35:55.907Z] tests/integration/models_volumes_test.py ..                              [ 96%]
12:35:59 [2022-08-11T12:35:59.840Z] tests/integration/regression_test.py ......                              [ 98%]
12:36:00 [2022-08-11T12:36:00.363Z] tests/integration/credentials/store_test.py ......                       [ 99%]
12:36:00 [2022-08-11T12:36:00.364Z] tests/integration/credentials/utils_test.py .                            [100%]
12:36:00 [2022-08-11T12:36:00.364Z] 
12:36:00 [2022-08-11T12:36:00.364Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
12:36:00 [2022-08-11T12:36:00.364Z] =========================== short test summary info ============================
12:36:00 [2022-08-11T12:36:00.364Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
12:36:00 [2022-08-11T12:36:00.364Z]   CONFIG_RT_GROUP_SCHED isn't enabled
12:36:00 [2022-08-11T12:36:00.364Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
12:36:00 [2022-08-11T12:36:00.364Z]   Not supported on most drivers
12:36:00 [2022-08-11T12:36:00.364Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
12:36:00 [2022-08-11T12:36:00.364Z]   Output of docker top depends on host distro, and is not formalized.
12:36:00 [2022-08-11T12:36:00.364Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
12:36:00 [2022-08-11T12:36:00.364Z]   Output of docker top depends on host distro, and is not formalized.
12:36:00 [2022-08-11T12:36:00.364Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
12:36:00 [2022-08-11T12:36:00.364Z]   Can fail if eth0 has multiple IP addresses
12:36:00 [2022-08-11T12:36:00.364Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
12:36:00 [2022-08-11T12:36:00.364Z]   This doesn't seem to be taken into account by the engine
12:36:00 [2022-08-11T12:36:00.364Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
12:36:00 [2022-08-11T12:36:00.364Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
12:36:00 [2022-08-11T12:36:00.364Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 285.21 seconds ==
12:36:00 [2022-08-11T12:36:00.624Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
12:36:12 [2022-08-11T12:36:12.836Z] Leaving: AppArmorNo profiles have been unloaded.
12:36:12 [2022-08-11T12:36:12.836Z] 
12:36:12 [2022-08-11T12:36:12.836Z] Unloading profiles will leave already running processes permanently
12:36:12 [2022-08-11T12:36:12.836Z] unconfined, which can lead to unexpected situations.
12:36:12 [2022-08-11T12:36:12.836Z] 
12:36:12 [2022-08-11T12:36:12.836Z] To set a process to complain mode, use the command line tool
12:36:12 [2022-08-11T12:36:12.836Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
12:36:12 [2022-08-11T12:36:12.836Z]