[INFO] cloning repository https://github.com/scottliv/software-arch [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/scottliv/software-arch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscottliv%2Fsoftware-arch", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscottliv%2Fsoftware-arch'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3bc35d00d6b8bcdd4f4187ea83b4feade8f77b82 [INFO] testing scottliv/software-arch against master#61223975d46f794466efa832bc7562b9707ecc46+rustflags=-Copt-level=3 for pr-121282 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscottliv%2Fsoftware-arch" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/scottliv/software-arch on toolchain 61223975d46f794466efa832bc7562b9707ecc46 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+61223975d46f794466efa832bc7562b9707ecc46" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/scottliv/software-arch [INFO] finished tweaking git repo https://github.com/scottliv/software-arch [INFO] tweaked toml for git repo https://github.com/scottliv/software-arch written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/scottliv/software-arch 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" "+61223975d46f794466efa832bc7562b9707ecc46" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded sea-orm-migration v0.12.14 [INFO] [stderr] Downloaded sea-query-derive v0.4.1 [INFO] [stderr] Downloaded sea-schema-derive v0.2.0 [INFO] [stderr] Downloaded tokio-cron-scheduler v0.10.0 [INFO] [stderr] Downloaded sea-orm-cli v0.12.14 [INFO] [stderr] Downloaded sea-schema v0.14.2 [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+61223975d46f794466efa832bc7562b9707ecc46" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dfb442ec1e9800dd75e15357b44690fb9135f58b04927a9853346f4ed16fa786 [INFO] running `Command { std: "docker" "start" "-a" "dfb442ec1e9800dd75e15357b44690fb9135f58b04927a9853346f4ed16fa786", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dfb442ec1e9800dd75e15357b44690fb9135f58b04927a9853346f4ed16fa786", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dfb442ec1e9800dd75e15357b44690fb9135f58b04927a9853346f4ed16fa786", kill_on_drop: false }` [INFO] [stdout] dfb442ec1e9800dd75e15357b44690fb9135f58b04927a9853346f4ed16fa786 [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 -Copt-level=3" "-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" "+61223975d46f794466efa832bc7562b9707ecc46" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b9f80d8df53981b5bbb8ed041b52df69c0813eb3aa87203a86bffbd82044e28d [INFO] running `Command { std: "docker" "start" "-a" "b9f80d8df53981b5bbb8ed041b52df69c0813eb3aa87203a86bffbd82044e28d", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling jobserver v0.1.28 [INFO] [stderr] Compiling getrandom v0.2.12 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling mio v0.8.10 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling ahash v0.8.7 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling zerocopy v0.7.32 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling serde_json v1.0.113 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling cpufeatures v0.2.12 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling pkg-config v0.3.29 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling indexmap v2.2.2 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling crossbeam-queue v0.3.11 [INFO] [stderr] Compiling hashlink v0.8.4 [INFO] [stderr] Compiling finl_unicode v1.2.0 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling stringprep v0.1.4 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling whoami v1.4.1 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling time-macros v0.2.17 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling http v0.2.11 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling openssl-sys v0.9.100 [INFO] [stderr] Compiling rustls v0.20.9 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling rust_decimal v1.34.3 [INFO] [stderr] Compiling rustls v0.21.10 [INFO] [stderr] Compiling zstd-sys v2.0.9+zstd.1.5.5 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling aliasable v0.1.3 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling async-trait v0.1.77 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling darling_core v0.13.4 [INFO] [stderr] Compiling crc v3.0.1 [INFO] [stderr] Compiling bigdecimal v0.3.1 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling ordered-float v3.9.2 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling webpki-roots v0.25.4 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling anstyle-parse v0.2.3 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling futures-intrusive v0.4.2 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling atoi v1.0.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling local-waker v0.1.4 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling tokio v1.36.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling sea-query-derive v0.4.1 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling tokio-stream v0.1.14 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling inherent v1.0.11 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling h2 v0.3.24 [INFO] [stderr] Compiling darling_macro v0.13.4 [INFO] [stderr] Compiling async-stream v0.3.5 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling anstyle-query v1.0.2 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling sea-query v0.30.7 [INFO] [stderr] Compiling anstyle v1.0.6 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling zstd-safe v7.0.0 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling anstream v0.6.12 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling chrono v0.4.34 [INFO] [stderr] Compiling sqlformat v0.2.3 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling uuid v1.7.0 [INFO] [stderr] Compiling darling v0.13.4 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling time v0.3.34 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling bytestring v1.3.1 [INFO] [stderr] Compiling encoding_rs v0.8.33 [INFO] [stderr] Compiling strsim v0.11.0 [INFO] [stderr] Compiling clap_lex v0.7.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling hyper v0.14.28 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling clap_builder v4.5.1 [INFO] [stderr] Compiling brotli-decompressor v2.5.1 [INFO] [stderr] Compiling serde_with_macros v1.5.2 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling actix-rt v2.9.0 [INFO] [stderr] Compiling sea-query-derive v0.3.0 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling clap_derive v4.5.0 [INFO] [stderr] Compiling sea-bae v0.2.0 [INFO] [stderr] Compiling ouroboros_macro v0.17.2 [INFO] [stderr] Compiling sea-schema-derive v0.2.0 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling anyhow v1.0.80 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling sea-orm-macros v0.12.14 [INFO] [stderr] Compiling ouroboros_macro v0.15.6 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling serde_with v1.14.0 [INFO] [stderr] Compiling sea-schema v0.14.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling sea-query v0.28.5 [INFO] [stderr] Compiling clap v4.5.1 [INFO] [stderr] Compiling sea-strum_macros v0.23.0 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling brotli v3.4.0 [INFO] [stderr] Compiling ouroboros v0.17.2 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling actix-router v0.5.2 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling bae v0.1.7 [INFO] [stderr] Compiling local-channel v0.1.5 [INFO] [stderr] Compiling strum v0.25.0 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling sea-orm-cli v0.12.14 [INFO] [stderr] Compiling sea-orm-macros v0.11.3 [INFO] [stderr] Compiling reqwest v0.11.24 [INFO] [stderr] Compiling actix-web-codegen v4.2.2 [INFO] [stderr] Compiling ouroboros v0.15.6 [INFO] [stderr] Compiling sea-strum v0.23.0 [INFO] [stderr] Compiling bollard-stubs v1.41.0 [INFO] [stderr] Compiling actix-server v2.3.0 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling tokio-cron-scheduler v0.10.0 [INFO] [stderr] Compiling cron v0.12.0 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling testcontainers v0.14.0 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling webpki v0.22.4 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling webpki-roots v0.22.6 [INFO] [stderr] Compiling zstd v0.13.0 [INFO] [stderr] Compiling actix-http v3.6.0 [INFO] [stderr] Compiling tokio-rustls v0.23.4 [INFO] [stderr] Compiling sqlx-rt v0.6.3 [INFO] [stderr] Compiling sqlx-core v0.6.3 [INFO] [stderr] Compiling sqlx-core v0.7.3 [INFO] [stderr] Compiling sqlx-postgres v0.7.3 [INFO] [stderr] Compiling actix-web v4.5.1 [INFO] [stderr] Compiling sqlx v0.7.3 [INFO] [stderr] Compiling sea-query-binder v0.5.0 [INFO] [stderr] Compiling sea-orm v0.12.14 [INFO] [stderr] Compiling server v0.1.0 (/opt/rustwide/workdir/server) [INFO] [stderr] Compiling sea-orm-migration v0.12.14 [INFO] [stderr] Compiling migration v0.1.0 (/opt/rustwide/workdir/database/migration) [INFO] [stderr] Compiling sqlx-macros v0.6.3 [INFO] [stderr] Compiling sqlx v0.6.3 [INFO] [stderr] Compiling sea-query-binder v0.3.1 [INFO] [stderr] Compiling sea-orm v0.11.3 [INFO] [stderr] Compiling database v0.1.0 (/opt/rustwide/workdir/database) [INFO] [stderr] Compiling image_collector v0.1.0 (/opt/rustwide/workdir/image_collector) [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> image_collector/src/main.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 69 | / loop { [INFO] [stdout] 70 | | tokio::time::sleep(Duration::from_secs(100)).await; [INFO] [stdout] 71 | | } [INFO] [stdout] | |_____- any code following this expression is unreachable [INFO] [stdout] 72 | Ok(()) [INFO] [stdout] | ^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> image_collector/src/main.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | let mut sched = JobScheduler::new().await?; [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> image_collector/src/main.rs:61:17 [INFO] [stdout] | [INFO] [stdout] 61 | insert_image(db_clone.as_ref(), image).await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 61 | let _ = insert_image(db_clone.as_ref(), image).await; [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 19s [INFO] running `Command { std: "docker" "inspect" "b9f80d8df53981b5bbb8ed041b52df69c0813eb3aa87203a86bffbd82044e28d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9f80d8df53981b5bbb8ed041b52df69c0813eb3aa87203a86bffbd82044e28d", kill_on_drop: false }` [INFO] [stdout] b9f80d8df53981b5bbb8ed041b52df69c0813eb3aa87203a86bffbd82044e28d [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 -Copt-level=3" "-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" "+61223975d46f794466efa832bc7562b9707ecc46" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5c8ccd793da3753bbb6c0638a539b96fdb8d01d0743f039f8384bcf2c2a0a9c7 [INFO] running `Command { std: "docker" "start" "-a" "5c8ccd793da3753bbb6c0638a539b96fdb8d01d0743f039f8384bcf2c2a0a9c7", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling server v0.1.0 (/opt/rustwide/workdir/server) [INFO] [stderr] Compiling database v0.1.0 (/opt/rustwide/workdir/database) [INFO] [stderr] Compiling image_collector v0.1.0 (/opt/rustwide/workdir/image_collector) [INFO] [stderr] Compiling migration v0.1.0 (/opt/rustwide/workdir/database/migration) [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> image_collector/src/main.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 69 | / loop { [INFO] [stdout] 70 | | tokio::time::sleep(Duration::from_secs(100)).await; [INFO] [stdout] 71 | | } [INFO] [stdout] | |_____- any code following this expression is unreachable [INFO] [stdout] 72 | Ok(()) [INFO] [stdout] | ^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> image_collector/src/main.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | let mut sched = JobScheduler::new().await?; [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `database_connection` [INFO] [stdout] --> image_collector/src/main.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | let database_connection = get_connection(connection_string).await.unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_database_connection` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> image_collector/src/main.rs:61:17 [INFO] [stdout] | [INFO] [stdout] 61 | insert_image(db_clone.as_ref(), image).await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 61 | let _ = insert_image(db_clone.as_ref(), image).await; [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 9.25s [INFO] running `Command { std: "docker" "inspect" "5c8ccd793da3753bbb6c0638a539b96fdb8d01d0743f039f8384bcf2c2a0a9c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c8ccd793da3753bbb6c0638a539b96fdb8d01d0743f039f8384bcf2c2a0a9c7", kill_on_drop: false }` [INFO] [stdout] 5c8ccd793da3753bbb6c0638a539b96fdb8d01d0743f039f8384bcf2c2a0a9c7 [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 -Copt-level=3" "-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" "+61223975d46f794466efa832bc7562b9707ecc46" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3925dafe64c0d7d082c0bea99bd4b7d3ed5993deb995444b914d3e2eca57e6c4 [INFO] running `Command { std: "docker" "start" "-a" "3925dafe64c0d7d082c0bea99bd4b7d3ed5993deb995444b914d3e2eca57e6c4", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> image_collector/src/main.rs:72:5 [INFO] [stderr] | [INFO] [stderr] 69 | / loop { [INFO] [stderr] 70 | | tokio::time::sleep(Duration::from_secs(100)).await; [INFO] [stderr] 71 | | } [INFO] [stderr] | |_____- any code following this expression is unreachable [INFO] [stderr] 72 | Ok(()) [INFO] [stderr] | ^^^^^^ unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> image_collector/src/main.rs:53:9 [INFO] [stderr] | [INFO] [stderr] 53 | let mut sched = JobScheduler::new().await?; [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `database_connection` [INFO] [stderr] --> image_collector/src/main.rs:89:13 [INFO] [stderr] | [INFO] [stderr] 89 | let database_connection = get_connection(connection_string).await.unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_database_connection` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> image_collector/src/main.rs:61:17 [INFO] [stderr] | [INFO] [stderr] 61 | insert_image(db_clone.as_ref(), image).await; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 61 | let _ = insert_image(db_clone.as_ref(), image).await; [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `image_collector` (bin "image_collector" test) generated 4 warnings (run `cargo fix --bin "image_collector" --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.40s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/database-9e747a5d82c71121) [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] [stderr] Running tests/main.rs (/opt/rustwide/target/debug/deps/main-2ac5b8fd7e3c9352) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_database_connection ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::test_database_connection stdout ---- [INFO] [stdout] thread 'tests::test_database_connection' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/testcontainers-0.14.0/src/clients/cli.rs:48:9: [INFO] [stdout] failed to start container [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f31990f1d6 - std::backtrace_rs::backtrace::libunwind::trace::h68e08e31a5edd928 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/../../backtrace/src/backtrace/libunwind.rs:104:5 [INFO] [stdout] 1: 0x55f31990f1d6 - std::backtrace_rs::backtrace::trace_unsynchronized::hc8e4d3186f828cab [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55f31990f1d6 - std::sys_common::backtrace::_print_fmt::hdcdca1c0665ccefc [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stdout] 3: 0x55f31990f1d6 - ::fmt::h752651e67cc277a4 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x55f31993bffc - core::fmt::rt::Argument::fmt::h4e7c3e22f7386287 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/core/src/fmt/rt.rs:142:9 [INFO] [stdout] 5: 0x55f31993bffc - core::fmt::write::hd44b1d45ba162e21 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/core/src/fmt/mod.rs:1120:17 [INFO] [stdout] 6: 0x55f31990bcbf - std::io::Write::write_fmt::hdb67a49a0754f939 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/io/mod.rs:1846:15 [INFO] [stdout] 7: 0x55f31990ef84 - std::sys_common::backtrace::_print::hbca331de1381491f [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 8: 0x55f31990ef84 - std::sys_common::backtrace::print::hade58077d78c625d [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 9: 0x55f319910cfb - std::panicking::default_hook::{{closure}}::hc9f80a2cdc6be4c4 [INFO] [stdout] 10: 0x55f3199109cd - std::panicking::default_hook::h1fc68886dc215416 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/panicking.rs:289:9 [INFO] [stdout] 11: 0x55f3196c2da7 - as core::ops::function::Fn>::call::ha16821620acc0367 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/alloc/src/boxed.rs:2030:9 [INFO] [stdout] 12: 0x55f3196c2da7 - test::test_main::{{closure}}::h1a3ed7cd910c2945 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/test/src/lib.rs:137:21 [INFO] [stdout] 13: 0x55f319911330 - as core::ops::function::Fn>::call::he260753ff79c0e70 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/alloc/src/boxed.rs:2030:9 [INFO] [stdout] 14: 0x55f319911330 - std::panicking::rust_panic_with_hook::heff73da0ddd67492 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/panicking.rs:786:13 [INFO] [stdout] 15: 0x55f319911039 - std::panicking::begin_panic_handler::{{closure}}::h141137f9c7de1e02 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/panicking.rs:652:13 [INFO] [stdout] 16: 0x55f31990f6b6 - std::sys_common::backtrace::__rust_end_short_backtrace::hbde4e66d30db627d [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/sys_common/backtrace.rs:171:18 [INFO] [stdout] 17: 0x55f319910da4 - rust_begin_unwind [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/panicking.rs:648:5 [INFO] [stdout] 18: 0x55f319639815 - core::panicking::panic_fmt::h92fcc83e4972ca9b [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/core/src/panicking.rs:72:14 [INFO] [stdout] 19: 0x55f3196585be - testcontainers::clients::cli::Cli::run::hd6fce9396c7d9791 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/testcontainers-0.14.0/src/clients/cli.rs:48:9 [INFO] [stdout] 20: 0x55f319666df2 - main::tests::test_database_connection::{{closure}}::h0826af3fbb1c63b1 [INFO] [stdout] at /opt/rustwide/workdir/database/tests/main.rs:11:20 [INFO] [stdout] 21: 0x55f319656a70 - as core::future::future::Future>::poll::h25034d2617c79f78 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/core/src/future/future.rs:124:9 [INFO] [stdout] 22: 0x55f319656a70 - as core::future::future::Future>::poll::h3c828eef5e4a3720 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/core/src/future/future.rs:124:9 [INFO] [stdout] 23: 0x55f319656a70 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h1dbeb171704fdf01 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:659:57 [INFO] [stdout] 24: 0x55f319656a70 - tokio::runtime::coop::with_budget::h114543240168c466 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/runtime/coop.rs:107:5 [INFO] [stdout] 25: 0x55f319656a70 - tokio::runtime::coop::budget::h99b1eb5376c8d03d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/runtime/coop.rs:73:5 [INFO] [stdout] 26: 0x55f319656a70 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h494d6fadf7fd830a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:659:25 [INFO] [stdout] 27: 0x55f319656a70 - tokio::runtime::scheduler::current_thread::Context::enter::hf63931fba61a87a0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:404:19 [INFO] [stdout] 28: 0x55f31966b2a2 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h59d3ecdfb56bf014 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:658:36 [INFO] [stdout] 29: 0x55f31966b2a2 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hd22f9541cf958156 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:737:68 [INFO] [stdout] 30: 0x55f31966b2a2 - tokio::runtime::context::scoped::Scoped::set::h98cce2fd56e738f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 31: 0x55f3196744d8 - tokio::runtime::context::set_scheduler::{{closure}}::hd04c384f499aadda [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/runtime/context.rs:176:26 [INFO] [stdout] 32: 0x55f3196744d8 - std::thread::local::LocalKey::try_with::heca9d9951684e724 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/thread/local.rs:286:16 [INFO] [stdout] 33: 0x55f3196744d8 - std::thread::local::LocalKey::with::hc3e85d27f486c285 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/thread/local.rs:262:9 [INFO] [stdout] 34: 0x55f3196744d8 - tokio::runtime::context::set_scheduler::h5ce6c2c6523cb250 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/runtime/context.rs:176:17 [INFO] [stdout] 35: 0x55f3196564d5 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h95c6a5a3f4715eb1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:737:27 [INFO] [stdout] 36: 0x55f3196564d5 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0759ce89ce805c25 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:646:19 [INFO] [stdout] 37: 0x55f3196564d5 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h59b9b81ad3d3474a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:175:28 [INFO] [stdout] 38: 0x55f3196564d5 - tokio::runtime::context::runtime::enter_runtime::h2e5a34fca4418e04 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 39: 0x55f3196564d5 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h36303df46d603142 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:167:9 [INFO] [stdout] 40: 0x55f31967f2e2 - tokio::runtime::runtime::Runtime::block_on::h1095886b7464fc5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/runtime/runtime.rs:348:47 [INFO] [stdout] 41: 0x55f319666cba - main::tests::test_database_connection::h2e0709cb1694d9f1 [INFO] [stdout] at /opt/rustwide/workdir/database/tests/main.rs:26:9 [INFO] [stdout] 42: 0x55f319678319 - main::tests::test_database_connection::{{closure}}::ha5526da2cd7f8aa3 [INFO] [stdout] at /opt/rustwide/workdir/database/tests/main.rs:8:40 [INFO] [stdout] 43: 0x55f319678319 - core::ops::function::FnOnce::call_once::h0f920116379d03f5 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55f3196c850f - core::ops::function::FnOnce::call_once::hb5d425830acba2e8 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55f3196c850f - test::__rust_begin_short_backtrace::h8054e86d0f5ccc86 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/test/src/lib.rs:620:18 [INFO] [stdout] 46: 0x55f3196c7120 - test::run_test_in_process::{{closure}}::h85d13cb166c10721 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/test/src/lib.rs:643:60 [INFO] [stdout] 47: 0x55f3196c7120 - as core::ops::function::FnOnce<()>>::call_once::hc3dc86b8d5205a04 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55f3196c7120 - std::panicking::try::do_call::hc17666b06748adad [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/panicking.rs:555:40 [INFO] [stdout] 49: 0x55f3196c7120 - std::panicking::try::h1e9fba0c97684d1d [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/panicking.rs:519:19 [INFO] [stdout] 50: 0x55f3196c7120 - std::panic::catch_unwind::h8328c2da9899627c [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/panic.rs:142:14 [INFO] [stdout] 51: 0x55f3196c7120 - test::run_test_in_process::hf19a99f254958c9c [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/test/src/lib.rs:643:27 [INFO] [stdout] 52: 0x55f3196c7120 - test::run_test::{{closure}}::hba6ab6b94e515411 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/test/src/lib.rs:566:43 [INFO] [stdout] 53: 0x55f31968f463 - test::run_test::{{closure}}::h6ac7c2253cb9cc0f [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/test/src/lib.rs:594:41 [INFO] [stdout] 54: 0x55f31968f463 - std::sys_common::backtrace::__rust_begin_short_backtrace::hb4fbc53b7e758a6f [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/sys_common/backtrace.rs:155:18 [INFO] [stdout] 55: 0x55f31969418f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::ha24970823708ac98 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/thread/mod.rs:528:17 [INFO] [stdout] 56: 0x55f31969418f - as core::ops::function::FnOnce<()>>::call_once::h16db0733eff2a03c [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55f31969418f - std::panicking::try::do_call::hc2890dbc9a490eee [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/panicking.rs:555:40 [INFO] [stdout] 58: 0x55f31969418f - std::panicking::try::ha67ad75b01f98422 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/panicking.rs:519:19 [INFO] [stdout] 59: 0x55f31969418f - std::panic::catch_unwind::h26725df9ddb3fcd2 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/panic.rs:142:14 [INFO] [stdout] 60: 0x55f31969418f - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0e59407b0ff3ed8 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/thread/mod.rs:527:30 [INFO] [stdout] 61: 0x55f31969418f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd4eb105f82d3bb8e [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55f319916175 - as core::ops::function::FnOnce>::call_once::h28564f61ef15890d [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/alloc/src/boxed.rs:2016:9 [INFO] [stdout] 63: 0x55f319916175 - as core::ops::function::FnOnce>::call_once::h03728738d990d027 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/alloc/src/boxed.rs:2016:9 [INFO] [stdout] 64: 0x55f319916175 - std::sys::pal::unix::thread::Thread::new::thread_start::heb455c9485795637 [INFO] [stdout] at /rustc/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/sys/pal/unix/thread.rs:108:17 [INFO] [stdout] 65: 0x7f70e3f1aac3 - [INFO] [stdout] 66: 0x7f70e3fabbf4 - __clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::test_database_connection [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `-p database --test main` [INFO] running `Command { std: "docker" "inspect" "3925dafe64c0d7d082c0bea99bd4b7d3ed5993deb995444b914d3e2eca57e6c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3925dafe64c0d7d082c0bea99bd4b7d3ed5993deb995444b914d3e2eca57e6c4", kill_on_drop: false }` [INFO] [stdout] 3925dafe64c0d7d082c0bea99bd4b7d3ed5993deb995444b914d3e2eca57e6c4 [INFO] testing scottliv/software-arch against try#d073071d77ce0f93b4fd8cc567a1e2b9e1b22126+rustflags=-Copt-level=3 for pr-121282 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscottliv%2Fsoftware-arch" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/scottliv/software-arch on toolchain d073071d77ce0f93b4fd8cc567a1e2b9e1b22126 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d073071d77ce0f93b4fd8cc567a1e2b9e1b22126" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/scottliv/software-arch [INFO] finished tweaking git repo https://github.com/scottliv/software-arch [INFO] tweaked toml for git repo https://github.com/scottliv/software-arch written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/scottliv/software-arch 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" "+d073071d77ce0f93b4fd8cc567a1e2b9e1b22126" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+d073071d77ce0f93b4fd8cc567a1e2b9e1b22126" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 54ffc7e613e8d974009170d9303e2d9817ee53b91bc7f403c75f3c34f154aa41 [INFO] running `Command { std: "docker" "start" "-a" "54ffc7e613e8d974009170d9303e2d9817ee53b91bc7f403c75f3c34f154aa41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "54ffc7e613e8d974009170d9303e2d9817ee53b91bc7f403c75f3c34f154aa41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54ffc7e613e8d974009170d9303e2d9817ee53b91bc7f403c75f3c34f154aa41", kill_on_drop: false }` [INFO] [stdout] 54ffc7e613e8d974009170d9303e2d9817ee53b91bc7f403c75f3c34f154aa41 [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=forbid -Copt-level=3" "-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" "+d073071d77ce0f93b4fd8cc567a1e2b9e1b22126" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c26256de45f3e7944522505a9d60afc4a3ed06fa4c5f05d28e88259e25856a35 [INFO] running `Command { std: "docker" "start" "-a" "c26256de45f3e7944522505a9d60afc4a3ed06fa4c5f05d28e88259e25856a35", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling jobserver v0.1.28 [INFO] [stderr] Compiling getrandom v0.2.12 [INFO] [stderr] Compiling mio v0.8.10 [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 signal-hook-registry v1.4.1 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling ahash v0.8.7 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling zerocopy v0.7.32 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling serde_json v1.0.113 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling cpufeatures v0.2.12 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling pkg-config v0.3.29 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling indexmap v2.2.2 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling crossbeam-queue v0.3.11 [INFO] [stderr] Compiling hashlink v0.8.4 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling finl_unicode v1.2.0 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling stringprep v0.1.4 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling whoami v1.4.1 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling time-macros v0.2.17 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling http v0.2.11 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling openssl-sys v0.9.100 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling rustls v0.20.9 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling rustls v0.21.10 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling rust_decimal v1.34.3 [INFO] [stderr] Compiling zstd-sys v2.0.9+zstd.1.5.5 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling aliasable v0.1.3 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling async-trait v0.1.77 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Compiling crc v3.0.1 [INFO] [stderr] Compiling darling_core v0.13.4 [INFO] [stderr] Compiling bigdecimal v0.3.1 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling ordered-float v3.9.2 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling webpki-roots v0.25.4 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling anstyle-parse v0.2.3 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling futures-intrusive v0.4.2 [INFO] [stderr] Compiling atoi v1.0.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling anstyle-query v1.0.2 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling local-waker v0.1.4 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling zstd-safe v7.0.0 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling anstyle v1.0.6 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling anstream v0.6.12 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling bytestring v1.3.1 [INFO] [stderr] Compiling encoding_rs v0.8.33 [INFO] [stderr] Compiling clap_lex v0.7.0 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling inherent v1.0.11 [INFO] [stderr] Compiling tokio v1.36.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling tokio-stream v0.1.14 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling darling_macro v0.13.4 [INFO] [stderr] Compiling sea-query-derive v0.4.1 [INFO] [stderr] Compiling darling v0.13.4 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling async-stream v0.3.5 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling strsim v0.11.0 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling h2 v0.3.24 [INFO] [stderr] Compiling clap_builder v4.5.1 [INFO] [stderr] Compiling sea-query v0.30.7 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling serde_with_macros v1.5.2 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling chrono v0.4.34 [INFO] [stderr] Compiling sqlformat v0.2.3 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling time v0.3.34 [INFO] [stderr] Compiling uuid v1.7.0 [INFO] [stderr] Compiling hyper v0.14.28 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling sea-query-derive v0.3.0 [INFO] [stderr] Compiling actix-rt v2.9.0 [INFO] [stderr] Compiling sea-bae v0.2.0 [INFO] [stderr] Compiling clap_derive v4.5.0 [INFO] [stderr] Compiling ouroboros_macro v0.17.2 [INFO] [stderr] Compiling brotli-decompressor v2.5.1 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling sea-schema-derive v0.2.0 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling anyhow v1.0.80 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling ouroboros_macro v0.15.6 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling sea-schema v0.14.2 [INFO] [stderr] Compiling sea-strum_macros v0.23.0 [INFO] [stderr] Compiling brotli v3.4.0 [INFO] [stderr] Compiling sea-orm-macros v0.12.14 [INFO] [stderr] Compiling clap v4.5.1 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling ouroboros v0.17.2 [INFO] [stderr] Compiling sea-query v0.28.5 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling serde_with v1.14.0 [INFO] [stderr] Compiling actix-router v0.5.2 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling local-channel v0.1.5 [INFO] [stderr] Compiling bae v0.1.7 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling strum v0.25.0 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling actix-web-codegen v4.2.2 [INFO] [stderr] Compiling reqwest v0.11.24 [INFO] [stderr] Compiling sea-orm-cli v0.12.14 [INFO] [stderr] Compiling sea-orm-macros v0.11.3 [INFO] [stderr] Compiling sea-strum v0.23.0 [INFO] [stderr] Compiling ouroboros v0.15.6 [INFO] [stderr] Compiling bollard-stubs v1.41.0 [INFO] [stderr] Compiling actix-server v2.3.0 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling tokio-cron-scheduler v0.10.0 [INFO] [stderr] Compiling cron v0.12.0 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling testcontainers v0.14.0 [INFO] [stderr] Compiling zstd v0.13.0 [INFO] [stderr] Compiling actix-http v3.6.0 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling webpki v0.22.4 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling webpki-roots v0.22.6 [INFO] [stderr] Compiling sqlx-core v0.7.3 [INFO] [stderr] Compiling tokio-rustls v0.23.4 [INFO] [stderr] Compiling actix-web v4.5.1 [INFO] [stderr] Compiling sqlx-rt v0.6.3 [INFO] [stderr] Compiling sqlx-core v0.6.3 [INFO] [stderr] Compiling sqlx-postgres v0.7.3 [INFO] [stderr] error: could not compile `sqlx-core` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/bin/rustc --crate-name sqlx_core --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/sqlx-core-0.6.3/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="_rt-tokio"' --cfg 'feature="_tls-rustls"' --cfg 'feature="any"' --cfg 'feature="base64"' --cfg 'feature="bigdecimal"' --cfg 'feature="bigdecimal_"' --cfg 'feature="chrono"' --cfg 'feature="decimal"' --cfg 'feature="dirs"' --cfg 'feature="hkdf"' --cfg 'feature="hmac"' --cfg 'feature="json"' --cfg 'feature="md-5"' --cfg 'feature="num-bigint"' --cfg 'feature="postgres"' --cfg 'feature="rand"' --cfg 'feature="runtime-tokio-rustls"' --cfg 'feature="rust_decimal"' --cfg 'feature="rustls"' --cfg 'feature="rustls-pemfile"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --cfg 'feature="sha1"' --cfg 'feature="sha2"' --cfg 'feature="time"' --cfg 'feature="tokio-stream"' --cfg 'feature="uuid"' --cfg 'feature="webpki-roots"' --cfg 'feature="whoami"' -C metadata=2fa34dd92840b8d3 -C extra-filename=-2fa34dd92840b8d3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-e27180a9aafc4088.rmeta --extern atoi=/opt/rustwide/target/debug/deps/libatoi-8ae457540e2d0bfd.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-8f25ba1ca7a13d2a.rmeta --extern bigdecimal_=/opt/rustwide/target/debug/deps/libbigdecimal-bff5a2f6f66eba1d.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-560efdb99b117eef.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-6dabb55f60f6de04.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-9a0875bf2af5b73e.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-045a7946ee9c0369.rmeta --extern crossbeam_queue=/opt/rustwide/target/debug/deps/libcrossbeam_queue-7c2488cf187e9a1d.rmeta --extern dirs=/opt/rustwide/target/debug/deps/libdirs-febce4b1ab1cb7ea.rmeta --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-978a4ce58594cc47.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-c19a44812a3f8ae8.rmeta --extern event_listener=/opt/rustwide/target/debug/deps/libevent_listener-2b0a1aaf914fc3a3.rmeta --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-faa8c918f931ecf3.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-a61585961c4b5fd1.rmeta --extern futures_intrusive=/opt/rustwide/target/debug/deps/libfutures_intrusive-fd7fbb31c23ad0ae.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-7194e9652255065e.rmeta --extern hashlink=/opt/rustwide/target/debug/deps/libhashlink-d0601415efc9ffad.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-718b4f18bb2e7953.rmeta --extern hkdf=/opt/rustwide/target/debug/deps/libhkdf-ed9dc7d020892636.rmeta --extern hmac=/opt/rustwide/target/debug/deps/libhmac-2e47a71754d1cf42.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-0b273f9e4b0c9e6b.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-a7cade3bf815672a.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-31f2fca5370a751f.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-66ffedbc93ece379.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-393656c8dca76c0e.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-2cd9dc7152ebb008.rmeta --extern num_bigint=/opt/rustwide/target/debug/deps/libnum_bigint-e2d0aa00c5b98d9c.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-795d6939e3fe8636.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-fcfc1e8685b6531b.so --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-a08d3752f06cbd2f.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-fc6a48326a68098f.rmeta --extern rust_decimal=/opt/rustwide/target/debug/deps/librust_decimal-84106d35c4cfc1f8.rmeta --extern rustls=/opt/rustwide/target/debug/deps/librustls-b68e068265efd1c8.rmeta --extern rustls_pemfile=/opt/rustwide/target/debug/deps/librustls_pemfile-85f036b9891a4604.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-78a27e0f5e9d6b93.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-f36a519bf4f1ec79.rmeta --extern sha1=/opt/rustwide/target/debug/deps/libsha1-73760195f5feb2ca.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-1c9194a671785140.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-a057f45e07f858e8.rmeta --extern sqlformat=/opt/rustwide/target/debug/deps/libsqlformat-28f2a50d1471ad8b.rmeta --extern sqlx_rt=/opt/rustwide/target/debug/deps/libsqlx_rt-7960a63b5b4a7b72.rmeta --extern stringprep=/opt/rustwide/target/debug/deps/libstringprep-944398227ceaeea7.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-2fa2038356f0a91b.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-e5b515a32368b8dd.rmeta --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-f3b4f88ff8ca7626.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-cdb780f721ddc4e7.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-9dd675cba2714628.rmeta --extern webpki_roots=/opt/rustwide/target/debug/deps/libwebpki_roots-e1f551e0d0c97465.rmeta --extern whoami=/opt/rustwide/target/debug/deps/libwhoami-347f7d3e62c58873.rmeta --cap-lints allow --cap-lints=forbid -Copt-level=3 -L native=/opt/rustwide/target/debug/build/ring-684d8b52bfdb8321/out -L native=/opt/rustwide/target/debug/build/ring-cc6c74a6a63b1e7b/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "c26256de45f3e7944522505a9d60afc4a3ed06fa4c5f05d28e88259e25856a35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c26256de45f3e7944522505a9d60afc4a3ed06fa4c5f05d28e88259e25856a35", kill_on_drop: false }` [INFO] [stdout] c26256de45f3e7944522505a9d60afc4a3ed06fa4c5f05d28e88259e25856a35