google / oss-fuzz

OSS-Fuzz - continuous fuzzing for open source software.
https://google.github.io/oss-fuzz
Apache License 2.0
10.13k stars 2.16k forks source link

bitcoin-core: Disable centipede again to fix build #12023

Closed maflcko closed 1 month ago

github-actions[bot] commented 1 month ago

maflcko has previously contributed to projects/bitcoin-core. The previous PR was #11903

maflcko commented 1 month ago

Reference: https://oss-fuzz-build-logs.storage.googleapis.com/index.html#bitcoin-core

maflcko commented 1 month ago

Though, I find it a bit weird that centipede required 182 GB to check the fuzzers. According to the tail of the log, note the df --human-readable call:


Step #21 - "compile-centipede-none-x86_64": + '[' -d wallet_bdb_parser ']'
Step #21 - "compile-centipede-none-x86_64": + for fuzz_target in ${FUZZ_TARGETS[@]}
Step #21 - "compile-centipede-none-x86_64": + df --human-readable ./src
Step #21 - "compile-centipede-none-x86_64": Filesystem      Size  Used Avail Use% Mounted on
Step #21 - "compile-centipede-none-x86_64": overlay         315G  121G  182G  40% /
Step #21 - "compile-centipede-none-x86_64": + python3 -c 'c_str_target=b"wallet_fees\x00";c_str_magic=b"b5813eee2abc9d3358151f298b75a72264ffa119d2f71ae7fefa15c4b70b4bc5b38e87e3107a730f25891ea428b2b4fabe7a84f5bfa73c79e0479e085e4ff157";dat=open('\''./src/test/fuzz/fuzz'\'','\''rb'\'').read();dat=dat.replace(c_str_magic, c_str_target+c_str_magic[len(c_str_target):]);open("/workspace/out/centipede-none-x86_64/wallet_fees",'\''wb'\'').write(dat)'
Step #21 - "compile-centipede-none-x86_64": + chmod +x /workspace/out/centipede-none-x86_64/wallet_fees
Step #21 - "compile-centipede-none-x86_64": + cd assets/fuzz_seed_corpus
Step #21 - "compile-centipede-none-x86_64": + '[' -d wallet_fees ']'
Step #21 - "compile-centipede-none-x86_64": + zip --recurse-paths --quiet --junk-paths /workspace/out/centipede-none-x86_64/wallet_fees_seed_corpus.zip wallet_fees
Step #21 - "compile-centipede-none-x86_64": + for fuzz_target in ${FUZZ_TARGETS[@]}
Step #21 - "compile-centipede-none-x86_64": + df --human-readable ./src
Step #21 - "compile-centipede-none-x86_64": Filesystem      Size  Used Avail Use% Mounted on
Step #21 - "compile-centipede-none-x86_64": overlay         315G  121G  182G  40% /
Step #21 - "compile-centipede-none-x86_64": + python3 -c 'c_str_target=b"wallet_notifications\x00";c_str_magic=b"b5813eee2abc9d3358151f298b75a72264ffa119d2f71ae7fefa15c4b70b4bc5b38e87e3107a730f25891ea428b2b4fabe7a84f5bfa73c79e0479e085e4ff157";dat=open('\''./src/test/fuzz/fuzz'\'','\''rb'\'').read();dat=dat.replace(c_str_magic, c_str_target+c_str_magic[len(c_str_target):]);open("/workspace/out/centipede-none-x86_64/wallet_notifications",'\''wb'\'').write(dat)'
Step #21 - "compile-centipede-none-x86_64": + chmod +x /workspace/out/centipede-none-x86_64/wallet_notifications
Step #21 - "compile-centipede-none-x86_64": + cd assets/fuzz_seed_corpus
Step #21 - "compile-centipede-none-x86_64": + '[' -d wallet_notifications ']'
Step #21 - "compile-centipede-none-x86_64": + zip --recurse-paths --quiet --junk-paths /workspace/out/centipede-none-x86_64/wallet_notifications_seed_corpus.zip wallet_notifications
Step #21 - "compile-centipede-none-x86_64": + cp assets/fuzz_dicts/descriptors.dict assets/fuzz_dicts/net_processing.dict /workspace/out/centipede-none-x86_64/
Finished Step #21 - "compile-centipede-none-x86_64"
Starting Step #22 - "build-check-centipede-none-x86_64"
Step #22 - "build-check-centipede-none-x86_64": Already have image (with digest): gcr.io/cloud-builders/docker
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/cryptofuzz-bitcoin-cryptography-w15-p4
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/bech32
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/fee_rate_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/blocklocator_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/coincontrol
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/p2p_transport_bidirectional_v1v2
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/script_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/random
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/primitives_transaction
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/locale
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/integer
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/chain
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/script
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/bip324_ecdh
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/eval_script
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/blockundo_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/txoutcompressor_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/tx_pool_standard
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/pow_transition
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/miniscript_string
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/span
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/cuckoocache
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/parse_iso8601
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/utxo_snapshot
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/parse_hd_keypath
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/psbt
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/crypto_fschacha20
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/txrequest
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/signet
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/banman
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/script_ops
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/golomb_rice
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/miniscript_stable
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/addrman_serdeser
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/block_file_info_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/netaddress
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/script_sigcache
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/asmap
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/validation_load_mempool
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/str_printf
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/policy_estimator
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/signature_checker
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/load_external_block_file
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/cryptofuzz-bitcoin-cryptography-w20-p8
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/miniscript_script
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/tx_pool
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/merkle_block_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/tx_package_eval
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/policy_estimator_io
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/local_address
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/address_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/prefilled_transaction_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/blocktransactionsrequest_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/descriptor_parse
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/kitchen_sink
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/fee_rate
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/scriptpubkeyman
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/crypto_poly1305_split
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/hex
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/crypto_chacha20
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/script_descriptor_cache
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/crypto
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/muhash
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/node_eviction
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/rbf
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/blockmerkleroot
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/partial_merkle_tree_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/service_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/build_and_compare_feerate_diagram
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/decode_tx
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/p2p_transport_serialization
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/package_rbf
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/mocked_descriptor_parse
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/coinselection
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/bitdeque
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/block_header_and_short_txids_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/flat_file_pos_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/script_sign
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/wallet_fees
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/http_request
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/cryptofuzz-bitcoin-cryptography-w2-p2
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/float
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/key
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/key_io
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/block_filter_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/message
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/ellswift_roundtrip
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/miniscript_smart
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/merkleblock
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/coinscache_sim
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/coin_grinder_is_optimal
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/blockheader_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/transaction
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/torcontrol
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/timeoffsets
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/crypto_hkdf_hmac_sha256_l32
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/coins_view
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/crypto_diff_fuzz_chacha20
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/psbt_output_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/uint160_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/addition_overflow
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/coins_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/process_messages
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/psbt_input_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/block_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/autofile
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/tx_out
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/addr_info_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/script_interpreter
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/netaddr_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/parse_numbers
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/p2p_transport_bidirectional
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/diskblockindex_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/netbase_dns_lookup
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/crypto_poly1305
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/parse_univalue
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/secp256k1_ecdsa_signature_parse_der_lax
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/net_permissions
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/snapshotmetadata_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/base_encode_decode
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/bip324_cipher_roundtrip
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/checkqueue
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/p2p_transport_bidirectional_v2
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/crypto_aes256
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/script_flags
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/fees
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/connman
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/spanparsing
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/tx_in
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/block
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/prevector
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/messageheader_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/buffered_file
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/wallet_bdb_parser
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/crypto_common
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/parse_script
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/tx_in_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/addrman
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/wallet_notifications
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/inv_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/txundo_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/script_format
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/pub_key_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/rpc
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/flatfile
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/protocol
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/crypto_aes256cbc
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/minisketch
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/pool_resource
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/partially_downloaded_block
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/mini_miner_selection
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/secp256k1_ec_seckey_import_export_der
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/txorphan
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/mini_miner
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/data_stream_addr_man
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/asmap_direct
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/utxo_total_supply
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/net
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/pow
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/partially_signed_transaction_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/system
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/chacha20_split_keystream
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/blockfilter
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/bloomfilter_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/process_message
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/chacha20_split_crypt
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/blocktransactions_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/block_header
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/rolling_bloom_filter
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/multiplication_overflow
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/versionbits
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/scriptnum_ops
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/out_point_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/headers_sync_state
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/coin_grinder
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/feefrac
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/key_origin_info_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/uint256_deserialize
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/string
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/socks5
Step #22 - "build-check-centipede-none-x86_64": INFO: performing bad build checks for /tmp/not-out/tmpllo_fwkw/bloom_filter
Step #22 - "build-check-centipede-none-x86_64": Retrying failed fuzz targets sequentially 31
Step #22 - "build-check-centipede-none-x86_64": Traceback (most recent call last):
Step #22 - "build-check-centipede-none-x86_64":   File "/usr/local/bin/test_all.py", line 295, in <module>
Step #22 - "build-check-centipede-none-x86_64":     sys.exit(main())
Step #22 - "build-check-centipede-none-x86_64":   File "/usr/local/bin/test_all.py", line 289, in main
Step #22 - "build-check-centipede-none-x86_64":     if not test_all_outside_out(allowed_broken_targets_percentage):
Step #22 - "build-check-centipede-none-x86_64":   File "/usr/local/bin/test_all.py", line 175, in test_all_outside_out
Step #22 - "build-check-centipede-none-x86_64":     return test_all(out, allowed_broken_targets_percentage)
Step #22 - "build-check-centipede-none-x86_64":   File "/usr/local/bin/test_all.py", line 242, in test_all
Step #22 - "build-check-centipede-none-x86_64":     pool = multiprocessing.Pool(1)
Step #22 - "build-check-centipede-none-x86_64":   File "/usr/lib/python3.8/multiprocessing/context.py", line 119, in Pool
Step #22 - "build-check-centipede-none-x86_64":     return Pool(processes, initializer, initargs, maxtasksperchild,
Step #22 - "build-check-centipede-none-x86_64":   File "/usr/lib/python3.8/multiprocessing/pool.py", line 191, in __init__
Step #22 - "build-check-centipede-none-x86_64":     self._setup_queues()
Step #22 - "build-check-centipede-none-x86_64":   File "/usr/lib/python3.8/multiprocessing/pool.py", line 343, in _setup_queues
Step #22 - "build-check-centipede-none-x86_64":     self._inqueue = self._ctx.SimpleQueue()
Step #22 - "build-check-centipede-none-x86_64":   File "/usr/lib/python3.8/multiprocessing/context.py", line 113, in SimpleQueue
Step #22 - "build-check-centipede-none-x86_64":     return SimpleQueue(ctx=self.get_context())
Step #22 - "build-check-centipede-none-x86_64":   File "/usr/lib/python3.8/multiprocessing/queues.py", line 336, in __init__
Step #22 - "build-check-centipede-none-x86_64":     self._rlock = ctx.Lock()
Step #22 - "build-check-centipede-none-x86_64":   File "/usr/lib/python3.8/multiprocessing/context.py", line 68, in Lock
Step #22 - "build-check-centipede-none-x86_64":     return Lock(ctx=self.get_context())
Step #22 - "build-check-centipede-none-x86_64":   File "/usr/lib/python3.8/multiprocessing/synchronize.py", line 162, in __init__
Step #22 - "build-check-centipede-none-x86_64":     SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx)
Step #22 - "build-check-centipede-none-x86_64":   File "/usr/lib/python3.8/multiprocessing/synchronize.py", line 57, in __init__
Step #22 - "build-check-centipede-none-x86_64":     sl = self._semlock = _multiprocessing.SemLock(
Step #22 - "build-check-centipede-none-x86_64": OSError: [Errno 28] No space left on device
Step #22 - "build-check-centipede-none-x86_64": ********************************************************************************
Step #22 - "build-check-centipede-none-x86_64": Build checks failed.
Step #22 - "build-check-centipede-none-x86_64": To reproduce, run:
Step #22 - "build-check-centipede-none-x86_64": python infra/helper.py build_image bitcoin-core
Step #22 - "build-check-centipede-none-x86_64": python infra/helper.py build_fuzzers --sanitizer none --engine centipede --architecture x86_64 bitcoin-core
Step #22 - "build-check-centipede-none-x86_64": python infra/helper.py check_build --sanitizer none --engine centipede --architecture x86_64 bitcoin-core
Step #22 - "build-check-centipede-none-x86_64": ********************************************************************************
Finished Step #22 - "build-check-centipede-none-x86_64"
ERROR
ERROR: build step 22 "gcr.io/cloud-builders/docker" failed: step exited with non-zero status: 1