[INFO] cloning repository https://github.com/Mohiiit/madara-test-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Mohiiit/madara-test-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMohiiit%2Fmadara-test-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMohiiit%2Fmadara-test-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8434a814ea30b939578a58a2625f7ecbc9ab529c [INFO] checking Mohiiit/madara-test-rs against try#e117153a45c546e883c1f91d82611775fcaeffe0 for pr-146470 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMohiiit%2Fmadara-test-rs" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Mohiiit/madara-test-rs [INFO] finished tweaking git repo https://github.com/Mohiiit/madara-test-rs [INFO] tweaked toml for git repo https://github.com/Mohiiit/madara-test-rs written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Mohiiit/madara-test-rs on toolchain e117153a45c546e883c1f91d82611775fcaeffe0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Mohiiit/madara-test-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" "+e117153a45c546e883c1f91d82611775fcaeffe0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7ec66122e3650b4f30652159df057718b35d44cb234e33e64cbbd3aca1c09e38 [INFO] running `Command { std: "docker" "start" "-a" "7ec66122e3650b4f30652159df057718b35d44cb234e33e64cbbd3aca1c09e38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7ec66122e3650b4f30652159df057718b35d44cb234e33e64cbbd3aca1c09e38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ec66122e3650b4f30652159df057718b35d44cb234e33e64cbbd3aca1c09e38", kill_on_drop: false }` [INFO] [stdout] 7ec66122e3650b4f30652159df057718b35d44cb234e33e64cbbd3aca1c09e38 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4e69194bdaacff915ad5b9503fb649c7d3edf0010de465afee56faa98fccbf57 [INFO] running `Command { std: "docker" "start" "-a" "4e69194bdaacff915ad5b9503fb649c7d3edf0010de465afee56faa98fccbf57", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.87 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling hashbrown v0.15.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Checking sha3 v0.10.8 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Compiling cc v1.1.28 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling schemars v0.8.21 [INFO] [stderr] Checking rfc6979 v0.4.0 [INFO] [stderr] Checking mio v1.0.2 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Checking rustc-hex v2.1.0 [INFO] [stderr] Compiling ndarray v0.13.1 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling serde_json_pythonic v0.1.2 [INFO] [stderr] Checking matrixmultiply v0.2.4 [INFO] [stderr] Compiling ena v0.14.3 [INFO] [stderr] Checking crunchy v0.2.2 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Checking inout v0.1.3 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking instant v0.1.13 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling pico-args v0.5.0 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking lambdaworks-math v0.10.0 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling indexmap v2.6.0 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Checking parking_lot_core v0.8.6 [INFO] [stderr] Compiling syn v2.0.79 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking rlp v0.5.2 [INFO] [stderr] Compiling string_cache v0.8.7 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Compiling ascii-canvas v3.0.0 [INFO] [stderr] Compiling anyhow v1.0.89 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking impl-rlp v0.3.0 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Checking oorandom v11.1.4 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling toml_edit v0.22.22 [INFO] [stderr] Compiling petgraph v0.6.5 [INFO] [stderr] Compiling cpufeatures v0.2.14 [INFO] [stderr] Compiling keccak v0.1.5 [INFO] [stderr] Checking lambdaworks-crypto v0.10.0 [INFO] [stderr] Checking convert_case v0.6.0 [INFO] [stderr] Checking uint v0.9.5 [INFO] [stderr] Checking const-fnv1a-hash v1.1.0 [INFO] [stderr] Checking tiny-keccak v2.0.2 [INFO] [stderr] Checking salsa20 v0.10.2 [INFO] [stderr] Checking pbkdf2 v0.11.0 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Checking ctr v0.9.2 [INFO] [stderr] Checking aes v0.8.4 [INFO] [stderr] Checking scrypt v0.10.0 [INFO] [stderr] Compiling lalrpop-util v0.20.2 [INFO] [stderr] Compiling regex v1.11.0 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling indoc v2.0.5 [INFO] [stderr] Compiling flate2 v1.0.34 [INFO] [stderr] Checking assert_matches v1.5.0 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Checking sprs v0.7.1 [INFO] [stderr] Compiling lalrpop v0.20.2 [INFO] [stderr] Compiling proc-macro-crate v3.2.0 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Checking minilp v0.2.2 [INFO] [stderr] Checking good_lp v1.8.1 [INFO] [stderr] Checking rustls-webpki v0.101.7 [INFO] [stderr] Checking sct v0.7.1 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling parity-scale-codec-derive v3.6.12 [INFO] [stderr] Compiling impl-trait-for-tuples v0.2.2 [INFO] [stderr] Compiling ark-ff-macros v0.4.2 [INFO] [stderr] Compiling ark-ff-asm v0.4.2 [INFO] [stderr] Compiling salsa-macros v0.16.0 [INFO] [stderr] Compiling scale-info-derive v2.11.3 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling thiserror-impl v1.0.64 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Compiling schemars_derive v0.8.21 [INFO] [stderr] Checking crypto-bigint v0.5.5 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Compiling derive_more v0.99.18 [INFO] [stderr] Checking tokio v1.40.0 [INFO] [stderr] error: could not compile `darling_core` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e117153a45c546e883c1f91d82611775fcaeffe0/bin/rustc --crate-name darling_core --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=8d9183a7b4f79c61 -C extra-filename=-7c5d9223c8af7498 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern fnv=/opt/rustwide/target/debug/deps/libfnv-bd60753855300b18.rmeta --extern ident_case=/opt/rustwide/target/debug/deps/libident_case-ecc112105bc5215b.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-f99eeaefde312cdf.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-ed81817abc3a32f0.rmeta --extern strsim=/opt/rustwide/target/debug/deps/libstrsim-9754e702f19a9357.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-8ebd1897f04f9c5f.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `lalrpop` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e117153a45c546e883c1f91d82611775fcaeffe0/bin/rustc --crate-name lalrpop --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="lexer"' --cfg 'feature="pico-args"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "unicode"))' -C metadata=7129c70aedc7384d -C extra-filename=-87858f4b52de848e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ascii_canvas=/opt/rustwide/target/debug/deps/libascii_canvas-ba6ead8a3d03a4cc.rmeta --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-c39a9682e5acb9b5.rmeta --extern ena=/opt/rustwide/target/debug/deps/libena-f27faf9d1093f768.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-721bb1071c90fb4a.rmeta --extern lalrpop_util=/opt/rustwide/target/debug/deps/liblalrpop_util-6e13cb84de901639.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-551311b56634c19f.rmeta --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-4c3eb399ae5c4147.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-cf69f90aad3222b3.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-a51f3b0cccc0511b.rmeta --extern string_cache=/opt/rustwide/target/debug/deps/libstring_cache-599851682bf501c7.rmeta --extern term=/opt/rustwide/target/debug/deps/libterm-5e2bf101ae6927a4.rmeta --extern tiny_keccak=/opt/rustwide/target/debug/deps/libtiny_keccak-b3d62239c84e92f9.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-f3d241b555dcc7ec.rmeta --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-4eb02e97e63d7123.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "4e69194bdaacff915ad5b9503fb649c7d3edf0010de465afee56faa98fccbf57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e69194bdaacff915ad5b9503fb649c7d3edf0010de465afee56faa98fccbf57", kill_on_drop: false }` [INFO] [stdout] 4e69194bdaacff915ad5b9503fb649c7d3edf0010de465afee56faa98fccbf57