Patchew URL: https://patchew.org/QEMU/20181204184657.78028-1-vsement...@virtuozzo.com/
Hi, This series failed the docker-quick@centos7 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 time make docker-test-quick@centos7 SHOW_ENV=1 J=8 === TEST SCRIPT END === libpmem support no libudev no WARNING: Use of SDL 1.2 is deprecated and will be removed in WARNING: future releases. Please switch to using SDL 2.0 NOTE: cross-compilers enabled: 'cc' GEN x86_64-softmmu/config-devices.mak.tmp --- CC tests/usb-hcd-uhci-test.o CC tests/usb-hcd-xhci-test.o /tmp/qemu-test/src/tests/test-crypto-block.c: In function 'test_block': /tmp/qemu-test/src/tests/test-crypto-block.c:310:30: error: passing argument 6 of 'qcrypto_block_open' makes integer from pointer without a cast [-Werror] NULL); ^ In file included from /tmp/qemu-test/src/tests/test-crypto-block.c:24:0: /tmp/qemu-test/src/include/crypto/block.h:107:15: note: expected 'int' but argument is of type 'void *' QCryptoBlock *qcrypto_block_open(QCryptoBlockOpenOptions *options, ^ /tmp/qemu-test/src/tests/test-crypto-block.c:310:30: error: too few arguments to function 'qcrypto_block_open' NULL); ^ In file included from /tmp/qemu-test/src/tests/test-crypto-block.c:24:0: /tmp/qemu-test/src/include/crypto/block.h:107:15: note: declared here QCryptoBlock *qcrypto_block_open(QCryptoBlockOpenOptions *options, ^ /tmp/qemu-test/src/tests/test-crypto-block.c:318:30: error: passing argument 6 of 'qcrypto_block_open' makes integer from pointer without a cast [-Werror] &error_abort); ^ In file included from /tmp/qemu-test/src/tests/test-crypto-block.c:24:0: /tmp/qemu-test/src/include/crypto/block.h:107:15: note: expected 'int' but argument is of type 'struct Error **' QCryptoBlock *qcrypto_block_open(QCryptoBlockOpenOptions *options, ^ /tmp/qemu-test/src/tests/test-crypto-block.c:318:30: error: too few arguments to function 'qcrypto_block_open' &error_abort); ^ In file included from /tmp/qemu-test/src/tests/test-crypto-block.c:24:0: /tmp/qemu-test/src/include/crypto/block.h:107:15: note: declared here QCryptoBlock *qcrypto_block_open(QCryptoBlockOpenOptions *options, ^ /tmp/qemu-test/src/tests/test-crypto-block.c:332:30: error: passing argument 6 of 'qcrypto_block_open' makes integer from pointer without a cast [-Werror] &error_abort); ^ In file included from /tmp/qemu-test/src/tests/test-crypto-block.c:24:0: /tmp/qemu-test/src/include/crypto/block.h:107:15: note: expected 'int' but argument is of type 'struct Error **' QCryptoBlock *qcrypto_block_open(QCryptoBlockOpenOptions *options, ^ /tmp/qemu-test/src/tests/test-crypto-block.c:332:30: error: too few arguments to function 'qcrypto_block_open' &error_abort); ^ In file included from /tmp/qemu-test/src/tests/test-crypto-block.c:24:0: The full log is available at http://patchew.org/logs/20181204184657.78028-1-vsement...@virtuozzo.com/testing.docker-quick@centos7/?type=message. --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to patchew-de...@redhat.com