[INFO] cloning repository https://github.com/xuanruiqi/newscheck [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xuanruiqi/newscheck" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxuanruiqi%2Fnewscheck", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxuanruiqi%2Fnewscheck'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 759a9cea835d6d7634d32f95f305b65ece69d537 [INFO] building xuanruiqi/newscheck against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxuanruiqi%2Fnewscheck" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/xuanruiqi/newscheck [INFO] finished tweaking git repo https://github.com/xuanruiqi/newscheck [INFO] tweaked toml for git repo https://github.com/xuanruiqi/newscheck written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/xuanruiqi/newscheck 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/xuanruiqi/newscheck 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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 358e25f1ef71bda283ec43f69a601620aad5a46352f8327013f87468131e38af [INFO] running `Command { std: "docker" "start" "-a" "358e25f1ef71bda283ec43f69a601620aad5a46352f8327013f87468131e38af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "358e25f1ef71bda283ec43f69a601620aad5a46352f8327013f87468131e38af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "358e25f1ef71bda283ec43f69a601620aad5a46352f8327013f87468131e38af", kill_on_drop: false }` [INFO] [stdout] 358e25f1ef71bda283ec43f69a601620aad5a46352f8327013f87468131e38af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 3819b845fabc0280257bc2b3253c849a5cab78312b11ef150ab503defc38b830 [INFO] running `Command { std: "docker" "start" "-a" "3819b845fabc0280257bc2b3253c849a5cab78312b11ef150ab503defc38b830", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling cc v1.2.26 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling string_cache_codegen v0.5.4 [INFO] [stderr] Compiling anstyle-query v1.1.3 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling anstream v0.6.19 [INFO] [stderr] Compiling web_atoms v0.1.3 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling http v1.3.1 [INFO] [stderr] Compiling clap_builder v4.5.43 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling diligent-date-parser v0.1.5 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling quick-xml v0.37.5 [INFO] [stderr] Compiling webpki-root-certs v1.0.0 [INFO] [stderr] Compiling never v0.1.0 [INFO] [stderr] Compiling webpki-root-certs v0.26.11 [INFO] [stderr] Compiling ureq-proto v0.4.2 [INFO] [stderr] Compiling der v0.7.10 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling env_home v0.1.0 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling sysinfo v0.36.1 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling string_cache v0.8.9 [INFO] [stderr] Compiling term v1.1.0 [INFO] [stderr] Compiling which v8.0.0 [INFO] [stderr] Compiling terminal_size v0.4.2 [INFO] [stderr] Compiling markup5ever v0.35.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling clap_derive v4.5.41 [INFO] [stderr] Compiling match_token v0.35.0 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Compiling html5ever v0.35.0 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling html2text v0.15.3 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Compiling derive_builder v0.20.2 [INFO] [stderr] Compiling clap v4.5.43 [INFO] [stderr] Compiling atom_syndication v0.12.7 [INFO] [stderr] Compiling clap_complete v4.5.56 [INFO] [stderr] Compiling rss v2.0.12 [INFO] [stderr] Compiling ureq v3.0.12 [INFO] [stderr] Compiling newscheck v0.2.4 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `Command { std: "docker" "inspect" "3819b845fabc0280257bc2b3253c849a5cab78312b11ef150ab503defc38b830", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3819b845fabc0280257bc2b3253c849a5cab78312b11ef150ab503defc38b830", kill_on_drop: false }` [INFO] [stdout] 3819b845fabc0280257bc2b3253c849a5cab78312b11ef150ab503defc38b830 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] ab2f9a2a2c0108cb5ac2d505aab10fb0bfb6f5b37c2f78b854ddca5502c82d29 [INFO] running `Command { std: "docker" "start" "-a" "ab2f9a2a2c0108cb5ac2d505aab10fb0bfb6f5b37c2f78b854ddca5502c82d29", kill_on_drop: false }` [INFO] [stderr] Compiling newscheck v0.2.4 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.97s [INFO] running `Command { std: "docker" "inspect" "ab2f9a2a2c0108cb5ac2d505aab10fb0bfb6f5b37c2f78b854ddca5502c82d29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab2f9a2a2c0108cb5ac2d505aab10fb0bfb6f5b37c2f78b854ddca5502c82d29", kill_on_drop: false }` [INFO] [stdout] ab2f9a2a2c0108cb5ac2d505aab10fb0bfb6f5b37c2f78b854ddca5502c82d29