[INFO] cloning repository https://github.com/selkamand/genomeguesser [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/selkamand/genomeguesser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fselkamand%2Fgenomeguesser", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fselkamand%2Fgenomeguesser'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6046d0ac1328ae770c2b7f5202f9c2b6218df960 [INFO] checking selkamand/genomeguesser against master#8f08b3a32478b8d0507732800ecb548a76e0fd0c for pr-144157 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fselkamand%2Fgenomeguesser" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/selkamand/genomeguesser [INFO] finished tweaking git repo https://github.com/selkamand/genomeguesser [INFO] tweaked toml for git repo https://github.com/selkamand/genomeguesser written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/selkamand/genomeguesser on toolchain 8f08b3a32478b8d0507732800ecb548a76e0fd0c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f08b3a32478b8d0507732800ecb548a76e0fd0c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/selkamand/genomeguesser 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" "+8f08b3a32478b8d0507732800ecb548a76e0fd0c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fs-utils v1.1.4 [INFO] [stderr] Downloaded bio-types v1.0.1 [INFO] [stderr] Downloaded hts-sys v2.1.1 [INFO] [stderr] Downloaded rust-htslib v0.45.0 [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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+8f08b3a32478b8d0507732800ecb548a76e0fd0c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0f05056c423883efea95a4fe7db6955adb7f6ae043c2a5ba7a6734a539b5d4ec [INFO] running `Command { std: "docker" "start" "-a" "0f05056c423883efea95a4fe7db6955adb7f6ae043c2a5ba7a6734a539b5d4ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0f05056c423883efea95a4fe7db6955adb7f6ae043c2a5ba7a6734a539b5d4ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f05056c423883efea95a4fe7db6955adb7f6ae043c2a5ba7a6734a539b5d4ec", kill_on_drop: false }` [INFO] [stdout] 0f05056c423883efea95a4fe7db6955adb7f6ae043c2a5ba7a6734a539b5d4ec [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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+8f08b3a32478b8d0507732800ecb548a76e0fd0c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c8b48ee7e8f74ae1360c6c35a124b9a59f2fc6ed9b87beec9ccd106f928e740e [INFO] running `Command { std: "docker" "start" "-a" "c8b48ee7e8f74ae1360c6c35a124b9a59f2fc6ed9b87beec9ccd106f928e740e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Checking memchr v2.7.1 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Compiling fs-utils v1.1.4 [INFO] [stderr] Checking anstyle-parse v0.2.3 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Checking anstyle-query v1.0.2 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking anstyle v1.0.6 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking strsim v0.11.0 [INFO] [stderr] Checking clap_lex v0.7.0 [INFO] [stderr] Checking csv-core v0.1.11 [INFO] [stderr] Compiling newtype_derive v0.1.6 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking linear-map v1.2.0 [INFO] [stderr] Checking ryu v1.0.16 [INFO] [stderr] Checking anstream v0.6.12 [INFO] [stderr] Checking itoa v1.0.10 [INFO] [stderr] Checking custom_derive v0.1.7 [INFO] [stderr] Checking ieee754 v0.2.6 [INFO] [stderr] Checking colored v2.1.0 [INFO] [stderr] Checking clap_builder v4.5.1 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling jobserver v0.1.28 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Compiling syn v2.0.49 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Compiling cmake v0.1.50 [INFO] [stderr] Compiling openssl-src v300.2.3+3.2.1 [INFO] [stderr] Checking url v2.5.0 [INFO] [stderr] Compiling openssl-sys v0.9.99 [INFO] [stderr] Compiling curl-sys v0.4.72+curl-8.6.0 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling lzma-sys v0.1.20 [INFO] [stderr] Compiling hts-sys v2.1.1 [INFO] [stderr] Checking regex-automata v0.4.5 [INFO] [stderr] Compiling libz-sys v1.1.15 [INFO] [stderr] Compiling derive-new v0.5.9 [INFO] [stderr] Checking regex v1.10.3 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling strum_macros v0.25.3 [INFO] [stderr] Compiling clap_derive v4.5.0 [INFO] [stderr] Checking bio-types v1.0.1 [INFO] [stderr] Checking clap v4.5.1 [INFO] [stderr] Checking csv v1.3.0 [INFO] [stderr] Checking rust-htslib v0.45.0 [INFO] [stderr] Checking genomeguesser v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 49s [INFO] running `Command { std: "docker" "inspect" "c8b48ee7e8f74ae1360c6c35a124b9a59f2fc6ed9b87beec9ccd106f928e740e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8b48ee7e8f74ae1360c6c35a124b9a59f2fc6ed9b87beec9ccd106f928e740e", kill_on_drop: false }` [INFO] [stdout] c8b48ee7e8f74ae1360c6c35a124b9a59f2fc6ed9b87beec9ccd106f928e740e