Skip to content

Console Output

18:29:12 [2021-07-03T18:29:12.073Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42063/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=477244cca51173426779c67024411d6e6a709bc9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:477244cca51173426779c67024411d6e6a709bc9 hack/make.sh dynbinary test-docker-py
18:29:12 [2021-07-03T18:29:12.636Z] 
18:29:12 [2021-07-03T18:29:12.636Z] Removing bundles/
18:29:12 [2021-07-03T18:29:12.636Z] 
18:29:12 [2021-07-03T18:29:12.636Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
18:29:12 [2021-07-03T18:29:12.636Z] Building: bundles/dynbinary-daemon/dockerd-dev
18:29:12 [2021-07-03T18:29:12.636Z] GOOS="" GOARCH="" GOARM=""
18:30:49 [2021-07-03T18:30:49.028Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
18:30:49 [2021-07-03T18:30:49.028Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
18:30:49 [2021-07-03T18:30:49.028Z] GOOS="" GOARCH="" GOARM=""
18:30:49 [2021-07-03T18:30:49.028Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
18:30:49 [2021-07-03T18:30:49.028Z] 
18:30:49 [2021-07-03T18:30:49.028Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
18:30:49 [2021-07-03T18:30:49.028Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
18:30:49 [2021-07-03T18:30:49.028Z] Using test binary docker
18:30:49 [2021-07-03T18:30:49.028Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
18:30:49 [2021-07-03T18:30:49.028Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
18:30:49 [2021-07-03T18:30:49.028Z] INFO: Waiting for daemon to start...
18:30:49 [2021-07-03T18:30:49.028Z] Starting dockerd
18:30:49 [2021-07-03T18:30:49.028Z] .
18:30:49 [2021-07-03T18:30:49.028Z] INFO: Building docker-sdk-python3:5.0.0...
18:31:35 [2021-07-03T18:31:35.705Z] sha256:afac6b66d7ad5a3fa838c6435a0cd7dfc41a586bb88b8d48ce1af10a3071f592
18:31:35 [2021-07-03T18:31:35.705Z] INFO: Starting docker-py tests...
18:31:35 [2021-07-03T18:31:35.705Z] ============================= test session starts ==============================
18:31:35 [2021-07-03T18:31:35.705Z] platform linux -- Python 3.7.11, pytest-4.3.1, py-1.10.0, pluggy-0.13.1
18:31:35 [2021-07-03T18:31:35.705Z] rootdir: /src, inifile: pytest.ini
18:31:35 [2021-07-03T18:31:35.705Z] plugins: timeout-1.3.3, cov-2.6.1
18:31:35 [2021-07-03T18:31:35.705Z] collected 390 items / 1 deselected / 389 selected
18:31:35 [2021-07-03T18:31:35.705Z] 
18:31:51 [2021-07-03T18:31:51.392Z] tests/integration/api_build_test.py .......................X             [  6%]
18:31:52 [2021-07-03T18:31:52.211Z] tests/integration/api_client_test.py .....                               [  7%]
18:31:53 [2021-07-03T18:31:53.954Z] tests/integration/api_config_test.py .....                               [  8%]
18:32:30 [2021-07-03T18:32:30.850Z] tests/integration/api_container_test.py ....x...........x............... [ 16%]
18:33:38 [2021-07-03T18:33:38.308Z] ..........................xx....................                         [ 29%]
18:34:04 [2021-07-03T18:34:04.536Z] tests/integration/api_exec_test.py .....................                 [ 34%]
18:34:13 [2021-07-03T18:34:13.807Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
18:34:17 [2021-07-03T18:34:17.698Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
18:34:37 [2021-07-03T18:34:37.726Z] tests/integration/api_network_test.py ............................       [ 47%]
18:34:45 [2021-07-03T18:34:45.130Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
18:34:46 [2021-07-03T18:34:46.566Z] tests/integration/api_secret_test.py .....                               [ 51%]
18:34:51 [2021-07-03T18:34:51.145Z] tests/integration/api_service_test.py ....................s............. [ 60%]
18:35:05 [2021-07-03T18:35:05.505Z] ..........................                                               [ 67%]
18:35:45 [2021-07-03T18:35:45.969Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
18:36:04 [2021-07-03T18:36:04.004Z] tests/integration/api_volume_test.py .........                           [ 74%]
18:36:04 [2021-07-03T18:36:04.004Z] tests/integration/client_test.py .....                                   [ 75%]
18:36:04 [2021-07-03T18:36:04.004Z] tests/integration/context_api_test.py ...                                [ 76%]
18:36:04 [2021-07-03T18:36:04.004Z] tests/integration/errors_test.py .                                       [ 76%]
18:36:29 [2021-07-03T18:36:29.097Z] tests/integration/models_containers_test.py ............................ [ 83%]
18:36:47 [2021-07-03T18:36:47.740Z] .........                                                                [ 86%]
18:36:52 [2021-07-03T18:36:52.869Z] tests/integration/models_images_test.py ...............                  [ 89%]
18:36:54 [2021-07-03T18:36:54.489Z] tests/integration/models_networks_test.py ....                           [ 91%]
18:36:59 [2021-07-03T18:36:59.777Z] tests/integration/models_nodes_test.py .                                 [ 91%]
18:37:01 [2021-07-03T18:37:01.145Z] tests/integration/models_resources_test.py .                             [ 91%]
18:37:07 [2021-07-03T18:37:07.452Z] tests/integration/models_services_test.py ..............X.               [ 95%]
18:37:10 [2021-07-03T18:37:10.184Z] tests/integration/models_swarm_test.py ..                                [ 96%]
18:37:10 [2021-07-03T18:37:10.184Z] tests/integration/models_volumes_test.py ..                              [ 96%]
18:37:14 [2021-07-03T18:37:14.825Z] tests/integration/regression_test.py ......                              [ 98%]
18:37:15 [2021-07-03T18:37:15.337Z] tests/integration/credentials/store_test.py ......                       [ 99%]
18:37:15 [2021-07-03T18:37:15.337Z] tests/integration/credentials/utils_test.py .                            [100%]
18:37:15 [2021-07-03T18:37:15.337Z] 
18:37:15 [2021-07-03T18:37:15.337Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
18:37:15 [2021-07-03T18:37:15.337Z] =========================== short test summary info ============================
18:37:15 [2021-07-03T18:37:15.337Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
18:37:15 [2021-07-03T18:37:15.337Z]   CONFIG_RT_GROUP_SCHED isn't enabled
18:37:15 [2021-07-03T18:37:15.337Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
18:37:15 [2021-07-03T18:37:15.337Z]   Not supported on most drivers
18:37:15 [2021-07-03T18:37:15.337Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
18:37:15 [2021-07-03T18:37:15.337Z]   Output of docker top depends on host distro, and is not formalized.
18:37:15 [2021-07-03T18:37:15.337Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
18:37:15 [2021-07-03T18:37:15.337Z]   Output of docker top depends on host distro, and is not formalized.
18:37:15 [2021-07-03T18:37:15.337Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
18:37:15 [2021-07-03T18:37:15.337Z]   Can fail if eth0 has multiple IP addresses
18:37:15 [2021-07-03T18:37:15.337Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
18:37:15 [2021-07-03T18:37:15.337Z]   This doesn't seem to be taken into account by the engine
18:37:15 [2021-07-03T18:37:15.337Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
18:37:15 [2021-07-03T18:37:15.337Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40)
18:37:15 [2021-07-03T18:37:15.337Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
18:37:15 [2021-07-03T18:37:15.337Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 345.99 seconds ==
18:37:15 [2021-07-03T18:37:15.593Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
18:37:27 [2021-07-03T18:37:27.752Z] Leaving: AppArmorNo profiles have been unloaded.
18:37:27 [2021-07-03T18:37:27.752Z] 
18:37:27 [2021-07-03T18:37:27.752Z] Unloading profiles will leave already running processes permanently
18:37:27 [2021-07-03T18:37:27.752Z] unconfined, which can lead to unexpected situations.
18:37:27 [2021-07-03T18:37:27.752Z] 
18:37:27 [2021-07-03T18:37:27.752Z] To set a process to complain mode, use the command line tool
18:37:27 [2021-07-03T18:37:27.752Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
18:37:27 [2021-07-03T18:37:27.752Z]