[INFO] cloning repository https://github.com/Shanmugavardhan/mx-sdk-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Shanmugavardhan/mx-sdk-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShanmugavardhan%2Fmx-sdk-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShanmugavardhan%2Fmx-sdk-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 45b070a5cd10a6544013e5e63d4c153ff70dbd71
[INFO] checking Shanmugavardhan/mx-sdk-rs against bd72bf234a6bb5da5aa1550a318f391e3fbad54f for pr-161319
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShanmugavardhan%2Fmx-sdk-rs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Shanmugavardhan/mx-sdk-rs
[INFO] finished tweaking git repo https://github.com/Shanmugavardhan/mx-sdk-rs
[INFO] tweaked toml for git repo https://github.com/Shanmugavardhan/mx-sdk-rs written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Shanmugavardhan/mx-sdk-rs on toolchain bd72bf234a6bb5da5aa1550a318f391e3fbad54f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd72bf234a6bb5da5aa1550a318f391e3fbad54f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Shanmugavardhan/mx-sdk-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd72bf234a6bb5da5aa1550a318f391e3fbad54f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7391790b2fde08542c770825424db8ff48b90873f802fde56992aa67648b2537
[INFO] running `Command { std: "docker" "start" "7391790b2fde08542c770825424db8ff48b90873f802fde56992aa67648b2537", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7391790b2fde08542c770825424db8ff48b90873f802fde56992aa67648b2537", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7391790b2fde08542c770825424db8ff48b90873f802fde56992aa67648b2537" "/opt/rustwide/cargo-home/bin/cargo" "+bd72bf234a6bb5da5aa1550a318f391e3fbad54f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7391790b2fde08542c770825424db8ff48b90873f802fde56992aa67648b2537", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7391790b2fde08542c770825424db8ff48b90873f802fde56992aa67648b2537" "/opt/rustwide/cargo-home/bin/cargo" "+bd72bf234a6bb5da5aa1550a318f391e3fbad54f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]     Checking unwrap-infallible v1.0.0
[INFO] [stderr]     Checking bech32 v0.11.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling endian-type v0.2.0
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling radix_trie v0.3.0
[INFO] [stderr]     Checking bumpalo v3.20.2
[INFO] [stderr]     Checking clap_lex v1.0.0
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking leb128fmt v0.1.0
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]     Checking wasm-encoder v0.245.1
[INFO] [stderr]     Checking toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking colored v3.1.1
[INFO] [stderr]     Checking clap_builder v4.5.60
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking semver v1.0.27
[INFO] [stderr]     Checking rustc_version v0.4.1
[INFO] [stderr]     Checking convert_case v0.11.0
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]     Checking generic-array v1.3.5
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking wast v245.0.1
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking rand_core v0.10.0
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking rand v0.10.0
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking toml v1.0.3+spec-1.1.0
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling bytecheck v0.6.12
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling corosensei v0.3.2
[INFO] [stderr]     Checking zlib-rs v0.6.2
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling multiversx-sc-codec-derive v0.25.0 (/opt/rustwide/workdir/data/codec-derive)
[INFO] [stderr]    Compiling multiversx-sc-derive v0.65.1 (/opt/rustwide/workdir/framework/derive)
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]     Checking wat v1.245.1
[INFO] [stderr]     Checking multiversx-sc-codec v0.25.0 (/opt/rustwide/workdir/data/codec)
[INFO] [stderr]    Compiling zerocopy-derive v0.8.39
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling ptr_meta_derive v0.3.1
[INFO] [stderr]     Checking ptr_meta v0.3.1
[INFO] [stderr]     Checking rancor v0.1.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling bytecheck_derive v0.8.2
[INFO] [stderr]    Compiling ptr_meta_derive v0.1.4
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling munge_macro v0.4.7
[INFO] [stderr]     Checking ptr_meta v0.1.4
[INFO] [stderr]    Compiling enumset_derive v0.14.0
[INFO] [stderr]     Checking clap v4.5.60
[INFO] [stderr]    Compiling bytecheck_derive v0.6.12
[INFO] [stderr]     Checking bytecheck v0.8.2
[INFO] [stderr]     Checking munge v0.4.7
[INFO] [stderr]    Compiling enum-iterator-derive v0.7.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking rend v0.5.3
[INFO] [stderr]    Compiling rkyv_derive v0.8.15
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]     Checking enumset v1.1.10
[INFO] [stderr]     Checking multiversx-chain-core v0.22.1 (/opt/rustwide/workdir/chain/core)
[INFO] [stderr]     Checking multiversx-chain-scenario-format v0.26.0 (/opt/rustwide/workdir/sdk/scenario-format)
[INFO] [stderr]     Checking wasmparser v0.245.1
[INFO] [stderr]     Checking multiversx-sc v0.65.1 (/opt/rustwide/workdir/framework/base)
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stdout] warning: overflow evaluating the requirement `managed_vec_item_payload::ManagedVecItemPayloadBuffer<UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: managed_vec_item_payload::ManagedVecItemPayload`
[INFO] [stdout]    --> framework/base/src/types/interaction/managed_arg_buffer.rs:321:20
[INFO] [stdout]     |
[INFO] [stdout] 321 |     type PAYLOAD = ManagedVecItemPayloadBuffer<U4>;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `UInt<UInt<UInt<UTerm, B1>, B0>, B0>: ArrayLength`
[INFO] [stdout]     = note: which requires `UInt<UInt<UInt<UTerm, B1>, B0>, B0>: generic_array::IsWithinUsizeBound`
[INFO] [stdout]     = note: which requires `<UInt<UTerm, B1> as Shl<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>>>::Output == _`
[INFO] [stdout]     = note: which requires `<UInt<UInt<UTerm, B1>, B0> as Shl<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B1>, B1>, B1>>>::Output == _`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`multiversx_sc`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]     Checking twox-hash v1.6.3
[INFO] [stderr]     Checking enum-iterator v0.7.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr] error: could not compile `zerocopy` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/bd72bf234a6bb5da5aa1550a318f391e3fbad54f/bin/rustc --crate-name zerocopy --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.39/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=f1c952388751e6f3 -C extra-filename=-aba0b63170fc6a59 --out-dir /opt/rustwide/target/debug/build/zerocopy/aba0b63170fc6a59/out -L dependency=/opt/rustwide/target/debug/build/zerocopy-derive/4da94283282fc714/out --extern zerocopy_derive=/opt/rustwide/target/debug/build/zerocopy-derive/4da94283282fc714/out/libzerocopy_derive-4da94283282fc714.so --cap-lints allow --cap-lints=forbid --check-cfg 'cfg(no_zerocopy_simd_x86_avx12_1_89_0)' --check-cfg 'cfg(rust, values("1.89.0"))' --check-cfg 'cfg(no_zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(no_zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(no_zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(no_zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(no_zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE)' --check-cfg 'cfg(coverage_nightly)'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "7391790b2fde08542c770825424db8ff48b90873f802fde56992aa67648b2537", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7391790b2fde08542c770825424db8ff48b90873f802fde56992aa67648b2537", kill_on_drop: false }`
[INFO] [stdout] 7391790b2fde08542c770825424db8ff48b90873f802fde56992aa67648b2537
