[INFO] cloning repository https://github.com/officialabdulrehman/rust-actix-backend [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/officialabdulrehman/rust-actix-backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fofficialabdulrehman%2Frust-actix-backend", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fofficialabdulrehman%2Frust-actix-backend'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 916ad7638db9d49b9d411209fb61c0bd9a9f7184 [INFO] testing officialabdulrehman/rust-actix-backend against beta-2025-09-21 for beta-1.91-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fofficialabdulrehman%2Frust-actix-backend" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/officialabdulrehman/rust-actix-backend [INFO] finished tweaking git repo https://github.com/officialabdulrehman/rust-actix-backend [INFO] tweaked toml for git repo https://github.com/officialabdulrehman/rust-actix-backend written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/officialabdulrehman/rust-actix-backend on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/officialabdulrehman/rust-actix-backend 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 228c21611c3b70c8043547cc33f98128493a93c96b82a834ccb32a1174f5f8f7 [INFO] running `Command { std: "docker" "start" "-a" "228c21611c3b70c8043547cc33f98128493a93c96b82a834ccb32a1174f5f8f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "228c21611c3b70c8043547cc33f98128493a93c96b82a834ccb32a1174f5f8f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "228c21611c3b70c8043547cc33f98128493a93c96b82a834ccb32a1174f5f8f7", kill_on_drop: false }` [INFO] [stdout] 228c21611c3b70c8043547cc33f98128493a93c96b82a834ccb32a1174f5f8f7 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3411ad5315215e08dd5193bcbfc87805058f09f4e582f7bfc7bc3d4f7f55ba8d [INFO] running `Command { std: "docker" "start" "-a" "3411ad5315215e08dd5193bcbfc87805058f09f4e582f7bfc7bc3d4f7f55ba8d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.137 [INFO] [stderr] Compiling syn v1.0.103 [INFO] [stderr] Compiling parking_lot_core v0.9.4 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling tokio v1.21.2 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling futures-util v0.3.25 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling time-macros v0.2.5 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling aho-corasick v0.7.19 [INFO] [stderr] Compiling bytes-utils v0.1.3 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Compiling aws-types v0.8.0 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling zeroize v1.5.7 [INFO] [stderr] Compiling serde_derive v1.0.147 [INFO] [stderr] Compiling serde v1.0.147 [INFO] [stderr] Compiling bytestring v1.1.0 [INFO] [stderr] Compiling local-waker v0.1.3 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling zstd-safe v5.0.2+zstd.1.5.2 [INFO] [stderr] Compiling block-buffer v0.10.3 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling brotli-decompressor v2.3.2 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling digest v0.10.5 [INFO] [stderr] Compiling cookie v0.16.1 [INFO] [stderr] Compiling urlencoding v1.3.3 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling xmlparser v0.13.3 [INFO] [stderr] Compiling serde_json v1.0.87 [INFO] [stderr] Compiling cpufeatures v0.2.5 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling jobserver v0.1.25 [INFO] [stderr] Compiling mio v0.8.5 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling time v0.3.16 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling brotli v3.3.4 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling zstd-sys v2.0.1+zstd.1.5.2 [INFO] [stderr] Compiling aws-smithy-types v0.38.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling aws-smithy-json v0.38.0 [INFO] [stderr] Compiling aws-smithy-query v0.38.0 [INFO] [stderr] Compiling actix-router v0.5.1 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Compiling futures-macro v0.3.25 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling tokio-util v0.7.4 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling tokio-util v0.6.10 [INFO] [stderr] Compiling rustls v0.19.1 [INFO] [stderr] Compiling ct-logs v0.8.0 [INFO] [stderr] Compiling tokio-stream v0.1.11 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling actix-rt v2.7.0 [INFO] [stderr] Compiling actix-codec v0.5.0 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling actix-web-codegen v4.1.0 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling actix-macros v0.2.3 [INFO] [stderr] Compiling pin-project v1.0.12 [INFO] [stderr] Compiling h2 v0.3.15 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling aws-smithy-async v0.38.0 [INFO] [stderr] Compiling local-channel v0.1.3 [INFO] [stderr] Compiling actix-server v2.1.1 [INFO] [stderr] Compiling aws-smithy-xml v0.38.0 [INFO] [stderr] Compiling strum v0.24.1 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling rustls-native-certs v0.5.0 [INFO] [stderr] Compiling hyper v0.14.20 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling aws-smithy-http v0.38.0 [INFO] [stderr] Compiling hyper-rustls v0.22.1 [INFO] [stderr] Compiling aws-smithy-http-tower v0.38.0 [INFO] [stderr] Compiling aws-sigv4 v0.8.0 [INFO] [stderr] Compiling aws-smithy-client v0.38.0 [INFO] [stderr] Compiling aws-endpoint v0.8.0 [INFO] [stderr] Compiling aws-sig-auth v0.8.0 [INFO] [stderr] Compiling aws-http v0.8.0 [INFO] [stderr] Compiling aws-sdk-sts v0.8.0 [INFO] [stderr] Compiling aws-sdk-sso v0.8.0 [INFO] [stderr] Compiling aws-sdk-dynamodb v0.8.0 [INFO] [stderr] Compiling aws-config v0.8.0 [INFO] [stderr] Compiling zstd v0.11.2+zstd.1.5.2 [INFO] [stderr] Compiling actix-http v3.2.2 [INFO] [stderr] Compiling actix-web v4.2.1 [INFO] [stderr] Compiling rust-actix-backend v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `User` is never constructed [INFO] [stdout] --> src/model/user.rs:1:8 [INFO] [stdout] | [INFO] [stdout] 1 | struct User { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s [INFO] running `Command { std: "docker" "inspect" "3411ad5315215e08dd5193bcbfc87805058f09f4e582f7bfc7bc3d4f7f55ba8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3411ad5315215e08dd5193bcbfc87805058f09f4e582f7bfc7bc3d4f7f55ba8d", kill_on_drop: false }` [INFO] [stdout] 3411ad5315215e08dd5193bcbfc87805058f09f4e582f7bfc7bc3d4f7f55ba8d [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2faefeb407996cd10f0a358aecd5052959e7dc104f59b033c241adb624076ee7 [INFO] running `Command { std: "docker" "start" "-a" "2faefeb407996cd10f0a358aecd5052959e7dc104f59b033c241adb624076ee7", kill_on_drop: false }` [INFO] [stderr] Compiling rust-actix-backend v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `User` is never constructed [INFO] [stdout] --> src/model/user.rs:1:8 [INFO] [stdout] | [INFO] [stdout] 1 | struct User { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.05s [INFO] running `Command { std: "docker" "inspect" "2faefeb407996cd10f0a358aecd5052959e7dc104f59b033c241adb624076ee7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2faefeb407996cd10f0a358aecd5052959e7dc104f59b033c241adb624076ee7", kill_on_drop: false }` [INFO] [stdout] 2faefeb407996cd10f0a358aecd5052959e7dc104f59b033c241adb624076ee7 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e7f792dd62e0d41ff059a1956686c4e1d3d88e9d62cbcc45d64a0c077ee2c04a [INFO] running `Command { std: "docker" "start" "-a" "e7f792dd62e0d41ff059a1956686c4e1d3d88e9d62cbcc45d64a0c077ee2c04a", kill_on_drop: false }` [INFO] [stderr] warning: struct `User` is never constructed [INFO] [stderr] --> src/model/user.rs:1:8 [INFO] [stderr] | [INFO] [stderr] 1 | struct User { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `rust-actix-backend` (bin "rust-actix-backend" test) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rust_actix_backend-fd99b8ec069b1aea) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e7f792dd62e0d41ff059a1956686c4e1d3d88e9d62cbcc45d64a0c077ee2c04a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7f792dd62e0d41ff059a1956686c4e1d3d88e9d62cbcc45d64a0c077ee2c04a", kill_on_drop: false }` [INFO] [stdout] e7f792dd62e0d41ff059a1956686c4e1d3d88e9d62cbcc45d64a0c077ee2c04a