Skip to content

Console Output

12:53:26 [2020-01-20T12:53:26.644Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-447/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e14d1a4ce782c592f5b370b875cb654432b23979 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/docker/engine.git -e VALIDATE_BRANCH=19.03 docker:e14d1a4ce782c592f5b370b875cb654432b23979 hack/make.sh dynbinary-daemon test-docker-py
12:53:27 [2020-01-20T12:53:27.209Z] 
12:53:27 [2020-01-20T12:53:27.209Z] Removing bundles/
12:53:27 [2020-01-20T12:53:27.209Z] 
12:53:27 [2020-01-20T12:53:27.209Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
12:53:27 [2020-01-20T12:53:27.209Z] Building: bundles/dynbinary-daemon/dockerd-dev
12:53:27 [2020-01-20T12:53:27.209Z] GOOS="" GOARCH="" GOARM=""
12:54:48 [2020-01-20T12:54:48.730Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
12:54:48 [2020-01-20T12:54:48.730Z] 
12:54:48 [2020-01-20T12:54:48.730Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
12:54:48 [2020-01-20T12:54:48.730Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
12:54:48 [2020-01-20T12:54:48.730Z] Using test binary docker
12:54:48 [2020-01-20T12:54:48.730Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
12:54:48 [2020-01-20T12:54:48.730Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
12:54:48 [2020-01-20T12:54:48.730Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
12:54:48 [2020-01-20T12:54:48.730Z] Warning failed to create cache: (null)
12:54:48 [2020-01-20T12:54:48.730Z] .
12:54:48 [2020-01-20T12:54:48.730Z] INFO: Waiting for daemon to start...
12:54:48 [2020-01-20T12:54:48.730Z] Starting dockerd
12:54:48 [2020-01-20T12:54:48.730Z] .
12:54:48 [2020-01-20T12:54:48.730Z] INFO: Building docker-sdk-python3:master...
12:55:35 [2020-01-20T12:55:35.384Z] sha256:e1ad4acdba8aee66d120da3bca93036378df59e22fcfa3586a4380c13667e2e8
12:55:35 [2020-01-20T12:55:35.384Z] INFO: Starting docker-py tests...
12:55:35 [2020-01-20T12:55:35.384Z] ============================= test session starts ==============================
12:55:35 [2020-01-20T12:55:35.384Z] platform linux -- Python 3.7.6, pytest-4.3.1, py-1.8.1, pluggy-0.13.1
12:55:35 [2020-01-20T12:55:35.384Z] rootdir: /src, inifile: pytest.ini
12:55:35 [2020-01-20T12:55:35.384Z] plugins: timeout-1.3.3, cov-2.6.1
12:55:35 [2020-01-20T12:55:35.384Z] collected 385 items / 3 deselected / 382 selected
12:55:35 [2020-01-20T12:55:35.384Z] 
12:55:55 [2020-01-20T12:55:55.037Z] tests/integration/api_build_test.py .......................X             [  6%]
12:55:55 [2020-01-20T12:55:55.552Z] tests/integration/api_client_test.py .....                               [  7%]
12:55:57 [2020-01-20T12:55:57.487Z] tests/integration/api_config_test.py .....                               [  8%]
12:56:32 [2020-01-20T12:56:32.191Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
12:57:34 [2020-01-20T12:57:34.275Z] ................................................                         [ 29%]
12:57:53 [2020-01-20T12:57:53.132Z] tests/integration/api_exec_test.py ....................                  [ 35%]
12:58:01 [2020-01-20T12:58:01.098Z] tests/integration/api_healthcheck_test.py ....                           [ 36%]
12:58:04 [2020-01-20T12:58:04.959Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
12:58:26 [2020-01-20T12:58:26.154Z] tests/integration/api_network_test.py ...........................        [ 47%]
12:58:34 [2020-01-20T12:58:34.349Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
12:58:35 [2020-01-20T12:58:35.794Z] tests/integration/api_secret_test.py .....                               [ 52%]
12:58:40 [2020-01-20T12:58:40.213Z] tests/integration/api_service_test.py ................s................. [ 60%]
12:58:54 [2020-01-20T12:58:54.997Z] .........................                                                [ 67%]
12:59:31 [2020-01-20T12:59:31.233Z] tests/integration/api_swarm_test.py .ssss.xs...x.......                  [ 72%]
12:59:49 [2020-01-20T12:59:49.392Z] tests/integration/api_volume_test.py .........                           [ 74%]
12:59:49 [2020-01-20T12:59:49.392Z] tests/integration/client_test.py .....                                   [ 76%]
12:59:49 [2020-01-20T12:59:49.392Z] tests/integration/errors_test.py .                                       [ 76%]
13:00:23 [2020-01-20T13:00:23.675Z] tests/integration/models_containers_test.py ............................ [ 83%]
13:00:41 [2020-01-20T13:00:41.710Z] .........                                                                [ 86%]
13:00:46 [2020-01-20T13:00:46.353Z] tests/integration/models_images_test.py ..............                   [ 89%]
13:00:47 [2020-01-20T13:00:47.981Z] tests/integration/models_networks_test.py ....                           [ 90%]
13:00:53 [2020-01-20T13:00:53.247Z] tests/integration/models_nodes_test.py .                                 [ 91%]
13:00:54 [2020-01-20T13:00:54.178Z] tests/integration/models_resources_test.py .                             [ 91%]
13:01:00 [2020-01-20T13:01:00.386Z] tests/integration/models_services_test.py ..............X.               [ 95%]
13:01:03 [2020-01-20T13:01:03.652Z] tests/integration/models_swarm_test.py ..                                [ 96%]
13:01:03 [2020-01-20T13:01:03.652Z] tests/integration/models_volumes_test.py ..                              [ 96%]
13:01:08 [2020-01-20T13:01:08.232Z] tests/integration/regression_test.py ......                              [ 98%]
13:01:08 [2020-01-20T13:01:08.490Z] tests/integration/credentials/store_test.py ......                       [ 99%]
13:01:08 [2020-01-20T13:01:08.490Z] tests/integration/credentials/utils_test.py .                            [100%]
13:01:08 [2020-01-20T13:01:08.490Z] 
13:01:08 [2020-01-20T13:01:08.490Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
13:01:08 [2020-01-20T13:01:08.490Z] =========================== short test summary info ============================
13:01:08 [2020-01-20T13:01:08.490Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
13:01:08 [2020-01-20T13:01:08.490Z]   CONFIG_RT_GROUP_SCHED isn't enabled
13:01:08 [2020-01-20T13:01:08.490Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
13:01:08 [2020-01-20T13:01:08.490Z]   Not supported on most drivers
13:01:08 [2020-01-20T13:01:08.490Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
13:01:08 [2020-01-20T13:01:08.490Z]   Can fail if eth0 has multiple IP addresses
13:01:08 [2020-01-20T13:01:08.490Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
13:01:08 [2020-01-20T13:01:08.490Z]   This doesn't seem to be taken into account by the engine
13:01:08 [2020-01-20T13:01:08.490Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
13:01:08 [2020-01-20T13:01:08.490Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38)
13:01:08 [2020-01-20T13:01:08.490Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39)
13:01:08 [2020-01-20T13:01:08.490Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39)
13:01:08 [2020-01-20T13:01:08.490Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39)
13:01:08 [2020-01-20T13:01:08.490Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39)
13:01:08 [2020-01-20T13:01:08.490Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
13:01:08 [2020-01-20T13:01:08.490Z] = 369 passed, 7 skipped, 3 deselected, 4 xfailed, 2 xpassed in 336.35 seconds ==
13:01:08 [2020-01-20T13:01:08.747Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
13:01:20 [2020-01-20T13:01:20.929Z] umount: bundles/test-docker-py/root: mountpoint not found
13:01:20 [2020-01-20T13:01:20.929Z] Clearing AppArmor profiles cache:.
13:01:20 [2020-01-20T13:01:20.929Z] All profile caches have been cleared, but no profiles have been unloaded.
13:01:20 [2020-01-20T13:01:20.929Z] Unloading profiles will leave already running processes permanently
13:01:20 [2020-01-20T13:01:20.929Z] unconfined, which can lead to unexpected situations.
13:01:20 [2020-01-20T13:01:20.929Z] 
13:01:20 [2020-01-20T13:01:20.929Z] To set a process to complain mode, use the command line tool
13:01:20 [2020-01-20T13:01:20.929Z] 'aa-complain'. To really tear down all profiles, run the init script
13:01:20 [2020-01-20T13:01:20.929Z] with the 'teardown' option."
13:01:20 [2020-01-20T13:01:20.929Z]