[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 00/17] crypto/cipher: Class hierarchy cleanups
From: |
no-reply |
Subject: |
Re: [PATCH 00/17] crypto/cipher: Class hierarchy cleanups |
Date: |
Thu, 13 Aug 2020 04:11:40 -0700 (PDT) |
Patchew URL:
20200813032537.2888593-1-richard.henderson@linaro.org/">https://patchew.org/QEMU/20200813032537.2888593-1-richard.henderson@linaro.org/
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
make docker-image-centos7 V=1 NETWORK=1
time make docker-test-quick@centos7 SHOW_ENV=1 J=14 NETWORK=1
=== TEST SCRIPT END ===
CC crypto/pbkdf-nettle.o
In file included from /tmp/qemu-test/src/crypto/cipher.c:156:0:
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c: In function
'qcrypto_nettle_aes128_xts_wrape':
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c:185:21: error: passing argument 1
of 'aes128_encrypt_native' discards 'const' qualifier from pointer target type
[-Werror]
static const struct QCryptoCipherDriver NAME##_driver_ctr = { \
^
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c:270:5: note: in expansion of
macro 'DEFINE_CTR'
---
static void aes128_encrypt_native(cipher_ctx_t ctx, cipher_length_t length,
^
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c: In function
'qcrypto_nettle_aes128_xts_wrapd':
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c:185:21: error: passing argument 1
of 'aes128_decrypt_native' discards 'const' qualifier from pointer target type
[-Werror]
static const struct QCryptoCipherDriver NAME##_driver_ctr = { \
^
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c:270:5: note: in expansion of
macro 'DEFINE_CTR'
---
static void aes128_decrypt_native(cipher_ctx_t ctx, cipher_length_t length,
^
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c: In function
'qcrypto_nettle_aes192_xts_wrape':
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c:185:21: error: passing argument 1
of 'aes192_encrypt_native' discards 'const' qualifier from pointer target type
[-Werror]
static const struct QCryptoCipherDriver NAME##_driver_ctr = { \
^
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c:270:5: note: in expansion of
macro 'DEFINE_CTR'
---
static void aes192_encrypt_native(cipher_ctx_t ctx, cipher_length_t length,
^
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c: In function
'qcrypto_nettle_aes192_xts_wrapd':
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c:185:21: error: passing argument 1
of 'aes192_decrypt_native' discards 'const' qualifier from pointer target type
[-Werror]
static const struct QCryptoCipherDriver NAME##_driver_ctr = { \
^
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c:270:5: note: in expansion of
macro 'DEFINE_CTR'
---
static void aes192_decrypt_native(cipher_ctx_t ctx, cipher_length_t length,
^
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c: In function
'qcrypto_nettle_aes256_xts_wrape':
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c:185:21: error: passing argument 1
of 'aes256_encrypt_native' discards 'const' qualifier from pointer target type
[-Werror]
static const struct QCryptoCipherDriver NAME##_driver_ctr = { \
^
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c:270:5: note: in expansion of
macro 'DEFINE_CTR'
---
static void aes256_encrypt_native(cipher_ctx_t ctx, cipher_length_t length,
^
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c: In function
'qcrypto_nettle_aes256_xts_wrapd':
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c:185:21: error: passing argument 1
of 'aes256_decrypt_native' discards 'const' qualifier from pointer target type
[-Werror]
static const struct QCryptoCipherDriver NAME##_driver_ctr = { \
^
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c:270:5: note: in expansion of
macro 'DEFINE_CTR'
---
static void aes256_decrypt_native(cipher_ctx_t ctx, cipher_length_t length,
^
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c: In function
'qcrypto_nettle_serpent_xts_wrape':
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c:185:21: error: passing argument 1
of 'serpent_encrypt_native' discards 'const' qualifier from pointer target type
[-Werror]
static const struct QCryptoCipherDriver NAME##_driver_ctr = { \
^
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c:270:5: note: in expansion of
macro 'DEFINE_CTR'
---
static void serpent_encrypt_native(cipher_ctx_t ctx, cipher_length_t length,
^
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c: In function
'qcrypto_nettle_serpent_xts_wrapd':
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c:185:21: error: passing argument 1
of 'serpent_decrypt_native' discards 'const' qualifier from pointer target type
[-Werror]
static const struct QCryptoCipherDriver NAME##_driver_ctr = { \
^
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c:270:5: note: in expansion of
macro 'DEFINE_CTR'
---
static void serpent_decrypt_native(cipher_ctx_t ctx, cipher_length_t length,
^
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c: In function
'qcrypto_nettle_twofish_xts_wrape':
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c:185:21: error: passing argument 1
of 'twofish_encrypt_native' discards 'const' qualifier from pointer target type
[-Werror]
static const struct QCryptoCipherDriver NAME##_driver_ctr = { \
^
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c:270:5: note: in expansion of
macro 'DEFINE_CTR'
---
static void twofish_encrypt_native(cipher_ctx_t ctx, cipher_length_t length,
^
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c: In function
'qcrypto_nettle_twofish_xts_wrapd':
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c:185:21: error: passing argument 1
of 'twofish_decrypt_native' discards 'const' qualifier from pointer target type
[-Werror]
static const struct QCryptoCipherDriver NAME##_driver_ctr = { \
^
/tmp/qemu-test/src/crypto/cipher-nettle.inc.c:270:5: note: in expansion of
macro 'DEFINE_CTR'
---
static void twofish_decrypt_native(cipher_ctx_t ctx, cipher_length_t length,
^
cc1: all warnings being treated as errors
make: *** [crypto/cipher.o] Error 1
make: *** Waiting for unfinished jobs....
Traceback (most recent call last):
File "./tests/docker/docker.py", line 709, in <module>
---
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run',
'--label', 'com.qemu.instance.uuid=73d17a80a3a34b9caef4371277896653', '-u',
'1003', '--security-opt', 'seccomp=unconfined', '--rm', '-e', 'TARGET_LIST=',
'-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=14', '-e', 'DEBUG=', '-e',
'SHOW_ENV=1', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v',
'/home/patchew2/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v',
'/var/tmp/patchew-tester-tmp-k265h_76/src/docker-src.2020-08-13-07.09.18.27263:/var/tmp/qemu:z,ro',
'qemu/centos7', '/var/tmp/qemu/run', 'test-quick']' returned non-zero exit
status 2.
filter=--filter=label=com.qemu.instance.uuid=73d17a80a3a34b9caef4371277896653
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-k265h_76/src'
make: *** [docker-run-test-quick@centos7] Error 2
real 2m20.871s
user 0m8.035s
The full log is available at
20200813032537.2888593-1-richard.henderson@linaro.org/testing.docker-quick@centos7/?type=message">http://patchew.org/logs/20200813032537.2888593-1-richard.henderson@linaro.org/testing.docker-quick@centos7/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
- [PATCH 13/17] crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.c, (continued)
- [PATCH 13/17] crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.c, Richard Henderson, 2020/08/12
- [PATCH 14/17] crypto/builtin: Split and simplify AES_encrypt_cbc, Richard Henderson, 2020/08/12
- [PATCH 15/17] crypto/builtin: Split QCryptoCipherBuiltin into subclasses, Richard Henderson, 2020/08/12
- [PATCH 17/17] crypto/gcrypt: Split QCryptoCipherGcrypt into subclasses, Richard Henderson, 2020/08/12
- [PATCH 16/17] crypto/nettle: Split QCryptoCipherNettle into subclasses, Richard Henderson, 2020/08/12
- Re: [PATCH 00/17] crypto/cipher: Class hierarchy cleanups, Philippe Mathieu-Daudé, 2020/08/13
- Re: [PATCH 00/17] crypto/cipher: Class hierarchy cleanups, no-reply, 2020/08/13
- Re: [PATCH 00/17] crypto/cipher: Class hierarchy cleanups,
no-reply <=
- Re: [PATCH 00/17] crypto/cipher: Class hierarchy cleanups, Daniel P . Berrangé, 2020/08/17