Build failed in Jenkins: reproducible_openwrt-target-mediatek #568
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Tue Aug 22 17:26:45 BST 2023
See <https://jenkins.debian.net/job/reproducible_openwrt-target-mediatek/568/display/redirect>
Changes:
------------------------------------------
[...truncated 16.45 MB...]
* Distributed Lock Manager (DLM)
*
Distributed Lock Manager (DLM) (DLM) [N/m/?] (NEW)
UTF-8 normalization and casefolding support (UNICODE) [N/y/?] (NEW)
*
* Security options
*
Enable access key retention support (KEYS) [Y/?] (NEW) y
Enable temporary caching of the last request_key() result (KEYS_REQUEST_CACHE) [N/y/?] (NEW)
Enable register of persistent per-UID keyrings (PERSISTENT_KEYRINGS) [N/y/?] (NEW)
TRUSTED KEYS (TRUSTED_KEYS) [N/m/y/?] (NEW)
ENCRYPTED KEYS (ENCRYPTED_KEYS) [N/m/y/?] (NEW)
Diffie-Hellman operations on retained keys (KEY_DH_OPERATIONS) [N/y/?] (NEW)
Restrict unprivileged access to the kernel syslog (SECURITY_DMESG_RESTRICT) [N/y/?] (NEW)
Enable different security models (SECURITY) [Y/n/?] y
Enable the securityfs filesystem (SECURITYFS) [Y/n/?] (NEW)
Socket and Networking Security Hooks (SECURITY_NETWORK) [N/y/?] (NEW)
Security hooks for pathname based access control (SECURITY_PATH) [N/y/?] (NEW)
Harden memory copies between kernel and userspace (HARDENED_USERCOPY) [N/y/?] (NEW)
Harden common str/mem functions against buffer overflows (FORTIFY_SOURCE) [N/y/?] (NEW)
Force all usermode helper calls through a single binary (STATIC_USERMODEHELPER) [N/y/?] (NEW)
Simplified Mandatory Access Control Kernel Support (SECURITY_SMACK) [N/y/?] (NEW)
TOMOYO Linux Support (SECURITY_TOMOYO) [N/y/?] (NEW)
AppArmor support (SECURITY_APPARMOR) [N/y/?] (NEW)
Pin load of kernel files (modules, fw, etc) to one filesystem (SECURITY_LOADPIN) [N/y/?] (NEW)
Yama support (SECURITY_YAMA) [N/y/?] (NEW)
Gate setid transitions to limit CAP_SET{U/G}ID capabilities (SECURITY_SAFESETID) [N/y/?] (NEW)
Basic module for enforcing kernel lockdown (SECURITY_LOCKDOWN_LSM) [N/y/?] (NEW)
Landlock support (SECURITY_LANDLOCK) [N/y/?] (NEW)
Integrity subsystem (INTEGRITY) [Y/n/?] (NEW)
Digital signature verification using multiple keyrings (INTEGRITY_SIGNATURE) [N/y/?] (NEW)
Enables integrity auditing support (INTEGRITY_AUDIT) [Y/n/?] (NEW)
Integrity Measurement Architecture(IMA) (IMA) [N/y/?] (NEW)
EVM support (EVM) [N/y/?] (NEW)
First legacy 'major LSM' to be initialized
> 1. Unix Discretionary Access Controls (DEFAULT_SECURITY_DAC) (NEW)
choice[1]: 1
Ordered list of enabled LSMs (LSM) [landlock,lockdown,yama,loadpin,safesetid,integrity,bpf] (NEW)
*
* Memory initialization
*
Initialize kernel stack variables at function entry
1. no automatic stack variable initialization (weakest) (INIT_STACK_NONE) (NEW)
2. zero-init structs marked for userspace (weak) (GCC_PLUGIN_STRUCTLEAK_USER) (NEW)
3. zero-init structs passed by reference (strong) (GCC_PLUGIN_STRUCTLEAK_BYREF) (NEW)
4. zero-init everything passed by reference (very strong) (GCC_PLUGIN_STRUCTLEAK_BYREF_ALL) (NEW)
5. pattern-init everything (strongest) (INIT_STACK_ALL_PATTERN) (NEW)
> 6. zero-init everything (strongest and safest) (INIT_STACK_ALL_ZERO) (NEW)
choice[1-6?]:
Poison kernel stack before returning from syscalls (GCC_PLUGIN_STACKLEAK) [N/y/?] (NEW)
Enable heap memory zeroing on allocation by default (INIT_ON_ALLOC_DEFAULT_ON) [N/y/?] (NEW)
Enable heap memory zeroing on free by default (INIT_ON_FREE_DEFAULT_ON) [N/y/?] (NEW)
Enable register zeroing on function exit (ZERO_CALL_USED_REGS) [N/y/?] (NEW)
*
* Cryptographic API
*
Cryptographic API (CRYPTO) [Y/?] (NEW) y
*
* Crypto core or helper
*
ALGAPI (CRYPTO_ALGAPI) [Y/?] (NEW) y
AEAD (CRYPTO_AEAD) [Y/?] (NEW) y
SKCIPHER (CRYPTO_SKCIPHER) [Y/?] (NEW) y
HASH (CRYPTO_HASH) [Y/?] (NEW) y
RNG (CRYPTO_RNG) [Y/?] (NEW) y
Cryptographic algorithm manager (CRYPTO_MANAGER) [Y/?] (NEW) y
Userspace cryptographic algorithm configuration (CRYPTO_USER) [N/m/y/?] (NEW)
Disable run-time self tests (CRYPTO_MANAGER_DISABLE_TESTS) [Y/n/?] (NEW)
Null algorithms (CRYPTO_NULL) [Y/?] (NEW) y
Parallel crypto engine (CRYPTO_PCRYPT) [N/m/y/?] (NEW)
Software async crypto daemon (CRYPTO_CRYPTD) [Y/?] (NEW) y
Authenc support (CRYPTO_AUTHENC) [M/y/?] (NEW)
Testing module (CRYPTO_TEST) [N/m/?] (NEW)
*
* Public-key cryptography
*
RSA algorithm (CRYPTO_RSA) [Y/?] (NEW) y
Diffie-Hellman algorithm (CRYPTO_DH) [M/y/?] (NEW)
ECDH algorithm (CRYPTO_ECDH) [M/y/?] (NEW)
ECDSA (NIST P192, P256 etc.) algorithm (CRYPTO_ECDSA) [N/m/y/?] (NEW)
EC-RDSA (GOST 34.10) algorithm (CRYPTO_ECRDSA) [N/m/y/?] (NEW)
SM2 algorithm (CRYPTO_SM2) [N/m/y/?] (NEW)
Curve25519 algorithm (CRYPTO_CURVE25519) [M/y/?] (NEW)
*
* Authenticated Encryption with Associated Data
*
CCM support (CRYPTO_CCM) [M/y/?] (NEW)
GCM/GMAC support (CRYPTO_GCM) [M/y/?] (NEW)
ChaCha20-Poly1305 AEAD support (CRYPTO_CHACHA20POLY1305) [N/m/y/?] (NEW)
AEGIS-128 AEAD algorithm (CRYPTO_AEGIS128) [N/m/y/?] (NEW)
Sequence Number IV Generator (CRYPTO_SEQIV) [N/m/y/?] (NEW)
Encrypted Chain IV Generator (CRYPTO_ECHAINIV) [Y/n/m/?] y
*
* Block modes
*
CBC support (CRYPTO_CBC) [M/y/?] (NEW)
CFB support (CRYPTO_CFB) [N/m/y/?] (NEW)
CTR support (CRYPTO_CTR) [M/y/?] (NEW)
CTS support (CRYPTO_CTS) [N/m/y/?] (NEW)
ECB support (CRYPTO_ECB) [M/y/?] (NEW)
LRW support (CRYPTO_LRW) [N/m/y/?] (NEW)
OFB support (CRYPTO_OFB) [N/m/y/?] (NEW)
PCBC support (CRYPTO_PCBC) [N/m/y/?] (NEW)
XTS support (CRYPTO_XTS) [M/y/?] (NEW)
Key wrapping support (CRYPTO_KEYWRAP) [N/m/y/?] (NEW)
Adiantum support (CRYPTO_ADIANTUM) [N/m/y/?] (NEW)
ESSIV support for block encryption (CRYPTO_ESSIV) [N/m/y/?] (NEW)
*
* Hash modes
*
CMAC support (CRYPTO_CMAC) [M/y/?] (NEW)
HMAC support (CRYPTO_HMAC) [Y/?] (NEW) y
XCBC support (CRYPTO_XCBC) [N/m/y/?] (NEW)
VMAC support (CRYPTO_VMAC) [N/m/y/?] (NEW)
*
* Digest
*
CRC32c CRC algorithm (CRYPTO_CRC32C) [Y/?] (NEW) y
CRC32 CRC algorithm (CRYPTO_CRC32) [N/m/y/?] (NEW)
xxHash hash algorithm (CRYPTO_XXHASH) [M/y/?] (NEW)
BLAKE2b digest algorithm (CRYPTO_BLAKE2B) [M/y/?] (NEW)
CRCT10DIF algorithm (CRYPTO_CRCT10DIF) [Y/?] (NEW) y
GHASH hash function (CRYPTO_GHASH) [M/y/?] (NEW)
Poly1305 authenticator algorithm (CRYPTO_POLY1305) [N/m/y/?] (NEW)
MD4 digest algorithm (CRYPTO_MD4) [N/m/y/?] (NEW)
MD5 digest algorithm (CRYPTO_MD5) [M/y/?] (NEW)
Michael MIC keyed digest algorithm (CRYPTO_MICHAEL_MIC) [N/m/y/?] (NEW)
RIPEMD-160 digest algorithm (CRYPTO_RMD160) [N/m/y/?] (NEW)
SHA1 digest algorithm (CRYPTO_SHA1) [Y/?] (NEW) y
SHA224 and SHA256 digest algorithm (CRYPTO_SHA256) [M/y/?] (NEW)
SHA384 and SHA512 digest algorithms (CRYPTO_SHA512) [Y/?] (NEW) y
SHA3 digest algorithm (CRYPTO_SHA3) [M/y/?] (NEW)
SM3 digest algorithm (CRYPTO_SM3) [M/y/?] (NEW)
Streebog Hash Function (CRYPTO_STREEBOG) [N/m/y/?] (NEW)
Whirlpool digest algorithms (CRYPTO_WP512) [N/m/y/?] (NEW)
*
* Ciphers
*
AES cipher algorithms (CRYPTO_AES) [Y/?] (NEW) y
Fixed time AES cipher (CRYPTO_AES_TI) [N/m/y/?] (NEW)
Anubis cipher algorithm (CRYPTO_ANUBIS) [N/m/y/?] (NEW)
ARC4 cipher algorithm (CRYPTO_ARC4) [N/m/y/?] (NEW)
Blowfish cipher algorithm (CRYPTO_BLOWFISH) [N/m/y/?] (NEW)
Camellia cipher algorithms (CRYPTO_CAMELLIA) [N/m/y/?] (NEW)
CAST5 (CAST-128) cipher algorithm (CRYPTO_CAST5) [N/m/y/?] (NEW)
CAST6 (CAST-256) cipher algorithm (CRYPTO_CAST6) [N/m/y/?] (NEW)
DES and Triple DES EDE cipher algorithms (CRYPTO_DES) [M/y/?] (NEW)
FCrypt cipher algorithm (CRYPTO_FCRYPT) [N/m/y/?] (NEW)
Khazad cipher algorithm (CRYPTO_KHAZAD) [N/m/y/?] (NEW)
ChaCha stream cipher algorithms (CRYPTO_CHACHA20) [N/m/y/?] (NEW)
SEED cipher algorithm (CRYPTO_SEED) [N/m/y/?] (NEW)
Serpent cipher algorithm (CRYPTO_SERPENT) [N/m/y/?] (NEW)
SM4 cipher algorithm (CRYPTO_SM4) [M/y/?] (NEW)
TEA, XTEA and XETA cipher algorithms (CRYPTO_TEA) [N/m/y/?] (NEW)
Twofish cipher algorithm (CRYPTO_TWOFISH) [N/m/y/?] (NEW)
*
* Compression
*
Deflate compression algorithm (CRYPTO_DEFLATE) [Y/?] (NEW) y
LZO compression algorithm (CRYPTO_LZO) [N/m/y/?] (NEW)
842 compression algorithm (CRYPTO_842) [N/m/y/?] (NEW)
LZ4 compression algorithm (CRYPTO_LZ4) [N/m/y/?] (NEW)
LZ4HC compression algorithm (CRYPTO_LZ4HC) [N/m/y/?] (NEW)
Zstd compression algorithm (CRYPTO_ZSTD) [N/m/y/?] (NEW)
*
* Random Number Generation
*
Pseudo Random Number Generation for Cryptographic modules (CRYPTO_ANSI_CPRNG) [Y/n/m/?] y
*
* NIST SP800-90A DRBG
*
NIST SP800-90A DRBG (CRYPTO_DRBG_MENU) [Y/?] (NEW) y
Enable Hash DRBG (CRYPTO_DRBG_HASH) [N/y/?] (NEW)
Enable CTR DRBG (CRYPTO_DRBG_CTR) [N/y/?] (NEW)
Jitterentropy Non-Deterministic Random Number Generator (CRYPTO_JITTERENTROPY) [Y/?] (NEW) y
User-space interface for hash algorithms (CRYPTO_USER_API_HASH) [N/m/y/?] (NEW)
User-space interface for symmetric key cipher algorithms (CRYPTO_USER_API_SKCIPHER) [N/m/y/?] (NEW)
User-space interface for random number generator algorithms (CRYPTO_USER_API_RNG) [M/n/y/?] m
Enable CAVP testing of DRBG (CRYPTO_USER_API_RNG_CAVP) [N/y/?] (NEW)
User-space interface for AEAD cipher algorithms (CRYPTO_USER_API_AEAD) [N/m/y/?] (NEW)
Enable obsolete cryptographic algorithms for userspace (CRYPTO_USER_API_ENABLE_OBSOLETE) [Y/n/?] (NEW)
*
* Hardware crypto devices
*
Hardware crypto devices (CRYPTO_HW) [Y/n/?] (NEW)
Support for Allwinner cryptographic offloader (CRYPTO_DEV_ALLWINNER) [Y/n/?] (NEW)
Support for Allwinner Security System cryptographic accelerator (CRYPTO_DEV_SUN4I_SS) [N/m/y/?] (NEW)
Support for Allwinner Crypto Engine cryptographic offloader (CRYPTO_DEV_SUN8I_CE) [M/n/y/?] m
Enable sun8i-ce stats (CRYPTO_DEV_SUN8I_CE_DEBUG) [N/y/?] (NEW)
Enable support for hash on sun8i-ce (CRYPTO_DEV_SUN8I_CE_HASH) [N/y/?] (NEW)
Support for Allwinner Crypto Engine PRNG (CRYPTO_DEV_SUN8I_CE_PRNG) [N/y/?] (NEW)
Support for Allwinner Crypto Engine TRNG (CRYPTO_DEV_SUN8I_CE_TRNG) [N/y/?] (NEW)
Support for Allwinner Security System cryptographic offloader (CRYPTO_DEV_SUN8I_SS) [N/m/y/?] (NEW)
Freescale CAAM-Multicore platform driver backend (CRYPTO_DEV_FSL_CAAM) [M/n/y/?] m
Enable debug output in CAAM driver (CRYPTO_DEV_FSL_CAAM_DEBUG) [N/y/?] (NEW)
*
* Freescale CAAM Job Ring driver backend
*
Freescale CAAM Job Ring driver backend (CRYPTO_DEV_FSL_CAAM_JR) [M/n/?] (NEW)
Job Ring size (CRYPTO_DEV_FSL_CAAM_RINGSIZE) [9] (NEW)
Job Ring interrupt coalescing (CRYPTO_DEV_FSL_CAAM_INTC) [N/y/?] (NEW)
Register algorithm implementations with the Crypto API (CRYPTO_DEV_FSL_CAAM_CRYPTO_API) [Y/n/?] (NEW)
Queue Interface as Crypto API backend (CRYPTO_DEV_FSL_CAAM_CRYPTO_API_QI) [Y/n/?] (NEW)
Register hash algorithm implementations with Crypto API (CRYPTO_DEV_FSL_CAAM_AHASH_API) [Y/n/?] (NEW)
Register public key cryptography implementations with Crypto API (CRYPTO_DEV_FSL_CAAM_PKC_API) [Y/n/?] (NEW)
Register caam device for hwrng API (CRYPTO_DEV_FSL_CAAM_RNG_API) [Y/n/?] (NEW)
QorIQ DPAA2 CAAM (DPSECI) driver (CRclient_loop: send disconnect: Broken pipe
ssh: Could not resolve hostname osuosl1-amd64.debian.net: Temporary failure in name resolution
ssh: Could not resolve hostname osuosl2-amd64.debian.net: Temporary failure in name resolution
receiving incremental file list
rsync: [sender] link_stat "/srv/workspace/chroots/rbuild-openwrt-build-2023-08-22-UpfuOmi3/build_logs.tar.xz" failed: No such file or directory (2)
sent 8 bytes received 8 bytes 4.57 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1865) [Receiver=3.2.7]
rsync: [Receiver] write error: Broken pipe (32)
receiving incremental file list
rsync: [sender] link_stat "/srv/workspace/chroots/rbuild-openwrt-build-2023-08-22-UpfuOmi3/build_logs.tar.xz" failed: No such file or directory (2)
sent 8 bytes received 8 bytes 4.57 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1865) [Receiver=3.2.7]
rsync: [Receiver] write error: Broken pipe (32)
====================================================================================
Tue Aug 22 16:25:41 UTC 2023 - running /srv/jenkins/bin/reproducible_openwrt.sh (for job reproducible_openwrt) on osuosl1-amd64, called using "node node_cleanup_tmpdirs b1 /srv/workspace/chroots/rbuild-openwrt-build-2023-08-22-UpfuOmi3" as arguments.
Tue Aug 22 16:25:41 UTC 2023 - actually running "reproducible_openwrt.sh" (md5sum 91484daac39a8f7244ac8c481d5d6598) as "/tmp/jenkins-script-VRj2Yi47"
$ git clone https://salsa.debian.org/qa/jenkins.debian.net.git ; more CONTRIBUTING
####
#### osuosl1-amd64 node_cleanup_tmpdirs b1 /srv/workspace/chroots/rbuild-openwrt-build-2023-08-22-UpfuOmi3
####
Tue Aug 22 16:25:41 UTC 2023 - deleting $TMPBUILDDIR /srv/workspace/chroots/rbuild-openwrt-build-2023-08-22-UpfuOmi3
Tue Aug 22 16:25:50 UTC 2023 - reproducible_openwrt.sh stopped running as /tmp/jenkins-script-VRj2Yi47, removing.
====================================================================================
Mon Sep 23 22:48:52 UTC 2024 - running /srv/jenkins/bin/reproducible_openwrt.sh (for job reproducible_openwrt) on osuosl2-amd64, called using "node node_cleanup_tmpdirs b2 /srv/workspace/chroots/rbuild-openwrt-build-2023-08-22-UpfuOmi3" as arguments.
Mon Sep 23 22:48:52 UTC 2024 - actually running "reproducible_openwrt.sh" (md5sum 91484daac39a8f7244ac8c481d5d6598) as "/tmp/jenkins-script-bpaXmHlh"
$ git clone https://salsa.debian.org/qa/jenkins.debian.net.git ; more CONTRIBUTING
####
#### osuosl2-amd64 node_cleanup_tmpdirs b2 /srv/workspace/chroots/rbuild-openwrt-build-2023-08-22-UpfuOmi3
####
Mon Sep 23 22:48:52 UTC 2024 - deleting $TMPBUILDDIR /srv/workspace/chroots/rbuild-openwrt-build-2023-08-22-UpfuOmi3
umount: /srv/workspace/chroots/rbuild-openwrt-build-2023-08-22-UpfuOmi3/build: No such file or directory
Mon Sep 23 22:48:52 UTC 2024 - reproducible_openwrt.sh stopped running as /tmp/jenkins-script-bpaXmHlh, removing.
Tue Aug 22 16:25:53 UTC 2023 - reproducible_openwrt.sh stopped running as /tmp/jenkins-script-CunAUlRU, removing.
Build step 'Execute shell' marked build as failure
Archiving artifacts
More information about the Qa-jenkins-scm
mailing list