[INFO] cloning repository https://github.com/datatrash/beatlocker
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/datatrash/beatlocker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdatatrash%2Fbeatlocker", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdatatrash%2Fbeatlocker'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9b9b527cfed20bc5142e0bfa3f54151e485e615f
[INFO] testing datatrash/beatlocker against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdatatrash%2Fbeatlocker" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/datatrash/beatlocker
[INFO] finished tweaking git repo https://github.com/datatrash/beatlocker
[INFO] tweaked toml for git repo https://github.com/datatrash/beatlocker written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/datatrash/beatlocker on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/datatrash/beatlocker 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.98.0-beta.1" "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]   |
[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-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e59d59dd178fe42a98a9cb3f5d2854f98a5a24cef1787cd3af9a4d8f2bb20288
[INFO] running `Command { std: "docker" "start" "e59d59dd178fe42a98a9cb3f5d2854f98a5a24cef1787cd3af9a4d8f2bb20288", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e59d59dd178fe42a98a9cb3f5d2854f98a5a24cef1787cd3af9a4d8f2bb20288", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e59d59dd178fe42a98a9cb3f5d2854f98a5a24cef1787cd3af9a4d8f2bb20288" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e59d59dd178fe42a98a9cb3f5d2854f98a5a24cef1787cd3af9a4d8f2bb20288", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e59d59dd178fe42a98a9cb3f5d2854f98a5a24cef1787cd3af9a4d8f2bb20288" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", 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]   |
[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.47
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling value-bag v1.0.0-alpha.9
[INFO] [stderr]    Compiling parking_lot_core v0.9.4
[INFO] [stderr]    Compiling futures-io v0.3.25
[INFO] [stderr]    Compiling cc v1.0.77
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling tokio v1.22.0
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling bytemuck v1.12.3
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling cache-padded v1.2.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling concurrent-queue v1.2.4
[INFO] [stderr]    Compiling polling v2.4.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling serde_json v1.0.89
[INFO] [stderr]    Compiling async-trait v0.1.58
[INFO] [stderr]    Compiling async-io v1.10.0
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling openssl v0.10.42
[INFO] [stderr]    Compiling rustversion v1.0.9
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling signal-hook v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling num_cpus v1.14.0
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling anyhow v1.0.66
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling openssl-sys v0.9.77
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling async-lock v2.6.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling rustls v0.20.7
[INFO] [stderr]    Compiling async-task v4.3.0
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling time v0.1.43
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling brotli-decompressor v2.3.2
[INFO] [stderr]    Compiling concurrent-queue v2.0.0
[INFO] [stderr]    Compiling async-channel v1.7.1
[INFO] [stderr]    Compiling async-process v1.5.0
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling raw-cpuid v10.6.0
[INFO] [stderr]    Compiling atomic-waker v1.0.0
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.53
[INFO] [stderr]    Compiling libsqlite3-sys v0.24.2
[INFO] [stderr]    Compiling generic-array v0.12.4
[INFO] [stderr]    Compiling blocking v1.2.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling async-executor v1.5.0
[INFO] [stderr]    Compiling block-buffer v0.7.3
[INFO] [stderr]    Compiling digest v0.8.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.13
[INFO] [stderr]    Compiling crossbeam-queue v0.3.8
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling sha-1 v0.8.2
[INFO] [stderr]    Compiling sha2 v0.8.2
[INFO] [stderr]    Compiling axum-core v0.3.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling base64 v0.10.1
[INFO] [stderr]    Compiling spin v0.9.4
[INFO] [stderr]    Compiling moka v0.9.6
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling hex v0.3.2
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling digest v0.10.6
[INFO] [stderr]    Compiling ipnet v2.5.1
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling crc-catalog v2.1.0
[INFO] [stderr]    Compiling brotli v3.3.4
[INFO] [stderr]    Compiling time-core v0.1.0
[INFO] [stderr]    Compiling sha-1 v0.9.8
[INFO] [stderr]    Compiling crc v3.0.0
[INFO] [stderr]    Compiling time v0.3.17
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling quanta v0.10.1
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling futures-intrusive v0.4.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling atoi v1.0.0
[INFO] [stderr]    Compiling hashlink v0.8.1
[INFO] [stderr]    Compiling axum v0.6.1
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.6
[INFO] [stderr]    Compiling headers-core v0.2.0
[INFO] [stderr]    Compiling memmap2 v0.5.8
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling rustls-pemfile v1.0.1
[INFO] [stderr]    Compiling tagptr v0.2.0
[INFO] [stderr]    Compiling dotenvy v0.15.6
[INFO] [stderr]    Compiling http-range-header v0.3.0
[INFO] [stderr]    Compiling triomphe v0.1.8
[INFO] [stderr]    Compiling paste v1.0.9
[INFO] [stderr]    Compiling headers v0.3.8
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling os_str_bytes v6.4.1
[INFO] [stderr]    Compiling sync_wrapper v0.1.1
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling matchit v0.7.0
[INFO] [stderr]    Compiling clap_lex v0.3.0
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.29
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling quanta v0.9.3
[INFO] [stderr]    Compiling dashmap v5.4.0
[INFO] [stderr]    Compiling sqlformat v0.2.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling webpki-roots v0.22.5
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling ogg v0.8.0
[INFO] [stderr]    Compiling no-std-compat v0.4.1
[INFO] [stderr]    Compiling retain_mut v0.1.9
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling futures-timer v3.0.2
[INFO] [stderr]    Compiling deadpool-runtime v0.1.2
[INFO] [stderr]    Compiling nonzero_ext v0.3.0
[INFO] [stderr]    Compiling lewton v0.10.2
[INFO] [stderr]    Compiling const_format v0.2.30
[INFO] [stderr]    Compiling distance v0.4.0
[INFO] [stderr]    Compiling unidecode v0.3.0
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling ctor v0.1.26
[INFO] [stderr]    Compiling serde_derive v1.0.147
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling futures-macro v0.3.25
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling miette-derive v4.7.1
[INFO] [stderr]    Compiling git-version-macro v0.3.5
[INFO] [stderr]    Compiling clap_derive v4.0.21
[INFO] [stderr]    Compiling async-recursion v1.0.0
[INFO] [stderr]    Compiling git-version v0.3.5
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling symphonia-core v0.5.1
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling miette v4.7.1
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling tracing-subscriber v0.3.16
[INFO] [stderr]    Compiling flume v0.10.14
[INFO] [stderr]    Compiling async-global-executor v2.3.1
[INFO] [stderr]    Compiling async-std v1.12.0
[INFO] [stderr]    Compiling clap v4.0.26
[INFO] [stderr]    Compiling symphonia-metadata v0.5.1
[INFO] [stderr]    Compiling symphonia-codec-aac v0.5.1
[INFO] [stderr]    Compiling symphonia-codec-pcm v0.5.1
[INFO] [stderr]    Compiling symphonia-utils-xiph v0.5.1
[INFO] [stderr]    Compiling symphonia-bundle-flac v0.5.1
[INFO] [stderr]    Compiling symphonia-format-ogg v0.5.1
[INFO] [stderr]    Compiling serde v1.0.147
[INFO] [stderr]    Compiling symphonia-format-mkv v0.5.1
[INFO] [stderr]    Compiling symphonia-codec-vorbis v0.5.1
[INFO] [stderr]    Compiling symphonia-format-wav v0.5.1
[INFO] [stderr]    Compiling symphonia-bundle-mp3 v0.5.1
[INFO] [stderr]    Compiling symphonia v0.5.1
[INFO] [stderr]    Compiling futures-executor v0.3.25
[INFO] [stderr]    Compiling futures v0.3.25
[INFO] [stderr]    Compiling governor v0.5.0
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling uuid v1.2.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.23
[INFO] [stderr]    Compiling ssri v7.0.0
[INFO] [stderr]    Compiling http-serde v1.1.2
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling serde_path_to_error v0.1.8
[INFO] [stderr]    Compiling serde_html_form v0.1.0
[INFO] [stderr]    Compiling quick-xml v0.25.0
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]    Compiling async-compression v0.3.15
[INFO] [stderr]    Compiling task-local-extensions v0.1.3
[INFO] [stderr]    Compiling sqlx-rt v0.6.2
[INFO] [stderr]    Compiling tokio-stream v0.1.11
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling http-cache-semantics v1.0.1
[INFO] [stderr]    Compiling cfb v0.7.3
[INFO] [stderr]    Compiling h2 v0.3.15
[INFO] [stderr]    Compiling deadpool v0.9.5
[INFO] [stderr]    Compiling tower-http v0.3.4
[INFO] [stderr]    Compiling sqlx-core v0.6.2
[INFO] [stderr]    Compiling retry-policies v0.1.2
[INFO] [stderr]    Compiling cacache v10.0.1
[INFO] [stderr]    Compiling infer v0.9.0
[INFO] [stderr]    Compiling http-cache v0.7.0 (https://github.com/sagacity/http-cache.git?branch=bump-moka-version#659fc89e)
[INFO] [stderr]    Compiling hyper v0.14.23
[INFO] [stderr]    Compiling sqlx-macros v0.6.2
[INFO] [stderr]    Compiling sqlx v0.6.2
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.13
[INFO] [stderr]    Compiling reqwest-middleware v0.1.6
[INFO] [stderr]    Compiling reqwest-retry v0.1.5
[INFO] [stderr]    Compiling http-cache-reqwest v0.5.0 (https://github.com/sagacity/http-cache.git?branch=bump-moka-version#659fc89e)
[INFO] [stderr]    Compiling axum-extra v0.4.1
[INFO] [stderr]    Compiling beatlocker-server v0.1.0 (/opt/rustwide/workdir/beatlocker-server)
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> beatlocker-server/src/api/mod.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub use get_album_list::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ the name `AlbumList` in the type namespace is first re-exported here
[INFO] [stdout] 31 | pub use get_album_list2::*;
[INFO] [stdout]    |         ------------------ but the name `AlbumList` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> beatlocker-server/src/api/mod.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub use get_artists::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `Indexes` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 37 | pub use get_indexes::*;
[INFO] [stdout]    |         -------------- but the name `Indexes` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> beatlocker-server/src/api/mod.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub use get_artists::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `Index` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 37 | pub use get_indexes::*;
[INFO] [stdout]    |         -------------- but the name `Index` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> beatlocker-server/src/api/mod.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub use get_artists::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `IndexArtist` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 37 | pub use get_indexes::*;
[INFO] [stdout]    |         -------------- but the name `IndexArtist` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> beatlocker-server/src/api/mod.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub use get_playlist::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ the name `Playlist` in the type namespace is first re-exported here
[INFO] [stdout] 42 | pub use get_playlists::*;
[INFO] [stdout]    |         ---------------- but the name `Playlist` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> beatlocker-server/src/api/mod.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub use get_starred::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `SubsonicItem` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 48 | pub use search3::*;
[INFO] [stdout]    |         ---------- but the name `SubsonicItem` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.42
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "e59d59dd178fe42a98a9cb3f5d2854f98a5a24cef1787cd3af9a4d8f2bb20288", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e59d59dd178fe42a98a9cb3f5d2854f98a5a24cef1787cd3af9a4d8f2bb20288" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", 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]   |
[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 terminal_size v0.1.17
[INFO] [stderr]    Compiling similar v2.2.1
[INFO] [stderr]    Compiling id3 v1.5.0
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> beatlocker-server/src/api/mod.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub use get_album_list::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ the name `AlbumList` in the type namespace is first re-exported here
[INFO] [stdout] 31 | pub use get_album_list2::*;
[INFO] [stdout]    |         ------------------ but the name `AlbumList` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> beatlocker-server/src/api/mod.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub use get_artists::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `Indexes` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 37 | pub use get_indexes::*;
[INFO] [stdout]    |         -------------- but the name `Indexes` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> beatlocker-server/src/api/mod.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub use get_artists::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `Index` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 37 | pub use get_indexes::*;
[INFO] [stdout]    |         -------------- but the name `Index` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> beatlocker-server/src/api/mod.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub use get_artists::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `IndexArtist` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 37 | pub use get_indexes::*;
[INFO] [stdout]    |         -------------- but the name `IndexArtist` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> beatlocker-server/src/api/mod.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub use get_playlist::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ the name `Playlist` in the type namespace is first re-exported here
[INFO] [stdout] 42 | pub use get_playlists::*;
[INFO] [stdout]    |         ---------------- but the name `Playlist` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> beatlocker-server/src/api/mod.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub use get_starred::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `SubsonicItem` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 48 | pub use search3::*;
[INFO] [stdout]    |         ---------- but the name `SubsonicItem` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling console v0.15.2
[INFO] [stderr]    Compiling insta v1.21.1
[INFO] [stderr]    Compiling beatlocker-server v0.1.0 (/opt/rustwide/workdir/beatlocker-server)
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> beatlocker-server/src/api/mod.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub use get_album_list::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ the name `AlbumList` in the type namespace is first re-exported here
[INFO] [stdout] 31 | pub use get_album_list2::*;
[INFO] [stdout]    |         ------------------ but the name `AlbumList` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> beatlocker-server/src/api/mod.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub use get_artists::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `Indexes` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 37 | pub use get_indexes::*;
[INFO] [stdout]    |         -------------- but the name `Indexes` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> beatlocker-server/src/api/mod.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub use get_artists::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `Index` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 37 | pub use get_indexes::*;
[INFO] [stdout]    |         -------------- but the name `Index` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> beatlocker-server/src/api/mod.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub use get_artists::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `IndexArtist` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 37 | pub use get_indexes::*;
[INFO] [stdout]    |         -------------- but the name `IndexArtist` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> beatlocker-server/src/api/mod.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub use get_playlist::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ the name `Playlist` in the type namespace is first re-exported here
[INFO] [stdout] 42 | pub use get_playlists::*;
[INFO] [stdout]    |         ---------------- but the name `Playlist` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> beatlocker-server/src/api/mod.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub use get_starred::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `SubsonicItem` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 48 | pub use search3::*;
[INFO] [stdout]    |         ---------- but the name `SubsonicItem` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 50.89s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.42
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "e59d59dd178fe42a98a9cb3f5d2854f98a5a24cef1787cd3af9a4d8f2bb20288", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e59d59dd178fe42a98a9cb3f5d2854f98a5a24cef1787cd3af9a4d8f2bb20288" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", 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]   |
[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: ambiguous glob re-exports
[INFO] [stderr]   --> beatlocker-server/src/api/mod.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub use get_album_list::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^ the name `AlbumList` in the type namespace is first re-exported here
[INFO] [stderr] 31 | pub use get_album_list2::*;
[INFO] [stderr]    |         ------------------ but the name `AlbumList` in the type namespace is also re-exported here
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: ambiguous glob re-exports
[INFO] [stderr]   --> beatlocker-server/src/api/mod.rs:34:9
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub use get_artists::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^ the name `Indexes` in the type namespace is first re-exported here
[INFO] [stderr] ...
[INFO] [stderr] 37 | pub use get_indexes::*;
[INFO] [stderr]    |         -------------- but the name `Indexes` in the type namespace is also re-exported here
[INFO] [stderr] 
[INFO] [stderr] warning: ambiguous glob re-exports
[INFO] [stderr]   --> beatlocker-server/src/api/mod.rs:34:9
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub use get_artists::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^ the name `Index` in the type namespace is first re-exported here
[INFO] [stderr] ...
[INFO] [stderr] 37 | pub use get_indexes::*;
[INFO] [stderr]    |         -------------- but the name `Index` in the type namespace is also re-exported here
[INFO] [stderr] 
[INFO] [stderr] warning: ambiguous glob re-exports
[INFO] [stderr]   --> beatlocker-server/src/api/mod.rs:34:9
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub use get_artists::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^ the name `IndexArtist` in the type namespace is first re-exported here
[INFO] [stderr] ...
[INFO] [stderr] 37 | pub use get_indexes::*;
[INFO] [stderr]    |         -------------- but the name `IndexArtist` in the type namespace is also re-exported here
[INFO] [stderr] 
[INFO] [stderr] warning: ambiguous glob re-exports
[INFO] [stderr]   --> beatlocker-server/src/api/mod.rs:41:9
[INFO] [stderr]    |
[INFO] [stderr] 41 | pub use get_playlist::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^ the name `Playlist` in the type namespace is first re-exported here
[INFO] [stderr] 42 | pub use get_playlists::*;
[INFO] [stderr]    |         ---------------- but the name `Playlist` in the type namespace is also re-exported here
[INFO] [stderr] 
[INFO] [stderr] warning: ambiguous glob re-exports
[INFO] [stderr]   --> beatlocker-server/src/api/mod.rs:45:9
[INFO] [stderr]    |
[INFO] [stderr] 45 | pub use get_starred::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^ the name `SubsonicItem` in the type namespace is first re-exported here
[INFO] [stderr] ...
[INFO] [stderr] 48 | pub use search3::*;
[INFO] [stderr]    |         ---------- but the name `SubsonicItem` in the type namespace is also re-exported here
[INFO] [stderr] 
[INFO] [stderr] warning: `beatlocker-server` (lib) generated 6 warnings
[INFO] [stderr] warning: `beatlocker-server` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.42
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/beatlocker_server-ed3431cfbefe4378)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test api::auth::tests::test_check_legacy_user ... ok
[INFO] [stdout] test tasks::extract_metadata::tests::can_extract_flac ... ok
[INFO] [stdout] test tasks::extract_metadata::tests::can_extract_mp3 ... ok
[INFO] [stdout] test db::tests::can_migrate ... ok
[INFO] [stdout] test api::auth::tests::test_check_user ... ok
[INFO] [stdout] test tasks::tests::can_spawn_task_and_shutdown ... ok
[INFO] [stdout] test tasks::extract_metadata::tests::can_extract_ogg ... ok
[INFO] [stdout] test tasks::extract_metadata::tests::can_extract_unknown_metadata ... ok
[INFO] [stdout] test api::get_album_list2::tests::sort_alphabetical_by_name ... FAILED
[INFO] [stdout] test api::get_album_list2::tests::query_by_genre ... FAILED
[INFO] [stdout] test api::get_album_list::tests::query_by_year ... FAILED
[INFO] [stdout] test api::get_album_list2::tests::sort_alphabetical_by_artist ... FAILED
[INFO] [stdout] test api::get_album_list::tests::sort_alphabetical_by_name ... FAILED
[INFO] [stdout] test api::get_album_list2::tests::query_by_year ... FAILED
[INFO] [stdout] test api::get_album_list::tests::sort_alphabetical_by_artist ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- api::get_album_list2::tests::sort_alphabetical_by_name stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'api::get_album_list2::tests::sort_alphabetical_by_name' (4608) panicked at beatlocker-server/src/api/get_album_list2.rs:105:44:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: AppError(Read-only file system (os error 30) at path "/opt/rustwide/workdir/beatlocker-server/./.tmp3TYHnA")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ff4d3c6e41 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63ff4d3c6e41 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63ff4d3c6e41 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63ff4d3c6e41 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63ff4d3df65a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63ff4d3df65a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63ff4d3cbfdc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63ff4d3cbfdc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63ff4d3a2006 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63ff4d3a2006 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63ff4d3bda89 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63ff4c84c6c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63ff4c84c6c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63ff4d3bddb2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63ff4d3bddb2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63ff4d3a20b2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63ff4d3995e9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63ff4d3a2f3d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63ff4d3dff0c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63ff4d3dfc52 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63ff4c50bcc4 - <core[6883ba1bc0fe4ed1]::result::Result<beatlocker_server[e3e2bf520e05e1c5]::utils::test_utils::TestState, beatlocker_server[e3e2bf520e05e1c5]::errors::AppError>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63ff4c50bcc4 - beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_name::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/beatlocker-server/src/api/get_album_list2.rs:105:44
[INFO] [stdout]   22:     0x63ff4c489a5d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_name::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63ff4c75e09d - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_name::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:531:73
[INFO] [stdout]   24:     0x63ff4c75dadb - tokio[28ed3ee7ef255b77]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_name::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   25:     0x63ff4c75dadb - tokio[28ed3ee7ef255b77]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_name::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   26:     0x63ff4c75dadb - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_name::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:531:25
[INFO] [stdout]   27:     0x63ff4c739030 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_name::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:340:19
[INFO] [stdout]   28:     0x63ff4c75b142 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_name::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:530:44
[INFO] [stdout]   29:     0x63ff4c756144 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_name::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:601:57
[INFO] [stdout]   30:     0x63ff4c7bc5b3 - <tokio[28ed3ee7ef255b77]::macros::scoped_tls::ScopedKey<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::Context>>::set::<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_name::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   31:     0x63ff4c74956f - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_name::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:601:35
[INFO] [stdout]   32:     0x63ff4c749f7a - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_name::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:520:24
[INFO] [stdout]   33:     0x63ff4c733ad3 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CurrentThread>::block_on::<beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_name::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   34:     0x63ff4c6fda4e - <tokio[28ed3ee7ef255b77]::runtime::runtime::Runtime>::block_on::<beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_name::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/runtime.rs:279:52
[INFO] [stdout]   35:     0x63ff4c50f5f3 - beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_name
[INFO] [stdout]                                at /opt/rustwide/workdir/beatlocker-server/src/api/get_album_list2.rs:114:10
[INFO] [stdout]   36:     0x63ff4c50a3f7 - beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_name::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/beatlocker-server/src/api/get_album_list2.rs:104:41
[INFO] [stdout]   37:     0x63ff4c413db6 - <beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_name::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x63ff4c83f9fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63ff4c83f9fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   40:     0x63ff4c84d045 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   41:     0x63ff4c84d045 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   42:     0x63ff4c84d045 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   43:     0x63ff4c84d045 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x63ff4c84d045 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x63ff4c84d045 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   46:     0x63ff4c84d045 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   47:     0x63ff4c847af4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   48:     0x63ff4c847af4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x63ff4c850192 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   50:     0x63ff4c850192 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x63ff4c850192 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   52:     0x63ff4c850192 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x63ff4c850192 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x63ff4c850192 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   55:     0x63ff4c850192 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x63ff4d3c611f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   57:     0x63ff4d3c611f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   58:     0x74b98a4f0aa4 - <unknown>
[INFO] [stdout]   59:     0x74b98a57da64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- api::get_album_list2::tests::query_by_genre stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'api::get_album_list2::tests::query_by_genre' (4605) panicked at beatlocker-server/src/api/get_album_list2.rs:162:44:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: AppError(Read-only file system (os error 30) at path "/opt/rustwide/workdir/beatlocker-server/./.tmpOtpaje")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ff4d3c6e41 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63ff4d3c6e41 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63ff4d3c6e41 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63ff4d3c6e41 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63ff4d3df65a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63ff4d3df65a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63ff4d3cbfdc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63ff4d3cbfdc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63ff4d3a2006 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63ff4d3a2006 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63ff4d3bda89 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63ff4c84c6c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63ff4c84c6c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63ff4d3bddb2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63ff4d3bddb2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63ff4d3a20b2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63ff4d3995e9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63ff4d3a2f3d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63ff4d3dff0c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63ff4d3dfc52 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63ff4c50b58c - <core[6883ba1bc0fe4ed1]::result::Result<beatlocker_server[e3e2bf520e05e1c5]::utils::test_utils::TestState, beatlocker_server[e3e2bf520e05e1c5]::errors::AppError>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63ff4c50b58c - beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_genre::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/beatlocker-server/src/api/get_album_list2.rs:162:44
[INFO] [stdout]   22:     0x63ff4c489a1d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_genre::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63ff4c75e05d - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_genre::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:531:73
[INFO] [stdout]   24:     0x63ff4c75d8ab - tokio[28ed3ee7ef255b77]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_genre::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   25:     0x63ff4c75d8ab - tokio[28ed3ee7ef255b77]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_genre::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   26:     0x63ff4c75d8ab - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_genre::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:531:25
[INFO] [stdout]   27:     0x63ff4c738d10 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_genre::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:340:19
[INFO] [stdout]   28:     0x63ff4c75a792 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_genre::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:530:44
[INFO] [stdout]   29:     0x63ff4c756124 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_genre::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:601:57
[INFO] [stdout]   30:     0x63ff4c7bc483 - <tokio[28ed3ee7ef255b77]::macros::scoped_tls::ScopedKey<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::Context>>::set::<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_genre::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   31:     0x63ff4c74917f - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_genre::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:601:35
[INFO] [stdout]   32:     0x63ff4c749f0a - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_genre::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:520:24
[INFO] [stdout]   33:     0x63ff4c7337d3 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CurrentThread>::block_on::<beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_genre::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   34:     0x63ff4c6fd89e - <tokio[28ed3ee7ef255b77]::runtime::runtime::Runtime>::block_on::<beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_genre::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/runtime.rs:279:52
[INFO] [stdout]   35:     0x63ff4c50f443 - beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_genre
[INFO] [stdout]                                at /opt/rustwide/workdir/beatlocker-server/src/api/get_album_list2.rs:173:10
[INFO] [stdout]   36:     0x63ff4c50a3c7 - beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_genre::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/beatlocker-server/src/api/get_album_list2.rs:161:30
[INFO] [stdout]   37:     0x63ff4c413d76 - <beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_genre::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x63ff4c83f9fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63ff4c83f9fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   40:     0x63ff4c84d045 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   41:     0x63ff4c84d045 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   42:     0x63ff4c84d045 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   43:     0x63ff4c84d045 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x63ff4c84d045 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x63ff4c84d045 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   46:     0x63ff4c84d045 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   47:     0x63ff4c847af4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   48:     0x63ff4c847af4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x63ff4c850192 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   50:     0x63ff4c850192 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x63ff4c850192 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   52:     0x63ff4c850192 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x63ff4c850192 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x63ff4c850192 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   55:     0x63ff4c850192 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x63ff4d3c611f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   57:     0x63ff4d3c611f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   58:     0x74b98a4f0aa4 - <unknown>
[INFO] [stdout]   59:     0x74b98a57da64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- api::get_album_list::tests::query_by_year stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'api::get_album_list::tests::query_by_year' (4609) panicked at beatlocker-server/src/api/get_album_list.rs:140:44:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: AppError(Read-only file system (os error 30) at path "/opt/rustwide/workdir/beatlocker-server/./.tmpeJckly")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ff4d3c6e41 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63ff4d3c6e41 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63ff4d3c6e41 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63ff4d3c6e41 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63ff4d3df65a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63ff4d3df65a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63ff4d3cbfdc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63ff4d3cbfdc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63ff4d3a2006 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63ff4d3a2006 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63ff4d3bda89 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63ff4c84c6c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63ff4c84c6c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63ff4d3bddb2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63ff4d3bddb2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63ff4d3a20b2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63ff4d3995e9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63ff4d3a2f3d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63ff4d3dff0c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63ff4d3dfc52 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63ff4c508fb4 - <core[6883ba1bc0fe4ed1]::result::Result<beatlocker_server[e3e2bf520e05e1c5]::utils::test_utils::TestState, beatlocker_server[e3e2bf520e05e1c5]::errors::AppError>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63ff4c508fb4 - beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::query_by_year::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/beatlocker-server/src/api/get_album_list.rs:140:44
[INFO] [stdout]   22:     0x63ff4c48991d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::query_by_year::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63ff4c75df5d - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::query_by_year::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:531:73
[INFO] [stdout]   24:     0x63ff4c75cfeb - tokio[28ed3ee7ef255b77]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::query_by_year::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   25:     0x63ff4c75cfeb - tokio[28ed3ee7ef255b77]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::query_by_year::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   26:     0x63ff4c75cfeb - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::query_by_year::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:531:25
[INFO] [stdout]   27:     0x63ff4c738090 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::query_by_year::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:340:19
[INFO] [stdout]   28:     0x63ff4c7580d2 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::query_by_year::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:530:44
[INFO] [stdout]   29:     0x63ff4c7560a4 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::query_by_year::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:601:57
[INFO] [stdout]   30:     0x63ff4c7bbfc3 - <tokio[28ed3ee7ef255b77]::macros::scoped_tls::ScopedKey<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::Context>>::set::<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::query_by_year::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   31:     0x63ff4c7481bf - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::query_by_year::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:601:35
[INFO] [stdout]   32:     0x63ff4c749d4a - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::query_by_year::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:520:24
[INFO] [stdout]   33:     0x63ff4c732bd3 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CurrentThread>::block_on::<beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::query_by_year::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   34:     0x63ff4c6fd1de - <tokio[28ed3ee7ef255b77]::runtime::runtime::Runtime>::block_on::<beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::query_by_year::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/runtime.rs:279:52
[INFO] [stdout]   35:     0x63ff4c50ed53 - beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::query_by_year
[INFO] [stdout]                                at /opt/rustwide/workdir/beatlocker-server/src/api/get_album_list.rs:164:10
[INFO] [stdout]   36:     0x63ff4c508797 - beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::query_by_year::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/beatlocker-server/src/api/get_album_list.rs:139:29
[INFO] [stdout]   37:     0x63ff4c413c76 - <beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::query_by_year::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x63ff4c83f9fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63ff4c83f9fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   40:     0x63ff4c84d045 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   41:     0x63ff4c84d045 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   42:     0x63ff4c84d045 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   43:     0x63ff4c84d045 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x63ff4c84d045 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x63ff4c84d045 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   46:     0x63ff4c84d045 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   47:     0x63ff4c847af4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   48:     0x63ff4c847af4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x63ff4c850192 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   50:     0x63ff4c850192 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x63ff4c850192 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   52:     0x63ff4c850192 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x63ff4c850192 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x63ff4c850192 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   55:     0x63ff4c850192 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x63ff4d3c611f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   57:     0x63ff4d3c611f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   58:     0x74b98a4f0aa4 - <unknown>
[INFO] [stdout]   59:     0x74b98a57da64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- api::get_album_list2::tests::sort_alphabetical_by_artist stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'api::get_album_list2::tests::sort_alphabetical_by_artist' (4607) panicked at beatlocker-server/src/api/get_album_list2.rs:119:44:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: AppError(Read-only file system (os error 30) at path "/opt/rustwide/workdir/beatlocker-server/./.tmpi28ZmB")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ff4d3c6e41 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63ff4d3c6e41 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63ff4d3c6e41 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63ff4d3c6e41 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63ff4d3df65a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63ff4d3df65a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63ff4d3cbfdc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63ff4d3cbfdc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63ff4d3a2006 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63ff4d3a2006 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63ff4d3bda89 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63ff4c84c6c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63ff4c84c6c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63ff4d3bddb2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63ff4d3bddb2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63ff4d3a20b2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63ff4d3995e9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63ff4d3a2f3d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63ff4d3dff0c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63ff4d3dfc52 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63ff4c50c324 - <core[6883ba1bc0fe4ed1]::result::Result<beatlocker_server[e3e2bf520e05e1c5]::utils::test_utils::TestState, beatlocker_server[e3e2bf520e05e1c5]::errors::AppError>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63ff4c50c324 - beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_artist::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/beatlocker-server/src/api/get_album_list2.rs:119:44
[INFO] [stdout]   22:     0x63ff4c489a9d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_artist::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63ff4c75e0dd - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_artist::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:531:73
[INFO] [stdout]   24:     0x63ff4c75dd0b - tokio[28ed3ee7ef255b77]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_artist::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   25:     0x63ff4c75dd0b - tokio[28ed3ee7ef255b77]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_artist::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   26:     0x63ff4c75dd0b - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_artist::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:531:25
[INFO] [stdout]   27:     0x63ff4c739350 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_artist::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:340:19
[INFO] [stdout]   28:     0x63ff4c75baf2 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_artist::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:530:44
[INFO] [stdout]   29:     0x63ff4c756164 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_artist::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:601:57
[INFO] [stdout]   30:     0x63ff4c7bc6e3 - <tokio[28ed3ee7ef255b77]::macros::scoped_tls::ScopedKey<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::Context>>::set::<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_artist::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   31:     0x63ff4c74995f - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_artist::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:601:35
[INFO] [stdout]   32:     0x63ff4c749fea - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_artist::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:520:24
[INFO] [stdout]   33:     0x63ff4c733dd3 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CurrentThread>::block_on::<beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_artist::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   34:     0x63ff4c6fdbfe - <tokio[28ed3ee7ef255b77]::runtime::runtime::Runtime>::block_on::<beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_artist::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/runtime.rs:279:52
[INFO] [stdout]   35:     0x63ff4c50f7a3 - beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_artist
[INFO] [stdout]                                at /opt/rustwide/workdir/beatlocker-server/src/api/get_album_list2.rs:128:10
[INFO] [stdout]   36:     0x63ff4c50a427 - beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_artist::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/beatlocker-server/src/api/get_album_list2.rs:118:43
[INFO] [stdout]   37:     0x63ff4c413df6 - <beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::sort_alphabetical_by_artist::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x63ff4c83f9fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63ff4c83f9fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   40:     0x63ff4c84d045 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   41:     0x63ff4c84d045 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   42:     0x63ff4c84d045 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   43:     0x63ff4c84d045 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x63ff4c84d045 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x63ff4c84d045 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   46:     0x63ff4c84d045 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   47:     0x63ff4c847af4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   48:     0x63ff4c847af4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x63ff4c850192 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   50:     0x63ff4c850192 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x63ff4c850192 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   52:     0x63ff4c850192 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x63ff4c850192 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x63ff4c850192 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   55:     0x63ff4c850192 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x63ff4d3c611f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   57:     0x63ff4d3c611f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   58:     0x74b98a4f0aa4 - <unknown>
[INFO] [stdout]   59:     0x74b98a57da64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- api::get_album_list::tests::sort_alphabetical_by_name stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'api::get_album_list::tests::sort_alphabetical_by_name' (4611) panicked at beatlocker-server/src/api/get_album_list.rs:111:44:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: AppError(Read-only file system (os error 30) at path "/opt/rustwide/workdir/beatlocker-server/./.tmpdgJ5fA")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ff4d3c6e41 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63ff4d3c6e41 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63ff4d3c6e41 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63ff4d3c6e41 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63ff4d3df65a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63ff4d3df65a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63ff4d3cbfdc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63ff4d3cbfdc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63ff4d3a2006 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63ff4d3a2006 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63ff4d3bda89 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63ff4c84c6c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63ff4c84c6c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63ff4d3bddb2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63ff4d3bddb2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63ff4d3a20b2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63ff4d3995e9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63ff4d3a2f3d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63ff4d3dff0c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63ff4d3dfc52 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63ff4c509954 - <core[6883ba1bc0fe4ed1]::result::Result<beatlocker_server[e3e2bf520e05e1c5]::utils::test_utils::TestState, beatlocker_server[e3e2bf520e05e1c5]::errors::AppError>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63ff4c509954 - beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_name::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/beatlocker-server/src/api/get_album_list.rs:111:44
[INFO] [stdout]   22:     0x63ff4c48995d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_name::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63ff4c75df9d - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_name::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:531:73
[INFO] [stdout]   24:     0x63ff4c75d21b - tokio[28ed3ee7ef255b77]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_name::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   25:     0x63ff4c75d21b - tokio[28ed3ee7ef255b77]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_name::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   26:     0x63ff4c75d21b - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_name::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:531:25
[INFO] [stdout]   27:     0x63ff4c7383b0 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_name::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:340:19
[INFO] [stdout]   28:     0x63ff4c758a82 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_name::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:530:44
[INFO] [stdout]   29:     0x63ff4c7560c4 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_name::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:601:57
[INFO] [stdout]   30:     0x63ff4c7bc0f3 - <tokio[28ed3ee7ef255b77]::macros::scoped_tls::ScopedKey<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::Context>>::set::<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_name::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   31:     0x63ff4c7485af - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_name::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:601:35
[INFO] [stdout]   32:     0x63ff4c749dba - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_name::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:520:24
[INFO] [stdout]   33:     0x63ff4c732ed3 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CurrentThread>::block_on::<beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_name::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   34:     0x63ff4c6fd38e - <tokio[28ed3ee7ef255b77]::runtime::runtime::Runtime>::block_on::<beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_name::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/runtime.rs:279:52
[INFO] [stdout]   35:     0x63ff4c50ef03 - beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_name
[INFO] [stdout]                                at /opt/rustwide/workdir/beatlocker-server/src/api/get_album_list.rs:120:10
[INFO] [stdout]   36:     0x63ff4c5087c7 - beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_name::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/beatlocker-server/src/api/get_album_list.rs:110:41
[INFO] [stdout]   37:     0x63ff4c413cb6 - <beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_name::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x63ff4c83f9fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63ff4c83f9fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   40:     0x63ff4c84d045 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   41:     0x63ff4c84d045 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   42:     0x63ff4c84d045 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   43:     0x63ff4c84d045 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x63ff4c84d045 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x63ff4c84d045 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   46:     0x63ff4c84d045 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   47:     0x63ff4c847af4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   48:     0x63ff4c847af4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x63ff4c850192 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   50:     0x63ff4c850192 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x63ff4c850192 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   52:     0x63ff4c850192 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x63ff4c850192 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x63ff4c850192 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   55:     0x63ff4c850192 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x63ff4d3c611f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   57:     0x63ff4d3c611f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   58:     0x74b98a4f0aa4 - <unknown>
[INFO] [stdout]   59:     0x74b98a57da64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- api::get_album_list2::tests::query_by_year stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'api::get_album_list2::tests::query_by_year' (4606) panicked at beatlocker-server/src/api/get_album_list2.rs:133:44:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: AppError(Read-only file system (os error 30) at path "/opt/rustwide/workdir/beatlocker-server/./.tmp04TW6p")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ff4d3c6e41 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63ff4d3c6e41 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63ff4d3c6e41 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63ff4d3c6e41 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63ff4d3df65a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63ff4d3df65a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63ff4d3cbfdc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63ff4d3cbfdc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63ff4d3a2006 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63ff4d3a2006 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63ff4d3bda89 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63ff4c84c6c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63ff4c84c6c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63ff4d3bddb2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63ff4d3bddb2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63ff4d3a20b2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63ff4d3995e9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63ff4d3a2f3d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63ff4d3dff0c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63ff4d3dfc52 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63ff4c50abe4 - <core[6883ba1bc0fe4ed1]::result::Result<beatlocker_server[e3e2bf520e05e1c5]::utils::test_utils::TestState, beatlocker_server[e3e2bf520e05e1c5]::errors::AppError>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63ff4c50abe4 - beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_year::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/beatlocker-server/src/api/get_album_list2.rs:133:44
[INFO] [stdout]   22:     0x63ff4c4899dd - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_year::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63ff4c75e01d - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_year::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:531:73
[INFO] [stdout]   24:     0x63ff4c75d67b - tokio[28ed3ee7ef255b77]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_year::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   25:     0x63ff4c75d67b - tokio[28ed3ee7ef255b77]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_year::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   26:     0x63ff4c75d67b - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_year::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:531:25
[INFO] [stdout]   27:     0x63ff4c7389f0 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_year::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:340:19
[INFO] [stdout]   28:     0x63ff4c759de2 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_year::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:530:44
[INFO] [stdout]   29:     0x63ff4c756104 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_year::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:601:57
[INFO] [stdout]   30:     0x63ff4c7bc353 - <tokio[28ed3ee7ef255b77]::macros::scoped_tls::ScopedKey<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::Context>>::set::<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_year::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   31:     0x63ff4c748d8f - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_year::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:601:35
[INFO] [stdout]   32:     0x63ff4c749e9a - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_year::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:520:24
[INFO] [stdout]   33:     0x63ff4c7334d3 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CurrentThread>::block_on::<beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_year::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   34:     0x63ff4c6fd6ee - <tokio[28ed3ee7ef255b77]::runtime::runtime::Runtime>::block_on::<beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_year::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/runtime.rs:279:52
[INFO] [stdout]   35:     0x63ff4c50f293 - beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_year
[INFO] [stdout]                                at /opt/rustwide/workdir/beatlocker-server/src/api/get_album_list2.rs:157:10
[INFO] [stdout]   36:     0x63ff4c50a397 - beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_year::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/beatlocker-server/src/api/get_album_list2.rs:132:29
[INFO] [stdout]   37:     0x63ff4c413d36 - <beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list2::tests::query_by_year::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x63ff4c83f9fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63ff4c83f9fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   40:     0x63ff4c84d045 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   41:     0x63ff4c84d045 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   42:     0x63ff4c84d045 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   43:     0x63ff4c84d045 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x63ff4c84d045 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x63ff4c84d045 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   46:     0x63ff4c84d045 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   47:     0x63ff4c847af4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   48:     0x63ff4c847af4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x63ff4c850192 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   50:     0x63ff4c850192 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x63ff4c850192 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   52:     0x63ff4c850192 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x63ff4c850192 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x63ff4c850192 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   55:     0x63ff4c850192 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x63ff4d3c611f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   57:     0x63ff4d3c611f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   58:     0x74b98a4f0aa4 - <unknown>
[INFO] [stdout]   59:     0x74b98a57da64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- api::get_album_list::tests::sort_alphabetical_by_artist stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'api::get_album_list::tests::sort_alphabetical_by_artist' (4610) panicked at beatlocker-server/src/api/get_album_list.rs:126:44:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: AppError(Read-only file system (os error 30) at path "/opt/rustwide/workdir/beatlocker-server/./.tmp1D4b64")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ff4d3c6e41 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63ff4d3c6e41 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63ff4d3c6e41 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63ff4d3c6e41 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63ff4d3df65a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63ff4d3df65a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63ff4d3cbfdc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63ff4d3cbfdc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63ff4d3a2006 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63ff4d3a2006 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63ff4d3bda89 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63ff4c84c6c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63ff4c84c6c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63ff4d3bddb2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63ff4d3bddb2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63ff4d3a20b2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63ff4d3995e9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63ff4d3a2f3d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63ff4d3dff0c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63ff4d3dfc52 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63ff4c509fb4 - <core[6883ba1bc0fe4ed1]::result::Result<beatlocker_server[e3e2bf520e05e1c5]::utils::test_utils::TestState, beatlocker_server[e3e2bf520e05e1c5]::errors::AppError>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63ff4c509fb4 - beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_artist::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/beatlocker-server/src/api/get_album_list.rs:126:44
[INFO] [stdout]   22:     0x63ff4c48999d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_artist::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63ff4c75dfdd - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_artist::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:531:73
[INFO] [stdout]   24:     0x63ff4c75d44b - tokio[28ed3ee7ef255b77]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_artist::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   25:     0x63ff4c75d44b - tokio[28ed3ee7ef255b77]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_artist::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   26:     0x63ff4c75d44b - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_artist::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:531:25
[INFO] [stdout]   27:     0x63ff4c7386d0 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_artist::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:340:19
[INFO] [stdout]   28:     0x63ff4c759432 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_artist::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:530:44
[INFO] [stdout]   29:     0x63ff4c7560e4 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_artist::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:601:57
[INFO] [stdout]   30:     0x63ff4c7bc223 - <tokio[28ed3ee7ef255b77]::macros::scoped_tls::ScopedKey<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::Context>>::set::<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_artist::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   31:     0x63ff4c74899f - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_artist::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:601:35
[INFO] [stdout]   32:     0x63ff4c749e2a - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_artist::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:520:24
[INFO] [stdout]   33:     0x63ff4c7331d3 - <tokio[28ed3ee7ef255b77]::runtime::scheduler::current_thread::CurrentThread>::block_on::<beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_artist::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   34:     0x63ff4c6fd53e - <tokio[28ed3ee7ef255b77]::runtime::runtime::Runtime>::block_on::<beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_artist::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/runtime.rs:279:52
[INFO] [stdout]   35:     0x63ff4c50f0b3 - beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_artist
[INFO] [stdout]                                at /opt/rustwide/workdir/beatlocker-server/src/api/get_album_list.rs:135:10
[INFO] [stdout]   36:     0x63ff4c5087f7 - beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_artist::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/beatlocker-server/src/api/get_album_list.rs:124:43
[INFO] [stdout]   37:     0x63ff4c413cf6 - <beatlocker_server[e3e2bf520e05e1c5]::api::get_album_list::tests::sort_alphabetical_by_artist::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x63ff4c83f9fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63ff4c83f9fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   40:     0x63ff4c84d045 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   41:     0x63ff4c84d045 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   42:     0x63ff4c84d045 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   43:     0x63ff4c84d045 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x63ff4c84d045 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x63ff4c84d045 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   46:     0x63ff4c84d045 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   47:     0x63ff4c847af4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   48:     0x63ff4c847af4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x63ff4c850192 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   50:     0x63ff4c850192 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x63ff4c850192 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   52:     0x63ff4c850192 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x63ff4c850192 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x63ff4c850192 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   55:     0x63ff4c850192 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x63ff4d3c611f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   57:     0x63ff4d3c611f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   58:     0x74b98a4f0aa4 - <unknown>
[INFO] [stdout]   59:     0x74b98a57da64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     api::get_album_list2::tests::query_by_genre
[INFO] [stdout]     api::get_album_list2::tests::query_by_year
[INFO] [stdout]     api::get_album_list2::tests::sort_alphabetical_by_artist
[INFO] [stdout]     api::get_album_list2::tests::sort_alphabetical_by_name
[INFO] [stdout]     api::get_album_list::tests::query_by_year
[INFO] [stdout]     api::get_album_list::tests::sort_alphabetical_by_artist
[INFO] [stdout]     api::get_album_list::tests::sort_alphabetical_by_name
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 8 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "e59d59dd178fe42a98a9cb3f5d2854f98a5a24cef1787cd3af9a4d8f2bb20288", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e59d59dd178fe42a98a9cb3f5d2854f98a5a24cef1787cd3af9a4d8f2bb20288", kill_on_drop: false }`
[INFO] [stdout] e59d59dd178fe42a98a9cb3f5d2854f98a5a24cef1787cd3af9a4d8f2bb20288
