[INFO] cloning repository https://github.com/lucabertani/fixed_width [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lucabertani/fixed_width" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucabertani%2Ffixed_width", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucabertani%2Ffixed_width'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c008ed4e5f3d9b20501596986c989ba404d4cc7f [INFO] checking lucabertani/fixed_width against master#7606c13961ddc1174b70638e934df0439b7dc515 for pr-121979 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucabertani%2Ffixed_width" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lucabertani/fixed_width on toolchain 7606c13961ddc1174b70638e934df0439b7dc515 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7606c13961ddc1174b70638e934df0439b7dc515" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/lucabertani/fixed_width [INFO] finished tweaking git repo https://github.com/lucabertani/fixed_width [INFO] tweaked toml for git repo https://github.com/lucabertani/fixed_width written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/lucabertani/fixed_width 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" "+7606c13961ddc1174b70638e934df0439b7dc515" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bigdecimal v0.4.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7606c13961ddc1174b70638e934df0439b7dc515" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 51a2a7475f070ac7bb15a55075ee3493b06566c361a21ce244d362b2fd984f0a [INFO] running `Command { std: "docker" "start" "-a" "51a2a7475f070ac7bb15a55075ee3493b06566c361a21ce244d362b2fd984f0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "51a2a7475f070ac7bb15a55075ee3493b06566c361a21ce244d362b2fd984f0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51a2a7475f070ac7bb15a55075ee3493b06566c361a21ce244d362b2fd984f0a", kill_on_drop: false }` [INFO] [stdout] 51a2a7475f070ac7bb15a55075ee3493b06566c361a21ce244d362b2fd984f0a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7606c13961ddc1174b70638e934df0439b7dc515" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cd4c266f489128d14f727db2406dd5fa7f93d5e3323606cdbc720325b8b50b23 [INFO] running `Command { std: "docker" "start" "-a" "cd4c266f489128d14f727db2406dd5fa7f93d5e3323606cdbc720325b8b50b23", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling time-core v0.1.1 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling iana-time-zone v0.1.57 [INFO] [stderr] Compiling deranged v0.3.8 [INFO] [stderr] Checking itoa v1.0.9 [INFO] [stderr] Checking num_threads v0.1.6 [INFO] [stderr] Compiling time-macros v0.2.14 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling bigdecimal v0.4.1 [INFO] [stderr] Compiling time v0.3.28 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.32 [INFO] [stderr] Checking chrono v0.4.30 [INFO] [stderr] Compiling darling_core v0.20.3 [INFO] [stderr] Compiling strum_macros v0.25.2 [INFO] [stderr] Compiling darling_macro v0.20.3 [INFO] [stderr] Compiling strum v0.25.0 [INFO] [stderr] Compiling darling v0.20.3 [INFO] [stderr] Compiling fixed_width_derive v0.1.0 (/opt/rustwide/workdir/fixed_width_derive) [INFO] [stdout] warning: field `ident` is never read [INFO] [stdout] --> fixed_width_derive/src/lib.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 13 | struct FixedWidthFields { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 14 | ident: Ident, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FixedWidthFields` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `ty` is never read [INFO] [stdout] --> fixed_width_derive/src/lib.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 23 | struct FixedWidthField { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 24 | ident: Option, [INFO] [stdout] 25 | ty: Type, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `FixedWidthField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking fixed_width v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.02s [INFO] running `Command { std: "docker" "inspect" "cd4c266f489128d14f727db2406dd5fa7f93d5e3323606cdbc720325b8b50b23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd4c266f489128d14f727db2406dd5fa7f93d5e3323606cdbc720325b8b50b23", kill_on_drop: false }` [INFO] [stdout] cd4c266f489128d14f727db2406dd5fa7f93d5e3323606cdbc720325b8b50b23