[INFO] cloning repository https://github.com/cypher-asi/orbit [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cypher-asi/orbit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcypher-asi%2Forbit", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcypher-asi%2Forbit'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3e9638a9e4ddb6a93908071c2bee2560c727df0b [INFO] checking cypher-asi/orbit against try#3fada14ee01d755dc8076e611f11bf65b28ffd21 for pr-154971-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcypher-asi%2Forbit" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/cypher-asi/orbit [INFO] finished tweaking git repo https://github.com/cypher-asi/orbit [INFO] tweaked toml for git repo https://github.com/cypher-asi/orbit written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/cypher-asi/orbit 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/cypher-asi/orbit 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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 7d0be6d5ca276b18e3d74f51d34534f4cc90e25e2860a95766ec08f528c0c131 [INFO] running `Command { std: "docker" "start" "-a" "7d0be6d5ca276b18e3d74f51d34534f4cc90e25e2860a95766ec08f528c0c131", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7d0be6d5ca276b18e3d74f51d34534f4cc90e25e2860a95766ec08f528c0c131", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d0be6d5ca276b18e3d74f51d34534f4cc90e25e2860a95766ec08f528c0c131", kill_on_drop: false }` [INFO] [stdout] 7d0be6d5ca276b18e3d74f51d34534f4cc90e25e2860a95766ec08f528c0c131 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 546e8789542ac874c35c312159eb6e3d13dcc43d8fbe7ba426357e29f49525fc [INFO] running `Command { std: "docker" "start" "-a" "546e8789542ac874c35c312159eb6e3d13dcc43d8fbe7ba426357e29f49525fc", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.2.57 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Checking bitflags v2.11.0 [INFO] [stderr] Checking hashbrown v0.16.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling openssl v0.10.76 [INFO] [stderr] Checking uuid v1.22.0 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Compiling num-conv v0.2.0 [INFO] [stderr] Checking indexmap v2.13.0 [INFO] [stderr] Compiling time-core v0.1.8 [INFO] [stderr] Checking deranged v0.5.8 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking tokio-stream v0.1.18 [INFO] [stderr] Compiling time-macros v0.2.27 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Checking raw-cpuid v11.6.0 [INFO] [stderr] Checking h2 v0.4.13 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling openssl-sys v0.9.112 [INFO] [stderr] Checking time v0.3.47 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Checking quanta v0.12.6 [INFO] [stderr] Checking arc-swap v1.8.2 [INFO] [stderr] Checking backon v1.6.0 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking combine v4.6.7 [INFO] [stderr] Checking tower v0.5.3 [INFO] [stderr] Checking futures-executor v0.3.32 [INFO] [stderr] Checking futures v0.3.32 [INFO] [stderr] Checking simple_asn1 v0.6.4 [INFO] [stderr] Checking pem v3.0.6 [INFO] [stderr] Checking tower-http v0.6.8 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Compiling rustls v0.23.37 [INFO] [stderr] Checking sha1_smol v1.0.1 [INFO] [stderr] Checking hyper v1.8.1 [INFO] [stderr] Checking linux-raw-sys v0.12.1 [INFO] [stderr] Checking sdd v3.0.10 [INFO] [stderr] Checking no-std-compat v0.4.1 [INFO] [stderr] Checking governor v0.8.1 [INFO] [stderr] Checking scc v2.4.0 [INFO] [stderr] Compiling serial_test_derive v3.4.0 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Compiling rustls-webpki v0.103.9 [INFO] [stderr] Checking hyper-util v0.1.20 [INFO] [stderr] Checking tempfile v3.27.0 [INFO] [stderr] Checking serial_test v3.4.0 [INFO] [stderr] Checking jsonwebtoken v9.3.1 [INFO] [stderr] Checking hyper-tls v0.6.0 [INFO] [stderr] Checking axum v0.8.8 [INFO] [stderr] Checking reqwest v0.12.28 [INFO] [stderr] Checking redis v0.27.6 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Checking sqlx-postgres v0.8.6 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Checking sqlx v0.8.6 [INFO] [stderr] Checking orbit v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.15s [INFO] running `Command { std: "docker" "inspect" "546e8789542ac874c35c312159eb6e3d13dcc43d8fbe7ba426357e29f49525fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "546e8789542ac874c35c312159eb6e3d13dcc43d8fbe7ba426357e29f49525fc", kill_on_drop: false }` [INFO] [stdout] 546e8789542ac874c35c312159eb6e3d13dcc43d8fbe7ba426357e29f49525fc