[INFO] cloning repository https://github.com/rjzak/assignment-checker [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rjzak/assignment-checker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frjzak%2Fassignment-checker", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frjzak%2Fassignment-checker'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 96268e190d98608af470976486cf21463a3c0fa8 [INFO] building rjzak/assignment-checker against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frjzak%2Fassignment-checker" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/rjzak/assignment-checker [INFO] finished tweaking git repo https://github.com/rjzak/assignment-checker [INFO] tweaked toml for git repo https://github.com/rjzak/assignment-checker written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/rjzak/assignment-checker on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/rjzak/assignment-checker 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 332bf0c065d68b206b45902d5a9e08d87a9e45f933dac23e948b14bc058ce498 [INFO] running `Command { std: "docker" "start" "-a" "332bf0c065d68b206b45902d5a9e08d87a9e45f933dac23e948b14bc058ce498", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "332bf0c065d68b206b45902d5a9e08d87a9e45f933dac23e948b14bc058ce498", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "332bf0c065d68b206b45902d5a9e08d87a9e45f933dac23e948b14bc058ce498", kill_on_drop: false }` [INFO] [stdout] 332bf0c065d68b206b45902d5a9e08d87a9e45f933dac23e948b14bc058ce498 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 882ec810c9d0d65f99347d174b40afe746751ed72ca07371dcb4892c975b830e [INFO] running `Command { std: "docker" "start" "-a" "882ec810c9d0d65f99347d174b40afe746751ed72ca07371dcb4892c975b830e", kill_on_drop: false }` [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling serde v1.0.186 [INFO] [stderr] Compiling anstyle-parse v0.2.1 [INFO] [stderr] Compiling anstyle v1.0.8 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling strsim v0.11.0 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Compiling anstream v0.6.7 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling clap_builder v4.5.29 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling cc v1.0.84 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling malwaredb-murmurhash3 v0.1.0 [INFO] [stderr] Compiling syn v2.0.29 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling libfuzzy-sys v0.6.0 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling clap_derive v4.5.28 [INFO] [stderr] Compiling clap v4.5.29 [INFO] [stderr] Compiling malwaredb-lzjd v0.1.3 [INFO] [stderr] Compiling ssdeep v0.6.0 [INFO] [stderr] Compiling assignments_checker v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.81s [INFO] running `Command { std: "docker" "inspect" "882ec810c9d0d65f99347d174b40afe746751ed72ca07371dcb4892c975b830e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "882ec810c9d0d65f99347d174b40afe746751ed72ca07371dcb4892c975b830e", kill_on_drop: false }` [INFO] [stdout] 882ec810c9d0d65f99347d174b40afe746751ed72ca07371dcb4892c975b830e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0fd16e0d21c75afca1891ac1344abe605669484a0205ed499bbb6f37f2a4a518 [INFO] running `Command { std: "docker" "start" "-a" "0fd16e0d21c75afca1891ac1344abe605669484a0205ed499bbb6f37f2a4a518", kill_on_drop: false }` [INFO] [stderr] Compiling assignments_checker v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.85s [INFO] running `Command { std: "docker" "inspect" "0fd16e0d21c75afca1891ac1344abe605669484a0205ed499bbb6f37f2a4a518", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fd16e0d21c75afca1891ac1344abe605669484a0205ed499bbb6f37f2a4a518", kill_on_drop: false }` [INFO] [stdout] 0fd16e0d21c75afca1891ac1344abe605669484a0205ed499bbb6f37f2a4a518