Skip to content

Console Output

13:15:55 [2021-06-28T13:15:55.414Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42567/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=12b880c27429f10c7c65de43b75c1292aca207af -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:12b880c27429f10c7c65de43b75c1292aca207af hack/make.sh dynbinary test-docker-py
13:15:55 [2021-06-28T13:15:55.985Z] 
13:15:55 [2021-06-28T13:15:55.985Z] Removing bundles/
13:15:55 [2021-06-28T13:15:55.985Z] 
13:15:55 [2021-06-28T13:15:55.985Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
13:15:55 [2021-06-28T13:15:55.985Z] Building: bundles/dynbinary-daemon/dockerd-dev
13:15:55 [2021-06-28T13:15:55.985Z] GOOS="" GOARCH="" GOARM=""
13:17:32 [2021-06-28T13:17:32.493Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
13:17:32 [2021-06-28T13:17:32.494Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
13:17:32 [2021-06-28T13:17:32.494Z] GOOS="" GOARCH="" GOARM=""
13:17:32 [2021-06-28T13:17:32.494Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
13:17:32 [2021-06-28T13:17:32.494Z] 
13:17:32 [2021-06-28T13:17:32.494Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
13:17:32 [2021-06-28T13:17:32.494Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
13:17:32 [2021-06-28T13:17:32.494Z] Using test binary docker
13:17:32 [2021-06-28T13:17:32.494Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
13:17:32 [2021-06-28T13:17:32.494Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
13:17:32 [2021-06-28T13:17:32.494Z] INFO: Waiting for daemon to start...
13:17:32 [2021-06-28T13:17:32.494Z] Starting dockerd
13:17:32 [2021-06-28T13:17:32.494Z] .
13:17:32 [2021-06-28T13:17:32.494Z] INFO: Building docker-sdk-python3:5.0.0...
13:18:19 [2021-06-28T13:18:19.208Z] sha256:10d851102aa0c5e71510aac48344b0e9dec4eb5e630533273a92ad04cfa8e021
13:18:19 [2021-06-28T13:18:19.208Z] INFO: Starting docker-py tests...
13:18:19 [2021-06-28T13:18:19.208Z] ============================= test session starts ==============================
13:18:19 [2021-06-28T13:18:19.208Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1
13:18:19 [2021-06-28T13:18:19.208Z] rootdir: /src, inifile: pytest.ini
13:18:19 [2021-06-28T13:18:19.208Z] plugins: timeout-1.3.3, cov-2.6.1
13:18:19 [2021-06-28T13:18:19.208Z] collected 390 items / 1 deselected / 389 selected
13:18:19 [2021-06-28T13:18:19.208Z] 
13:18:36 [2021-06-28T13:18:36.930Z] tests/integration/api_build_test.py .......................X             [  6%]
13:18:37 [2021-06-28T13:18:37.503Z] tests/integration/api_client_test.py .....                               [  7%]
13:18:39 [2021-06-28T13:18:39.017Z] tests/integration/api_config_test.py .....                               [  8%]
13:19:16 [2021-06-28T13:19:16.397Z] tests/integration/api_container_test.py ....x...........x............... [ 16%]
13:20:23 [2021-06-28T13:20:23.955Z] ..........................xx....................                         [ 29%]
13:20:50 [2021-06-28T13:20:50.309Z] tests/integration/api_exec_test.py .....................                 [ 34%]
13:21:00 [2021-06-28T13:21:00.051Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
13:21:03 [2021-06-28T13:21:03.800Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
13:21:24 [2021-06-28T13:21:24.115Z] tests/integration/api_network_test.py ............................       [ 47%]
13:21:31 [2021-06-28T13:21:31.633Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
13:21:33 [2021-06-28T13:21:33.095Z] tests/integration/api_secret_test.py .....                               [ 51%]
13:21:37 [2021-06-28T13:21:37.501Z] tests/integration/api_service_test.py ....................s............. [ 60%]
13:21:52 [2021-06-28T13:21:52.018Z] ..........................                                               [ 67%]
13:22:33 [2021-06-28T13:22:33.091Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
13:22:51 [2021-06-28T13:22:51.196Z] tests/integration/api_volume_test.py .........                           [ 74%]
13:22:51 [2021-06-28T13:22:51.196Z] tests/integration/client_test.py .....                                   [ 75%]
13:22:51 [2021-06-28T13:22:51.196Z] tests/integration/context_api_test.py ...                                [ 76%]
13:22:51 [2021-06-28T13:22:51.196Z] tests/integration/errors_test.py .                                       [ 76%]
13:23:17 [2021-06-28T13:23:17.179Z] tests/integration/models_containers_test.py ............................ [ 83%]
13:23:35 [2021-06-28T13:23:35.924Z] .........                                                                [ 86%]
13:23:40 [2021-06-28T13:23:40.817Z] tests/integration/models_images_test.py ...............                  [ 89%]
13:23:42 [2021-06-28T13:23:42.279Z] tests/integration/models_networks_test.py ....                           [ 91%]
13:23:48 [2021-06-28T13:23:48.858Z] tests/integration/models_nodes_test.py .                                 [ 91%]
13:23:49 [2021-06-28T13:23:49.428Z] tests/integration/models_resources_test.py .                             [ 91%]
13:23:55 [2021-06-28T13:23:55.537Z] tests/integration/models_services_test.py ..............X.               [ 95%]
13:23:58 [2021-06-28T13:23:58.302Z] tests/integration/models_swarm_test.py ..                                [ 96%]
13:23:58 [2021-06-28T13:23:58.302Z] tests/integration/models_volumes_test.py ..                              [ 96%]
13:24:03 [2021-06-28T13:24:03.682Z] tests/integration/regression_test.py ......                              [ 98%]
13:24:03 [2021-06-28T13:24:03.943Z] tests/integration/credentials/store_test.py ......                       [ 99%]
13:24:03 [2021-06-28T13:24:03.943Z] tests/integration/credentials/utils_test.py .                            [100%]
13:24:03 [2021-06-28T13:24:03.943Z] 
13:24:03 [2021-06-28T13:24:03.943Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
13:24:03 [2021-06-28T13:24:03.943Z] =========================== short test summary info ============================
13:24:03 [2021-06-28T13:24:03.943Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
13:24:03 [2021-06-28T13:24:03.943Z]   CONFIG_RT_GROUP_SCHED isn't enabled
13:24:03 [2021-06-28T13:24:03.943Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
13:24:03 [2021-06-28T13:24:03.943Z]   Not supported on most drivers
13:24:03 [2021-06-28T13:24:03.943Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
13:24:03 [2021-06-28T13:24:03.943Z]   Output of docker top depends on host distro, and is not formalized.
13:24:03 [2021-06-28T13:24:03.943Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
13:24:03 [2021-06-28T13:24:03.943Z]   Output of docker top depends on host distro, and is not formalized.
13:24:03 [2021-06-28T13:24:03.943Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
13:24:03 [2021-06-28T13:24:03.943Z]   Can fail if eth0 has multiple IP addresses
13:24:03 [2021-06-28T13:24:03.943Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
13:24:03 [2021-06-28T13:24:03.943Z]   This doesn't seem to be taken into account by the engine
13:24:03 [2021-06-28T13:24:03.943Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
13:24:03 [2021-06-28T13:24:03.943Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40)
13:24:03 [2021-06-28T13:24:03.943Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
13:24:03 [2021-06-28T13:24:03.943Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 349.94 seconds ==
13:24:04 [2021-06-28T13:24:04.203Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
13:24:16 [2021-06-28T13:24:16.472Z] Leaving: AppArmorNo profiles have been unloaded.
13:24:16 [2021-06-28T13:24:16.473Z] 
13:24:16 [2021-06-28T13:24:16.473Z] Unloading profiles will leave already running processes permanently
13:24:16 [2021-06-28T13:24:16.473Z] unconfined, which can lead to unexpected situations.
13:24:16 [2021-06-28T13:24:16.473Z] 
13:24:16 [2021-06-28T13:24:16.473Z] To set a process to complain mode, use the command line tool
13:24:16 [2021-06-28T13:24:16.473Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
13:24:16 [2021-06-28T13:24:16.473Z]