[INFO] fetching crate melwallet-cli 0.8.4...
[INFO] checking melwallet-cli-0.8.4 against try#3fada14ee01d755dc8076e611f11bf65b28ffd21 for pr-154971
[INFO] extracting crate melwallet-cli 0.8.4 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate melwallet-cli 0.8.4
[INFO] finished tweaking crates.io crate melwallet-cli 0.8.4
[INFO] tweaked toml for crates.io crate melwallet-cli 0.8.4 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate melwallet-cli 0.8.4 on toolchain 3fada14ee01d755dc8076e611f11bf65b28ffd21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate melwallet-cli 0.8.4 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" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 78247e669fdcf4d342707d470a1e40a0899013626ad3eca49c8d358c54a94939
[INFO] running `Command { std: "docker" "start" "-a" "78247e669fdcf4d342707d470a1e40a0899013626ad3eca49c8d358c54a94939", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "78247e669fdcf4d342707d470a1e40a0899013626ad3eca49c8d358c54a94939", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78247e669fdcf4d342707d470a1e40a0899013626ad3eca49c8d358c54a94939", kill_on_drop: false }`
[INFO] [stdout] 78247e669fdcf4d342707d470a1e40a0899013626ad3eca49c8d358c54a94939
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 51cc1010f9f2a76e1004968a6400c0e5ee0ce4f296b21e691668e96ebd6603e7
[INFO] running `Command { std: "docker" "start" "-a" "51cc1010f9f2a76e1004968a6400c0e5ee0ce4f296b21e691668e96ebd6603e7", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.82
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]    Compiling serde v1.0.202
[INFO] [stderr]     Checking parking v2.2.0
[INFO] [stderr]     Checking fastrand v2.1.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling cc v1.0.97
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling thiserror v1.0.60
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking lock_api v0.4.12
[INFO] [stderr]    Compiling rustix v0.37.27
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking futures-lite v2.3.0
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]     Checking event-listener v4.0.3
[INFO] [stderr]     Checking event-listener v5.3.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]     Checking piper v0.2.2
[INFO] [stderr]    Compiling toml_datetime v0.6.6
[INFO] [stderr]     Checking event-listener-strategy v0.4.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking constant_time_eq v0.3.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.2
[INFO] [stderr]     Checking async-lock v3.3.0
[INFO] [stderr]     Checking subtle-ng v2.5.0
[INFO] [stderr]    Compiling proc-macro-error-attr v0.4.12
[INFO] [stderr]     Checking async-channel v2.3.0
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling anyhow v1.0.83
[INFO] [stderr]     Checking async-executor v1.11.0
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling async-fs v1.6.0
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling syn v2.0.63
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error v0.4.12
[INFO] [stderr]     Checking blocking v1.6.0
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]     Checking anstyle v1.0.7
[INFO] [stderr]     Checking base32 v0.4.0
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking event-listener v3.1.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking io-lifetimes v1.0.11
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking num-bigint v0.4.5
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling blake3 v1.5.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking parking_lot v0.12.2
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking parking_lot_core v0.8.6
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]     Checking either v1.11.0
[INFO] [stderr]    Compiling radium v0.6.2
[INFO] [stderr]     Checking anstyle-parse v0.2.4
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking crossbeam-channel v0.5.12
[INFO] [stderr]     Checking raw-cpuid v10.7.0
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]     Checking triomphe v0.1.11
[INFO] [stderr] error: could not compile `regex-syntax` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/3fada14ee01d755dc8076e611f11bf65b28ffd21/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.3/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="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=73fa74c30aa0e711 -C extra-filename=-3f4723a37dbff22e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --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 `regex-syntax` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/3fada14ee01d755dc8076e611f11bf65b28ffd21/bin/rustc --crate-name regex_syntax --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.6.29/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="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=8c74129a309f0833 -C extra-filename=-2933b8e903620203 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "51cc1010f9f2a76e1004968a6400c0e5ee0ce4f296b21e691668e96ebd6603e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51cc1010f9f2a76e1004968a6400c0e5ee0ce4f296b21e691668e96ebd6603e7", kill_on_drop: false }`
[INFO] [stdout] 51cc1010f9f2a76e1004968a6400c0e5ee0ce4f296b21e691668e96ebd6603e7
