[INFO] cloning repository https://github.com/OpenTreeHole/curriculum_board_backend_next [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/OpenTreeHole/curriculum_board_backend_next" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOpenTreeHole%2Fcurriculum_board_backend_next", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOpenTreeHole%2Fcurriculum_board_backend_next'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d7c630240c8d26df96a88ef96f381576058e52e6 [INFO] testing OpenTreeHole/curriculum_board_backend_next against beta-2024-12-08 for beta-1.84.0-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOpenTreeHole%2Fcurriculum_board_backend_next" "/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/OpenTreeHole/curriculum_board_backend_next on toolchain beta-2024-12-08 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config [INFO] started tweaking git repo https://github.com/OpenTreeHole/curriculum_board_backend_next [INFO] finished tweaking git repo https://github.com/OpenTreeHole/curriculum_board_backend_next [INFO] tweaked toml for git repo https://github.com/OpenTreeHole/curriculum_board_backend_next written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/OpenTreeHole/curriculum_board_backend_next already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-12-08" "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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 787bf5edc8369e6e917075cffad04f9c7b5900f0e0f867a8273ada2d17264ebb [INFO] running `Command { std: "docker" "start" "-a" "787bf5edc8369e6e917075cffad04f9c7b5900f0e0f867a8273ada2d17264ebb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "787bf5edc8369e6e917075cffad04f9c7b5900f0e0f867a8273ada2d17264ebb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "787bf5edc8369e6e917075cffad04f9c7b5900f0e0f867a8273ada2d17264ebb", kill_on_drop: false }` [INFO] [stdout] 787bf5edc8369e6e917075cffad04f9c7b5900f0e0f867a8273ada2d17264ebb [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fad643232a0fee00212900ecb26f4ad3812e18487a41985daa3cebc5aa3f84ff [INFO] running `Command { std: "docker" "start" "-a" "fad643232a0fee00212900ecb26f4ad3812e18487a41985daa3cebc5aa3f84ff", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling value-bag v1.9.0 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling bytes v1.6.0 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling syn v2.0.67 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling cc v1.0.99 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling zerocopy v0.7.34 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling tokio v1.38.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling allocator-api2 v0.2.18 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling serde_json v1.0.117 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling openssl-src v300.3.1+3.3.1 [INFO] [stderr] Compiling openssl-sys v0.9.102 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling base64ct v1.6.0 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling subtle v2.6.0 [INFO] [stderr] Compiling crypto-bigint v0.3.2 [INFO] [stderr] Compiling pem-rfc7468 v0.3.1 [INFO] [stderr] Compiling parking v2.2.0 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling rust_decimal v1.35.0 [INFO] [stderr] Compiling const-oid v0.7.1 [INFO] [stderr] Compiling cpufeatures v0.2.12 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling der v0.5.1 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling num-bigint-dig v0.8.4 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling spki v0.5.4 [INFO] [stderr] Compiling num-bigint v0.4.5 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Compiling pkcs8 v0.8.0 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling bigdecimal v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling instant v0.1.13 [INFO] [stderr] Compiling pkcs1 v0.3.3 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling libsqlite3-sys v0.24.2 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling unicode-properties v0.1.1 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling uuid v1.8.0 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling futures-intrusive v0.4.2 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling atoi v1.0.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling either v1.12.0 [INFO] [stderr] Compiling hashlink v0.8.4 [INFO] [stderr] Compiling crossbeam-queue v0.3.11 [INFO] [stderr] Compiling sqlx-rt v0.6.3 [INFO] [stderr] Compiling tokio-stream v0.1.15 [INFO] [stderr] Compiling rsa v0.6.1 [INFO] [stderr] Compiling sqlformat v0.2.4 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling flume v0.10.14 [INFO] [stderr] Compiling sea-query-derive v0.3.0 [INFO] [stderr] Compiling tokio-util v0.7.11 [INFO] [stderr] Compiling event-listener v5.3.1 [INFO] [stderr] Compiling libz-sys v1.1.18 [INFO] [stderr] Compiling zstd-sys v2.0.11+zstd.1.5.6 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling fastrand v2.1.0 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling event-listener-strategy v0.5.2 [INFO] [stderr] Compiling regex v1.10.5 [INFO] [stderr] Compiling sea-query v0.28.5 [INFO] [stderr] Compiling sqlx-core v0.6.3 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Compiling rustix v0.37.27 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling futures-lite v2.3.0 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling libgit2-sys v0.14.2+1.5.1 [INFO] [stderr] Compiling bytestring v1.3.1 [INFO] [stderr] Compiling async-io v1.13.0 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling local-waker v0.1.4 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling linux-raw-sys v0.3.8 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling waker-fn v1.2.0 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling zstd-safe v7.1.0 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling futures-lite v1.13.0 [INFO] [stderr] Compiling ouroboros_macro v0.15.6 [INFO] [stderr] Compiling sqlx-macros v0.6.3 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling sea-strum_macros v0.23.0 [INFO] [stderr] Compiling bae v0.1.7 [INFO] [stderr] Compiling async-lock v2.8.0 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling socket2 v0.4.10 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling regex-lite v0.1.6 [INFO] [stderr] Compiling async-task v4.7.1 [INFO] [stderr] Compiling os_str_bytes v6.6.1 [INFO] [stderr] Compiling aliasable v0.1.3 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling piper v0.2.3 [INFO] [stderr] Compiling ouroboros v0.15.6 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling async-stream v0.3.5 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling polling v3.7.2 [INFO] [stderr] Compiling sea-strum v0.23.0 [INFO] [stderr] Compiling sea-orm-macros v0.11.3 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling vergen v7.5.1 [INFO] [stderr] Compiling brotli-decompressor v4.0.1 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling async-lock v3.4.0 [INFO] [stderr] Compiling async-channel v2.3.1 [INFO] [stderr] Compiling sea-schema-derive v0.1.0 [INFO] [stderr] Compiling clap_derive v3.2.25 [INFO] [stderr] Compiling actix-rt v2.10.0 [INFO] [stderr] Compiling enum-iterator-derive v1.4.0 [INFO] [stderr] Compiling async-trait v0.1.80 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling raw-cpuid v10.7.0 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling textwrap v0.16.1 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling moka v0.10.4 [INFO] [stderr] Compiling derive_more v0.99.18 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling flate2 v1.0.30 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling quanta v0.11.1 [INFO] [stderr] Compiling enum-iterator v1.5.0 [INFO] [stderr] Compiling sea-schema v0.11.0 [INFO] [stderr] Compiling brotli v6.0.0 [INFO] [stderr] Compiling async-io v2.3.3 [INFO] [stderr] Compiling utoipa-gen v2.4.2 [INFO] [stderr] Compiling blocking v1.6.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling actix-router v0.5.3 [INFO] [stderr] Compiling zstd v0.13.1 [INFO] [stderr] Compiling async-executor v1.12.0 [INFO] [stderr] Compiling local-channel v0.1.5 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling getset v0.1.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.13 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.7 [INFO] [stderr] Compiling sysinfo v0.27.8 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling triomphe v0.1.13 [INFO] [stderr] Compiling v_htmlescape v0.15.8 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling tagptr v0.2.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling actix-http v3.8.0 [INFO] [stderr] Compiling hyper v0.14.29 [INFO] [stderr] Compiling actix-web-codegen v4.3.0 [INFO] [stderr] Compiling async-global-executor v2.4.1 [INFO] [stderr] Compiling sea-orm-cli v0.11.3 [INFO] [stderr] Compiling actix-server v2.4.0 [INFO] [stderr] Compiling utoipa v2.4.2 [INFO] [stderr] Compiling async-channel v1.9.0 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling async-std v1.12.0 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling actix-web v4.8.0 [INFO] [stderr] Compiling http-range v0.1.5 [INFO] [stderr] Compiling keccak v0.1.5 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling sha3 v0.10.8 [INFO] [stderr] Compiling if_chain v1.0.2 [INFO] [stderr] Compiling base16ct v0.1.1 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling async-once-cell v0.4.4 [INFO] [stderr] Compiling actix-files v0.6.6 [INFO] [stderr] Compiling git2 v0.16.1 [INFO] [stderr] Compiling curriculum_board_backend v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.27 [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 entity v0.1.0 (/opt/rustwide/workdir/entity) [INFO] [stderr] Compiling sea-orm-migration v0.11.3 [INFO] [stderr] Compiling migration v0.1.0 (/opt/rustwide/workdir/migration) [INFO] [stdout] warning: function `forbidden` is never used [INFO] [stdout] --> src/api/error_handler.rs:38:8 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn forbidden(error: String) -> Error { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 12m 21s [INFO] running `Command { std: "docker" "inspect" "fad643232a0fee00212900ecb26f4ad3812e18487a41985daa3cebc5aa3f84ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fad643232a0fee00212900ecb26f4ad3812e18487a41985daa3cebc5aa3f84ff", kill_on_drop: false }` [INFO] [stdout] fad643232a0fee00212900ecb26f4ad3812e18487a41985daa3cebc5aa3f84ff [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c82c7434c238678529c5c1ebb16c3a694d88f3e7563e824f24ff44f9f15b311c [INFO] running `Command { std: "docker" "start" "-a" "c82c7434c238678529c5c1ebb16c3a694d88f3e7563e824f24ff44f9f15b311c", kill_on_drop: false }` [INFO] [stderr] Compiling curriculum_board_backend v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `result` [INFO] [stdout] --> src/tests.rs:88:13 [INFO] [stdout] | [INFO] [stdout] 88 | let result = serde_json::from_str::(&get_body(resp)).unwrap(); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `forbidden` is never used [INFO] [stdout] --> src/api/error_handler.rs:38:8 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn forbidden(error: String) -> Error { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_random` is never used [INFO] [stdout] --> src/tests.rs:84:14 [INFO] [stdout] | [INFO] [stdout] 84 | async fn test_random() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: comparison is useless due to type limits [INFO] [stdout] --> src/tests.rs:75:17 [INFO] [stdout] | [INFO] [stdout] 75 | assert!(result.as_array().unwrap().len() >= 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 54.43s [INFO] running `Command { std: "docker" "inspect" "c82c7434c238678529c5c1ebb16c3a694d88f3e7563e824f24ff44f9f15b311c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c82c7434c238678529c5c1ebb16c3a694d88f3e7563e824f24ff44f9f15b311c", kill_on_drop: false }` [INFO] [stdout] c82c7434c238678529c5c1ebb16c3a694d88f3e7563e824f24ff44f9f15b311c [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d61dbabbda2a46b26b5948a8238e764187507fdb9ec8af2e38079d07ba963265 [INFO] running `Command { std: "docker" "start" "-a" "d61dbabbda2a46b26b5948a8238e764187507fdb9ec8af2e38079d07ba963265", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `result` [INFO] [stderr] --> src/tests.rs:88:13 [INFO] [stderr] | [INFO] [stderr] 88 | let result = serde_json::from_str::(&get_body(resp)).unwrap(); [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `forbidden` is never used [INFO] [stderr] --> src/api/error_handler.rs:38:8 [INFO] [stderr] | [INFO] [stderr] 38 | pub fn forbidden(error: String) -> Error { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `test_random` is never used [INFO] [stderr] --> src/tests.rs:84:14 [INFO] [stderr] | [INFO] [stderr] 84 | async fn test_random() { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: comparison is useless due to type limits [INFO] [stderr] --> src/tests.rs:75:17 [INFO] [stderr] | [INFO] [stderr] 75 | assert!(result.as_array().unwrap().len() >= 0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `curriculum_board_backend` (bin "curriculum_board_backend" test) generated 4 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.93s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/curriculum_board_backend-a6ab0634535e5294) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::tests::test_all ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::tests::test_all stdout ---- [INFO] [stdout] thread 'tests::tests::test_all' panicked at src/tests.rs:28:35: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Exec(SqlxError(Database(SqliteError { code: 1, message: "near \"LEFT\": syntax error" }))) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5adeaa52010a - std::backtrace_rs::backtrace::libunwind::trace::h8810477743020387 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x5adeaa52010a - std::backtrace_rs::backtrace::trace_unsynchronized::h3aa55355dd6c54a6 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5adeaa52010a - std::sys::backtrace::_print_fmt::h8588b0f62410823f [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5adeaa52010a - ::fmt::h98c26ac25ffe89bb [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5adeaa54d073 - core::fmt::rt::Argument::fmt::hf95377f4aebd453b [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x5adeaa54d073 - core::fmt::write::h0dd5f6e2238c7982 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/core/src/fmt/mod.rs:1189:21 [INFO] [stdout] 6: 0x5adeaa51c623 - std::io::Write::write_fmt::h03bb0ca26e6faf8c [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/io/mod.rs:1884:15 [INFO] [stdout] 7: 0x5adeaa51ff52 - std::sys::backtrace::BacktraceLock::print::h5c19c1c038ee186d [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x5adeaa52158d - std::panicking::default_hook::{{closure}}::h77172f079a1fcb13 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/panicking.rs:268:22 [INFO] [stdout] 9: 0x5adeaa521397 - std::panicking::default_hook::he5f8e3b203ccddba [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/panicking.rs:292:9 [INFO] [stdout] 10: 0x5adea91ef577 - as core::ops::function::Fn>::call::h7a3c7b4a1ae77f2f [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/alloc/src/boxed.rs:1986:9 [INFO] [stdout] 11: 0x5adea91ef577 - test::test_main::{{closure}}::hf0d3b69ae9b353d1 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x5adeaa521c38 - as core::ops::function::Fn>::call::h6332e82e7b189abd [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/alloc/src/boxed.rs:1986:9 [INFO] [stdout] 13: 0x5adeaa521c38 - std::panicking::rust_panic_with_hook::h53863d4e9018df39 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/panicking.rs:809:13 [INFO] [stdout] 14: 0x5adeaa5219fa - std::panicking::begin_panic_handler::{{closure}}::h67280e6fa0757873 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/panicking.rs:674:13 [INFO] [stdout] 15: 0x5adeaa5205e9 - std::sys::backtrace::__rust_end_short_backtrace::h1dac3f54d6fbbeb2 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/sys/backtrace.rs:170:18 [INFO] [stdout] 16: 0x5adeaa52168c - rust_begin_unwind [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/panicking.rs:665:5 [INFO] [stdout] 17: 0x5adea8fac460 - core::panicking::panic_fmt::h6792bd1b2bf01041 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/core/src/panicking.rs:76:14 [INFO] [stdout] 18: 0x5adea8fac946 - core::result::unwrap_failed::h05e0602ed34287c5 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/core/src/result.rs:1699:5 [INFO] [stdout] 19: 0x5adea90bf364 - core::result::Result::unwrap::h68429aaa1c1544ac [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/core/src/result.rs:1104:23 [INFO] [stdout] 20: 0x5adea90bf364 - curriculum_board_backend::tests::tests::setup_schema::{{closure}}::h7a41bd398dccb36b [INFO] [stdout] at /opt/rustwide/workdir/src/tests.rs:28:9 [INFO] [stdout] 21: 0x5adea90d9c33 - curriculum_board_backend::tests::tests::test_about::{{closure}}::{{closure}}::h4ce0d04239bfde48 [INFO] [stdout] at /opt/rustwide/workdir/src/tests.rs:20:39 [INFO] [stdout] 22: 0x5adea903d294 - async_once_cell::OnceCell::get_or_init::{{closure}}::{{closure}}::he2831bda98e6df89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/async-once-cell-0.4.4/src/lib.rs:507:74 [INFO] [stdout] 23: 0x5adea903e57a - async_once_cell::OnceCell::init_slow::{{closure}}::h102e2826dc9329f2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/async-once-cell-0.4.4/src/lib.rs:549:34 [INFO] [stdout] 24: 0x5adea903d712 - async_once_cell::OnceCell::get_or_try_init::{{closure}}::h0a0e5a3a5cac17f6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/async-once-cell-0.4.4/src/lib.rs:533:48 [INFO] [stdout] 25: 0x5adea903c89c - async_once_cell::OnceCell::get_or_init::{{closure}}::h51c2eaf43d3647d8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/async-once-cell-0.4.4/src/lib.rs:507:84 [INFO] [stdout] 26: 0x5adea90bf59b - curriculum_board_backend::tests::tests::test_about::{{closure}}::h767e12932df6438b [INFO] [stdout] at /opt/rustwide/workdir/src/tests.rs:22:20 [INFO] [stdout] 27: 0x5adea90d95ca - curriculum_board_backend::tests::tests::test_all::{{closure}}::h3ef2267b6f882604 [INFO] [stdout] at /opt/rustwide/workdir/src/tests.rs:33:22 [INFO] [stdout] 28: 0x5adea9009e1e - as core::future::future::Future>::poll::{{closure}}::h740fb1d1c72e1105 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/task/local.rs:978:42 [INFO] [stdout] 29: 0x5adea9004d30 - tokio::task::local::LocalSet::with::{{closure}}::h380a40460ff235b5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/task/local.rs:730:13 [INFO] [stdout] 30: 0x5adea9089d70 - std::thread::local::LocalKey::try_with::h836b35e683f9450f [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/thread/local.rs:283:12 [INFO] [stdout] 31: 0x5adea908903a - std::thread::local::LocalKey::with::h150531383eaa846f [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/thread/local.rs:260:9 [INFO] [stdout] 32: 0x5adea9004c96 - tokio::task::local::LocalSet::with::hb84986ff54668a44 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/task/local.rs:728:9 [INFO] [stdout] 33: 0x5adea9009d95 - as core::future::future::Future>::poll::h520aaa614e260729 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/task/local.rs:968:9 [INFO] [stdout] 34: 0x5adea9005023 - tokio::task::local::LocalSet::run_until::{{closure}}::he1db8ce06f469570 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/task/local.rs:635:19 [INFO] [stdout] 35: 0x5adea902a24d - as core::future::future::Future>::poll::ha6738bfe7e76677d [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/core/src/future/future.rs:124:9 [INFO] [stdout] 36: 0x5adea9174fff - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h796ae5f4b361e674 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:659:57 [INFO] [stdout] 37: 0x5adea9174f35 - tokio::runtime::coop::with_budget::h381ced728262aae1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/coop.rs:107:5 [INFO] [stdout] 38: 0x5adea9174f35 - tokio::runtime::coop::budget::he63f6bdc00387adf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/coop.rs:73:5 [INFO] [stdout] 39: 0x5adea9174f35 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h59e62a11c40a63e0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:659:25 [INFO] [stdout] 40: 0x5adea91739f0 - tokio::runtime::scheduler::current_thread::Context::enter::h68e950c8c398c9b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:404:19 [INFO] [stdout] 41: 0x5adea917479e - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h19b681fc8a156497 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:658:36 [INFO] [stdout] 42: 0x5adea9174514 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::haffd101ae35e3334 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:737:68 [INFO] [stdout] 43: 0x5adea9171e7b - tokio::runtime::context::scoped::Scoped::set::hfc8e564dd255ab23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 44: 0x5adea9025659 - tokio::runtime::context::set_scheduler::{{closure}}::hf6200d93bde7be49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/context.rs:180:26 [INFO] [stdout] 45: 0x5adea90899cd - std::thread::local::LocalKey::try_with::h3daced5a27b53894 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/thread/local.rs:283:12 [INFO] [stdout] 46: 0x5adea908912a - std::thread::local::LocalKey::with::hc7a845cd6aae3512 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/thread/local.rs:260:9 [INFO] [stdout] 47: 0x5adea902560d - tokio::runtime::context::set_scheduler::h29e3918edb9ebde8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/context.rs:180:9 [INFO] [stdout] 48: 0x5adea91742c0 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h19601c3534e90775 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:737:27 [INFO] [stdout] 49: 0x5adea9174533 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h215f9e618f6bcc8b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:646:19 [INFO] [stdout] 50: 0x5adea91720ed - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hb94604a17b4e9c3b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:175:28 [INFO] [stdout] 51: 0x5adea9053a16 - tokio::runtime::context::runtime::enter_runtime::h78d5d55eecd72602 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 52: 0x5adea9171fe4 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hc119f7c67aa0e8cd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:167:9 [INFO] [stdout] 53: 0x5adea91525d6 - tokio::runtime::runtime::Runtime::block_on::h189d31eadd653967 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/runtime.rs:347:47 [INFO] [stdout] 54: 0x5adea9004df1 - tokio::task::local::LocalSet::block_on::he13b37b15a0ec663 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/task/local.rs:592:9 [INFO] [stdout] 55: 0x5adea91ac45a - actix_rt::runtime::Runtime::block_on::hc94edcf5ee268b37 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/actix-rt-2.10.0/src/runtime.rs:138:9 [INFO] [stdout] 56: 0x5adea91ac43a - actix_rt::system::SystemRunner::block_on::he6c63a633a481fe5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/actix-rt-2.10.0/src/system.rs:244:9 [INFO] [stdout] 57: 0x5adea90d93ec - curriculum_board_backend::tests::tests::test_all::h63c177e475feb36d [INFO] [stdout] at /opt/rustwide/workdir/src/tests.rs:31:5 [INFO] [stdout] 58: 0x5adea90d9337 - curriculum_board_backend::tests::tests::test_all::{{closure}}::hef664718a2a6dcdc [INFO] [stdout] at /opt/rustwide/workdir/src/tests.rs:32:24 [INFO] [stdout] 59: 0x5adea8fe2006 - core::ops::function::FnOnce::call_once::hf91272d07ab5b835 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 60: 0x5adea91f409b - core::ops::function::FnOnce::call_once::h871bf86719ec9aa4 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 61: 0x5adea91f409b - test::__rust_begin_short_backtrace::h2167df1e2b7d76fd [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/test/src/lib.rs:632:18 [INFO] [stdout] 62: 0x5adea91f3a88 - test::run_test_in_process::{{closure}}::h15d92f75a3adfb79 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/test/src/lib.rs:655:60 [INFO] [stdout] 63: 0x5adea91f3a88 - as core::ops::function::FnOnce<()>>::call_once::hb6c8955835a8dbbb [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 64: 0x5adea91f3a88 - std::panicking::try::do_call::hc79d0fc888a0bd30 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/panicking.rs:557:40 [INFO] [stdout] 65: 0x5adea91f3a88 - std::panicking::try::hb8a7878e3a8589d6 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/panicking.rs:520:19 [INFO] [stdout] 66: 0x5adea91f3a88 - std::panic::catch_unwind::hb8e4600ff0ff5cfa [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/panic.rs:358:14 [INFO] [stdout] 67: 0x5adea91f3a88 - test::run_test_in_process::hc2900b0b18688dd6 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/test/src/lib.rs:655:27 [INFO] [stdout] 68: 0x5adea91f3a88 - test::run_test::{{closure}}::hac2a9cb07be3d48d [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/test/src/lib.rs:576:43 [INFO] [stdout] 69: 0x5adea91b752a - test::run_test::{{closure}}::h4a5b729e66a38cd8 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/test/src/lib.rs:606:41 [INFO] [stdout] 70: 0x5adea91b752a - std::sys::backtrace::__rust_begin_short_backtrace::h0496fb742492f573 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/sys/backtrace.rs:154:18 [INFO] [stdout] 71: 0x5adea91baea4 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbb6d257c550a54bd [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/thread/mod.rs:561:17 [INFO] [stdout] 72: 0x5adea91baea4 - as core::ops::function::FnOnce<()>>::call_once::h46696fe4a6832328 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 73: 0x5adea91baea4 - std::panicking::try::do_call::h2625a51b667bfb64 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/panicking.rs:557:40 [INFO] [stdout] 74: 0x5adea91baea4 - std::panicking::try::hb956a59a1973aa4c [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/panicking.rs:520:19 [INFO] [stdout] 75: 0x5adea91baea4 - std::panic::catch_unwind::h64f3b9d1067ef6a0 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/panic.rs:358:14 [INFO] [stdout] 76: 0x5adea91baea4 - std::thread::Builder::spawn_unchecked_::{{closure}}::h42b2841295b6c0b2 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/thread/mod.rs:559:30 [INFO] [stdout] 77: 0x5adea91baea4 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6127de71b8124639 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 78: 0x5adeaa52631b - as core::ops::function::FnOnce>::call_once::h42f0ba71002a1b2c [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/alloc/src/boxed.rs:1972:9 [INFO] [stdout] 79: 0x5adeaa52631b - as core::ops::function::FnOnce>::call_once::had9e47d7a3dcecb8 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/alloc/src/boxed.rs:1972:9 [INFO] [stdout] 80: 0x5adeaa52631b - std::sys::pal::unix::thread::Thread::new::thread_start::h48cf765408f6f5f2 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/sys/pal/unix/thread.rs:105:17 [INFO] [stdout] 81: 0x72c7b294dac3 - [INFO] [stdout] 82: 0x72c7b29dea04 - clone [INFO] [stdout] 83: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::tests::test_all [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.74s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--bin curriculum_board_backend` [INFO] running `Command { std: "docker" "inspect" "d61dbabbda2a46b26b5948a8238e764187507fdb9ec8af2e38079d07ba963265", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d61dbabbda2a46b26b5948a8238e764187507fdb9ec8af2e38079d07ba963265", kill_on_drop: false }` [INFO] [stdout] d61dbabbda2a46b26b5948a8238e764187507fdb9ec8af2e38079d07ba963265