Skip to content

Console Output

20:16:29 [2022-02-22T20:16:29.459Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43280/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ff408210da8ebcb6d3c333b6270b921442bcc1da -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ff408210da8ebcb6d3c333b6270b921442bcc1da hack/make.sh dynbinary test-docker-py
20:16:29 [2022-02-22T20:16:29.715Z] 
20:16:29 [2022-02-22T20:16:29.971Z] Removing bundles/
20:16:29 [2022-02-22T20:16:29.971Z] 
20:16:29 [2022-02-22T20:16:29.971Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
20:16:29 [2022-02-22T20:16:29.971Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:16:29 [2022-02-22T20:16:29.971Z] GOOS="" GOARCH="" GOARM=""
20:18:06 [2022-02-22T20:18:06.367Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:18:06 [2022-02-22T20:18:06.367Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
20:18:06 [2022-02-22T20:18:06.367Z] GOOS="" GOARCH="" GOARM=""
20:18:06 [2022-02-22T20:18:06.367Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
20:18:06 [2022-02-22T20:18:06.367Z] 
20:18:06 [2022-02-22T20:18:06.367Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
20:18:06 [2022-02-22T20:18:06.367Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
20:18:06 [2022-02-22T20:18:06.367Z] Using test binary docker
20:18:06 [2022-02-22T20:18:06.367Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:18:06 [2022-02-22T20:18:06.367Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:18:06 [2022-02-22T20:18:06.367Z] INFO: Waiting for daemon to start...
20:18:06 [2022-02-22T20:18:06.367Z] Starting dockerd
20:18:06 [2022-02-22T20:18:06.367Z] .
20:18:06 [2022-02-22T20:18:06.367Z] INFO: Building docker-sdk-python3:5.0.3...
20:18:45 [2022-02-22T20:18:45.176Z] sha256:90f291f83da1f9cb82a229ac9fc5bcb38ef4e6ef1053b747fe1002adb02647b7
20:18:45 [2022-02-22T20:18:45.176Z] INFO: Starting docker-py tests...
20:18:46 [2022-02-22T20:18:46.103Z] ============================= test session starts ==============================
20:18:46 [2022-02-22T20:18:46.103Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
20:18:46 [2022-02-22T20:18:46.103Z] rootdir: /src, inifile: pytest.ini
20:18:46 [2022-02-22T20:18:46.103Z] plugins: timeout-1.3.3, cov-2.6.1
20:18:47 [2022-02-22T20:18:47.043Z] collected 395 items / 2 deselected / 393 selected
20:18:47 [2022-02-22T20:18:47.043Z] 
20:19:03 [2022-02-22T20:19:03.325Z] tests/integration/api_build_test.py .......................X             [  6%]
20:19:03 [2022-02-22T20:19:03.888Z] tests/integration/api_client_test.py .....                               [  7%]
20:19:05 [2022-02-22T20:19:05.639Z] tests/integration/api_config_test.py ......                              [  8%]
20:19:34 [2022-02-22T20:19:34.807Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
20:20:27 [2022-02-22T20:20:27.523Z] .........................xx....................                          [ 29%]
20:20:43 [2022-02-22T20:20:43.316Z] tests/integration/api_exec_test.py .....................                 [ 34%]
20:20:50 [2022-02-22T20:20:50.735Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
20:20:55 [2022-02-22T20:20:55.725Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
20:21:11 [2022-02-22T20:21:11.138Z] tests/integration/api_network_test.py ............................       [ 47%]
20:21:20 [2022-02-22T20:21:20.856Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
20:21:22 [2022-02-22T20:21:22.344Z] tests/integration/api_secret_test.py .....                               [ 51%]
20:21:26 [2022-02-22T20:21:26.497Z] tests/integration/api_service_test.py .................................. [ 59%]
20:21:42 [2022-02-22T20:21:42.206Z] ............................                                             [ 66%]
20:22:21 [2022-02-22T20:22:21.156Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
20:22:36 [2022-02-22T20:22:36.259Z] tests/integration/api_volume_test.py .........                           [ 74%]
20:22:38 [2022-02-22T20:22:38.773Z] tests/integration/client_test.py .....                                   [ 75%]
20:22:38 [2022-02-22T20:22:38.773Z] tests/integration/context_api_test.py ...                                [ 76%]
20:22:38 [2022-02-22T20:22:38.773Z] tests/integration/errors_test.py .                                       [ 76%]
20:22:57 [2022-02-22T20:22:57.452Z] tests/integration/models_containers_test.py ............................ [ 83%]
20:23:13 [2022-02-22T20:23:13.630Z] .........                                                                [ 85%]
20:23:18 [2022-02-22T20:23:18.081Z] tests/integration/models_images_test.py ...............                  [ 89%]
20:23:19 [2022-02-22T20:23:19.520Z] tests/integration/models_networks_test.py ....                           [ 90%]
20:23:26 [2022-02-22T20:23:26.051Z] tests/integration/models_nodes_test.py .                                 [ 90%]
20:23:26 [2022-02-22T20:23:26.051Z] tests/integration/models_resources_test.py .                             [ 91%]
20:23:32 [2022-02-22T20:23:32.111Z] tests/integration/models_services_test.py ................X.             [ 95%]
20:23:38 [2022-02-22T20:23:38.900Z] tests/integration/models_swarm_test.py ..                                [ 96%]
20:23:39 [2022-02-22T20:23:39.157Z] tests/integration/models_volumes_test.py ..                              [ 96%]
20:23:43 [2022-02-22T20:23:43.282Z] tests/integration/regression_test.py ......                              [ 98%]
20:23:43 [2022-02-22T20:23:43.539Z] tests/integration/credentials/store_test.py ......                       [ 99%]
20:23:43 [2022-02-22T20:23:43.539Z] tests/integration/credentials/utils_test.py .                            [100%]
20:23:43 [2022-02-22T20:23:43.539Z] 
20:23:43 [2022-02-22T20:23:43.539Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
20:23:43 [2022-02-22T20:23:43.539Z] =========================== short test summary info ============================
20:23:43 [2022-02-22T20:23:43.539Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
20:23:43 [2022-02-22T20:23:43.539Z]   CONFIG_RT_GROUP_SCHED isn't enabled
20:23:43 [2022-02-22T20:23:43.539Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
20:23:43 [2022-02-22T20:23:43.539Z]   Not supported on most drivers
20:23:43 [2022-02-22T20:23:43.539Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
20:23:43 [2022-02-22T20:23:43.539Z]   Output of docker top depends on host distro, and is not formalized.
20:23:43 [2022-02-22T20:23:43.539Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
20:23:43 [2022-02-22T20:23:43.539Z]   Output of docker top depends on host distro, and is not formalized.
20:23:43 [2022-02-22T20:23:43.539Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
20:23:43 [2022-02-22T20:23:43.539Z]   Can fail if eth0 has multiple IP addresses
20:23:43 [2022-02-22T20:23:43.539Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
20:23:43 [2022-02-22T20:23:43.539Z]   This doesn't seem to be taken into account by the engine
20:23:43 [2022-02-22T20:23:43.539Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
20:23:43 [2022-02-22T20:23:43.539Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
20:23:43 [2022-02-22T20:23:43.539Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 297.63 seconds ==
20:23:43 [2022-02-22T20:23:43.796Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
20:23:55 [2022-02-22T20:23:55.961Z] Leaving: AppArmorNo profiles have been unloaded.
20:23:55 [2022-02-22T20:23:55.961Z] 
20:23:55 [2022-02-22T20:23:55.961Z] Unloading profiles will leave already running processes permanently
20:23:55 [2022-02-22T20:23:55.961Z] unconfined, which can lead to unexpected situations.
20:23:55 [2022-02-22T20:23:55.961Z] 
20:23:55 [2022-02-22T20:23:55.961Z] To set a process to complain mode, use the command line tool
20:23:55 [2022-02-22T20:23:55.961Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:23:55 [2022-02-22T20:23:55.961Z]