[INFO] cloning repository https://github.com/DLiSWE/ErrorDashboardServer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DLiSWE/ErrorDashboardServer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDLiSWE%2FErrorDashboardServer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDLiSWE%2FErrorDashboardServer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 065f5713f26aad7d092a3d37ac52cd657fc10bb4 [INFO] building DLiSWE/ErrorDashboardServer against master#d59f06fc64844ec2073e5e888f7470989ef25ff9 for pr-119440 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDLiSWE%2FErrorDashboardServer" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DLiSWE/ErrorDashboardServer on toolchain d59f06fc64844ec2073e5e888f7470989ef25ff9 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d59f06fc64844ec2073e5e888f7470989ef25ff9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/DLiSWE/ErrorDashboardServer [INFO] finished tweaking git repo https://github.com/DLiSWE/ErrorDashboardServer [INFO] tweaked toml for git repo https://github.com/DLiSWE/ErrorDashboardServer written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/DLiSWE/ErrorDashboardServer 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" "+d59f06fc64844ec2073e5e888f7470989ef25ff9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ordered-float v3.9.1 [INFO] [stderr] Downloaded sqlx-macros v0.7.1 [INFO] [stderr] Downloaded sea-orm-macros v0.12.2 [INFO] [stderr] Downloaded sqlx-macros-core v0.7.1 [INFO] [stderr] Downloaded sqlx-mysql v0.7.1 [INFO] [stderr] Downloaded sqlx v0.7.1 [INFO] [stderr] Downloaded sea-query v0.30.1 [INFO] [stderr] Downloaded sea-orm v0.12.2 [INFO] [stderr] Downloaded sqlx-postgres v0.7.1 [INFO] [stderr] Downloaded sqlx-core v0.7.1 [INFO] [stderr] Downloaded sqlx-sqlite v0.7.1 [INFO] [stderr] Downloaded actix v0.11.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+d59f06fc64844ec2073e5e888f7470989ef25ff9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] af957626aff79adc2e4611fbaea0eb1c1e9945ff560c164a49f394e02505f0da [INFO] running `Command { std: "docker" "start" "-a" "af957626aff79adc2e4611fbaea0eb1c1e9945ff560c164a49f394e02505f0da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "af957626aff79adc2e4611fbaea0eb1c1e9945ff560c164a49f394e02505f0da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af957626aff79adc2e4611fbaea0eb1c1e9945ff560c164a49f394e02505f0da", kill_on_drop: false }` [INFO] [stdout] af957626aff79adc2e4611fbaea0eb1c1e9945ff560c164a49f394e02505f0da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+d59f06fc64844ec2073e5e888f7470989ef25ff9" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 19402619026f51eab78bf467feb7b05efd6de12987ee08c3af0a81fde9370092 [INFO] running `Command { std: "docker" "start" "-a" "19402619026f51eab78bf467feb7b05efd6de12987ee08c3af0a81fde9370092", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling syn v2.0.29 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling time-core v0.1.1 [INFO] [stderr] Compiling bitflags v2.4.0 [INFO] [stderr] Compiling base64 v0.21.3 [INFO] [stderr] Compiling time-macros v0.2.14 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling serde_json v1.0.105 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha2 v0.10.7 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling rust_decimal v1.32.0 [INFO] [stderr] Compiling openssl v0.10.57 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling stringprep v0.1.3 [INFO] [stderr] Compiling md-5 v0.10.5 [INFO] [stderr] Compiling aho-corasick v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling crossbeam-queue v0.3.8 [INFO] [stderr] Compiling jobserver v0.1.26 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling socket2 v0.5.3 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling hashbrown v0.14.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling iana-time-zone v0.1.57 [INFO] [stderr] Compiling thiserror v1.0.48 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling url v2.4.0 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling crc-catalog v2.2.0 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling crc v3.0.1 [INFO] [stderr] Compiling hashlink v0.8.4 [INFO] [stderr] Compiling indexmap v2.0.0 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling bytestring v1.3.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling zstd-safe v6.0.6 [INFO] [stderr] Compiling local-waker v0.1.3 [INFO] [stderr] Compiling whoami v1.4.1 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling openssl-sys v0.9.93 [INFO] [stderr] Compiling zstd-sys v2.0.8+zstd.1.5.5 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling hkdf v0.12.3 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling async-trait v0.1.73 [INFO] [stderr] Compiling rustix v0.38.9 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling bigdecimal v0.3.1 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling brotli-decompressor v2.3.4 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling ordered-float v3.9.1 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling inout v0.1.3 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling linux-raw-sys v0.4.5 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling flate2 v1.0.27 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling regex-automata v0.3.7 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling encoding_rs v0.8.33 [INFO] [stderr] Compiling postgres-protocol v0.6.6 [INFO] [stderr] Compiling aliasable v0.1.3 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling brotli v3.3.4 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling blowfish v0.9.1 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling postgres-types v0.2.6 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling zeroize v1.6.0 [INFO] [stderr] Compiling strum v0.25.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling bcrypt v0.15.0 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling serde_derive v1.0.188 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling tracing-attributes v0.1.26 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.48 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling inherent v1.0.10 [INFO] [stderr] Compiling regex v1.9.4 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling actix-router v0.5.1 [INFO] [stderr] Compiling tokio v1.32.0 [INFO] [stderr] Compiling sea-bae v0.2.0 [INFO] [stderr] Compiling ouroboros_macro v0.17.2 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] error: could not compile `brotli` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d59f06fc64844ec2073e5e888f7470989ef25ff9/bin/rustc --crate-name brotli /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/brotli-3.3.4/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 --cfg 'feature="alloc-stdlib"' --cfg 'feature="default"' --cfg 'feature="ffi-api"' --cfg 'feature="std"' -C metadata=0e0df7f5cb3dd3fb -C extra-filename=-0e0df7f5cb3dd3fb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern alloc_no_stdlib=/opt/rustwide/target/debug/deps/liballoc_no_stdlib-7db4b4f903e6a3ad.rmeta --extern alloc_stdlib=/opt/rustwide/target/debug/deps/liballoc_stdlib-d9f2eea369668bd9.rmeta --extern brotli_decompressor=/opt/rustwide/target/debug/deps/libbrotli_decompressor-415a9bca94129d50.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "19402619026f51eab78bf467feb7b05efd6de12987ee08c3af0a81fde9370092", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19402619026f51eab78bf467feb7b05efd6de12987ee08c3af0a81fde9370092", kill_on_drop: false }` [INFO] [stdout] 19402619026f51eab78bf467feb7b05efd6de12987ee08c3af0a81fde9370092 [INFO] building DLiSWE/ErrorDashboardServer against try#fe8f664b41f030f307cfeb6cb8c3a1419292aeed for pr-119440 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDLiSWE%2FErrorDashboardServer" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DLiSWE/ErrorDashboardServer on toolchain fe8f664b41f030f307cfeb6cb8c3a1419292aeed [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fe8f664b41f030f307cfeb6cb8c3a1419292aeed" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/DLiSWE/ErrorDashboardServer [INFO] finished tweaking git repo https://github.com/DLiSWE/ErrorDashboardServer [INFO] tweaked toml for git repo https://github.com/DLiSWE/ErrorDashboardServer written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/DLiSWE/ErrorDashboardServer 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" "+fe8f664b41f030f307cfeb6cb8c3a1419292aeed" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+fe8f664b41f030f307cfeb6cb8c3a1419292aeed" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0857f433861451bf9380dba90321837c05e8a7e4c392ad9869d489861f1c80a9 [INFO] running `Command { std: "docker" "start" "-a" "0857f433861451bf9380dba90321837c05e8a7e4c392ad9869d489861f1c80a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0857f433861451bf9380dba90321837c05e8a7e4c392ad9869d489861f1c80a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0857f433861451bf9380dba90321837c05e8a7e4c392ad9869d489861f1c80a9", kill_on_drop: false }` [INFO] [stdout] 0857f433861451bf9380dba90321837c05e8a7e4c392ad9869d489861f1c80a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+fe8f664b41f030f307cfeb6cb8c3a1419292aeed" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 316c3e640865c78b92e1e2efcd5e3a7bd34e1065d49dfb4d9338a98b57605274 [INFO] running `Command { std: "docker" "start" "-a" "316c3e640865c78b92e1e2efcd5e3a7bd34e1065d49dfb4d9338a98b57605274", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling syn v2.0.29 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling bitflags v2.4.0 [INFO] [stderr] Compiling base64 v0.21.3 [INFO] [stderr] Compiling time-core v0.1.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling time-macros v0.2.14 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling serde_json v1.0.105 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha2 v0.10.7 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling rust_decimal v1.32.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling openssl v0.10.57 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling stringprep v0.1.3 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling md-5 v0.10.5 [INFO] [stderr] Compiling aho-corasick v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling iana-time-zone v0.1.57 [INFO] [stderr] Compiling jobserver v0.1.26 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling socket2 v0.5.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling hashbrown v0.14.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.8 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling thiserror v1.0.48 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling url v2.4.0 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling crc-catalog v2.2.0 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling crc v3.0.1 [INFO] [stderr] Compiling hashlink v0.8.4 [INFO] [stderr] Compiling indexmap v2.0.0 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling bytestring v1.3.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling local-waker v0.1.3 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling zstd-safe v6.0.6 [INFO] [stderr] Compiling whoami v1.4.1 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling openssl-sys v0.9.93 [INFO] [stderr] Compiling zstd-sys v2.0.8+zstd.1.5.5 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling hkdf v0.12.3 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling bigdecimal v0.3.1 [INFO] [stderr] Compiling async-trait v0.1.73 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling rustix v0.38.9 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling brotli-decompressor v2.3.4 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling ordered-float v3.9.1 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling inout v0.1.3 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.5 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling regex-automata v0.3.7 [INFO] [stderr] Compiling flate2 v1.0.27 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling postgres-protocol v0.6.6 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling encoding_rs v0.8.33 [INFO] [stderr] Compiling aliasable v0.1.3 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling postgres-types v0.2.6 [INFO] [stderr] Compiling brotli v3.3.4 [INFO] [stderr] Compiling blowfish v0.9.1 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling zeroize v1.6.0 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling strum v0.25.0 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling bcrypt v0.15.0 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling serde_derive v1.0.188 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling tracing-attributes v0.1.26 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.48 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling inherent v1.0.10 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling regex v1.9.4 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling actix-router v0.5.1 [INFO] [stderr] Compiling ouroboros_macro v0.17.2 [INFO] [stderr] Compiling sea-bae v0.2.0 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling tokio v1.32.0 [INFO] [stderr] Compiling actix_derive v0.6.0 [INFO] [stderr] Compiling async-stream v0.3.5 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling sea-orm-macros v0.12.2 [INFO] [stderr] Compiling actix-web-codegen v4.2.0 [INFO] [stderr] Compiling ouroboros v0.17.2 [INFO] [stderr] Compiling local-channel v0.1.3 [INFO] [stderr] Compiling futures v0.3.28 [INFO] [stderr] Compiling tokio-util v0.7.8 [INFO] [stderr] Compiling tokio-stream v0.1.14 [INFO] [stderr] Compiling actix-rt v2.9.0 [INFO] [stderr] Compiling tokio-util v0.6.10 [INFO] [stderr] Compiling actix-server v2.3.0 [INFO] [stderr] Compiling actix v0.11.1 [INFO] [stderr] Compiling h2 v0.3.21 [INFO] [stderr] Compiling actix-codec v0.5.1 [INFO] [stderr] Compiling tokio-postgres v0.7.10 [INFO] [stderr] Compiling zstd v0.12.4 [INFO] [stderr] Compiling deranged v0.3.8 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling uuid v1.4.1 [INFO] [stderr] Compiling chrono v0.4.26 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling time v0.3.28 [INFO] [stderr] Compiling sqlformat v0.2.2 [INFO] [stderr] Compiling sqlx-core v0.7.1 [INFO] [stderr] Compiling sea-query v0.30.1 [INFO] [stderr] Compiling actix-http v3.3.1 [INFO] [stderr] Compiling sqlx-postgres v0.7.1 [INFO] [stderr] Compiling actix-web v4.3.1 [INFO] [stderr] Compiling sqlx v0.7.1 [INFO] [stderr] Compiling sea-query-binder v0.5.0 [INFO] [stderr] Compiling sea-orm v0.12.2 [INFO] [stderr] Compiling server v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `user_handlers::*` [INFO] [stdout] --> src/handlers/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use user_handlers::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `user_model::*` [INFO] [stdout] --> src/models/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use user_model::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `user_routes::*` [INFO] [stdout] --> src/routes/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use user_routes::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ActiveModelTrait` [INFO] [stdout] --> src/services/user_services.rs:1:35 [INFO] [stdout] | [INFO] [stdout] 1 | use sea_orm::{entity::prelude::*, ActiveModelTrait, EntityTrait, IntoActiveModel}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `delete_user` is never used [INFO] [stdout] --> src/handlers/user_handlers.rs:36:18 [INFO] [stdout] | [INFO] [stdout] 10 | impl UserHandler { [INFO] [stdout] | ---------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 36 | pub async fn delete_user( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `delete_user` is never used [INFO] [stdout] --> src/services/user_services.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 10 | impl UserService { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 40 | pub async fn delete_user(&self, uid: Uuid) -> Result<(), sea_orm::error::DbErr> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.36s [INFO] running `Command { std: "docker" "inspect" "316c3e640865c78b92e1e2efcd5e3a7bd34e1065d49dfb4d9338a98b57605274", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "316c3e640865c78b92e1e2efcd5e3a7bd34e1065d49dfb4d9338a98b57605274", kill_on_drop: false }` [INFO] [stdout] 316c3e640865c78b92e1e2efcd5e3a7bd34e1065d49dfb4d9338a98b57605274 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+fe8f664b41f030f307cfeb6cb8c3a1419292aeed" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f7ac083312ab75bcc194fdf1e8cee9c5ddc8a7e45715114ca83d6e5d6dccf2c5 [INFO] running `Command { std: "docker" "start" "-a" "f7ac083312ab75bcc194fdf1e8cee9c5ddc8a7e45715114ca83d6e5d6dccf2c5", kill_on_drop: false }` [INFO] [stderr] Compiling server v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `user_handlers::*` [INFO] [stdout] --> src/handlers/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use user_handlers::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `user_model::*` [INFO] [stdout] --> src/models/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use user_model::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `user_routes::*` [INFO] [stdout] --> src/routes/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use user_routes::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ActiveModelTrait` [INFO] [stdout] --> src/services/user_services.rs:1:35 [INFO] [stdout] | [INFO] [stdout] 1 | use sea_orm::{entity::prelude::*, ActiveModelTrait, EntityTrait, IntoActiveModel}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `delete_user` is never used [INFO] [stdout] --> src/handlers/user_handlers.rs:36:18 [INFO] [stdout] | [INFO] [stdout] 10 | impl UserHandler { [INFO] [stdout] | ---------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 36 | pub async fn delete_user( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `delete_user` is never used [INFO] [stdout] --> src/services/user_services.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 10 | impl UserService { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 40 | pub async fn delete_user(&self, uid: Uuid) -> Result<(), sea_orm::error::DbErr> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.27s [INFO] running `Command { std: "docker" "inspect" "f7ac083312ab75bcc194fdf1e8cee9c5ddc8a7e45715114ca83d6e5d6dccf2c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7ac083312ab75bcc194fdf1e8cee9c5ddc8a7e45715114ca83d6e5d6dccf2c5", kill_on_drop: false }` [INFO] [stdout] f7ac083312ab75bcc194fdf1e8cee9c5ddc8a7e45715114ca83d6e5d6dccf2c5