[INFO] cloning repository https://github.com/rodneylab/cmessless [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rodneylab/cmessless" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frodneylab%2Fcmessless", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frodneylab%2Fcmessless'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 72ce63c90aa9461f2bd564f6209792d76a72d808 [INFO] checking rodneylab/cmessless against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frodneylab%2Fcmessless" "/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/rodneylab/cmessless [INFO] finished tweaking git repo https://github.com/rodneylab/cmessless [INFO] tweaked toml for git repo https://github.com/rodneylab/cmessless written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/rodneylab/cmessless on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/rodneylab/cmessless 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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded kqueue v1.1.1 [INFO] [stderr] Downloaded proc-macro2 v1.0.97 [INFO] [stderr] Downloaded notify-debouncer-mini v0.7.0 [INFO] [stderr] Downloaded css_dataset v0.4.1 [INFO] [stderr] Downloaded notify v8.2.0 [INFO] [stderr] Downloaded rustc-demangle v0.1.26 [INFO] [stderr] Downloaded clap_derive v4.5.41 [INFO] [stderr] Downloaded clap v4.5.44 [INFO] [stderr] Downloaded tiny_pretty v0.2.1 [INFO] [stderr] Downloaded clap_builder v4.5.44 [INFO] [stderr] Downloaded nom v8.0.0 [INFO] [stderr] Downloaded deunicode v1.6.2 [INFO] [stderr] Downloaded markup_fmt v0.23.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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 69c53cdd9fe15e1fe7704ea2517efcde5ae9685bc5e518ee328243449bd0b7f8 [INFO] running `Command { std: "docker" "start" "-a" "69c53cdd9fe15e1fe7704ea2517efcde5ae9685bc5e518ee328243449bd0b7f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "69c53cdd9fe15e1fe7704ea2517efcde5ae9685bc5e518ee328243449bd0b7f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69c53cdd9fe15e1fe7704ea2517efcde5ae9685bc5e518ee328243449bd0b7f8", kill_on_drop: false }` [INFO] [stdout] 69c53cdd9fe15e1fe7704ea2517efcde5ae9685bc5e518ee328243449bd0b7f8 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2cdf3dac999e14c40eaf38ab540be48b13adb2677aa45a80a56e6961534b5c48 [INFO] running `Command { std: "docker" "start" "-a" "2cdf3dac999e14c40eaf38ab540be48b13adb2677aa45a80a56e6961534b5c48", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.97 [INFO] [stderr] Checking bitflags v2.9.1 [INFO] [stderr] Checking cfg-if v1.0.1 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Compiling css_dataset v0.4.1 [INFO] [stderr] Checking walkdir v2.5.0 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Checking notify-types v2.0.0 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking tiny_pretty v0.2.1 [INFO] [stderr] Checking clap_builder v4.5.44 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking unicode-width v0.1.14 [INFO] [stderr] Checking nom v8.0.0 [INFO] [stderr] Checking deunicode v1.6.2 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Checking inotify v0.11.0 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking notify v8.2.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Checking markup_fmt v0.23.1 [INFO] [stderr] Checking tempfile v3.20.0 [INFO] [stderr] Checking notify-debouncer-mini v0.7.0 [INFO] [stderr] Compiling clap_derive v4.5.41 [INFO] [stderr] Compiling miette-derive v7.6.0 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Checking tokio v1.47.1 [INFO] [stderr] Checking miette v7.6.0 [INFO] [stderr] Checking clap v4.5.44 [INFO] [stderr] Checking cmessless v2.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.22s [INFO] running `Command { std: "docker" "inspect" "2cdf3dac999e14c40eaf38ab540be48b13adb2677aa45a80a56e6961534b5c48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2cdf3dac999e14c40eaf38ab540be48b13adb2677aa45a80a56e6961534b5c48", kill_on_drop: false }` [INFO] [stdout] 2cdf3dac999e14c40eaf38ab540be48b13adb2677aa45a80a56e6961534b5c48