[INFO] cloning repository https://github.com/codeitlikemiley/raz [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/codeitlikemiley/raz" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcodeitlikemiley%2Fraz", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcodeitlikemiley%2Fraz'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5a16ee51cde7c40e6ac6765a08a56b1fb6d9142c [INFO] building codeitlikemiley/raz against try#58b1b3c5342a414c161338871f8004258ccef2a7 for pr-149937 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcodeitlikemiley%2Fraz" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/codeitlikemiley/raz [INFO] finished tweaking git repo https://github.com/codeitlikemiley/raz [INFO] tweaked toml for git repo https://github.com/codeitlikemiley/raz written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/codeitlikemiley/raz on toolchain 58b1b3c5342a414c161338871f8004258ccef2a7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 203 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.6.0 (available: v0.8.1) [INFO] [stderr] Adding generic-array v0.14.7 (available: v0.14.9) [INFO] [stderr] Adding toml v0.8.23 (available: v0.9.10+spec-1.1.0) [INFO] [stderr] Adding tree-sitter v0.25.10 (available: v0.26.3) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] abb45d7a6a3968a0253af791e2e477185d2f39efe507e76673eaff23eeb88d3b [INFO] running `Command { std: "docker" "start" "-a" "abb45d7a6a3968a0253af791e2e477185d2f39efe507e76673eaff23eeb88d3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "abb45d7a6a3968a0253af791e2e477185d2f39efe507e76673eaff23eeb88d3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "abb45d7a6a3968a0253af791e2e477185d2f39efe507e76673eaff23eeb88d3b", kill_on_drop: false }` [INFO] [stdout] abb45d7a6a3968a0253af791e2e477185d2f39efe507e76673eaff23eeb88d3b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5dd76ea39dae51e6cdb2757ac85b4f8502ee5a495121cf4509c107cc11ab1e2f [INFO] running `Command { std: "docker" "start" "-a" "5dd76ea39dae51e6cdb2757ac85b4f8502ee5a495121cf4509c107cc11ab1e2f", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling zmij v0.1.9 [INFO] [stderr] Compiling foldhash v0.2.0 [INFO] [stderr] Compiling cc v1.2.50 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling tree-sitter-language v0.1.6 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling serde_json v1.0.147 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling colored v3.0.0 [INFO] [stderr] Compiling shell-words v1.1.1 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling streaming-iterator v0.1.9 [INFO] [stderr] Compiling inotify v0.11.0 [INFO] [stderr] Compiling notify-types v2.0.0 [INFO] [stderr] Compiling clap_builder v4.5.53 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling notify v8.2.0 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling lru v0.16.2 [INFO] [stderr] Compiling tree-sitter-rust v0.24.0 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling tree-sitter v0.25.10 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling raz-validation v0.2.4 (/opt/rustwide/workdir/raz-validation) [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling raz-common v0.2.4 (/opt/rustwide/workdir/raz-common) [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling raz-config v0.2.4 (/opt/rustwide/workdir/raz-config) [INFO] [stderr] Compiling raz-override v0.2.4 (/opt/rustwide/workdir/raz-override) [INFO] [stderr] Compiling raz-core v0.2.4 (/opt/rustwide/workdir/raz-core) [INFO] [stderr] Compiling raz-cli v0.2.4 (/opt/rustwide/workdir/raz-adapters/cli) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.09s [INFO] running `Command { std: "docker" "inspect" "5dd76ea39dae51e6cdb2757ac85b4f8502ee5a495121cf4509c107cc11ab1e2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5dd76ea39dae51e6cdb2757ac85b4f8502ee5a495121cf4509c107cc11ab1e2f", kill_on_drop: false }` [INFO] [stdout] 5dd76ea39dae51e6cdb2757ac85b4f8502ee5a495121cf4509c107cc11ab1e2f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a8136ff8fbbfc6afd1a29ef817adb287b07a4081e921478bfcc0031ca446002 [INFO] running `Command { std: "docker" "start" "-a" "8a8136ff8fbbfc6afd1a29ef817adb287b07a4081e921478bfcc0031ca446002", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling serde_json v1.0.147 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling zerocopy-derive v0.8.31 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling inotify v0.11.0 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling notify v8.2.0 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling raz-validation v0.2.4 (/opt/rustwide/workdir/raz-validation) [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling raz-common v0.2.4 (/opt/rustwide/workdir/raz-common) [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling tempfile v3.24.0 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling rusty-fork v0.3.1 [INFO] [stderr] Compiling raz-config v0.2.4 (/opt/rustwide/workdir/raz-config) [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling proptest v1.9.0 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling raz-override v0.2.4 (/opt/rustwide/workdir/raz-override) [INFO] [stderr] Compiling criterion v0.6.0 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling raz-core v0.2.4 (/opt/rustwide/workdir/raz-core) [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stderr] Compiling raz-cli v0.2.4 (/opt/rustwide/workdir/raz-adapters/cli) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 44.98s [INFO] running `Command { std: "docker" "inspect" "8a8136ff8fbbfc6afd1a29ef817adb287b07a4081e921478bfcc0031ca446002", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a8136ff8fbbfc6afd1a29ef817adb287b07a4081e921478bfcc0031ca446002", kill_on_drop: false }` [INFO] [stdout] 8a8136ff8fbbfc6afd1a29ef817adb287b07a4081e921478bfcc0031ca446002