[INFO] cloning repository https://github.com/0xSY3/BMS
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0xSY3/BMS" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xSY3%2FBMS", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xSY3%2FBMS'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2cd29923d4b97b850524bc49a55ceda5f5e068ab
[INFO] checking 0xSY3/BMS against master#c8551d3c63c51f290cf1dc9dc4714249ea849fd1 for pr-148946
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xSY3%2FBMS" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/0xSY3/BMS
[INFO] finished tweaking git repo https://github.com/0xSY3/BMS
[INFO] tweaked toml for git repo https://github.com/0xSY3/BMS written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0xSY3/BMS on toolchain c8551d3c63c51f290cf1dc9dc4714249ea849fd1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c8551d3c63c51f290cf1dc9dc4714249ea849fd1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0xSY3/BMS 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" "+c8551d3c63c51f290cf1dc9dc4714249ea849fd1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ncurses v5.101.0
[INFO] [stderr]   Downloaded enumset v1.1.5
[INFO] [stderr]   Downloaded darling_macro v0.20.10
[INFO] [stderr]   Downloaded enum-map-derive v0.17.0
[INFO] [stderr]   Downloaded enumset_derive v0.10.0
[INFO] [stderr]   Downloaded owning_ref v0.4.1
[INFO] [stderr]   Downloaded enum-map v2.7.3
[INFO] [stderr]   Downloaded darling v0.20.10
[INFO] [stderr]   Downloaded cursive v0.17.0
[INFO] [stderr]   Downloaded darling_core v0.20.10
[INFO] [stderr]   Downloaded cursive_core v0.3.7
[INFO] [stderr]   Downloaded syn v2.0.55
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "+c8551d3c63c51f290cf1dc9dc4714249ea849fd1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 20da1eb8dbb22c0c82a80e037018db5763bb5a38d24c030a3ff4667f0430c720
[INFO] running `Command { std: "docker" "start" "-a" "20da1eb8dbb22c0c82a80e037018db5763bb5a38d24c030a3ff4667f0430c720", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "20da1eb8dbb22c0c82a80e037018db5763bb5a38d24c030a3ff4667f0430c720", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20da1eb8dbb22c0c82a80e037018db5763bb5a38d24c030a3ff4667f0430c720", kill_on_drop: false }`
[INFO] [stdout] 20da1eb8dbb22c0c82a80e037018db5763bb5a38d24c030a3ff4667f0430c720
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "+c8551d3c63c51f290cf1dc9dc4714249ea849fd1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7ee5688d3d739c8d9ca5614b82d520df5f2285617d234ab661cd8dac75154105
[INFO] running `Command { std: "docker" "start" "-a" "7ee5688d3d739c8d9ca5614b82d520df5f2285617d234ab661cd8dac75154105", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]    Compiling cc v1.0.90
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]     Checking time-core v0.1.2
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.13
[INFO] [stderr]     Checking owning_ref v0.4.1
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]    Compiling syn v2.0.55
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking xi-unicode v0.3.0
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking term_size v0.3.2
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking cpufeatures v0.2.12
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking maplit v1.0.2
[INFO] [stderr]    Compiling ncurses v5.101.0
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling enumset_derive v0.10.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking enumset v1.1.5
[INFO] [stderr]     Checking cursive_core v0.3.7
[INFO] [stderr]     Checking cursive v0.17.0
[INFO] [stderr]     Checking chrono v0.4.35
[INFO] [stderr]     Checking blockchain v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.66s
[INFO] running `Command { std: "docker" "inspect" "7ee5688d3d739c8d9ca5614b82d520df5f2285617d234ab661cd8dac75154105", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ee5688d3d739c8d9ca5614b82d520df5f2285617d234ab661cd8dac75154105", kill_on_drop: false }`
[INFO] [stdout] 7ee5688d3d739c8d9ca5614b82d520df5f2285617d234ab661cd8dac75154105
