Message ID | 20200626181357.26211-1-alex.bennee@linaro.org |
---|---|
Headers | show |
Series | testing/next (gitlab, vm, docker) | expand |
Patchew URL: https://patchew.org/QEMU/20200626181357.26211-1-alex.bennee@linaro.org/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #! /bin/bash export ARCH=x86_64 make docker-image-fedora V=1 NETWORK=1 time make docker-test-mingw@fedora J=14 NETWORK=1 === TEST SCRIPT END === Using default tag: latest Trying to pull repository registry.gitlab.com/stsquad/qemu/qemu/fedora ... Pulling repository registry.gitlab.com/stsquad/qemu/qemu/fedora Error: image stsquad/qemu/qemu/fedora:latest not found Sending build context to Docker daemon 4.096 kB Step 1/9 : FROM fedora:32 ---> 2a8d315e6208 --- perl-Encode-devel x86_64 4:3.06-445.fc32 updates 42 k perl-Env noarch 1.04-440.fc32 fedora 19 k perl-Errno x86_64 1.30-453.fc32 updates 24 k perl-Error noarch 1:0.17029-1.fc32 fedora 42 k perl-Exporter noarch 5.74-2.fc32 fedora 32 k perl-Exporter-Tiny noarch 1.002001-5.fc32 fedora 51 k perl-ExtUtils-CBuilder noarch 1:0.280234-2.fc32 fedora 47 k --- (633/842): perl-Encode-Locale-1.05-15.fc32.noar 159 kB/s | 19 kB 00:00 (634/842): perl-Env-1.04-440.fc32.noarch.rpm 160 kB/s | 19 kB 00:00 (635/842): perl-Digest-SHA-6.02-442.fc32.x86_64 149 kB/s | 64 kB 00:00 (636/842): perl-Error-0.17029-1.fc32.noarch.rpm 201 kB/s | 42 kB 00:00 (637/842): perl-Exporter-5.74-2.fc32.noarch.rpm 152 kB/s | 32 kB 00:00 (638/842): perl-Exporter-Tiny-1.002001-5.fc32.n 182 kB/s | 51 kB 00:00 (639/842): perl-ExtUtils-CBuilder-0.280234-2.fc 149 kB/s | 47 kB 00:00 --- Installing : perl-DB_File-1.853-2.fc32.x86_64 233/856 Installing : perl-Devel-Size-0.83-5.fc32.x86_64 234/856 Installing : perl-Env-1.04-440.fc32.noarch 235/856 Installing : perl-Error-1:0.17029-1.fc32.noarch 236/856 Installing : perl-IPC-SysV-2.07-442.fc32.x86_64 237/856 Installing : perl-IPC-System-Simple-1.30-1.fc32.noarch 238/856 Installing : perl-autodie-2.32-2.fc32.noarch 239/856 --- Verifying : perl-Digest-SHA-1:6.02-442.fc32.x86_64 634/856 Verifying : perl-Encode-Locale-1.05-15.fc32.noarch 635/856 Verifying : perl-Env-1.04-440.fc32.noarch 636/856 Verifying : perl-Error-1:0.17029-1.fc32.noarch 637/856 Verifying : perl-Exporter-5.74-2.fc32.noarch 638/856 Verifying : perl-Exporter-Tiny-1.002001-5.fc32.noarch 639/856 Verifying : perl-ExtUtils-CBuilder-1:0.280234-2.fc32.noarch 640/856 --- perl-Encode-devel-4:3.06-445.fc32.x86_64 perl-Env-1.04-440.fc32.noarch perl-Errno-1.30-453.fc32.x86_64 perl-Error-1:0.17029-1.fc32.noarch perl-Exporter-5.74-2.fc32.noarch perl-Exporter-Tiny-1.002001-5.fc32.noarch perl-ExtUtils-CBuilder-1:0.280234-2.fc32.noarch --- raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', '--label', 'com.qemu.instance.uuid=d630ec3f8c244b0a962bacd54db3f24e', '-u', '1001', '--security-opt', 'seccomp=unconfined', '--rm', '-e', 'TARGET_LIST=', '-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=14', '-e', 'DEBUG=', '-e', 'SHOW_ENV=', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v', '/home/patchew/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', '/var/tmp/patchew-tester-tmp-daltld3f/src/docker-src.2020-06-26-15.04.20.25276:/var/tmp/qemu:z,ro', 'qemu/fedora', '/var/tmp/qemu/run', 'test-mingw']' returned non-zero exit status 2. filter=--filter=label=com.qemu.instance.uuid=d630ec3f8c244b0a962bacd54db3f24e make[1]: *** [docker-run] Error 1 make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-daltld3f/src' make: *** [docker-run-test-mingw@fedora] Error 2 real 9m48.635s user 0m10.299s The full log is available at http://patchew.org/logs/20200626181357.26211-1-alex.bennee@linaro.org/testing.docker-mingw@fedora/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-devel@redhat.com