[INFO] cloning repository https://github.com/johnlepikhin/clio [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/johnlepikhin/clio" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnlepikhin%2Fclio", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnlepikhin%2Fclio'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4445b8303ce90e4d22d46a236b27e3a297a3be3b [INFO] checking johnlepikhin/clio against try#b10dae361a61486cfbdcd3aae3877ee17e00d192 for pr-153912 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnlepikhin%2Fclio" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/johnlepikhin/clio [INFO] finished tweaking git repo https://github.com/johnlepikhin/clio [INFO] tweaked toml for git repo https://github.com/johnlepikhin/clio written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/johnlepikhin/clio on toolchain b10dae361a61486cfbdcd3aae3877ee17e00d192 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b10dae361a61486cfbdcd3aae3877ee17e00d192" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/johnlepikhin/clio 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" "+b10dae361a61486cfbdcd3aae3877ee17e00d192" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b10dae361a61486cfbdcd3aae3877ee17e00d192" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4d8c6ecabe3b9192935af4a11f0ec26b17c5573ea7e760ee8832a759cf07e1b0 [INFO] running `Command { std: "docker" "start" "-a" "4d8c6ecabe3b9192935af4a11f0ec26b17c5573ea7e760ee8832a759cf07e1b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4d8c6ecabe3b9192935af4a11f0ec26b17c5573ea7e760ee8832a759cf07e1b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d8c6ecabe3b9192935af4a11f0ec26b17c5573ea7e760ee8832a759cf07e1b0", kill_on_drop: false }` [INFO] [stdout] 4d8c6ecabe3b9192935af4a11f0ec26b17c5573ea7e760ee8832a759cf07e1b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b10dae361a61486cfbdcd3aae3877ee17e00d192" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d0994f6519eaf30377c38169db00f8ca7bcc0fcc53d4c834580855ecbfc3673 [INFO] running `Command { std: "docker" "start" "-a" "7d0994f6519eaf30377c38169db00f8ca7bcc0fcc53d4c834580855ecbfc3673", kill_on_drop: false }` [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling toml_datetime v0.7.5+spec-1.1.0 [INFO] [stderr] Compiling target-lexicon v0.13.3 [INFO] [stderr] Compiling serde_spanned v1.0.4 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling version-compare v0.2.1 [INFO] [stderr] Compiling libc v0.2.182 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Checking linux-raw-sys v0.11.0 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling wayland-sys v0.31.8 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling wayland-backend v0.3.12 [INFO] [stderr] Compiling zerocopy v0.8.39 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Checking futures-core v0.3.32 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Checking simd-adler32 v0.3.8 [INFO] [stderr] Compiling wayland-client v0.31.12 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Checking fixedbitset v0.5.7 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Checking futures-channel v0.3.32 [INFO] [stderr] Checking pxfm v0.1.27 [INFO] [stderr] Compiling quick-xml v0.38.4 [INFO] [stderr] Checking petgraph v0.8.3 [INFO] [stderr] Checking fdeflate v0.3.7 [INFO] [stderr] Checking flate2 v1.1.9 [INFO] [stderr] Checking nom v8.0.0 [INFO] [stderr] Compiling blake3 v1.8.3 [INFO] [stderr] Compiling cfg-expr v0.20.6 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Checking bytemuck v1.25.0 [INFO] [stderr] Checking png v0.18.1 [INFO] [stderr] Compiling rusqlite_migration v1.3.1 [INFO] [stderr] Compiling wayland-scanner v0.31.8 [INFO] [stderr] Compiling gio v0.20.12 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking x11rb-protocol v0.13.2 [INFO] [stderr] Checking fallible-iterator v0.3.0 [INFO] [stderr] Checking clap_builder v4.5.60 [INFO] [stderr] Checking env_filter v1.0.0 [INFO] [stderr] Checking humantime v2.3.0 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Checking futures-io v0.3.32 [INFO] [stderr] Checking constant_time_eq v0.4.2 [INFO] [stderr] Checking chrono v0.4.43 [INFO] [stderr] Checking env_logger v0.11.9 [INFO] [stderr] Checking os_pipe v1.2.3 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking wait-timeout v0.2.1 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Compiling field-offset v0.3.6 [INFO] [stderr] Checking directories v5.0.1 [INFO] [stderr] Compiling assert_cmd v2.1.2 [INFO] [stderr] Checking predicates v3.1.4 [INFO] [stderr] Checking getrandom v0.4.1 [INFO] [stderr] Checking regex v1.12.3 [INFO] [stderr] Checking ctrlc v3.5.1 [INFO] [stderr] Checking bstr v1.12.1 [INFO] [stderr] Checking moxcms v0.7.11 [INFO] [stderr] Compiling toml_parser v1.0.9+spec-1.1.0 [INFO] [stderr] Compiling toml v0.9.12+spec-1.1.0 [INFO] [stderr] Compiling toml_edit v0.23.10+spec-1.0.0 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling clap_derive v4.5.55 [INFO] [stderr] Compiling system-deps v7.0.7 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Compiling proc-macro-crate v3.4.0 [INFO] [stderr] Checking thiserror v2.0.18 [INFO] [stderr] Checking tree_magic_mini v3.2.2 [INFO] [stderr] Compiling glib-sys v0.20.10 [INFO] [stderr] Compiling gobject-sys v0.20.10 [INFO] [stderr] Compiling gio-sys v0.20.10 [INFO] [stderr] Compiling cairo-sys-rs v0.20.10 [INFO] [stderr] Compiling pango-sys v0.20.10 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.20.10 [INFO] [stderr] Compiling graphene-sys v0.20.10 [INFO] [stderr] Compiling gdk4-sys v0.9.6 [INFO] [stderr] Compiling gsk4-sys v0.9.6 [INFO] [stderr] Compiling gtk4-sys v0.9.6 [INFO] [stderr] Compiling glib-macros v0.20.12 [INFO] [stderr] Compiling gtk4-macros v0.9.5 [INFO] [stderr] Checking clap v4.5.60 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking gethostname v1.1.0 [INFO] [stderr] Checking tempfile v3.25.0 [INFO] [stderr] Checking x11rb v0.13.2 [INFO] [stderr] Checking futures-executor v0.3.32 [INFO] [stderr] Checking humantime-serde v1.1.1 [INFO] [stderr] Checking serde_yaml_ng v0.9.36 [INFO] [stderr] Checking hashlink v0.9.1 [INFO] [stderr] Checking image v0.25.9 [INFO] [stderr] Checking wayland-protocols v0.32.10 [INFO] [stderr] Checking glib v0.20.12 [INFO] [stderr] Checking wayland-protocols-wlr v0.3.10 [INFO] [stderr] Checking rusqlite v0.32.1 [INFO] [stderr] Checking wl-clipboard-rs v0.9.3 [INFO] [stderr] Checking arboard v3.6.1 [INFO] [stderr] Checking clio v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking cairo-rs v0.20.12 [INFO] [stderr] Checking graphene-rs v0.20.10 [INFO] [stderr] Checking pango v0.20.12 [INFO] [stderr] Checking gdk-pixbuf v0.20.10 [INFO] [stderr] Checking gdk4 v0.9.6 [INFO] [stderr] Checking gsk4 v0.9.6 [INFO] [stderr] Checking gtk4 v0.9.7 [INFO] [stderr] Checking clio-history v1.0.0 (/opt/rustwide/workdir/clio-history) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s [INFO] running `Command { std: "docker" "inspect" "7d0994f6519eaf30377c38169db00f8ca7bcc0fcc53d4c834580855ecbfc3673", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d0994f6519eaf30377c38169db00f8ca7bcc0fcc53d4c834580855ecbfc3673", kill_on_drop: false }` [INFO] [stdout] 7d0994f6519eaf30377c38169db00f8ca7bcc0fcc53d4c834580855ecbfc3673