Skip to content

Console Output

19:31:11 [2022-02-15T19:31:11.855Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43238/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b9c8eca468259c087931a6c98129fd38892f834c -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b9c8eca468259c087931a6c98129fd38892f834c hack/make.sh dynbinary test-docker-py
19:31:12 [2022-02-15T19:31:12.111Z] 
19:31:12 [2022-02-15T19:31:12.368Z] Removing bundles/
19:31:12 [2022-02-15T19:31:12.368Z] 
19:31:12 [2022-02-15T19:31:12.368Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
19:31:12 [2022-02-15T19:31:12.368Z] Building: bundles/dynbinary-daemon/dockerd-dev
19:31:12 [2022-02-15T19:31:12.368Z] GOOS="" GOARCH="" GOARM=""
19:32:48 [2022-02-15T19:32:48.821Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
19:32:48 [2022-02-15T19:32:48.821Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
19:32:48 [2022-02-15T19:32:48.821Z] GOOS="" GOARCH="" GOARM=""
19:32:48 [2022-02-15T19:32:48.821Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
19:32:48 [2022-02-15T19:32:48.821Z] 
19:32:48 [2022-02-15T19:32:48.821Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
19:32:48 [2022-02-15T19:32:48.821Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
19:32:48 [2022-02-15T19:32:48.821Z] Using test binary docker
19:32:48 [2022-02-15T19:32:48.821Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
19:32:48 [2022-02-15T19:32:48.821Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
19:32:48 [2022-02-15T19:32:48.821Z] INFO: Waiting for daemon to start...
19:32:48 [2022-02-15T19:32:48.821Z] Starting dockerd
19:32:48 [2022-02-15T19:32:48.821Z] .
19:32:48 [2022-02-15T19:32:48.821Z] INFO: Building docker-sdk-python3:5.0.3...
19:33:27 [2022-02-15T19:33:27.497Z] sha256:c239b9b1d7c26171a7c45c260f0fd213a5ef2a749c0372a0588935cc96ca49e5
19:33:27 [2022-02-15T19:33:27.497Z] INFO: Starting docker-py tests...
19:33:27 [2022-02-15T19:33:27.497Z] ============================= test session starts ==============================
19:33:27 [2022-02-15T19:33:27.497Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
19:33:27 [2022-02-15T19:33:27.497Z] rootdir: /src, inifile: pytest.ini
19:33:27 [2022-02-15T19:33:27.497Z] plugins: timeout-1.3.3, cov-2.6.1
19:33:28 [2022-02-15T19:33:28.429Z] collected 395 items / 2 deselected / 393 selected
19:33:28 [2022-02-15T19:33:28.429Z] 
19:33:44 [2022-02-15T19:33:44.186Z] tests/integration/api_build_test.py .......................X             [  6%]
19:33:44 [2022-02-15T19:33:44.747Z] tests/integration/api_client_test.py .....                               [  7%]
19:33:46 [2022-02-15T19:33:46.491Z] tests/integration/api_config_test.py ......                              [  8%]
19:34:15 [2022-02-15T19:34:15.986Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
19:35:08 [2022-02-15T19:35:08.242Z] .........................xx....................                          [ 29%]
19:35:24 [2022-02-15T19:35:24.082Z] tests/integration/api_exec_test.py .....................                 [ 34%]
19:35:31 [2022-02-15T19:35:31.519Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
19:35:41 [2022-02-15T19:35:41.399Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
19:35:57 [2022-02-15T19:35:57.021Z] tests/integration/api_network_test.py ............................       [ 47%]
19:36:06 [2022-02-15T19:36:06.479Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
19:36:07 [2022-02-15T19:36:07.926Z] tests/integration/api_secret_test.py .....                               [ 51%]
19:36:12 [2022-02-15T19:36:12.002Z] tests/integration/api_service_test.py .................................. [ 59%]
19:36:27 [2022-02-15T19:36:27.717Z] ............................                                             [ 66%]
19:37:06 [2022-02-15T19:37:06.411Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
19:37:21 [2022-02-15T19:37:21.506Z] tests/integration/api_volume_test.py .........                           [ 74%]
19:37:23 [2022-02-15T19:37:23.398Z] tests/integration/client_test.py .....                                   [ 75%]
19:37:23 [2022-02-15T19:37:23.398Z] tests/integration/context_api_test.py ...                                [ 76%]
19:37:23 [2022-02-15T19:37:23.962Z] tests/integration/errors_test.py .                                       [ 76%]
19:37:42 [2022-02-15T19:37:42.368Z] tests/integration/models_containers_test.py ............................ [ 83%]
19:37:58 [2022-02-15T19:37:58.240Z] .........                                                                [ 85%]
19:38:02 [2022-02-15T19:38:02.727Z] tests/integration/models_images_test.py ...............                  [ 89%]
19:38:04 [2022-02-15T19:38:04.166Z] tests/integration/models_networks_test.py ....                           [ 90%]
19:38:10 [2022-02-15T19:38:10.697Z] tests/integration/models_nodes_test.py .                                 [ 90%]
19:38:10 [2022-02-15T19:38:10.697Z] tests/integration/models_resources_test.py .                             [ 91%]
19:38:12 [2022-02-15T19:38:12.391Z] tests/integration/models_services_test.py ................X.             [ 95%]
19:38:15 [2022-02-15T19:38:15.117Z] tests/integration/models_swarm_test.py ..                                [ 96%]
19:38:15 [2022-02-15T19:38:15.117Z] tests/integration/models_volumes_test.py ..                              [ 96%]
19:38:19 [2022-02-15T19:38:19.015Z] tests/integration/regression_test.py ......                              [ 98%]
19:38:19 [2022-02-15T19:38:19.530Z] tests/integration/credentials/store_test.py ......                       [ 99%]
19:38:19 [2022-02-15T19:38:19.530Z] tests/integration/credentials/utils_test.py .                            [100%]
19:38:19 [2022-02-15T19:38:19.530Z] 
19:38:19 [2022-02-15T19:38:19.530Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
19:38:19 [2022-02-15T19:38:19.530Z] =========================== short test summary info ============================
19:38:19 [2022-02-15T19:38:19.530Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
19:38:19 [2022-02-15T19:38:19.530Z]   CONFIG_RT_GROUP_SCHED isn't enabled
19:38:19 [2022-02-15T19:38:19.530Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
19:38:19 [2022-02-15T19:38:19.530Z]   Not supported on most drivers
19:38:19 [2022-02-15T19:38:19.530Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
19:38:19 [2022-02-15T19:38:19.530Z]   Output of docker top depends on host distro, and is not formalized.
19:38:19 [2022-02-15T19:38:19.530Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
19:38:19 [2022-02-15T19:38:19.531Z]   Output of docker top depends on host distro, and is not formalized.
19:38:19 [2022-02-15T19:38:19.531Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
19:38:19 [2022-02-15T19:38:19.531Z]   Can fail if eth0 has multiple IP addresses
19:38:19 [2022-02-15T19:38:19.531Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
19:38:19 [2022-02-15T19:38:19.531Z]   This doesn't seem to be taken into account by the engine
19:38:19 [2022-02-15T19:38:19.531Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
19:38:19 [2022-02-15T19:38:19.531Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
19:38:19 [2022-02-15T19:38:19.531Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 292.04 seconds ==
19:38:19 [2022-02-15T19:38:19.786Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
19:38:31 [2022-02-15T19:38:31.955Z] Leaving: AppArmorNo profiles have been unloaded.
19:38:31 [2022-02-15T19:38:31.955Z] 
19:38:31 [2022-02-15T19:38:31.955Z] Unloading profiles will leave already running processes permanently
19:38:31 [2022-02-15T19:38:31.955Z] unconfined, which can lead to unexpected situations.
19:38:31 [2022-02-15T19:38:31.955Z] 
19:38:31 [2022-02-15T19:38:31.955Z] To set a process to complain mode, use the command line tool
19:38:31 [2022-02-15T19:38:31.955Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
19:38:31 [2022-02-15T19:38:31.955Z]