Skip to content

Console Output

20:25:36 [2022-08-29T20:25:36.233Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44054/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=36f5535e5e5b5bca76da60b9f99647204cf21346 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:36f5535e5e5b5bca76da60b9f99647204cf21346 hack/make.sh dynbinary test-docker-py
20:25:36 [2022-08-29T20:25:36.489Z] 
20:25:36 [2022-08-29T20:25:36.489Z] Removing bundles/
20:25:36 [2022-08-29T20:25:36.489Z] 
20:25:36 [2022-08-29T20:25:36.745Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
20:25:36 [2022-08-29T20:25:36.745Z] Building: bundles/dynbinary-daemon/dockerd
20:25:36 [2022-08-29T20:25:36.745Z] GOOS="" GOARCH="" GOARM=""
20:27:43 [2022-08-29T20:27:43.148Z] Created binary: bundles/dynbinary-daemon/dockerd
20:27:43 [2022-08-29T20:27:43.148Z] Building: bundles/dynbinary-daemon/docker-proxy
20:27:43 [2022-08-29T20:27:43.148Z] GOOS="" GOARCH="" GOARM=""
20:27:43 [2022-08-29T20:27:43.148Z] Created binary: bundles/dynbinary-daemon/docker-proxy
20:27:43 [2022-08-29T20:27:43.148Z] 
20:27:43 [2022-08-29T20:27:43.148Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
20:27:43 [2022-08-29T20:27:43.148Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
20:27:43 [2022-08-29T20:27:43.148Z] Using test binary docker
20:27:43 [2022-08-29T20:27:43.148Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:27:43 [2022-08-29T20:27:43.148Z] Not: starting.
20:27:43 [2022-08-29T20:27:43.148Z] INFO: Waiting for daemon to start...
20:27:43 [2022-08-29T20:27:43.148Z] Starting dockerd
20:27:43 [2022-08-29T20:27:43.148Z] .
20:27:43 [2022-08-29T20:27:43.148Z] INFO: Building docker-sdk-python3:5.0.3...
20:28:15 [2022-08-29T20:28:15.176Z] sha256:54298535f86a6dc72f1e50700c7599c74948f92d2f4c447ee5767d7080940640
20:28:15 [2022-08-29T20:28:15.177Z] INFO: Starting docker-py tests...
20:28:15 [2022-08-29T20:28:15.177Z] ============================= test session starts ==============================
20:28:15 [2022-08-29T20:28:15.177Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
20:28:15 [2022-08-29T20:28:15.177Z] rootdir: /src, inifile: pytest.ini
20:28:15 [2022-08-29T20:28:15.177Z] plugins: cov-2.6.1, timeout-1.3.3
20:28:15 [2022-08-29T20:28:15.738Z] collected 395 items / 2 deselected / 393 selected
20:28:15 [2022-08-29T20:28:15.738Z] 
20:28:32 [2022-08-29T20:28:32.470Z] tests/integration/api_build_test.py .......................X             [  6%]
20:28:33 [2022-08-29T20:28:33.288Z] tests/integration/api_client_test.py .....                               [  7%]
20:28:34 [2022-08-29T20:28:34.470Z] tests/integration/api_config_test.py ......                              [  8%]
20:29:03 [2022-08-29T20:29:03.758Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
20:29:55 [2022-08-29T20:29:55.862Z] .........................xx....................                          [ 29%]
20:30:11 [2022-08-29T20:30:11.835Z] tests/integration/api_exec_test.py .....................                 [ 34%]
20:30:19 [2022-08-29T20:30:19.248Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
20:30:23 [2022-08-29T20:30:23.855Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
20:30:39 [2022-08-29T20:30:39.699Z] tests/integration/api_network_test.py ............................       [ 47%]
20:30:49 [2022-08-29T20:30:49.403Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
20:30:50 [2022-08-29T20:30:50.842Z] tests/integration/api_secret_test.py .....                               [ 51%]
20:30:55 [2022-08-29T20:30:55.431Z] tests/integration/api_service_test.py .................................. [ 59%]
20:30:59 [2022-08-29T20:30:59.801Z] ............................                                             [ 66%]
20:31:40 [2022-08-29T20:31:40.986Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
20:31:59 [2022-08-29T20:31:59.019Z] tests/integration/api_volume_test.py .........                           [ 74%]
20:31:59 [2022-08-29T20:31:59.020Z] tests/integration/client_test.py .....                                   [ 75%]
20:31:59 [2022-08-29T20:31:59.020Z] tests/integration/context_api_test.py ...                                [ 76%]
20:31:59 [2022-08-29T20:31:59.020Z] tests/integration/errors_test.py .                                       [ 76%]
20:32:17 [2022-08-29T20:32:17.410Z] tests/integration/models_containers_test.py ............................ [ 83%]
20:32:33 [2022-08-29T20:32:33.259Z] .........                                                                [ 85%]
20:32:38 [2022-08-29T20:32:38.199Z] tests/integration/models_images_test.py ...............                  [ 89%]
20:32:39 [2022-08-29T20:32:39.380Z] tests/integration/models_networks_test.py ....                           [ 90%]
20:32:45 [2022-08-29T20:32:45.953Z] tests/integration/models_nodes_test.py .                                 [ 90%]
20:32:45 [2022-08-29T20:32:45.953Z] tests/integration/models_resources_test.py .                             [ 91%]
20:32:47 [2022-08-29T20:32:47.699Z] tests/integration/models_services_test.py ................X.             [ 95%]
20:32:51 [2022-08-29T20:32:51.004Z] tests/integration/models_swarm_test.py ..                                [ 96%]
20:32:51 [2022-08-29T20:32:51.004Z] tests/integration/models_volumes_test.py ..                              [ 96%]
20:32:54 [2022-08-29T20:32:54.668Z] tests/integration/regression_test.py ......                              [ 98%]
20:32:55 [2022-08-29T20:32:55.180Z] tests/integration/credentials/store_test.py ......                       [ 99%]
20:32:55 [2022-08-29T20:32:55.180Z] tests/integration/credentials/utils_test.py .                            [100%]
20:32:55 [2022-08-29T20:32:55.180Z] 
20:32:55 [2022-08-29T20:32:55.180Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
20:32:55 [2022-08-29T20:32:55.180Z] =========================== short test summary info ============================
20:32:55 [2022-08-29T20:32:55.180Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
20:32:55 [2022-08-29T20:32:55.180Z]   CONFIG_RT_GROUP_SCHED isn't enabled
20:32:55 [2022-08-29T20:32:55.180Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
20:32:55 [2022-08-29T20:32:55.180Z]   Not supported on most drivers
20:32:55 [2022-08-29T20:32:55.180Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
20:32:55 [2022-08-29T20:32:55.180Z]   Output of docker top depends on host distro, and is not formalized.
20:32:55 [2022-08-29T20:32:55.180Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
20:32:55 [2022-08-29T20:32:55.180Z]   Output of docker top depends on host distro, and is not formalized.
20:32:55 [2022-08-29T20:32:55.180Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
20:32:55 [2022-08-29T20:32:55.180Z]   Can fail if eth0 has multiple IP addresses
20:32:55 [2022-08-29T20:32:55.180Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
20:32:55 [2022-08-29T20:32:55.180Z]   This doesn't seem to be taken into account by the engine
20:32:55 [2022-08-29T20:32:55.180Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
20:32:55 [2022-08-29T20:32:55.180Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
20:32:55 [2022-08-29T20:32:55.180Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 280.41 seconds ==
20:32:55 [2022-08-29T20:32:55.436Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
20:33:07 [2022-08-29T20:33:07.599Z] Leaving: AppArmorNo profiles have been unloaded.
20:33:07 [2022-08-29T20:33:07.599Z] 
20:33:07 [2022-08-29T20:33:07.599Z] Unloading profiles will leave already running processes permanently
20:33:07 [2022-08-29T20:33:07.599Z] unconfined, which can lead to unexpected situations.
20:33:07 [2022-08-29T20:33:07.599Z] 
20:33:07 [2022-08-29T20:33:07.599Z] To set a process to complain mode, use the command line tool
20:33:07 [2022-08-29T20:33:07.599Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:33:07 [2022-08-29T20:33:07.599Z]