[INFO] cloning repository https://github.com/BretCameron/rust_web_server_with_docker [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BretCameron/rust_web_server_with_docker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBretCameron%2Frust_web_server_with_docker", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBretCameron%2Frust_web_server_with_docker'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6e36e5739bd1679273e447fef94d3ffd16557134 [INFO] testing BretCameron/rust_web_server_with_docker against master#595316b4006932405a63862d8fe65f71a6356293 for pr-128254 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBretCameron%2Frust_web_server_with_docker" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/BretCameron/rust_web_server_with_docker on toolchain 595316b4006932405a63862d8fe65f71a6356293 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/BretCameron/rust_web_server_with_docker [INFO] finished tweaking git repo https://github.com/BretCameron/rust_web_server_with_docker [INFO] tweaked toml for git repo https://github.com/BretCameron/rust_web_server_with_docker written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/BretCameron/rust_web_server_with_docker 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" "+595316b4006932405a63862d8fe65f71a6356293" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded actix-web v4.8.0 [INFO] [stderr] Downloaded actix-server v2.4.0 [INFO] [stderr] Downloaded actix-web-codegen v4.3.0 [INFO] [stderr] Downloaded actix-rt v2.10.0 [INFO] [stderr] Downloaded mongodb-internal-macros v3.0.1 [INFO] [stderr] Downloaded actix-router v0.5.3 [INFO] [stderr] Downloaded mongodb v3.0.1 [INFO] [stderr] Downloaded regex-lite v0.1.6 [INFO] [stderr] Downloaded actix-http v3.8.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bb52c96e8343da0089950ac612f5e0b37ed2698475bc452e702207b22e7de374 [INFO] running `Command { std: "docker" "start" "-a" "bb52c96e8343da0089950ac612f5e0b37ed2698475bc452e702207b22e7de374", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bb52c96e8343da0089950ac612f5e0b37ed2698475bc452e702207b22e7de374", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb52c96e8343da0089950ac612f5e0b37ed2698475bc452e702207b22e7de374", kill_on_drop: false }` [INFO] [stdout] bb52c96e8343da0089950ac612f5e0b37ed2698475bc452e702207b22e7de374 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c383e7e22978d82488681d54e21e15abfa3caaea693fd7efd668f9a9afc3e420 [INFO] running `Command { std: "docker" "start" "-a" "c383e7e22978d82488681d54e21e15abfa3caaea693fd7efd668f9a9afc3e420", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling bytes v1.6.1 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling syn v2.0.71 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling cc v1.1.6 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling zstd-sys v2.0.12+zstd.1.5.6 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling local-waker v0.1.4 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Compiling zstd-safe v7.2.0 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling darling_core v0.13.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling tokio-macros v2.3.0 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling darling_macro v0.13.4 [INFO] [stderr] Compiling tokio v1.38.1 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling matches v0.1.10 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling regex-lite v0.1.6 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling wyz v0.5.1 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling bytestring v1.3.1 [INFO] [stderr] Compiling enum-as-inner v0.4.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling darling v0.13.4 [INFO] [stderr] Compiling derive_more v0.99.18 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Compiling tokio-util v0.7.11 [INFO] [stderr] Compiling actix-rt v2.10.0 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling rustc_version_runtime v0.2.1 [INFO] [stderr] Compiling brotli-decompressor v4.0.1 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling funty v2.0.0 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling data-encoding v2.6.0 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling trust-dns-proto v0.21.2 [INFO] [stderr] Compiling bitvec v1.0.1 [INFO] [stderr] Compiling flate2 v1.0.30 [INFO] [stderr] Compiling brotli v6.0.0 [INFO] [stderr] Compiling uuid v1.10.0 [INFO] [stderr] Compiling actix-router v0.5.3 [INFO] [stderr] Compiling serde_bytes v0.11.15 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling regex v1.10.5 [INFO] [stderr] Compiling serde_with_macros v1.5.2 [INFO] [stderr] Compiling local-channel v0.1.5 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling unicode-properties v0.1.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling zstd v0.13.2 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling bson v2.11.0 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling serde_with v1.14.0 [INFO] [stderr] Compiling actix-web-codegen v4.3.0 [INFO] [stderr] Compiling trust-dns-resolver v0.21.2 [INFO] [stderr] Compiling actix-http v3.8.0 [INFO] [stderr] Compiling actix-server v2.4.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling typed-builder v0.10.0 [INFO] [stderr] Compiling mongodb-internal-macros v3.0.1 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling sha-1 v0.10.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling pbkdf2 v0.11.0 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling webpki-roots v0.25.4 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling actix-web v4.8.0 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling mongodb v3.0.1 [INFO] [stderr] Compiling web_server v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `Command { std: "docker" "inspect" "c383e7e22978d82488681d54e21e15abfa3caaea693fd7efd668f9a9afc3e420", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c383e7e22978d82488681d54e21e15abfa3caaea693fd7efd668f9a9afc3e420", kill_on_drop: false }` [INFO] [stdout] c383e7e22978d82488681d54e21e15abfa3caaea693fd7efd668f9a9afc3e420 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5217f15ff2089e5a059858ac06d3a3b3f4a0a53cc42f382e7d5269002d12ff19 [INFO] running `Command { std: "docker" "start" "-a" "5217f15ff2089e5a059858ac06d3a3b3f4a0a53cc42f382e7d5269002d12ff19", kill_on_drop: false }` [INFO] [stderr] Compiling web_server v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.57s [INFO] running `Command { std: "docker" "inspect" "5217f15ff2089e5a059858ac06d3a3b3f4a0a53cc42f382e7d5269002d12ff19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5217f15ff2089e5a059858ac06d3a3b3f4a0a53cc42f382e7d5269002d12ff19", kill_on_drop: false }` [INFO] [stdout] 5217f15ff2089e5a059858ac06d3a3b3f4a0a53cc42f382e7d5269002d12ff19 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c50a9befce5e1958e88203a67a0a4941bdf101c63cd87ea13662b8096be3e4da [INFO] running `Command { std: "docker" "start" "-a" "c50a9befce5e1958e88203a67a0a4941bdf101c63cd87ea13662b8096be3e4da", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/web_server-3504590101b915db) [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" "c50a9befce5e1958e88203a67a0a4941bdf101c63cd87ea13662b8096be3e4da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c50a9befce5e1958e88203a67a0a4941bdf101c63cd87ea13662b8096be3e4da", kill_on_drop: false }` [INFO] [stdout] c50a9befce5e1958e88203a67a0a4941bdf101c63cd87ea13662b8096be3e4da [INFO] testing BretCameron/rust_web_server_with_docker against try#5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b for pr-128254 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBretCameron%2Frust_web_server_with_docker" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/BretCameron/rust_web_server_with_docker on toolchain 5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/BretCameron/rust_web_server_with_docker [INFO] finished tweaking git repo https://github.com/BretCameron/rust_web_server_with_docker [INFO] tweaked toml for git repo https://github.com/BretCameron/rust_web_server_with_docker written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/BretCameron/rust_web_server_with_docker 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" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] be9f3602f2f38f913b11aea1a80d5a15945fdb2767f6266993c8b198024b01a1 [INFO] running `Command { std: "docker" "start" "-a" "be9f3602f2f38f913b11aea1a80d5a15945fdb2767f6266993c8b198024b01a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "be9f3602f2f38f913b11aea1a80d5a15945fdb2767f6266993c8b198024b01a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be9f3602f2f38f913b11aea1a80d5a15945fdb2767f6266993c8b198024b01a1", kill_on_drop: false }` [INFO] [stdout] be9f3602f2f38f913b11aea1a80d5a15945fdb2767f6266993c8b198024b01a1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e1e93e2b6481f2e9b6b1ae3f72b5a6230710eb659342cb0722f546f9d7e13bb5 [INFO] running `Command { std: "docker" "start" "-a" "e1e93e2b6481f2e9b6b1ae3f72b5a6230710eb659342cb0722f546f9d7e13bb5", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling bytes v1.6.1 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.71 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling cc v1.1.6 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling zstd-sys v2.0.12+zstd.1.5.6 [INFO] [stderr] Compiling zstd-safe v7.2.0 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling local-waker v0.1.4 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling darling_core v0.13.4 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling tokio-macros v2.3.0 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling tokio v1.38.1 [INFO] [stderr] Compiling darling_macro v0.13.4 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling matches v0.1.10 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling regex-lite v0.1.6 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling enum-as-inner v0.4.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling wyz v0.5.1 [INFO] [stderr] Compiling bytestring v1.3.1 [INFO] [stderr] Compiling tokio-util v0.7.11 [INFO] [stderr] Compiling actix-rt v2.10.0 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling darling v0.13.4 [INFO] [stderr] Compiling derive_more v0.99.18 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling rustc_version_runtime v0.2.1 [INFO] [stderr] Compiling brotli-decompressor v4.0.1 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling data-encoding v2.6.0 [INFO] [stderr] Compiling funty v2.0.0 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling trust-dns-proto v0.21.2 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling bitvec v1.0.1 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling flate2 v1.0.30 [INFO] [stderr] Compiling actix-router v0.5.3 [INFO] [stderr] Compiling brotli v6.0.0 [INFO] [stderr] Compiling uuid v1.10.0 [INFO] [stderr] Compiling serde_bytes v0.11.15 [INFO] [stderr] Compiling regex v1.10.5 [INFO] [stderr] Compiling serde_with_macros v1.5.2 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling local-channel v0.1.5 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling unicode-properties v0.1.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling bson v2.11.0 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling serde_with v1.14.0 [INFO] [stderr] Compiling trust-dns-resolver v0.21.2 [INFO] [stderr] Compiling actix-web-codegen v4.3.0 [INFO] [stderr] Compiling actix-server v2.4.0 [INFO] [stderr] Compiling zstd v0.13.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling actix-http v3.8.0 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling typed-builder v0.10.0 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling mongodb-internal-macros v3.0.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling sha-1 v0.10.1 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling pbkdf2 v0.11.0 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling webpki-roots v0.25.4 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling mongodb v3.0.1 [INFO] [stderr] Compiling actix-web v4.8.0 [INFO] [stderr] error: could not compile `mongodb` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/bin/rustc --crate-name mongodb --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="compat-3-0-0"' --cfg 'feature="default"' --cfg 'feature="dns-resolver"' --cfg 'feature="rustls-tls"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-auth", "azure-kms", "azure-oidc", "compat-3-0-0", "default", "dns-resolver", "gcp-kms", "gcp-oidc", "in-use-encryption-unstable", "openssl-tls", "rustls-tls", "snappy-compression", "sync", "tracing-unstable", "zlib-compression", "zstd-compression"))' -C metadata=66b9ea62354d0cab -C extra-filename=-66b9ea62354d0cab --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-092682afa78281c4.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-f062755f48da8a6d.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-560efdb99b117eef.rmeta --extern bson=/opt/rustwide/target/debug/deps/libbson-80e1cfe401cc2444.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-99e12c8743d1d8a5.rmeta --extern derivative=/opt/rustwide/target/debug/deps/libderivative-ac65121da34a3ca9.so --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-6699bd51f07c8e53.so --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-bbe118dd79718c74.rmeta --extern futures_executor=/opt/rustwide/target/debug/deps/libfutures_executor-0bee3dc67d41d1a5.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-daea6097586892ae.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-956bdd83ff41300c.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-718b4f18bb2e7953.rmeta --extern hmac=/opt/rustwide/target/debug/deps/libhmac-44943594dcbf6873.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-0653a2213ca1e7e1.rmeta --extern mongodb_internal_macros=/opt/rustwide/target/debug/deps/libmongodb_internal_macros-994c6531f50e5522.so --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-795d6939e3fe8636.rmeta --extern pbkdf2=/opt/rustwide/target/debug/deps/libpbkdf2-072c6dff3706d49d.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-a400589552762a21.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-ebaa4c55f69b8fd6.rmeta --extern rustc_version_runtime=/opt/rustwide/target/debug/deps/librustc_version_runtime-bf866b86309ce31c.rmeta --extern rustls=/opt/rustwide/target/debug/deps/librustls-fa299b2a921bd97d.rmeta --extern rustls_pemfile=/opt/rustwide/target/debug/deps/librustls_pemfile-ca091fbd60718fb1.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-a7f4ddfdc748213f.rmeta --extern serde_bytes=/opt/rustwide/target/debug/deps/libserde_bytes-6186c07b2cad3474.rmeta --extern serde_with=/opt/rustwide/target/debug/deps/libserde_with-825ad5f10ff7a466.rmeta --extern sha1=/opt/rustwide/target/debug/deps/libsha1-dcb0fab44e078a60.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-4b2c5c4b8ecd02d1.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-a02366c60b273e13.rmeta --extern stringprep=/opt/rustwide/target/debug/deps/libstringprep-575725e8b1c6ebc8.rmeta --extern strsim=/opt/rustwide/target/debug/deps/libstrsim-dc8145b3de3a0df7.rmeta --extern take_mut=/opt/rustwide/target/debug/deps/libtake_mut-103782371670daab.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-bb5b3e510dc9193f.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-7d893a983937493c.rmeta --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-685c7a021d114eae.rmeta --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-e54f7036160ff080.rmeta --extern trust_dns_proto=/opt/rustwide/target/debug/deps/libtrust_dns_proto-83c02ab9b52a254a.rmeta --extern trust_dns_resolver=/opt/rustwide/target/debug/deps/libtrust_dns_resolver-12e4a47697d31181.rmeta --extern typed_builder=/opt/rustwide/target/debug/deps/libtyped_builder-92226d107c126b40.so --extern uuid=/opt/rustwide/target/debug/deps/libuuid-d434891e5454fab6.rmeta --extern webpki_roots=/opt/rustwide/target/debug/deps/libwebpki_roots-9be76a05be0a3bc9.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-9aee63ee6110fcb8/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "e1e93e2b6481f2e9b6b1ae3f72b5a6230710eb659342cb0722f546f9d7e13bb5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1e93e2b6481f2e9b6b1ae3f72b5a6230710eb659342cb0722f546f9d7e13bb5", kill_on_drop: false }` [INFO] [stdout] e1e93e2b6481f2e9b6b1ae3f72b5a6230710eb659342cb0722f546f9d7e13bb5