Skip to content

Console Output

09:08:08 [2022-03-27T09:08:08.572Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43368/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr34 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=064650dd098bdcdc69d36e80db3e72637b88217e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:064650dd098bdcdc69d36e80db3e72637b88217e hack/make.sh dynbinary test-docker-py
09:08:08 [2022-03-27T09:08:08.829Z] 
09:08:09 [2022-03-27T09:08:09.086Z] Removing bundles/
09:08:09 [2022-03-27T09:08:09.086Z] 
09:08:09 [2022-03-27T09:08:09.086Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
09:08:09 [2022-03-27T09:08:09.086Z] Building: bundles/dynbinary-daemon/dockerd-dev
09:08:09 [2022-03-27T09:08:09.086Z] GOOS="" GOARCH="" GOARM=""
09:10:15 [2022-03-27T09:10:15.523Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
09:10:15 [2022-03-27T09:10:15.523Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
09:10:15 [2022-03-27T09:10:15.523Z] GOOS="" GOARCH="" GOARM=""
09:10:15 [2022-03-27T09:10:15.523Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
09:10:15 [2022-03-27T09:10:15.523Z] 
09:10:15 [2022-03-27T09:10:15.523Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
09:10:15 [2022-03-27T09:10:15.523Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
09:10:15 [2022-03-27T09:10:15.523Z] Using test binary docker
09:10:15 [2022-03-27T09:10:15.523Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
09:10:15 [2022-03-27T09:10:15.523Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
09:10:15 [2022-03-27T09:10:15.523Z] INFO: Waiting for daemon to start...
09:10:15 [2022-03-27T09:10:15.523Z] Starting dockerd
09:10:15 [2022-03-27T09:10:15.523Z] .
09:10:15 [2022-03-27T09:10:15.523Z] INFO: Building docker-sdk-python3:5.0.3...
09:10:54 [2022-03-27T09:10:54.229Z] sha256:459a96fc8064f4e5a6cd37fa3ec1de928c960996847ecfb9c2d3d938a3c6d1a0
09:10:54 [2022-03-27T09:10:54.229Z] INFO: Starting docker-py tests...
09:10:54 [2022-03-27T09:10:54.229Z] ============================= test session starts ==============================
09:10:54 [2022-03-27T09:10:54.229Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
09:10:54 [2022-03-27T09:10:54.229Z] rootdir: /src, inifile: pytest.ini
09:10:54 [2022-03-27T09:10:54.229Z] plugins: timeout-1.3.3, cov-2.6.1
09:10:54 [2022-03-27T09:10:54.229Z] collected 395 items / 2 deselected / 393 selected
09:10:54 [2022-03-27T09:10:54.229Z] 
09:11:07 [2022-03-27T09:11:07.574Z] tests/integration/api_build_test.py .......................X             [  6%]
09:11:08 [2022-03-27T09:11:08.395Z] tests/integration/api_client_test.py .....                               [  7%]
09:11:09 [2022-03-27T09:11:09.581Z] tests/integration/api_config_test.py ......                              [  8%]
09:11:39 [2022-03-27T09:11:39.444Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
09:12:33 [2022-03-27T09:12:33.151Z] .........................xx....................                          [ 29%]
09:12:49 [2022-03-27T09:12:49.578Z] tests/integration/api_exec_test.py .....................                 [ 34%]
09:12:57 [2022-03-27T09:12:57.007Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
09:13:01 [2022-03-27T09:13:01.710Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
09:13:18 [2022-03-27T09:13:18.273Z] tests/integration/api_network_test.py ............................       [ 47%]
09:13:28 [2022-03-27T09:13:28.620Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
09:13:29 [2022-03-27T09:13:29.697Z] tests/integration/api_secret_test.py .....                               [ 51%]
09:13:34 [2022-03-27T09:13:34.145Z] tests/integration/api_service_test.py .................................. [ 59%]
09:13:49 [2022-03-27T09:13:49.803Z] ............................                                             [ 66%]
09:14:28 [2022-03-27T09:14:28.956Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
09:14:47 [2022-03-27T09:14:47.006Z] tests/integration/api_volume_test.py .........                           [ 74%]
09:14:47 [2022-03-27T09:14:47.006Z] tests/integration/client_test.py .....                                   [ 75%]
09:14:47 [2022-03-27T09:14:47.006Z] tests/integration/context_api_test.py ...                                [ 76%]
09:14:47 [2022-03-27T09:14:47.006Z] tests/integration/errors_test.py .                                       [ 76%]
09:15:05 [2022-03-27T09:15:05.654Z] tests/integration/models_containers_test.py ............................ [ 83%]
09:15:21 [2022-03-27T09:15:21.529Z] .........                                                                [ 85%]
09:15:26 [2022-03-27T09:15:26.729Z] tests/integration/models_images_test.py ...............                  [ 89%]
09:15:28 [2022-03-27T09:15:28.186Z] tests/integration/models_networks_test.py ....                           [ 90%]
09:15:34 [2022-03-27T09:15:34.723Z] tests/integration/models_nodes_test.py .                                 [ 90%]
09:15:34 [2022-03-27T09:15:34.723Z] tests/integration/models_resources_test.py .                             [ 91%]
09:15:36 [2022-03-27T09:15:36.474Z] tests/integration/models_services_test.py ................X.             [ 95%]
09:15:39 [2022-03-27T09:15:39.208Z] tests/integration/models_swarm_test.py ..                                [ 96%]
09:15:39 [2022-03-27T09:15:39.208Z] tests/integration/models_volumes_test.py ..                              [ 96%]
09:15:43 [2022-03-27T09:15:43.363Z] tests/integration/regression_test.py ......                              [ 98%]
09:15:43 [2022-03-27T09:15:43.875Z] tests/integration/credentials/store_test.py ......                       [ 99%]
09:15:43 [2022-03-27T09:15:43.875Z] tests/integration/credentials/utils_test.py .                            [100%]
09:15:43 [2022-03-27T09:15:43.875Z] 
09:15:43 [2022-03-27T09:15:43.875Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
09:15:43 [2022-03-27T09:15:43.875Z] =========================== short test summary info ============================
09:15:43 [2022-03-27T09:15:43.875Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
09:15:43 [2022-03-27T09:15:43.875Z]   CONFIG_RT_GROUP_SCHED isn't enabled
09:15:43 [2022-03-27T09:15:43.875Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
09:15:43 [2022-03-27T09:15:43.875Z]   Not supported on most drivers
09:15:43 [2022-03-27T09:15:43.875Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
09:15:43 [2022-03-27T09:15:43.875Z]   Output of docker top depends on host distro, and is not formalized.
09:15:43 [2022-03-27T09:15:43.875Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
09:15:43 [2022-03-27T09:15:43.875Z]   Output of docker top depends on host distro, and is not formalized.
09:15:43 [2022-03-27T09:15:43.875Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
09:15:43 [2022-03-27T09:15:43.875Z]   Can fail if eth0 has multiple IP addresses
09:15:43 [2022-03-27T09:15:43.875Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
09:15:43 [2022-03-27T09:15:43.875Z]   This doesn't seem to be taken into account by the engine
09:15:43 [2022-03-27T09:15:43.875Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
09:15:43 [2022-03-27T09:15:43.875Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
09:15:43 [2022-03-27T09:15:43.875Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 293.69 seconds ==
09:15:44 [2022-03-27T09:15:44.131Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
09:15:56 [2022-03-27T09:15:56.303Z] Leaving: AppArmorNo profiles have been unloaded.
09:15:56 [2022-03-27T09:15:56.303Z] 
09:15:56 [2022-03-27T09:15:56.303Z] Unloading profiles will leave already running processes permanently
09:15:56 [2022-03-27T09:15:56.303Z] unconfined, which can lead to unexpected situations.
09:15:56 [2022-03-27T09:15:56.303Z] 
09:15:56 [2022-03-27T09:15:56.303Z] To set a process to complain mode, use the command line tool
09:15:56 [2022-03-27T09:15:56.303Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
09:15:56 [2022-03-27T09:15:56.303Z]