Skip to content

Console Output

14:08:21 [2022-04-27T14:08:21.671Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43515/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=dc15b19cb9aedcd06e844095b6e2d502bc51e519 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:dc15b19cb9aedcd06e844095b6e2d502bc51e519 hack/make.sh dynbinary test-docker-py
14:08:21 [2022-04-27T14:08:21.930Z] 
14:08:22 [2022-04-27T14:08:22.189Z] Removing bundles/
14:08:22 [2022-04-27T14:08:22.189Z] 
14:08:22 [2022-04-27T14:08:22.189Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
14:08:22 [2022-04-27T14:08:22.189Z] Building: bundles/dynbinary-daemon/dockerd-dev
14:08:22 [2022-04-27T14:08:22.189Z] GOOS="" GOARCH="" GOARM=""
14:10:28 [2022-04-27T14:10:28.708Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
14:10:28 [2022-04-27T14:10:28.708Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
14:10:28 [2022-04-27T14:10:28.708Z] GOOS="" GOARCH="" GOARM=""
14:10:28 [2022-04-27T14:10:28.708Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
14:10:28 [2022-04-27T14:10:28.708Z] 
14:10:28 [2022-04-27T14:10:28.708Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
14:10:28 [2022-04-27T14:10:28.708Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
14:10:28 [2022-04-27T14:10:28.708Z] Using test binary docker
14:10:28 [2022-04-27T14:10:28.708Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
14:10:28 [2022-04-27T14:10:28.708Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
14:10:28 [2022-04-27T14:10:28.708Z] INFO: Waiting for daemon to start...
14:10:28 [2022-04-27T14:10:28.708Z] Starting dockerd
14:10:28 [2022-04-27T14:10:28.708Z] .
14:10:28 [2022-04-27T14:10:28.708Z] INFO: Building docker-sdk-python3:5.0.3...
14:11:07 [2022-04-27T14:11:07.421Z] sha256:b6cce589552735fa6ab088d2c542b538d84aff8151530f1bd3885fa8ed3302d3
14:11:07 [2022-04-27T14:11:07.421Z] INFO: Starting docker-py tests...
14:11:07 [2022-04-27T14:11:07.421Z] ============================= test session starts ==============================
14:11:07 [2022-04-27T14:11:07.421Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
14:11:07 [2022-04-27T14:11:07.421Z] rootdir: /src, inifile: pytest.ini
14:11:07 [2022-04-27T14:11:07.421Z] plugins: cov-2.6.1, timeout-1.3.3
14:11:07 [2022-04-27T14:11:07.421Z] collected 395 items / 2 deselected / 393 selected
14:11:07 [2022-04-27T14:11:07.421Z] 
14:11:19 [2022-04-27T14:11:19.651Z] tests/integration/api_build_test.py .......................X             [  6%]
14:11:20 [2022-04-27T14:11:20.217Z] tests/integration/api_client_test.py .....                               [  7%]
14:11:21 [2022-04-27T14:11:21.979Z] tests/integration/api_config_test.py ......                              [  8%]
14:11:51 [2022-04-27T14:11:51.799Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
14:12:45 [2022-04-27T14:12:45.278Z] .........................xx....................                          [ 29%]
14:13:01 [2022-04-27T14:13:01.903Z] tests/integration/api_exec_test.py .....................                 [ 34%]
14:13:09 [2022-04-27T14:13:09.361Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
14:13:14 [2022-04-27T14:13:14.535Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
14:13:31 [2022-04-27T14:13:31.109Z] tests/integration/api_network_test.py ............................       [ 47%]
14:13:40 [2022-04-27T14:13:40.892Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
14:13:42 [2022-04-27T14:13:42.674Z] tests/integration/api_secret_test.py .....                               [ 51%]
14:13:46 [2022-04-27T14:13:46.599Z] tests/integration/api_service_test.py .................................. [ 59%]
14:13:51 [2022-04-27T14:13:51.188Z] ............................                                             [ 66%]
14:14:32 [2022-04-27T14:14:32.625Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
14:14:47 [2022-04-27T14:14:47.754Z] tests/integration/api_volume_test.py .........                           [ 74%]
14:14:49 [2022-04-27T14:14:49.656Z] tests/integration/client_test.py .....                                   [ 75%]
14:14:49 [2022-04-27T14:14:49.915Z] tests/integration/context_api_test.py ...                                [ 76%]
14:14:50 [2022-04-27T14:14:50.481Z] tests/integration/errors_test.py .                                       [ 76%]
14:15:09 [2022-04-27T14:15:09.225Z] tests/integration/models_containers_test.py ............................ [ 83%]
14:15:25 [2022-04-27T14:15:25.471Z] .........                                                                [ 85%]
14:15:30 [2022-04-27T14:15:30.715Z] tests/integration/models_images_test.py ...............                  [ 89%]
14:15:31 [2022-04-27T14:15:31.908Z] tests/integration/models_networks_test.py ....                           [ 90%]
14:15:38 [2022-04-27T14:15:38.465Z] tests/integration/models_nodes_test.py .                                 [ 90%]
14:15:38 [2022-04-27T14:15:38.465Z] tests/integration/models_resources_test.py .                             [ 91%]
14:15:44 [2022-04-27T14:15:44.553Z] tests/integration/models_services_test.py ................X.             [ 95%]
14:15:51 [2022-04-27T14:15:51.366Z] tests/integration/models_swarm_test.py ..                                [ 96%]
14:15:51 [2022-04-27T14:15:51.626Z] tests/integration/models_volumes_test.py ..                              [ 96%]
14:15:55 [2022-04-27T14:15:55.582Z] tests/integration/regression_test.py ......                              [ 98%]
14:15:56 [2022-04-27T14:15:56.098Z] tests/integration/credentials/store_test.py ......                       [ 99%]
14:15:56 [2022-04-27T14:15:56.098Z] tests/integration/credentials/utils_test.py .                            [100%]
14:15:56 [2022-04-27T14:15:56.098Z] 
14:15:56 [2022-04-27T14:15:56.098Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
14:15:56 [2022-04-27T14:15:56.098Z] =========================== short test summary info ============================
14:15:56 [2022-04-27T14:15:56.098Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
14:15:56 [2022-04-27T14:15:56.098Z]   CONFIG_RT_GROUP_SCHED isn't enabled
14:15:56 [2022-04-27T14:15:56.098Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
14:15:56 [2022-04-27T14:15:56.098Z]   Not supported on most drivers
14:15:56 [2022-04-27T14:15:56.098Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
14:15:56 [2022-04-27T14:15:56.098Z]   Output of docker top depends on host distro, and is not formalized.
14:15:56 [2022-04-27T14:15:56.098Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
14:15:56 [2022-04-27T14:15:56.098Z]   Output of docker top depends on host distro, and is not formalized.
14:15:56 [2022-04-27T14:15:56.098Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
14:15:56 [2022-04-27T14:15:56.098Z]   Can fail if eth0 has multiple IP addresses
14:15:56 [2022-04-27T14:15:56.098Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
14:15:56 [2022-04-27T14:15:56.098Z]   This doesn't seem to be taken into account by the engine
14:15:56 [2022-04-27T14:15:56.098Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
14:15:56 [2022-04-27T14:15:56.098Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
14:15:56 [2022-04-27T14:15:56.098Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 294.03 seconds ==
14:15:56 [2022-04-27T14:15:56.356Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
14:16:08 [2022-04-27T14:16:08.556Z] Leaving: AppArmorNo profiles have been unloaded.
14:16:08 [2022-04-27T14:16:08.556Z] 
14:16:08 [2022-04-27T14:16:08.556Z] Unloading profiles will leave already running processes permanently
14:16:08 [2022-04-27T14:16:08.556Z] unconfined, which can lead to unexpected situations.
14:16:08 [2022-04-27T14:16:08.556Z] 
14:16:08 [2022-04-27T14:16:08.556Z] To set a process to complain mode, use the command line tool
14:16:08 [2022-04-27T14:16:08.556Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
14:16:08 [2022-04-27T14:16:08.556Z]