[INFO] cloning repository https://github.com/EduardoStarZ/rofs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EduardoStarZ/rofs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEduardoStarZ%2Frofs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEduardoStarZ%2Frofs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dbe62d72343ff81668bf8deff7010df86d7f8ac6 [INFO] checking EduardoStarZ/rofs against try#3fada14ee01d755dc8076e611f11bf65b28ffd21 for pr-154971 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEduardoStarZ%2Frofs" "/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/EduardoStarZ/rofs [INFO] finished tweaking git repo https://github.com/EduardoStarZ/rofs [INFO] tweaked toml for git repo https://github.com/EduardoStarZ/rofs written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/EduardoStarZ/rofs on toolchain 3fada14ee01d755dc8076e611f11bf65b28ffd21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/EduardoStarZ/rofs 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" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c9abce08cad3ad01e0518291df9248694624e30a98428c7c397bc51970229b19 [INFO] running `Command { std: "docker" "start" "-a" "c9abce08cad3ad01e0518291df9248694624e30a98428c7c397bc51970229b19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c9abce08cad3ad01e0518291df9248694624e30a98428c7c397bc51970229b19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9abce08cad3ad01e0518291df9248694624e30a98428c7c397bc51970229b19", kill_on_drop: false }` [INFO] [stdout] c9abce08cad3ad01e0518291df9248694624e30a98428c7c397bc51970229b19 [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 88621df4731d668dc5d8213d087311cf5b0b5d4db23c03acd20afd8e88c6f1d9 [INFO] running `Command { std: "docker" "start" "-a" "88621df4731d668dc5d8213d087311cf5b0b5d4db23c03acd20afd8e88c6f1d9", kill_on_drop: false }` [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling zerocopy v0.8.37 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Compiling ntex-rt v0.4.33 [INFO] [stderr] Checking oneshot v0.1.13 [INFO] [stderr] Checking foldhash v0.2.0 [INFO] [stderr] Compiling cc v1.2.60 [INFO] [stderr] Compiling pkg-config v0.3.33 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Checking ntex-service v3.8.0 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Checking tokio v1.49.0 [INFO] [stderr] Checking linux-raw-sys v0.11.0 [INFO] [stderr] Checking event-listener v5.4.1 [INFO] [stderr] Compiling openssl v0.10.77 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Checking regex-syntax v0.8.8 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking async-channel v2.5.0 [INFO] [stderr] Checking num_cpus v1.17.0 [INFO] [stderr] Compiling unicase v2.9.0 [INFO] [stderr] Compiling openssl-src v300.6.0+3.6.2 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Checking core_affinity v0.8.3 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling openssl-sys v0.9.113 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking env_filter v0.1.4 [INFO] [stderr] Compiling v_htmlescape v0.15.8 [INFO] [stderr] Checking nanorand v0.8.0 [INFO] [stderr] Checking env_logger v0.11.8 [INFO] [stderr] Checking serde_json v1.0.149 [INFO] [stderr] Checking regex v1.12.2 [INFO] [stderr] Checking language-tags v0.3.2 [INFO] [stderr] Checking polling v3.11.0 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling variadics_please v1.1.0 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Compiling ntex-macros v0.1.4 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking thiserror v2.0.18 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Checking ntex-bytes v0.1.31 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking ntex-codec v0.6.2 [INFO] [stderr] Checking ntex-util v2.16.0 [INFO] [stderr] Checking ntex-http v0.1.15 [INFO] [stderr] Checking ntex-router v0.5.3 [INFO] [stderr] Checking ntex-io v2.15.1 [INFO] [stderr] Checking ntex-tokio v0.5.4 [INFO] [stderr] Checking ntex-net v2.9.0 [INFO] [stderr] Checking ntex-server v2.8.1 [INFO] [stderr] Checking ntex-h2 v1.14.2 [INFO] [stderr] Checking ntex-tls v2.6.3 [INFO] [stderr] Checking ntex v2.18.0 [INFO] [stderr] Checking ntex-files v2.1.0 [INFO] [stderr] Checking rofs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 51s [INFO] running `Command { std: "docker" "inspect" "88621df4731d668dc5d8213d087311cf5b0b5d4db23c03acd20afd8e88c6f1d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88621df4731d668dc5d8213d087311cf5b0b5d4db23c03acd20afd8e88c6f1d9", kill_on_drop: false }` [INFO] [stdout] 88621df4731d668dc5d8213d087311cf5b0b5d4db23c03acd20afd8e88c6f1d9