[INFO] cloning repository https://github.com/vmanikes/Surrogate [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vmanikes/Surrogate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvmanikes%2FSurrogate", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvmanikes%2FSurrogate'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3253292bb3ebee7c7223d4e0861a59b1ea7933d6 [INFO] checking vmanikes/Surrogate against try#099af82bc034c1e4895c90e5407fafdd61976cdb for pr-145457 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvmanikes%2FSurrogate" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/vmanikes/Surrogate [INFO] finished tweaking git repo https://github.com/vmanikes/Surrogate [INFO] tweaked toml for git repo https://github.com/vmanikes/Surrogate written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/vmanikes/Surrogate on toolchain 099af82bc034c1e4895c90e5407fafdd61976cdb [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+099af82bc034c1e4895c90e5407fafdd61976cdb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/vmanikes/Surrogate 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" "+099af82bc034c1e4895c90e5407fafdd61976cdb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+099af82bc034c1e4895c90e5407fafdd61976cdb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a6e537e899fc3f783c95cc26b7eeb6b60187cb82141f4f3715779f27c1c732c8 [INFO] running `Command { std: "docker" "start" "-a" "a6e537e899fc3f783c95cc26b7eeb6b60187cb82141f4f3715779f27c1c732c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a6e537e899fc3f783c95cc26b7eeb6b60187cb82141f4f3715779f27c1c732c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6e537e899fc3f783c95cc26b7eeb6b60187cb82141f4f3715779f27c1c732c8", kill_on_drop: false }` [INFO] [stdout] a6e537e899fc3f783c95cc26b7eeb6b60187cb82141f4f3715779f27c1c732c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+099af82bc034c1e4895c90e5407fafdd61976cdb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d5b0aa662663c04da2cab7fd56ba59c1ce8862059f96e5444ac5734614dac797 [INFO] running `Command { std: "docker" "start" "-a" "d5b0aa662663c04da2cab7fd56ba59c1ce8862059f96e5444ac5734614dac797", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling libc v0.2.137 [INFO] [stderr] Compiling io-lifetimes v1.0.4 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling once_cell v1.16.0 [INFO] [stderr] Compiling rustix v0.36.16 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking linux-raw-sys v0.1.4 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking anstyle-query v1.0.2 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Checking anstyle-parse v0.2.3 [INFO] [stderr] Checking anstyle v1.0.8 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking clap_lex v0.7.1 [INFO] [stderr] Checking itoa v1.0.4 [INFO] [stderr] Checking ryu v1.0.11 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking regex-syntax v0.6.27 [INFO] [stderr] Checking anstream v0.6.8 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking termcolor v1.1.3 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking glob v0.3.1 [INFO] [stderr] Checking yansi v1.0.1 [INFO] [stderr] Checking diff v0.1.13 [INFO] [stderr] Checking clap_builder v4.5.18 [INFO] [stderr] Checking pretty_assertions v1.4.1 [INFO] [stderr] Checking aho-corasick v0.7.19 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.55 [INFO] [stderr] Checking regex v1.6.0 [INFO] [stderr] Checking is-terminal v0.4.2 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Checking env_logger v0.10.0 [INFO] [stderr] Checking pest v2.4.0 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling pest_meta v2.4.0 [INFO] [stderr] Compiling pest_generator v2.4.0 [INFO] [stderr] Checking clap v4.5.18 [INFO] [stderr] Compiling pest_derive v2.4.0 [INFO] [stderr] Checking handlebars v6.1.0 [INFO] [stderr] Checking surrogate v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.48s [INFO] running `Command { std: "docker" "inspect" "d5b0aa662663c04da2cab7fd56ba59c1ce8862059f96e5444ac5734614dac797", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d5b0aa662663c04da2cab7fd56ba59c1ce8862059f96e5444ac5734614dac797", kill_on_drop: false }` [INFO] [stdout] d5b0aa662663c04da2cab7fd56ba59c1ce8862059f96e5444ac5734614dac797