[INFO] cloning repository https://github.com/amiof/rust-web-server-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/amiof/rust-web-server-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famiof%2Frust-web-server-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famiof%2Frust-web-server-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cce7c1638760932e6aef29d3aa0256b72dd043d3 [INFO] checking amiof/rust-web-server-example against master#642c19bfc3a5c1de985bf5d0cc8207ac9d22708a for pr-148577 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famiof%2Frust-web-server-example" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/amiof/rust-web-server-example [INFO] finished tweaking git repo https://github.com/amiof/rust-web-server-example [INFO] tweaked toml for git repo https://github.com/amiof/rust-web-server-example written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/amiof/rust-web-server-example on toolchain 642c19bfc3a5c1de985bf5d0cc8207ac9d22708a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/amiof/rust-web-server-example 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" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pq-sys v0.7.2 [INFO] [stderr] Downloaded bcrypt v0.17.0 [INFO] [stderr] Downloaded diesel_derives v2.2.7 [INFO] [stderr] Downloaded deadpool v0.12.2 [INFO] [stderr] Downloaded deadpool-sync v0.1.4 [INFO] [stderr] Downloaded deadpool-diesel v0.6.1 [INFO] [stderr] Downloaded diesel v2.2.12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a2fcd7c84668e966d71df63313415c6cbd09ae5533588ad8872fc872d1601e95 [INFO] running `Command { std: "docker" "start" "-a" "a2fcd7c84668e966d71df63313415c6cbd09ae5533588ad8872fc872d1601e95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a2fcd7c84668e966d71df63313415c6cbd09ae5533588ad8872fc872d1601e95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2fcd7c84668e966d71df63313415c6cbd09ae5533588ad8872fc872d1601e95", kill_on_drop: false }` [INFO] [stdout] a2fcd7c84668e966d71df63313415c6cbd09ae5533588ad8872fc872d1601e95 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b3c72018c03b738daaf418cc6229cc4d8ac432fd85c66bd78350163593f6179c [INFO] running `Command { std: "docker" "start" "-a" "b3c72018c03b738daaf418cc6229cc4d8ac432fd85c66bd78350163593f6179c", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking parking_lot_core v0.9.11 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Checking signal-hook-registry v1.4.5 [INFO] [stderr] Checking getrandom v0.3.3 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling pq-sys v0.7.2 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Checking deranged v0.4.0 [INFO] [stderr] Compiling time-macros v0.2.22 [INFO] [stderr] Checking serde_json v1.0.140 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking inout v0.1.4 [INFO] [stderr] Compiling diesel_table_macro_syntax v0.2.0 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking num_cpus v1.17.0 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking uuid v1.17.0 [INFO] [stderr] Compiling dsl_auto_type v0.1.3 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Checking axum-core v0.5.2 [INFO] [stderr] Checking pem v3.0.5 [INFO] [stderr] Checking blowfish v0.9.1 [INFO] [stderr] Checking serde_path_to_error v0.1.17 [INFO] [stderr] Checking tower-http v0.6.6 [INFO] [stderr] Checking bcrypt v0.17.0 [INFO] [stderr] Checking tokio v1.46.1 [INFO] [stderr] Compiling diesel_derives v2.2.7 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking chrono v0.4.41 [INFO] [stderr] Checking time v0.3.41 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking simple_asn1 v0.6.3 [INFO] [stderr] Checking jsonwebtoken v9.3.1 [INFO] [stderr] Checking deadpool-runtime v0.1.4 [INFO] [stderr] Checking hyper v1.6.0 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Checking deadpool v0.12.2 [INFO] [stderr] Checking deadpool-sync v0.1.4 [INFO] [stderr] Checking diesel v2.2.12 [INFO] [stderr] Checking hyper-util v0.1.15 [INFO] [stderr] Checking axum v0.8.4 [INFO] [stderr] Checking deadpool-diesel v0.6.1 [INFO] [stderr] Checking axume_project v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.11s [INFO] running `Command { std: "docker" "inspect" "b3c72018c03b738daaf418cc6229cc4d8ac432fd85c66bd78350163593f6179c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3c72018c03b738daaf418cc6229cc4d8ac432fd85c66bd78350163593f6179c", kill_on_drop: false }` [INFO] [stdout] b3c72018c03b738daaf418cc6229cc4d8ac432fd85c66bd78350163593f6179c