[INFO] cloning repository https://github.com/onceMisery/rust-study
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/onceMisery/rust-study" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FonceMisery%2Frust-study", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FonceMisery%2Frust-study'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c6d375d83ed86150453426f91ac530be89590f4c
[INFO] checking onceMisery/rust-study against e977a0b5ab976a591981e7263bd67a71a4f79308 for pr-158914
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FonceMisery%2Frust-study" "/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/onceMisery/rust-study
[INFO] finished tweaking git repo https://github.com/onceMisery/rust-study
[INFO] tweaked toml for git repo https://github.com/onceMisery/rust-study written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/onceMisery/rust-study on toolchain e977a0b5ab976a591981e7263bd67a71a4f79308
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/onceMisery/rust-study 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" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c4c9cd99f2734499120baacf4e12f8146f097e6d203137ebefa12b5650a0494c
[INFO] running `Command { std: "docker" "start" "c4c9cd99f2734499120baacf4e12f8146f097e6d203137ebefa12b5650a0494c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c4c9cd99f2734499120baacf4e12f8146f097e6d203137ebefa12b5650a0494c", 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" "c4c9cd99f2734499120baacf4e12f8146f097e6d203137ebefa12b5650a0494c" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c4c9cd99f2734499120baacf4e12f8146f097e6d203137ebefa12b5650a0494c", 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" "c4c9cd99f2734499120baacf4e12f8146f097e6d203137ebefa12b5650a0494c" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]     Checking tokio v1.52.2
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]     Checking advanced_features v0.1.0 (/opt/rustwide/workdir/crates/advanced_features)
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]     Checking phf_shared v0.11.3
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> crates/advanced_features/src/lib.rs:749:20
[INFO] [stdout]     |
[INFO] [stdout] 749 |     struct Celsius(f64);
[INFO] [stdout]     |            ------- ^^^
[INFO] [stdout]     |            |
[INFO] [stdout]     |            field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout]     = note: `Celsius` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking unicase v2.9.0
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling pulldown-cmark v0.10.3
[INFO] [stderr]     Checking deunicode v1.6.2
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]     Checking getopts v0.2.24
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]     Checking http-range-header v0.4.2
[INFO] [stderr]     Checking slug v0.1.6
[INFO] [stderr]     Checking basic_syntax v0.1.0 (/opt/rustwide/workdir/crates/basic_syntax)
[INFO] [stderr]     Checking pulldown-cmark-escape v0.10.1
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> crates/advanced_features/src/lib.rs:749:20
[INFO] [stdout]     |
[INFO] [stdout] 749 |     struct Celsius(f64);
[INFO] [stdout]     |            ------- ^^^
[INFO] [stdout]     |            |
[INFO] [stdout]     |            field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout]     = note: `Celsius` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.27.0
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking tera v1.20.1
[INFO] [stderr]     Checking engineering_practice v0.1.0 (/opt/rustwide/workdir/crates/engineering_practice)
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tower-http v0.5.2
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking sqlx-core v0.7.4
[INFO] [stderr]    Compiling sqlx-sqlite v0.7.4
[INFO] [stderr]    Compiling sqlx-macros-core v0.7.4
[INFO] [stderr]    Compiling sqlx-macros v0.7.4
[INFO] [stderr]     Checking sqlx v0.7.4
[INFO] [stderr]     Checking blog v0.1.0 (/opt/rustwide/workdir/blog)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.53s
[INFO] running `Command { std: "docker" "inspect" "c4c9cd99f2734499120baacf4e12f8146f097e6d203137ebefa12b5650a0494c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4c9cd99f2734499120baacf4e12f8146f097e6d203137ebefa12b5650a0494c", kill_on_drop: false }`
[INFO] [stdout] c4c9cd99f2734499120baacf4e12f8146f097e6d203137ebefa12b5650a0494c
