[INFO] cloning repository https://github.com/compio-rs/see [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/compio-rs/see" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcompio-rs%2Fsee", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcompio-rs%2Fsee'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f41697a753b28835d499ab1c2f4844f79dcd866c [INFO] checking compio-rs/see against try#53f0b05ecbcf011a1f77f1c627304e87ebd05801 for pr-154492-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcompio-rs%2Fsee" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/compio-rs/see [INFO] finished tweaking git repo https://github.com/compio-rs/see [INFO] tweaked toml for git repo https://github.com/compio-rs/see written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/compio-rs/see on toolchain 53f0b05ecbcf011a1f77f1c627304e87ebd05801 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+53f0b05ecbcf011a1f77f1c627304e87ebd05801" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/compio-rs/see 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" "+53f0b05ecbcf011a1f77f1c627304e87ebd05801" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+53f0b05ecbcf011a1f77f1c627304e87ebd05801" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a35f5e379e6cdca74c94c70a9f3a4d09c058935679761289c12fd07d02a99126 [INFO] running `Command { std: "docker" "start" "-a" "a35f5e379e6cdca74c94c70a9f3a4d09c058935679761289c12fd07d02a99126", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a35f5e379e6cdca74c94c70a9f3a4d09c058935679761289c12fd07d02a99126", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a35f5e379e6cdca74c94c70a9f3a4d09c058935679761289c12fd07d02a99126", kill_on_drop: false }` [INFO] [stdout] a35f5e379e6cdca74c94c70a9f3a4d09c058935679761289c12fd07d02a99126 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+53f0b05ecbcf011a1f77f1c627304e87ebd05801" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9cc00bcda3806bd91b1514110b753ac893a16520afe61fa33648d2e815c1e2b4 [INFO] running `Command { std: "docker" "start" "-a" "9cc00bcda3806bd91b1514110b753ac893a16520afe61fa33648d2e815c1e2b4", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling unicode-ident v1.0.19 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling libc v0.2.177 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Checking cfg-if v1.0.4 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking slab v0.4.11 [INFO] [stderr] Checking parking v2.2.1 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Checking bitflags v2.9.4 [INFO] [stderr] Checking linux-raw-sys v0.11.0 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stderr] Checking async-task v4.7.1 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Checking futures-lite v2.6.1 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Compiling io-uring v0.7.10 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking tracing-core v0.1.34 [INFO] [stderr] Checking event-listener v5.4.1 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Compiling async-io v2.6.0 [INFO] [stderr] Compiling compio-driver v0.9.0 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Checking compio-log v0.1.0 [INFO] [stderr] Checking socket2 v0.6.1 [INFO] [stderr] Checking compio-buf v0.7.0 [INFO] [stderr] Checking num_cpus v1.17.0 [INFO] [stderr] Checking signal-hook-registry v1.4.6 [INFO] [stderr] Checking async-channel v2.5.0 [INFO] [stderr] Checking crossbeam-queue v0.3.12 [INFO] [stderr] Checking crossbeam-channel v0.5.15 [INFO] [stderr] Checking atomic-waker v1.1.2 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling hashbrown v0.16.0 [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Checking lock_api v0.4.14 [INFO] [stderr] Checking piper v0.2.4 [INFO] [stderr] Checking core_affinity v0.8.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking scoped-tls v1.0.1 [INFO] [stderr] Compiling toml_datetime v0.7.3 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling indexmap v2.11.4 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking blocking v1.6.2 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking async-lock v3.4.1 [INFO] [stderr] Compiling compio-fs v0.9.0 [INFO] [stderr] Checking regex-syntax v0.8.8 [INFO] [stderr] Checking memchr v2.7.6 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking anstyle v1.0.13 [INFO] [stderr] Checking plotters-backend v0.3.7 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Checking clap_lex v0.7.6 [INFO] [stderr] Checking plotters-svg v0.3.7 [INFO] [stderr] Checking clap_builder v4.5.49 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking mio v1.1.0 [INFO] [stderr] Checking os_pipe v1.2.3 [INFO] [stderr] Compiling toml_parser v1.0.4 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking plotters v0.3.7 [INFO] [stderr] Checking walkdir v2.5.0 [INFO] [stderr] Checking rayon v1.11.0 [INFO] [stderr] Compiling toml_edit v0.23.7 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling zerocopy-derive v0.8.27 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Checking io_uring_buf_ring v0.2.1 [INFO] [stderr] Checking polling v3.11.0 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling proc-macro-crate v3.4.0 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Checking async-signal v0.2.13 [INFO] [stderr] Checking async-net v2.0.0 [INFO] [stderr] Checking tokio v1.48.0 [INFO] [stderr] Checking async-process v2.5.0 [INFO] [stderr] Compiling compio-macros v0.1.2 [INFO] [stderr] Checking criterion-plot v0.6.0 [INFO] [stderr] Checking regex v1.12.2 [INFO] [stderr] Checking clap v4.5.49 [INFO] [stderr] Checking async-fs v2.2.0 [INFO] [stderr] Checking async-executor v1.13.3 [INFO] [stderr] Checking anes v0.1.6 [INFO] [stderr] Checking oorandom v11.1.5 [INFO] [stderr] Checking local-event v0.1.1 [INFO] [stderr] Checking smol v2.0.2 [INFO] [stderr] Checking compio-io v0.8.0 [INFO] [stderr] Checking see v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking compio-runtime v0.9.1 [INFO] [stderr] Checking half v2.7.1 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Checking compio-net v0.9.0 [INFO] [stderr] Checking ciborium v0.2.2 [INFO] [stderr] Checking compio v0.16.0 [INFO] [stderr] Checking criterion v0.7.0 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s [INFO] running `Command { std: "docker" "inspect" "9cc00bcda3806bd91b1514110b753ac893a16520afe61fa33648d2e815c1e2b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cc00bcda3806bd91b1514110b753ac893a16520afe61fa33648d2e815c1e2b4", kill_on_drop: false }` [INFO] [stdout] 9cc00bcda3806bd91b1514110b753ac893a16520afe61fa33648d2e815c1e2b4