[INFO] cloning repository https://github.com/bravc/splotch-api [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bravc/splotch-api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbravc%2Fsplotch-api", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbravc%2Fsplotch-api'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2fcff9dfb2acaf2f794379b4458c074c45593492 [INFO] testing bravc/splotch-api against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbravc%2Fsplotch-api" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bravc/splotch-api on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bravc/splotch-api [INFO] finished tweaking git repo https://github.com/bravc/splotch-api [INFO] tweaked toml for git repo https://github.com/bravc/splotch-api written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/bravc/splotch-api already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded actix-cors v0.5.1 [INFO] [stderr] Downloaded actix-web-httpauth v0.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2be480d6b4bb37ae63fadcda1c0a946708b90b5112562fb37472c2ede0b81915 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2be480d6b4bb37ae63fadcda1c0a946708b90b5112562fb37472c2ede0b81915", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2be480d6b4bb37ae63fadcda1c0a946708b90b5112562fb37472c2ede0b81915", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2be480d6b4bb37ae63fadcda1c0a946708b90b5112562fb37472c2ede0b81915", kill_on_drop: false }` [INFO] [stdout] 2be480d6b4bb37ae63fadcda1c0a946708b90b5112562fb37472c2ede0b81915 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8b6af8f242fc85199ade91827bf004ee1e63c1ad007fda357a23d9c2c367c475 [INFO] running `Command { std: "docker" "start" "-a" "8b6af8f242fc85199ade91827bf004ee1e63c1ad007fda357a23d9c2c367c475", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.76 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling either v1.6.0 [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Compiling pq-sys v0.4.6 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling hashbrown v0.8.2 [INFO] [stderr] Compiling standback v0.2.11 [INFO] [stderr] Compiling indexmap v1.5.1 [INFO] [stderr] Compiling tracing-core v0.1.15 [INFO] [stderr] Compiling time v0.2.22 [INFO] [stderr] Compiling cookie v0.14.3 [INFO] [stderr] Compiling bytestring v0.1.5 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling tinyvec v1.0.1 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling block-cipher v0.8.0 [INFO] [stderr] Compiling sha-1 v0.9.2 [INFO] [stderr] Compiling tracing v0.1.19 [INFO] [stderr] Compiling blowfish v0.6.0 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling native-tls v0.2.6 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.2.1 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling backtrace v0.3.50 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling flate2 v1.0.17 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling listenfd v0.3.3 [INFO] [stderr] Compiling resolv-conf v0.6.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling bcrypt v0.8.2 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling parking_lot v0.11.0 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling pem v0.8.1 [INFO] [stderr] Compiling env_logger v0.8.1 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.5 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling r2d2 v0.8.9 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling pin-project-internal v0.4.23 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling derive_more v0.99.11 [INFO] [stderr] Compiling actix-macros v0.1.2 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling pin-project-internal v1.0.1 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling async-trait v0.1.40 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling actix-web-codegen v0.4.0 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling actix-codec v0.2.0 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling pin-project v1.0.1 [INFO] [stderr] Compiling thiserror v1.0.22 [INFO] [stderr] Compiling pin-project v0.4.23 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling actix-codec v0.3.0 [INFO] [stderr] Compiling actix-threadpool v0.3.3 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling actix-service v1.0.6 [INFO] [stderr] Compiling actix-rt v1.1.1 [INFO] [stderr] Compiling h2 v0.2.6 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling trust-dns-proto v0.19.5 [INFO] [stderr] Compiling actix-utils v2.0.0 [INFO] [stderr] Compiling actix-utils v1.0.6 [INFO] [stderr] Compiling actix-server v1.0.3 [INFO] [stderr] Compiling actix-tls v2.0.0 [INFO] [stderr] Compiling actix-testing v1.0.1 [INFO] [stderr] Compiling trust-dns-resolver v0.19.5 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling actix-router v0.2.4 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling actix-connect v2.0.0 [INFO] [stderr] Compiling simple_asn1 v0.4.1 [INFO] [stderr] Compiling diesel v1.4.5 [INFO] [stderr] Compiling jsonwebtoken v7.2.0 [INFO] [stderr] Compiling actix-http v2.1.0 [INFO] [stderr] Compiling hyper v0.13.9 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling awc v2.0.1 [INFO] [stderr] Compiling reqwest v0.10.8 [INFO] [stderr] Compiling actix-web v3.2.0 [INFO] [stderr] Compiling actix-cors v0.5.1 [INFO] [stderr] Compiling actix-web-httpauth v0.5.0 [INFO] [stderr] Compiling splotch v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `user` [INFO] [stdout] --> src/services/spotify_service.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | user: &User, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_user` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_user_info` [INFO] [stdout] --> src/services/spotify_service.rs:90:14 [INFO] [stdout] | [INFO] [stdout] 90 | pub async fn get_user_info( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 00s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: time-macros-impl v0.1.1 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 18` [INFO] running `Command { std: "docker" "inspect" "8b6af8f242fc85199ade91827bf004ee1e63c1ad007fda357a23d9c2c367c475", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b6af8f242fc85199ade91827bf004ee1e63c1ad007fda357a23d9c2c367c475", kill_on_drop: false }` [INFO] [stdout] 8b6af8f242fc85199ade91827bf004ee1e63c1ad007fda357a23d9c2c367c475 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 796d9b6b0832cdaf5d9ae4d901c43b1b46cca2697dabcbfa7a85113cacda1492 [INFO] running `Command { std: "docker" "start" "-a" "796d9b6b0832cdaf5d9ae4d901c43b1b46cca2697dabcbfa7a85113cacda1492", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling splotch v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `user` [INFO] [stdout] --> src/services/spotify_service.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | user: &User, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_user` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_user_info` [INFO] [stdout] --> src/services/spotify_service.rs:90:14 [INFO] [stdout] | [INFO] [stdout] 90 | pub async fn get_user_info( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 18.90s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: time-macros-impl v0.1.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 19` [INFO] running `Command { std: "docker" "inspect" "796d9b6b0832cdaf5d9ae4d901c43b1b46cca2697dabcbfa7a85113cacda1492", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "796d9b6b0832cdaf5d9ae4d901c43b1b46cca2697dabcbfa7a85113cacda1492", kill_on_drop: false }` [INFO] [stdout] 796d9b6b0832cdaf5d9ae4d901c43b1b46cca2697dabcbfa7a85113cacda1492 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0414e5011ae1e887ceb99dadb6c49fd2a72b45072e6058bddaa91ffa869feb15 [INFO] running `Command { std: "docker" "start" "-a" "0414e5011ae1e887ceb99dadb6c49fd2a72b45072e6058bddaa91ffa869feb15", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `user` [INFO] [stderr] --> src/services/spotify_service.rs:82:5 [INFO] [stderr] | [INFO] [stderr] 82 | user: &User, [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_user` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_user_info` [INFO] [stderr] --> src/services/spotify_service.rs:90:14 [INFO] [stderr] | [INFO] [stderr] 90 | pub async fn get_user_info( [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `splotch` (bin "splotch" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: time-macros-impl v0.1.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 20` [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/splotch-0b744f36fefb8523) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test controllers::user_controller::tests::test_get_users ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- controllers::user_controller::tests::test_get_users stdout ---- [INFO] [stdout] thread 'controllers::user_controller::tests::test_get_users' panicked at 'DATABASE_URL must be set: NotPresent', src/controllers.rs:16:59 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56344d48724c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56344d48724c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56344d48724c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56344d48724c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56344d4acbbc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56344d4813d8 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56344d4895a7 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56344d4895a7 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56344d4895a7 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56344d4892db - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56344d489cfa - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56344d4899e7 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56344d487714 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56344d4896f9 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56344ceae723 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56344ceae813 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x56344cef3efe - core::result::Result::expect::h2fad14a3b8b55a2a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x56344cebf087 - splotch::controllers::test_request::{{closure}}::h886ec703941b3db9 [INFO] [stdout] at /opt/rustwide/workdir/src/controllers.rs:16:24 [INFO] [stdout] 18: 0x56344cf02b27 - as core::future::future::Future>::poll::hab254a2973128da1 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/future/mod.rs:84:19 [INFO] [stdout] 19: 0x56344cec086e - splotch::controllers::user_controller::tests::test_get_users::{{closure}}::hcf08c2db840ae95f [INFO] [stdout] at /opt/rustwide/workdir/src/controllers/user_controller.rs:49:37 [INFO] [stdout] 20: 0x56344cf02fcb - as core::future::future::Future>::poll::heb22758c30cb3138 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/future/mod.rs:84:19 [INFO] [stdout] 21: 0x56344cf33fd6 - as core::future::future::Future>::poll::{{closure}}::{{closure}}::h1afea83747491532 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:528:65 [INFO] [stdout] 22: 0x56344ceeb950 - tokio::coop::with_budget::{{closure}}::h50dea0db5257409c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:127:9 [INFO] [stdout] 23: 0x56344cf074a8 - std::thread::local::LocalKey::try_with::h0e9d3ee9d6c0e1d0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/local.rs:413:16 [INFO] [stdout] 24: 0x56344cf0724d - std::thread::local::LocalKey::with::ha27eec9dc452d6fc [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/local.rs:389:9 [INFO] [stdout] 25: 0x56344cf33e95 - tokio::coop::with_budget::hc1ff26eec4ebb409 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:120:5 [INFO] [stdout] 26: 0x56344cf33e95 - tokio::coop::budget::hcec62da1e6412e21 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:96:5 [INFO] [stdout] 27: 0x56344cf33e95 - as core::future::future::Future>::poll::{{closure}}::h6fa39ffd30b6047b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:528:42 [INFO] [stdout] 28: 0x56344ceeab57 - tokio::macros::scoped_tls::ScopedKey::set::h837e6df9ccc0ede6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 29: 0x56344cf33cda - tokio::task::local::LocalSet::with::h14669f3a8c284495 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:442:9 [INFO] [stdout] 30: 0x56344cf33d42 - as core::future::future::Future>::poll::hd2d605a3d4576633 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:518:9 [INFO] [stdout] 31: 0x56344cf33c24 - tokio::task::local::LocalSet::run_until::{{closure}}::h0b59c1a0f5302227 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:392:18 [INFO] [stdout] 32: 0x56344cf02c0b - as core::future::future::Future>::poll::hb5a1a6004b8df59e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/future/mod.rs:84:19 [INFO] [stdout] 33: 0x56344cebb440 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h954a34143ac1abfa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:58 [INFO] [stdout] 34: 0x56344ceeb830 - tokio::coop::with_budget::{{closure}}::h4c74d1efb9873aea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:127:9 [INFO] [stdout] 35: 0x56344cf07d78 - std::thread::local::LocalKey::try_with::hd01f38052206a446 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/local.rs:413:16 [INFO] [stdout] 36: 0x56344cf071dd - std::thread::local::LocalKey::with::h7c7484887c58d048 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/local.rs:389:9 [INFO] [stdout] 37: 0x56344cebae7c - tokio::coop::with_budget::h33e8ea9364704632 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:120:5 [INFO] [stdout] 38: 0x56344cebae7c - tokio::coop::budget::h820a4a149b36237f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:96:5 [INFO] [stdout] 39: 0x56344cebae7c - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::h2392ceb2ee85ba3d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35 [INFO] [stdout] 40: 0x56344cebb927 - tokio::runtime::basic_scheduler::enter::{{closure}}::hf92acc7851c0aaa4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29 [INFO] [stdout] 41: 0x56344ceeac70 - tokio::macros::scoped_tls::ScopedKey::set::hed9c438adb4721da [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 42: 0x56344cebb86a - tokio::runtime::basic_scheduler::enter::hbf247c1d7c613658 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:5 [INFO] [stdout] 43: 0x56344cebabb6 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h9987621b3867f3bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9 [INFO] [stdout] 44: 0x56344cefbec2 - tokio::runtime::Runtime::block_on::{{closure}}::h8b14fe31bd9d9d78 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/mod.rs:444:34 [INFO] [stdout] 45: 0x56344cec0b03 - tokio::runtime::context::enter::h27c77e66b70ed8b1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/context.rs:72:5 [INFO] [stdout] 46: 0x56344cec0d8e - tokio::runtime::handle::Handle::enter::h652d7ba0300373bc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/handle.rs:76:9 [INFO] [stdout] 47: 0x56344cefbdf3 - tokio::runtime::Runtime::block_on::h470f47d90e678e0f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/mod.rs:441:9 [INFO] [stdout] 48: 0x56344cf3396c - tokio::task::local::LocalSet::block_on::h9aafd63a67081156 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:353:9 [INFO] [stdout] 49: 0x56344cef7601 - actix_rt::runtime::Runtime::block_on::h2bc5a9e7bb34e82e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/runtime.rs:89:9 [INFO] [stdout] 50: 0x56344cf2e6c0 - actix_rt::builder::SystemRunner::block_on::hf9bca11835f1bbfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/builder.rs:187:19 [INFO] [stdout] 51: 0x56344cec0640 - splotch::controllers::user_controller::tests::test_get_users::h975860fd14391853 [INFO] [stdout] at /opt/rustwide/workdir/src/controllers/user_controller.rs:46:5 [INFO] [stdout] 52: 0x56344cec05da - splotch::controllers::user_controller::tests::test_get_users::{{closure}}::he6597b3f9709736c [INFO] [stdout] at /opt/rustwide/workdir/src/controllers/user_controller.rs:46:5 [INFO] [stdout] 53: 0x56344cec8f6e - core::ops::function::FnOnce::call_once::ha91431f137ef5a13 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 54: 0x56344cf77f83 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x56344cf77f83 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 56: 0x56344cf76cb1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 57: 0x56344cf76cb1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 58: 0x56344cf76cb1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 59: 0x56344cf76cb1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 60: 0x56344cf76cb1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 61: 0x56344cf76cb1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 62: 0x56344cf76cb1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 63: 0x56344cf80591 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 64: 0x56344cf80591 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 65: 0x56344cf4ccef - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 66: 0x56344cf4ccef - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 67: 0x56344cf4ccef - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 68: 0x56344cf4ccef - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 69: 0x56344cf4ccef - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 70: 0x56344cf4ccef - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 71: 0x56344cf4ccef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 72: 0x56344d48fbe3 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 73: 0x56344d48fbe3 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 74: 0x56344d48fbe3 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 75: 0x7fe1a8627609 - start_thread [INFO] [stdout] 76: 0x7fe1a83ff293 - clone [INFO] [stdout] 77: 0x0 - [INFO] [stdout] Panic in Arbiter thread. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] controllers::user_controller::tests::test_get_users [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin splotch' [INFO] running `Command { std: "docker" "inspect" "0414e5011ae1e887ceb99dadb6c49fd2a72b45072e6058bddaa91ffa869feb15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0414e5011ae1e887ceb99dadb6c49fd2a72b45072e6058bddaa91ffa869feb15", kill_on_drop: false }` [INFO] [stdout] 0414e5011ae1e887ceb99dadb6c49fd2a72b45072e6058bddaa91ffa869feb15