[INFO] cloning repository https://github.com/rost/based [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rost/based" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frost%2Fbased", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frost%2Fbased'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c7dacd7281064c2ff0c5e5782b8cef9fdbfc6fa2 [INFO] testing rost/based against 1.77.0 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frost%2Fbased" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rost/based on toolchain 1.77.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.77.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rost/based [INFO] finished tweaking git repo https://github.com/rost/based [INFO] tweaked toml for git repo https://github.com/rost/based written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/rost/based 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" "+1.77.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded axum-core v0.4.3 [INFO] [stderr] Downloaded tempfile v3.9.0 [INFO] [stderr] Downloaded hermit-abi v0.3.4 [INFO] [stderr] Downloaded tower-http v0.5.1 [INFO] [stderr] Downloaded axum v0.7.4 [INFO] [stderr] Downloaded h2 v0.4.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+1.77.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b058a7cd96e44792e58c207e71aea2c9d5e9ad6285b8407565acf7cc40e9b1f7 [INFO] running `Command { std: "docker" "start" "-a" "b058a7cd96e44792e58c207e71aea2c9d5e9ad6285b8407565acf7cc40e9b1f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b058a7cd96e44792e58c207e71aea2c9d5e9ad6285b8407565acf7cc40e9b1f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b058a7cd96e44792e58c207e71aea2c9d5e9ad6285b8407565acf7cc40e9b1f7", kill_on_drop: false }` [INFO] [stdout] b058a7cd96e44792e58c207e71aea2c9d5e9ad6285b8407565acf7cc40e9b1f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 254c91aaedc4564a646ff01d2ebe3a0a7d08c10c739f5fce724133bdda84103c [INFO] running `Command { std: "docker" "start" "-a" "254c91aaedc4564a646ff01d2ebe3a0a7d08c10c739f5fce724133bdda84103c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling ahash v0.8.7 [INFO] [stderr] Compiling zerocopy v0.7.32 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling getrandom v0.2.12 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling mio v0.8.10 [INFO] [stderr] Compiling num_cpus v1.16.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 num-traits v0.2.17 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling rustls v0.21.10 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling serde_json v1.0.113 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling cpufeatures v0.2.12 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling http v1.0.0 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling pkg-config v0.3.29 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling indexmap v2.2.2 [INFO] [stderr] Compiling crossbeam-queue v0.3.11 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling crc v3.0.1 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling webpki-roots v0.25.3 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling tokio v1.35.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling http-body v1.0.0 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling hashlink v0.8.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling ring v0.17.7 [INFO] [stderr] Compiling libsqlite3-sys v0.27.0 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling linux-raw-sys v0.4.13 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling urlencoding v2.1.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling nix v0.27.1 [INFO] [stderr] Compiling flume v0.11.0 [INFO] [stderr] Compiling async-trait v0.1.77 [INFO] [stderr] Compiling unicode-segmentation v1.10.1 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling http-body-util v0.1.0 [INFO] [stderr] Compiling axum-core v0.4.3 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling axum v0.7.4 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling anyhow v1.0.79 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling atomic-write-file v0.1.2 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling tempfile v3.9.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling pin-project-internal v1.1.4 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling tokio-stream v0.1.14 [INFO] [stderr] Compiling pin-project v1.1.4 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling tower-http v0.5.1 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling h2 v0.4.2 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_path_to_error v0.1.15 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling sqlformat v0.2.3 [INFO] [stderr] Compiling sqlx-core v0.7.3 [INFO] [stderr] Compiling hyper v1.1.0 [INFO] [stderr] Compiling sqlx-sqlite v0.7.3 [INFO] [stderr] Compiling hyper-util v0.1.3 [INFO] [stderr] Compiling sqlx-macros-core v0.7.3 [INFO] [stderr] Compiling sqlx-macros v0.7.3 [INFO] [stderr] Compiling sqlx v0.7.3 [INFO] [stderr] Compiling based v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 45.43s [INFO] running `Command { std: "docker" "inspect" "254c91aaedc4564a646ff01d2ebe3a0a7d08c10c739f5fce724133bdda84103c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "254c91aaedc4564a646ff01d2ebe3a0a7d08c10c739f5fce724133bdda84103c", kill_on_drop: false }` [INFO] [stdout] 254c91aaedc4564a646ff01d2ebe3a0a7d08c10c739f5fce724133bdda84103c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e8866355480102b7163c975fce21a0076ff1fedd0878ae40c675ec9a9cabb31 [INFO] running `Command { std: "docker" "start" "-a" "5e8866355480102b7163c975fce21a0076ff1fedd0878ae40c675ec9a9cabb31", kill_on_drop: false }` [INFO] [stderr] Compiling based v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.52s [INFO] running `Command { std: "docker" "inspect" "5e8866355480102b7163c975fce21a0076ff1fedd0878ae40c675ec9a9cabb31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e8866355480102b7163c975fce21a0076ff1fedd0878ae40c675ec9a9cabb31", kill_on_drop: false }` [INFO] [stdout] 5e8866355480102b7163c975fce21a0076ff1fedd0878ae40c675ec9a9cabb31 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8048571e37cab8ff5efcf044c2850b4a2061ab820a4c91288790b1fe1be7c138 [INFO] running `Command { std: "docker" "start" "-a" "8048571e37cab8ff5efcf044c2850b4a2061ab820a4c91288790b1fe1be7c138", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/based-b3e190f457527d42) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test app::tests::unit_check_status ... FAILED [INFO] [stdout] test app::tests::integration_check_status ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- app::tests::unit_check_status stdout ---- [INFO] [stdout] thread 'app::tests::unit_check_status' panicked at src/app.rs:202:43: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Database(SqliteError { code: 14, message: "unable to open database file" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5574c39c8cc6 - std::backtrace_rs::backtrace::libunwind::trace::h92ba5ac126ecc5ad [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/../../backtrace/src/backtrace/libunwind.rs:104:5 [INFO] [stdout] 1: 0x5574c39c8cc6 - std::backtrace_rs::backtrace::trace_unsynchronized::hfaa118b6e3a8f31a [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5574c39c8cc6 - std::sys_common::backtrace::_print_fmt::h2075f185adf13bbd [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stdout] 3: 0x5574c39c8cc6 - ::fmt::h9c4bd387f9f3f544 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x5574c39f69a0 - core::fmt::rt::Argument::fmt::h018ecebdf268b5bb [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/fmt/rt.rs:142:9 [INFO] [stdout] 5: 0x5574c39f69a0 - core::fmt::write::h938c332fdab924eb [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/fmt/mod.rs:1120:17 [INFO] [stdout] 6: 0x5574c39c587f - std::io::Write::write_fmt::hf5d6d29a094a9ad9 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/io/mod.rs:1846:15 [INFO] [stdout] 7: 0x5574c39c8aa4 - std::sys_common::backtrace::_print::h3595c0f4303f3ccd [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 8: 0x5574c39c8aa4 - std::sys_common::backtrace::print::ha888e6736b0bc71f [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 9: 0x5574c39ca817 - std::panicking::default_hook::{{closure}}::he19a7f79f7beab5e [INFO] [stdout] 10: 0x5574c39ca4fd - std::panicking::default_hook::h67efe04e9a5d446e [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:289:9 [INFO] [stdout] 11: 0x5574c33e05a7 - as core::ops::function::Fn>::call::ha485cc981b933d53 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/alloc/src/boxed.rs:2029:9 [INFO] [stdout] 12: 0x5574c33e05a7 - test::test_main::{{closure}}::h970c4d535211cea5 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:138:21 [INFO] [stdout] 13: 0x5574c39cae36 - as core::ops::function::Fn>::call::h9c9759b104a0af15 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/alloc/src/boxed.rs:2029:9 [INFO] [stdout] 14: 0x5574c39cae36 - std::panicking::rust_panic_with_hook::h49021cdbc4b22349 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:785:13 [INFO] [stdout] 15: 0x5574c39cab82 - std::panicking::begin_panic_handler::{{closure}}::hfbf601f3d8c62d13 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:659:13 [INFO] [stdout] 16: 0x5574c39c91c6 - std::sys_common::backtrace::__rust_end_short_backtrace::h98dd020b6e913806 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:171:18 [INFO] [stdout] 17: 0x5574c39ca8d4 - rust_begin_unwind [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:647:5 [INFO] [stdout] 18: 0x5574c3158085 - core::panicking::panic_fmt::h0d3f1893e38be419 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/panicking.rs:72:14 [INFO] [stdout] 19: 0x5574c31586c3 - core::result::unwrap_failed::h1356562ef8bc898c [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/result.rs:1649:5 [INFO] [stdout] 20: 0x5574c32ce6d6 - core::result::Result::unwrap::h0cb93d7ef8693403 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/result.rs:1073:23 [INFO] [stdout] 21: 0x5574c32ce6d6 - based::app::tests::unit_check_status::{{closure}}::hb3c342d6386756a9 [INFO] [stdout] at /opt/rustwide/workdir/src/app.rs:202:21 [INFO] [stdout] 22: 0x5574c31c9033 - as core::future::future::Future>::poll::hb92dfed7997a37bf [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/future/future.rs:124:9 [INFO] [stdout] 23: 0x5574c31c8c76 - as core::future::future::Future>::poll::h5c79dfc78646a87d [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/future/future.rs:124:9 [INFO] [stdout] 24: 0x5574c32c45e4 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h4f6d2dfbe404ea71 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:665:57 [INFO] [stdout] 25: 0x5574c32c451a - tokio::runtime::coop::with_budget::h1d08e89ce1a509c8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/coop.rs:107:5 [INFO] [stdout] 26: 0x5574c32c451a - tokio::runtime::coop::budget::h7443fbf4ef4aa532 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/coop.rs:73:5 [INFO] [stdout] 27: 0x5574c32c451a - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h78d73f06a44f0cb2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:665:25 [INFO] [stdout] 28: 0x5574c32c31ac - tokio::runtime::scheduler::current_thread::Context::enter::ha5884ac248d21d9b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:410:19 [INFO] [stdout] 29: 0x5574c32c3d0e - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h4a00e2d507b657af [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:664:36 [INFO] [stdout] 30: 0x5574c32c3a2b - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h18d458ad6ce9a2a0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:743:68 [INFO] [stdout] 31: 0x5574c32c0cab - tokio::runtime::context::scoped::Scoped::set::ha1ed18c79316712b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 32: 0x5574c319dcc9 - tokio::runtime::context::set_scheduler::{{closure}}::h44e08c20558bf953 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/context.rs:176:26 [INFO] [stdout] 33: 0x5574c32014d6 - std::thread::local::LocalKey::try_with::h08c6ad66391b29cb [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/thread/local.rs:286:16 [INFO] [stdout] 34: 0x5574c320124a - std::thread::local::LocalKey::with::he3b9514970e62910 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/thread/local.rs:262:9 [INFO] [stdout] 35: 0x5574c319dc7d - tokio::runtime::context::set_scheduler::hd18a19f31afdfc06 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/context.rs:176:9 [INFO] [stdout] 36: 0x5574c32c37c0 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h529daf4498683cde [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:743:27 [INFO] [stdout] 37: 0x5574c32c3a4d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hf32dc95b54a6e71a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:652:19 [INFO] [stdout] 38: 0x5574c32c0ffd - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h08fb62dc77d0c1ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:175:28 [INFO] [stdout] 39: 0x5574c33042ea - tokio::runtime::context::runtime::enter_runtime::ha96f16e73ce1fe2b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 40: 0x5574c32c0f0e - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h755f98ae4f38a132 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:167:9 [INFO] [stdout] 41: 0x5574c32c0ddd - tokio::runtime::runtime::Runtime::block_on::he969e8edf2477358 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/runtime.rs:348:47 [INFO] [stdout] 42: 0x5574c32ce2f4 - based::app::tests::unit_check_status::hf5b0dd958b501929 [INFO] [stdout] at /opt/rustwide/workdir/src/app.rs:214:9 [INFO] [stdout] 43: 0x5574c32ce177 - based::app::tests::unit_check_status::{{closure}}::h1a22e29f5dc55235 [INFO] [stdout] at /opt/rustwide/workdir/src/app.rs:201:33 [INFO] [stdout] 44: 0x5574c3158f96 - core::ops::function::FnOnce::call_once::h02f83a7489ce8a02 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x5574c33e619f - core::ops::function::FnOnce::call_once::hc4365f2905c13fb3 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x5574c33e619f - test::__rust_begin_short_backtrace::h23efa09c82420171 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:621:18 [INFO] [stdout] 47: 0x5574c33e4fc1 - test::run_test_in_process::{{closure}}::hf1473bb1a6c04edb [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:644:60 [INFO] [stdout] 48: 0x5574c33e4fc1 - as core::ops::function::FnOnce<()>>::call_once::hff07c3f39ec1a940 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 49: 0x5574c33e4fc1 - std::panicking::try::do_call::h344a2a0d830f8cdb [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:554:40 [INFO] [stdout] 50: 0x5574c33e4fc1 - std::panicking::try::h307dc78c49c41dfc [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:518:19 [INFO] [stdout] 51: 0x5574c33e4fc1 - std::panic::catch_unwind::h09ff4c41f37beb25 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panic.rs:142:14 [INFO] [stdout] 52: 0x5574c33e4fc1 - test::run_test_in_process::h25a8f909b68e3831 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:644:27 [INFO] [stdout] 53: 0x5574c33e4fc1 - test::run_test::{{closure}}::h9934b77d061da8ff [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:567:43 [INFO] [stdout] 54: 0x5574c33ac3a6 - test::run_test::{{closure}}::hc3fe15393b08198a [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:595:41 [INFO] [stdout] 55: 0x5574c33ac3a6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2751c43450246c92 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:155:18 [INFO] [stdout] 56: 0x5574c33b13e7 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h1c68a4efdf3a14d2 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/thread/mod.rs:529:17 [INFO] [stdout] 57: 0x5574c33b13e7 - as core::ops::function::FnOnce<()>>::call_once::he4aa23e023cec824 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 58: 0x5574c33b13e7 - std::panicking::try::do_call::hb75ff41794a19e9d [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:554:40 [INFO] [stdout] 59: 0x5574c33b13e7 - std::panicking::try::ha7903bccf307108c [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:518:19 [INFO] [stdout] 60: 0x5574c33b13e7 - std::panic::catch_unwind::h85a1dff12b1bcadc [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panic.rs:142:14 [INFO] [stdout] 61: 0x5574c33b13e7 - std::thread::Builder::spawn_unchecked_::{{closure}}::h2c9f92cbe6cfd7e3 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/thread/mod.rs:528:30 [INFO] [stdout] 62: 0x5574c33b13e7 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h7d4afe73c576828a [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 63: 0x5574c39cf3d5 - as core::ops::function::FnOnce>::call_once::h4f08d401a486e446 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/alloc/src/boxed.rs:2015:9 [INFO] [stdout] 64: 0x5574c39cf3d5 - as core::ops::function::FnOnce>::call_once::h3476dfcdba628abc [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/alloc/src/boxed.rs:2015:9 [INFO] [stdout] 65: 0x5574c39cf3d5 - std::sys::pal::unix::thread::Thread::new::thread_start::h2770ac7f8882db09 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys/pal/unix/thread.rs:108:17 [INFO] [stdout] 66: 0x7f24165dcac3 - [INFO] [stdout] 67: 0x7f241666dbf4 - __clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::tests::integration_check_status stdout ---- [INFO] [stdout] thread 'app::tests::integration_check_status' panicked at src/app.rs:219:43: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Database(SqliteError { code: 14, message: "unable to open database file" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5574c39c8cc6 - std::backtrace_rs::backtrace::libunwind::trace::h92ba5ac126ecc5ad [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/../../backtrace/src/backtrace/libunwind.rs:104:5 [INFO] [stdout] 1: 0x5574c39c8cc6 - std::backtrace_rs::backtrace::trace_unsynchronized::hfaa118b6e3a8f31a [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5574c39c8cc6 - std::sys_common::backtrace::_print_fmt::h2075f185adf13bbd [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stdout] 3: 0x5574c39c8cc6 - ::fmt::h9c4bd387f9f3f544 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x5574c39f69a0 - core::fmt::rt::Argument::fmt::h018ecebdf268b5bb [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/fmt/rt.rs:142:9 [INFO] [stdout] 5: 0x5574c39f69a0 - core::fmt::write::h938c332fdab924eb [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/fmt/mod.rs:1120:17 [INFO] [stdout] 6: 0x5574c39c587f - std::io::Write::write_fmt::hf5d6d29a094a9ad9 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/io/mod.rs:1846:15 [INFO] [stdout] 7: 0x5574c39c8aa4 - std::sys_common::backtrace::_print::h3595c0f4303f3ccd [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 8: 0x5574c39c8aa4 - std::sys_common::backtrace::print::ha888e6736b0bc71f [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 9: 0x5574c39ca817 - std::panicking::default_hook::{{closure}}::he19a7f79f7beab5e [INFO] [stdout] 10: 0x5574c39ca4fd - std::panicking::default_hook::h67efe04e9a5d446e [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:289:9 [INFO] [stdout] 11: 0x5574c33e05a7 - as core::ops::function::Fn>::call::ha485cc981b933d53 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/alloc/src/boxed.rs:2029:9 [INFO] [stdout] 12: 0x5574c33e05a7 - test::test_main::{{closure}}::h970c4d535211cea5 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:138:21 [INFO] [stdout] 13: 0x5574c39cae36 - as core::ops::function::Fn>::call::h9c9759b104a0af15 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/alloc/src/boxed.rs:2029:9 [INFO] [stdout] 14: 0x5574c39cae36 - std::panicking::rust_panic_with_hook::h49021cdbc4b22349 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:785:13 [INFO] [stdout] 15: 0x5574c39cab82 - std::panicking::begin_panic_handler::{{closure}}::hfbf601f3d8c62d13 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:659:13 [INFO] [stdout] 16: 0x5574c39c91c6 - std::sys_common::backtrace::__rust_end_short_backtrace::h98dd020b6e913806 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:171:18 [INFO] [stdout] 17: 0x5574c39ca8d4 - rust_begin_unwind [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:647:5 [INFO] [stdout] 18: 0x5574c3158085 - core::panicking::panic_fmt::h0d3f1893e38be419 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/panicking.rs:72:14 [INFO] [stdout] 19: 0x5574c31586c3 - core::result::unwrap_failed::h1356562ef8bc898c [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/result.rs:1649:5 [INFO] [stdout] 20: 0x5574c32cfb8a - core::result::Result::unwrap::h0cb93d7ef8693403 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/result.rs:1073:23 [INFO] [stdout] 21: 0x5574c32cfb8a - based::app::tests::integration_check_status::{{closure}}::h46acc52121bd2b4b [INFO] [stdout] at /opt/rustwide/workdir/src/app.rs:219:21 [INFO] [stdout] 22: 0x5574c31c9033 - as core::future::future::Future>::poll::hb92dfed7997a37bf [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/future/future.rs:124:9 [INFO] [stdout] 23: 0x5574c31c8c76 - as core::future::future::Future>::poll::h5c79dfc78646a87d [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/future/future.rs:124:9 [INFO] [stdout] 24: 0x5574c32c45e4 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h4f6d2dfbe404ea71 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:665:57 [INFO] [stdout] 25: 0x5574c32c451a - tokio::runtime::coop::with_budget::h1d08e89ce1a509c8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/coop.rs:107:5 [INFO] [stdout] 26: 0x5574c32c451a - tokio::runtime::coop::budget::h7443fbf4ef4aa532 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/coop.rs:73:5 [INFO] [stdout] 27: 0x5574c32c451a - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h78d73f06a44f0cb2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:665:25 [INFO] [stdout] 28: 0x5574c32c31ac - tokio::runtime::scheduler::current_thread::Context::enter::ha5884ac248d21d9b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:410:19 [INFO] [stdout] 29: 0x5574c32c3d0e - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h4a00e2d507b657af [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:664:36 [INFO] [stdout] 30: 0x5574c32c3a2b - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h18d458ad6ce9a2a0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:743:68 [INFO] [stdout] 31: 0x5574c32c0cab - tokio::runtime::context::scoped::Scoped::set::ha1ed18c79316712b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 32: 0x5574c319dcc9 - tokio::runtime::context::set_scheduler::{{closure}}::h44e08c20558bf953 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/context.rs:176:26 [INFO] [stdout] 33: 0x5574c32014d6 - std::thread::local::LocalKey::try_with::h08c6ad66391b29cb [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/thread/local.rs:286:16 [INFO] [stdout] 34: 0x5574c320124a - std::thread::local::LocalKey::with::he3b9514970e62910 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/thread/local.rs:262:9 [INFO] [stdout] 35: 0x5574c319dc7d - tokio::runtime::context::set_scheduler::hd18a19f31afdfc06 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/context.rs:176:9 [INFO] [stdout] 36: 0x5574c32c37c0 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h529daf4498683cde [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:743:27 [INFO] [stdout] 37: 0x5574c32c3a4d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hf32dc95b54a6e71a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:652:19 [INFO] [stdout] 38: 0x5574c32c0ffd - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h08fb62dc77d0c1ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:175:28 [INFO] [stdout] 39: 0x5574c33042ea - tokio::runtime::context::runtime::enter_runtime::ha96f16e73ce1fe2b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 40: 0x5574c32c0f0e - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h755f98ae4f38a132 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:167:9 [INFO] [stdout] 41: 0x5574c32c0ddd - tokio::runtime::runtime::Runtime::block_on::he969e8edf2477358 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/runtime.rs:348:47 [INFO] [stdout] 42: 0x5574c32cf767 - based::app::tests::integration_check_status::he64a7dadeae4e082 [INFO] [stdout] at /opt/rustwide/workdir/src/app.rs:246:9 [INFO] [stdout] 43: 0x5574c32cf5e7 - based::app::tests::integration_check_status::{{closure}}::h4984a394bfa2ff2b [INFO] [stdout] at /opt/rustwide/workdir/src/app.rs:218:40 [INFO] [stdout] 44: 0x5574c315acd6 - core::ops::function::FnOnce::call_once::hb51f6d09d8792701 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x5574c33e619f - core::ops::function::FnOnce::call_once::hc4365f2905c13fb3 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x5574c33e619f - test::__rust_begin_short_backtrace::h23efa09c82420171 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:621:18 [INFO] [stdout] 47: 0x5574c33e4fc1 - test::run_test_in_process::{{closure}}::hf1473bb1a6c04edb [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:644:60 [INFO] [stdout] 48: 0x5574c33e4fc1 - as core::ops::function::FnOnce<()>>::call_once::hff07c3f39ec1a940 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 49: 0x5574c33e4fc1 - std::panicking::try::do_call::h344a2a0d830f8cdb [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:554:40 [INFO] [stdout] 50: 0x5574c33e4fc1 - std::panicking::try::h307dc78c49c41dfc [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:518:19 [INFO] [stdout] 51: 0x5574c33e4fc1 - std::panic::catch_unwind::h09ff4c41f37beb25 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panic.rs:142:14 [INFO] [stdout] 52: 0x5574c33e4fc1 - test::run_test_in_process::h25a8f909b68e3831 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:644:27 [INFO] [stdout] 53: 0x5574c33e4fc1 - test::run_test::{{closure}}::h9934b77d061da8ff [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:567:43 [INFO] [stdout] 54: 0x5574c33ac3a6 - test::run_test::{{closure}}::hc3fe15393b08198a [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:595:41 [INFO] [stdout] 55: 0x5574c33ac3a6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2751c43450246c92 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:155:18 [INFO] [stdout] 56: 0x5574c33b13e7 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h1c68a4efdf3a14d2 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/thread/mod.rs:529:17 [INFO] [stdout] 57: 0x5574c33b13e7 - as core::ops::function::FnOnce<()>>::call_once::he4aa23e023cec824 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 58: 0x5574c33b13e7 - std::panicking::try::do_call::hb75ff41794a19e9d [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:554:40 [INFO] [stdout] 59: 0x5574c33b13e7 - std::panicking::try::ha7903bccf307108c [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:518:19 [INFO] [stdout] 60: 0x5574c33b13e7 - std::panic::catch_unwind::h85a1dff12b1bcadc [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panic.rs:142:14 [INFO] [stdout] 61: 0x5574c33b13e7 - std::thread::Builder::spawn_unchecked_::{{closure}}::h2c9f92cbe6cfd7e3 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/thread/mod.rs:528:30 [INFO] [stdout] 62: 0x5574c33b13e7 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h7d4afe73c576828a [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 63: 0x5574c39cf3d5 - as core::ops::function::FnOnce>::call_once::h4f08d401a486e446 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/alloc/src/boxed.rs:2015:9 [INFO] [stdout] 64: 0x5574c39cf3d5 - as core::ops::function::FnOnce>::call_once::h3476dfcdba628abc [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/alloc/src/boxed.rs:2015:9 [INFO] [stdout] 65: 0x5574c39cf3d5 - std::sys::pal::unix::thread::Thread::new::thread_start::h2770ac7f8882db09 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys/pal/unix/thread.rs:108:17 [INFO] [stdout] 66: 0x7f24165dcac3 - [INFO] [stdout] 67: 0x7f241666dbf4 - __clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] app::tests::integration_check_status [INFO] [stdout] app::tests::unit_check_status [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--bin based` [INFO] running `Command { std: "docker" "inspect" "8048571e37cab8ff5efcf044c2850b4a2061ab820a4c91288790b1fe1be7c138", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8048571e37cab8ff5efcf044c2850b4a2061ab820a4c91288790b1fe1be7c138", kill_on_drop: false }` [INFO] [stdout] 8048571e37cab8ff5efcf044c2850b4a2061ab820a4c91288790b1fe1be7c138