Skip to content

Console Output

20:18:42 [2022-06-07T20:18:42.132Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43702/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f90056a79d114c529048138027a7834b293a1a47 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f90056a79d114c529048138027a7834b293a1a47 hack/make.sh dynbinary test-docker-py
20:18:42 [2022-06-07T20:18:42.388Z] 
20:18:42 [2022-06-07T20:18:42.644Z] Removing bundles/
20:18:42 [2022-06-07T20:18:42.644Z] 
20:18:42 [2022-06-07T20:18:42.644Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
20:18:42 [2022-06-07T20:18:42.644Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:18:42 [2022-06-07T20:18:42.644Z] GOOS="" GOARCH="" GOARM=""
20:20:49 [2022-06-07T20:20:49.051Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:20:49 [2022-06-07T20:20:49.051Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
20:20:49 [2022-06-07T20:20:49.051Z] GOOS="" GOARCH="" GOARM=""
20:20:49 [2022-06-07T20:20:49.051Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
20:20:49 [2022-06-07T20:20:49.051Z] 
20:20:49 [2022-06-07T20:20:49.051Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
20:20:49 [2022-06-07T20:20:49.051Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
20:20:49 [2022-06-07T20:20:49.051Z] Using test binary docker
20:20:49 [2022-06-07T20:20:49.051Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:20:49 [2022-06-07T20:20:49.051Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:20:49 [2022-06-07T20:20:49.051Z] INFO: Waiting for daemon to start...
20:20:49 [2022-06-07T20:20:49.051Z] Starting dockerd
20:20:49 [2022-06-07T20:20:49.051Z] .
20:20:49 [2022-06-07T20:20:49.051Z] INFO: Building docker-sdk-python3:5.0.3...
20:21:27 [2022-06-07T20:21:27.717Z] sha256:74da6048c926de7722920248f063fa33588fa4c9db12c5722e6bb4336c5b93e0
20:21:27 [2022-06-07T20:21:27.717Z] INFO: Starting docker-py tests...
20:21:27 [2022-06-07T20:21:27.717Z] ============================= test session starts ==============================
20:21:27 [2022-06-07T20:21:27.717Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
20:21:27 [2022-06-07T20:21:27.717Z] rootdir: /src, inifile: pytest.ini
20:21:27 [2022-06-07T20:21:27.717Z] plugins: cov-2.6.1, timeout-1.3.3
20:21:27 [2022-06-07T20:21:27.717Z] collected 395 items / 2 deselected / 393 selected
20:21:27 [2022-06-07T20:21:27.717Z] 
20:21:40 [2022-06-07T20:21:40.837Z] tests/integration/api_build_test.py .......................X             [  6%]
20:21:41 [2022-06-07T20:21:41.654Z] tests/integration/api_client_test.py .....                               [  7%]
20:21:43 [2022-06-07T20:21:43.397Z] tests/integration/api_config_test.py ......                              [  8%]
20:22:13 [2022-06-07T20:22:13.291Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
20:23:07 [2022-06-07T20:23:07.413Z] .........................xx....................                          [ 29%]
20:23:24 [2022-06-07T20:23:24.085Z] tests/integration/api_exec_test.py .....................                 [ 34%]
20:23:31 [2022-06-07T20:23:31.497Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
20:23:36 [2022-06-07T20:23:36.559Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
20:23:53 [2022-06-07T20:23:53.189Z] tests/integration/api_network_test.py ............................       [ 47%]
20:24:02 [2022-06-07T20:24:02.628Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
20:24:04 [2022-06-07T20:24:04.371Z] tests/integration/api_secret_test.py .....                               [ 51%]
20:24:08 [2022-06-07T20:24:08.260Z] tests/integration/api_service_test.py .................................. [ 59%]
20:24:12 [2022-06-07T20:24:12.917Z] ............................                                             [ 66%]
20:24:53 [2022-06-07T20:24:53.912Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
20:25:11 [2022-06-07T20:25:11.948Z] tests/integration/api_volume_test.py .........                           [ 74%]
20:25:11 [2022-06-07T20:25:11.948Z] tests/integration/client_test.py .....                                   [ 75%]
20:25:11 [2022-06-07T20:25:11.948Z] tests/integration/context_api_test.py ...                                [ 76%]
20:25:11 [2022-06-07T20:25:11.948Z] tests/integration/errors_test.py .                                       [ 76%]
20:25:30 [2022-06-07T20:25:30.837Z] tests/integration/models_containers_test.py ............................ [ 83%]
20:25:46 [2022-06-07T20:25:46.993Z] .........                                                                [ 85%]
20:25:51 [2022-06-07T20:25:51.919Z] tests/integration/models_images_test.py ...............                  [ 89%]
20:25:53 [2022-06-07T20:25:53.358Z] tests/integration/models_networks_test.py ....                           [ 90%]
20:25:59 [2022-06-07T20:25:59.929Z] tests/integration/models_nodes_test.py .                                 [ 90%]
20:25:59 [2022-06-07T20:25:59.929Z] tests/integration/models_resources_test.py .                             [ 91%]
20:26:01 [2022-06-07T20:26:01.944Z] tests/integration/models_services_test.py ................X.             [ 95%]
20:26:04 [2022-06-07T20:26:04.672Z] tests/integration/models_swarm_test.py ..                                [ 96%]
20:26:04 [2022-06-07T20:26:04.672Z] tests/integration/models_volumes_test.py ..                              [ 96%]
20:26:08 [2022-06-07T20:26:08.825Z] tests/integration/regression_test.py ......                              [ 98%]
20:26:09 [2022-06-07T20:26:09.336Z] tests/integration/credentials/store_test.py ......                       [ 99%]
20:26:09 [2022-06-07T20:26:09.337Z] tests/integration/credentials/utils_test.py .                            [100%]
20:26:09 [2022-06-07T20:26:09.337Z] 
20:26:09 [2022-06-07T20:26:09.337Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
20:26:09 [2022-06-07T20:26:09.337Z] =========================== short test summary info ============================
20:26:09 [2022-06-07T20:26:09.337Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
20:26:09 [2022-06-07T20:26:09.337Z]   CONFIG_RT_GROUP_SCHED isn't enabled
20:26:09 [2022-06-07T20:26:09.337Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
20:26:09 [2022-06-07T20:26:09.337Z]   Not supported on most drivers
20:26:09 [2022-06-07T20:26:09.337Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
20:26:09 [2022-06-07T20:26:09.337Z]   Output of docker top depends on host distro, and is not formalized.
20:26:09 [2022-06-07T20:26:09.337Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
20:26:09 [2022-06-07T20:26:09.337Z]   Output of docker top depends on host distro, and is not formalized.
20:26:09 [2022-06-07T20:26:09.337Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
20:26:09 [2022-06-07T20:26:09.337Z]   Can fail if eth0 has multiple IP addresses
20:26:09 [2022-06-07T20:26:09.337Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
20:26:09 [2022-06-07T20:26:09.337Z]   This doesn't seem to be taken into account by the engine
20:26:09 [2022-06-07T20:26:09.337Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
20:26:09 [2022-06-07T20:26:09.337Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
20:26:09 [2022-06-07T20:26:09.337Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 286.22 seconds ==
20:26:09 [2022-06-07T20:26:09.592Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
20:26:21 [2022-06-07T20:26:21.754Z] Leaving: AppArmorNo profiles have been unloaded.
20:26:21 [2022-06-07T20:26:21.754Z] 
20:26:21 [2022-06-07T20:26:21.754Z] Unloading profiles will leave already running processes permanently
20:26:21 [2022-06-07T20:26:21.754Z] unconfined, which can lead to unexpected situations.
20:26:21 [2022-06-07T20:26:21.754Z] 
20:26:21 [2022-06-07T20:26:21.754Z] To set a process to complain mode, use the command line tool
20:26:21 [2022-06-07T20:26:21.754Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:26:21 [2022-06-07T20:26:21.754Z]