[INFO] cloning repository https://github.com/khuyennv/rust-app-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/khuyennv/rust-app-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkhuyennv%2Frust-app-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkhuyennv%2Frust-app-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 013826a0f1758de9d78c40c389bb5ae0b118348e [INFO] testing khuyennv/rust-app-example against try#ecabaf78506b7a4668d42dc20268c086b93f0fad for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkhuyennv%2Frust-app-example" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/khuyennv/rust-app-example on toolchain ecabaf78506b7a4668d42dc20268c086b93f0fad [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/khuyennv/rust-app-example [INFO] finished tweaking git repo https://github.com/khuyennv/rust-app-example [INFO] tweaked toml for git repo https://github.com/khuyennv/rust-app-example written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/khuyennv/rust-app-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded sentry-panic v0.19.1 [INFO] [stderr] Downloaded sentry-types v0.19.1 [INFO] [stderr] Downloaded sentry-backtrace v0.19.1 [INFO] [stderr] Downloaded r2d2_redis v0.13.0 [INFO] [stderr] Downloaded redis v0.15.1 [INFO] [stderr] Downloaded sentry-contexts v0.19.1 [INFO] [stderr] Downloaded sentry-failure v0.19.1 [INFO] [stderr] Downloaded sentry v0.19.1 [INFO] [stderr] Downloaded debugid v0.7.2 [INFO] [stderr] Downloaded sentry-core v0.19.1 [INFO] [stderr] Downloaded actix-http-test v2.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3d0141141297abbb747730e09025ab1939c1e0849757474918a500e4223159af [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" "3d0141141297abbb747730e09025ab1939c1e0849757474918a500e4223159af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d0141141297abbb747730e09025ab1939c1e0849757474918a500e4223159af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d0141141297abbb747730e09025ab1939c1e0849757474918a500e4223159af", kill_on_drop: false }` [INFO] [stdout] 3d0141141297abbb747730e09025ab1939c1e0849757474918a500e4223159af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "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] 681cc5711329689bb9d9e07e9871494613a1855befd0e8dd3e17c717859b40ce [INFO] running `Command { std: "docker" "start" "-a" "681cc5711329689bb9d9e07e9871494613a1855befd0e8dd3e17c717859b40ce", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling futures-core v0.3.7 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling pin-project-lite v0.1.11 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling futures-io v0.3.7 [INFO] [stderr] Compiling once_cell v1.4.1 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling futures-sink v0.3.7 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling arc-swap v0.4.7 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling cc v1.0.61 [INFO] [stderr] Compiling ppv-lite86 v0.2.9 [INFO] [stderr] Compiling tinyvec v0.3.4 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling smallvec v1.4.2 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling gimli v0.22.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling object v0.21.1 [INFO] [stderr] Compiling rustc-demangle v0.1.18 [INFO] [stderr] Compiling regex-syntax v0.6.20 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling const_fn v0.4.2 [INFO] [stderr] Compiling encoding_rs v0.8.24 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling linked-hash-map v0.5.3 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling fastrand v1.4.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling dtoa v0.4.6 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling vec-arena v1.0.0 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling async-task v4.0.3 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling tower-service v0.3.0 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Compiling bit-vec v0.6.2 [INFO] [stderr] Compiling ipnet v2.3.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling humantime v2.0.1 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling bytes v0.6.0 [INFO] [stderr] Compiling instant v0.1.8 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling futures-channel v0.3.7 [INFO] [stderr] Compiling futures-task v0.3.7 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling form_urlencoded v1.0.0 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling bytestring v0.1.5 [INFO] [stderr] Compiling lock_api v0.4.1 [INFO] [stderr] Compiling standback v0.2.11 [INFO] [stderr] Compiling im v14.3.0 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling time v0.2.22 [INFO] [stderr] Compiling cookie v0.14.2 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling unicode-normalization v0.1.13 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling tinyvec v1.0.1 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling async-channel v1.5.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling aho-corasick v0.7.14 [INFO] [stderr] Compiling futures-lite v1.11.2 [INFO] [stderr] Compiling addr2line v0.13.0 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling net2 v0.2.35 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling signal-hook-registry v1.2.1 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling polling v2.0.2 [INFO] [stderr] Compiling nb-connect v1.0.2 [INFO] [stderr] Compiling uname v0.1.1 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling sentry-contexts v0.19.1 [INFO] [stderr] Compiling bitmaps v2.1.0 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling regex v1.4.1 [INFO] [stderr] Compiling backtrace v0.3.53 [INFO] [stderr] Compiling flate2 v1.0.18 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling resolv-conf v0.6.3 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling parking_lot v0.11.0 [INFO] [stderr] Compiling async-executor v1.3.0 [INFO] [stderr] Compiling blocking v1.0.2 [INFO] [stderr] Compiling async-io v1.1.10 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_xoshiro v0.4.0 [INFO] [stderr] Compiling rand_xorshift v0.2.0 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.5 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling async-global-executor v1.4.3 [INFO] [stderr] Compiling sha-1 v0.9.1 [INFO] [stderr] Compiling r2d2 v0.8.9 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling env_logger v0.8.1 [INFO] [stderr] Compiling async-std v1.6.5 [INFO] [stderr] Compiling sized-chunks v0.5.3 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling proptest v0.10.1 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-openssl v0.4.0 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling pin-project-internal v1.0.1 [INFO] [stderr] Compiling futures-macro v0.3.7 [INFO] [stderr] Compiling thiserror-impl v1.0.21 [INFO] [stderr] Compiling derive_more v0.99.11 [INFO] [stderr] Compiling actix-macros v0.1.2 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling async-trait v0.1.41 [INFO] [stderr] Compiling actix-web-codegen v0.4.0 [INFO] [stderr] Compiling codegen v0.1.0 (/opt/rustwide/workdir/codegen) [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling thiserror v1.0.21 [INFO] [stderr] Compiling pin-project v1.0.1 [INFO] [stderr] Compiling futures-util v0.3.7 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling actix-codec v0.3.0 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling actix-threadpool v0.3.3 [INFO] [stderr] Compiling futures-executor v0.3.7 [INFO] [stderr] Compiling actix-rt v1.1.1 [INFO] [stderr] Compiling actix-service v1.0.6 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling futures v0.3.7 [INFO] [stderr] Compiling actix-utils v2.0.0 [INFO] [stderr] Compiling actix-tls v2.0.0 [INFO] [stderr] Compiling actix-server v1.0.4 [INFO] [stderr] Compiling actix-testing v1.0.1 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling actix-router v0.2.5 [INFO] [stderr] Compiling debugid v0.7.2 [INFO] [stderr] Compiling trust-dns-proto v0.19.5 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling redis v0.15.1 [INFO] [stderr] Compiling sentry-types v0.19.1 [INFO] [stderr] Compiling hyper v0.13.8 [INFO] [stderr] Compiling trust-dns-resolver v0.19.5 [INFO] [stderr] Compiling sentry-core v0.19.1 [INFO] [stderr] Compiling sentry-backtrace v0.19.1 [INFO] [stderr] Compiling sentry-failure v0.19.1 [INFO] [stderr] Compiling sentry-panic v0.19.1 [INFO] [stderr] Compiling actix-connect v2.0.0 [INFO] [stderr] Compiling r2d2_redis v0.13.0 [INFO] [stderr] Compiling actix-http v2.2.0 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling reqwest v0.10.8 [INFO] [stderr] Compiling awc v2.0.3 [INFO] [stderr] Compiling sentry v0.19.1 [INFO] [stderr] Compiling actix-web v3.3.2 [INFO] [stderr] Compiling main v0.1.0 (/opt/rustwide/workdir/main) [INFO] [stdout] warning: unused import: `async_std::task` [INFO] [stdout] --> main/src/app.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use async_std::task; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `proptest::std_facade::hash_map::RandomState` [INFO] [stdout] --> main/src/app.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use proptest::std_facade::hash_map::RandomState; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::constants::error_codes::*` [INFO] [stdout] --> main/src/controllers/index_controller.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::constants::error_codes::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::constants::error_messages::*` [INFO] [stdout] --> main/src/controllers/index_controller.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::constants::error_messages::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `codegen::validate_request` [INFO] [stdout] --> main/src/controllers/index_controller.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use codegen::validate_request; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Error` [INFO] [stdout] --> main/src/errors.rs:2:62 [INFO] [stdout] | [INFO] [stdout] 2 | use actix_web::{error::ResponseError, http::StatusCode, web, Error}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `io` [INFO] [stdout] --> main/src/middlewares/before_action_middleware.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{collections::HashMap, io, sync::Mutex, task::{Context, Poll}}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `HeaderName`, `HeaderValue`, `error::ErrorBadGateway`, `error`, `http::StatusCode`, `web` [INFO] [stdout] --> main/src/middlewares/before_action_middleware.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | error, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 12 | error::ErrorBadGateway, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 13 | http::header::{HeaderName, HeaderValue}, [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] 14 | http::StatusCode, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 15 | web, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `serde_json::json` [INFO] [stdout] --> main/src/middlewares/before_action_middleware.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use serde_json::json; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ret` [INFO] [stdout] --> main/src/controllers/index_controller.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | let ret = redis.get::("khuyentest1".to_string()); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ret` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `hdr` [INFO] [stdout] --> main/src/controllers/index_controller.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | if let Some(hdr) = req.headers().get(header::CONTENT_TYPE) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_hdr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `redis` [INFO] [stdout] --> main/src/controllers/index_controller.rs:29:25 [INFO] [stdout] | [INFO] [stdout] 29 | pub async fn index_test(redis: Data, req: HttpRequest) -> Result { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_redis` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `hdr` [INFO] [stdout] --> main/src/controllers/index_controller.rs:39:17 [INFO] [stdout] | [INFO] [stdout] 39 | if let Some(hdr) = req.headers().get(header::CONTENT_TYPE) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_hdr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> main/src/middlewares/before_action_middleware.rs:71:24 [INFO] [stdout] | [INFO] [stdout] 71 | fn call(&mut self, mut req: ServiceRequest) -> Self::Future { [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `init_sentry` [INFO] [stdout] --> main/src/app.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn init_sentry(sentry_url: String) -> ClientInitGuard { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `USER_NOT_PERMISSION` [INFO] [stdout] --> main/src/constants/error_codes.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | pub const USER_NOT_PERMISSION: u16 = 1002; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> main/src/middlewares/before_action_middleware.rs:116:29 [INFO] [stdout] | [INFO] [stdout] 116 | ... &iam_keys.insert(k.to_string(), v.to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6m 43s [INFO] running `Command { std: "docker" "inspect" "681cc5711329689bb9d9e07e9871494613a1855befd0e8dd3e17c717859b40ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "681cc5711329689bb9d9e07e9871494613a1855befd0e8dd3e17c717859b40ce", kill_on_drop: false }` [INFO] [stdout] 681cc5711329689bb9d9e07e9871494613a1855befd0e8dd3e17c717859b40ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d9d3a0c9328773fdad61e962c3522d08037b199e98f6c84d5fb85c16b5d4558f [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" "d9d3a0c9328773fdad61e962c3522d08037b199e98f6c84d5fb85c16b5d4558f", kill_on_drop: false }` [INFO] [stderr] Compiling codegen v0.1.0 (/opt/rustwide/workdir/codegen) [INFO] [stderr] Compiling actix-http-test v2.0.0 [INFO] [stderr] Compiling main v0.1.0 (/opt/rustwide/workdir/main) [INFO] [stdout] warning: unused import: `async_std::task` [INFO] [stdout] --> main/src/app.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use async_std::task; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `proptest::std_facade::hash_map::RandomState` [INFO] [stdout] --> main/src/app.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use proptest::std_facade::hash_map::RandomState; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::constants::error_codes::*` [INFO] [stdout] --> main/src/controllers/index_controller.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::constants::error_codes::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::constants::error_messages::*` [INFO] [stdout] --> main/src/controllers/index_controller.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::constants::error_messages::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `codegen::validate_request` [INFO] [stdout] --> main/src/controllers/index_controller.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use codegen::validate_request; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Error` [INFO] [stdout] --> main/src/errors.rs:2:62 [INFO] [stdout] | [INFO] [stdout] 2 | use actix_web::{error::ResponseError, http::StatusCode, web, Error}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `io` [INFO] [stdout] --> main/src/middlewares/before_action_middleware.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{collections::HashMap, io, sync::Mutex, task::{Context, Poll}}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `HeaderName`, `HeaderValue`, `error::ErrorBadGateway`, `error`, `http::StatusCode`, `web` [INFO] [stdout] --> main/src/middlewares/before_action_middleware.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | error, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 12 | error::ErrorBadGateway, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 13 | http::header::{HeaderName, HeaderValue}, [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] 14 | http::StatusCode, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 15 | web, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `serde_json::json` [INFO] [stdout] --> main/src/middlewares/before_action_middleware.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use serde_json::json; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `actix_web::web::Data` [INFO] [stdout] --> main/src/test/integration/controllers/index_controllers_test.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | use actix_web::web::Data; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::controllers::index_controller` [INFO] [stdout] --> main/src/test/integration/controllers/index_controllers_test.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::controllers::index_controller; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ret` [INFO] [stdout] --> main/src/controllers/index_controller.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | let ret = redis.get::("khuyentest1".to_string()); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ret` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `hdr` [INFO] [stdout] --> main/src/controllers/index_controller.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | if let Some(hdr) = req.headers().get(header::CONTENT_TYPE) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_hdr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `redis` [INFO] [stdout] --> main/src/controllers/index_controller.rs:29:25 [INFO] [stdout] | [INFO] [stdout] 29 | pub async fn index_test(redis: Data, req: HttpRequest) -> Result { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_redis` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `hdr` [INFO] [stdout] --> main/src/controllers/index_controller.rs:39:17 [INFO] [stdout] | [INFO] [stdout] 39 | if let Some(hdr) = req.headers().get(header::CONTENT_TYPE) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_hdr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `redis` [INFO] [stdout] --> main/src/test/integration/controllers/index_controllers_test.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | let redis = RedisDB::connect(config.redis_uri.clone()); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_redis` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> main/src/middlewares/before_action_middleware.rs:71:24 [INFO] [stdout] | [INFO] [stdout] 71 | fn call(&mut self, mut req: ServiceRequest) -> Self::Future { [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `init_sentry` [INFO] [stdout] --> main/src/app.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn init_sentry(sentry_url: String) -> ClientInitGuard { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `USER_NOT_PERMISSION` [INFO] [stdout] --> main/src/constants/error_codes.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | pub const USER_NOT_PERMISSION: u16 = 1002; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> main/src/middlewares/before_action_middleware.rs:116:29 [INFO] [stdout] | [INFO] [stdout] 116 | ... &iam_keys.insert(k.to_string(), v.to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 19.42s [INFO] running `Command { std: "docker" "inspect" "d9d3a0c9328773fdad61e962c3522d08037b199e98f6c84d5fb85c16b5d4558f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9d3a0c9328773fdad61e962c3522d08037b199e98f6c84d5fb85c16b5d4558f", kill_on_drop: false }` [INFO] [stdout] d9d3a0c9328773fdad61e962c3522d08037b199e98f6c84d5fb85c16b5d4558f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "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] 3e473b6ea7289e42b3ebd179b1ce294ee201dbab64d9597c6dbfdcb961f33761 [INFO] running `Command { std: "docker" "start" "-a" "3e473b6ea7289e42b3ebd179b1ce294ee201dbab64d9597c6dbfdcb961f33761", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `async_std::task` [INFO] [stderr] --> main/src/app.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use async_std::task; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `proptest::std_facade::hash_map::RandomState` [INFO] [stderr] --> main/src/app.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use proptest::std_facade::hash_map::RandomState; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::constants::error_codes::*` [INFO] [stderr] --> main/src/controllers/index_controller.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use crate::constants::error_codes::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::constants::error_messages::*` [INFO] [stderr] --> main/src/controllers/index_controller.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::constants::error_messages::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `codegen::validate_request` [INFO] [stderr] --> main/src/controllers/index_controller.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use codegen::validate_request; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Error` [INFO] [stderr] --> main/src/errors.rs:2:62 [INFO] [stderr] | [INFO] [stderr] 2 | use actix_web::{error::ResponseError, http::StatusCode, web, Error}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `io` [INFO] [stderr] --> main/src/middlewares/before_action_middleware.rs:1:33 [INFO] [stderr] | [INFO] [stderr] 1 | use std::{collections::HashMap, io, sync::Mutex, task::{Context, Poll}}; [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `HeaderName`, `HeaderValue`, `error::ErrorBadGateway`, `error`, `http::StatusCode`, `web` [INFO] [stderr] --> main/src/middlewares/before_action_middleware.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | error, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 12 | error::ErrorBadGateway, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 13 | http::header::{HeaderName, HeaderValue}, [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stderr] 14 | http::StatusCode, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] 15 | web, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `serde_json::json` [INFO] [stderr] --> main/src/middlewares/before_action_middleware.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | use serde_json::json; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `actix_web::web::Data` [INFO] [stderr] --> main/src/test/integration/controllers/index_controllers_test.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | use actix_web::web::Data; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::controllers::index_controller` [INFO] [stderr] --> main/src/test/integration/controllers/index_controllers_test.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | use crate::controllers::index_controller; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `ret` [INFO] [stderr] --> main/src/controllers/index_controller.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | let ret = redis.get::("khuyentest1".to_string()); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_ret` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `hdr` [INFO] [stderr] --> main/src/controllers/index_controller.rs:21:17 [INFO] [stderr] | [INFO] [stderr] 21 | if let Some(hdr) = req.headers().get(header::CONTENT_TYPE) { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_hdr` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `redis` [INFO] [stderr] --> main/src/controllers/index_controller.rs:29:25 [INFO] [stderr] | [INFO] [stderr] 29 | pub async fn index_test(redis: Data, req: HttpRequest) -> Result { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_redis` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `hdr` [INFO] [stderr] --> main/src/controllers/index_controller.rs:39:17 [INFO] [stderr] | [INFO] [stderr] 39 | if let Some(hdr) = req.headers().get(header::CONTENT_TYPE) { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_hdr` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `redis` [INFO] [stderr] --> main/src/test/integration/controllers/index_controllers_test.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | let redis = RedisDB::connect(config.redis_uri.clone()); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_redis` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> main/src/middlewares/before_action_middleware.rs:71:24 [INFO] [stderr] | [INFO] [stderr] 71 | fn call(&mut self, mut req: ServiceRequest) -> Self::Future { [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `init_sentry` [INFO] [stderr] --> main/src/app.rs:30:12 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn init_sentry(sentry_url: String) -> ClientInitGuard { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated constant is never used: `USER_NOT_PERMISSION` [INFO] [stderr] --> main/src/constants/error_codes.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | pub const USER_NOT_PERMISSION: u16 = 1002; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused borrow that must be used [INFO] [stderr] --> main/src/middlewares/before_action_middleware.rs:116:29 [INFO] [stderr] | [INFO] [stderr] 116 | ... &iam_keys.insert(k.to_string(), v.to_string()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 20 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.30s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/codegen-6e9e4a423cdafc13) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/main-9b13615f48fdf4ec) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test components::databases::redis_db::tests::connect ... ok [INFO] [stdout] test test::integration::controllers::index_controllers_test::test::test_index_get ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test::integration::controllers::index_controllers_test::test::test_index_get stdout ---- [INFO] [stdout] ->>>>>>>>>>>>>>>>>>>>>>>...."test" [INFO] [stdout] thread 'test::integration::controllers::index_controllers_test::test::test_index_get' panicked at 'Could not pool connection redis: Error(Some("address not available: Cannot assign requested address (os error 99)"))', main/src/components/databases/redis_db.rs:27:58 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5616bd4ceca0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5616bd4ceca0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5616bd4ceca0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5616bd4ceca0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5616bd4f246c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5616bd4c92f5 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x5616bd4d0ecb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5616bd4d0ecb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5616bd4d0ecb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5616bd4d09dc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5616bd4d1594 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5616bd4d1077 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5616bd4cf19c - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5616bd4d0fd9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5616bceccd31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5616bcecce23 - core::result::unwrap_failed::he898b02f57993c42 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/result.rs:1355:5 [INFO] [stdout] 16: 0x5616bced129c - core::result::Result::expect::h57fa083530024419 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/result.rs:997:23 [INFO] [stdout] 17: 0x5616bcf0b111 - main::components::databases::redis_db::RedisDB::connect::hb708ae80c8d359e0 [INFO] [stdout] at /opt/rustwide/workdir/main/src/components/databases/redis_db.rs:27:28 [INFO] [stdout] 18: 0x5616bcf16b3c - main::app::Application::config_database::h05b69ec008f6cd1d [INFO] [stdout] at /opt/rustwide/workdir/main/src/app.rs:58:21 [INFO] [stdout] 19: 0x5616bcf16adf - main::app::Application::config_app::{{closure}}::h5621aab9541c5e06 [INFO] [stdout] at /opt/rustwide/workdir/main/src/app.rs:52:13 [INFO] [stdout] 20: 0x5616bcef3658 - core::ops::function::FnOnce::call_once::h977a55c5398b9e15 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5616bcef34f8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1aa1aa0d469351ef [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x5616bcf08ad8 - as core::ops::function::FnOnce>::call_once::hcefcfe41b03718a3 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x5616bcf1581a - actix_web::app::App::configure::h5cdbb68084577b8c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-3.3.2/src/app.rs:182:9 [INFO] [stdout] 24: 0x5616bcf1d7e2 - main::test::integration::controllers::index_controllers_test::test::test_index_get::{{closure}}::hb194afb35915aa08 [INFO] [stdout] at /opt/rustwide/workdir/main/src/test/integration/controllers/index_controllers_test.rs:16:42 [INFO] [stdout] 25: 0x5616bcf1cd1b - as core::future::future::Future>::poll::hc7ce988835cf7ca0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 26: 0x5616bcf1c466 - as core::future::future::Future>::poll::{{closure}}::{{closure}}::hd0da3658610673cd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:528:65 [INFO] [stdout] 27: 0x5616bcf2703c - tokio::coop::with_budget::{{closure}}::hae387455020b27d8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:127:9 [INFO] [stdout] 28: 0x5616bcee7a91 - std::thread::local::LocalKey::try_with::h74b4c203a3847a3e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 29: 0x5616bcee733d - std::thread::local::LocalKey::with::h887831ef45c95c1d [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 30: 0x5616bcf1c31b - tokio::coop::with_budget::hc59e24b11ef5c28b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:120:5 [INFO] [stdout] 31: 0x5616bcf1c31b - tokio::coop::budget::hadd7830603188c42 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:96:5 [INFO] [stdout] 32: 0x5616bcf1c31b - as core::future::future::Future>::poll::{{closure}}::h147af936a84ae63b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:528:42 [INFO] [stdout] 33: 0x5616bcf1bc2d - tokio::macros::scoped_tls::ScopedKey::set::h55c50c3213556204 [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] 34: 0x5616bcf1b85a - tokio::task::local::LocalSet::with::h277a21effe26eac6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:442:9 [INFO] [stdout] 35: 0x5616bcf1c1c2 - as core::future::future::Future>::poll::h728d5e73509a02df [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:518:9 [INFO] [stdout] 36: 0x5616bcf1baed - tokio::task::local::LocalSet::run_until::{{closure}}::hd911cbe096e33ee2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:392:9 [INFO] [stdout] 37: 0x5616bcf1ca2b - as core::future::future::Future>::poll::h52ce0991b2b443b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 38: 0x5616bcf361e0 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::heb64c1e48607a1ba [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] 39: 0x5616bcf2729c - tokio::coop::with_budget::{{closure}}::hf6a9aeea08b1f0a2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:127:9 [INFO] [stdout] 40: 0x5616bcee7bc1 - std::thread::local::LocalKey::try_with::h97fed8ec69ab8d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 41: 0x5616bcee727d - std::thread::local::LocalKey::with::h30aa5848bb693782 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 42: 0x5616bcf35bcb - tokio::coop::with_budget::h6d52e02d91e5428a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:120:5 [INFO] [stdout] 43: 0x5616bcf35bcb - tokio::coop::budget::ha9bd06de338743b0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:96:5 [INFO] [stdout] 44: 0x5616bcf35bcb - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::he9ff4640c5ab08ab [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] 45: 0x5616bcf36681 - tokio::runtime::basic_scheduler::enter::{{closure}}::h82179a9a1a6fe1e4 [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] 46: 0x5616bcf1bd40 - tokio::macros::scoped_tls::ScopedKey::set::he07865782031135b [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] 47: 0x5616bcf365ce - tokio::runtime::basic_scheduler::enter::h01779dcc64c34839 [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] 48: 0x5616bcf358f0 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h9babe68834401f9d [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] 49: 0x5616bcf367b2 - tokio::runtime::Runtime::block_on::{{closure}}::h9e6ebc505d54cc89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/mod.rs:444:34 [INFO] [stdout] 50: 0x5616bceee10d - tokio::runtime::context::enter::hea3c0cd1f19378d7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/context.rs:72:5 [INFO] [stdout] 51: 0x5616bcee8668 - tokio::runtime::handle::Handle::enter::h6199f99de0992a3b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/handle.rs:76:9 [INFO] [stdout] 52: 0x5616bcf366dd - tokio::runtime::Runtime::block_on::h36a4752e494b8d0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/mod.rs:441:9 [INFO] [stdout] 53: 0x5616bcf1b8d6 - tokio::task::local::LocalSet::block_on::h49f4faa9f2fe59bf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:353:9 [INFO] [stdout] 54: 0x5616bcf287e1 - actix_rt::runtime::Runtime::block_on::h922721ce4cb778ef [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/runtime.rs:89:9 [INFO] [stdout] 55: 0x5616bcf1c4f0 - actix_rt::builder::SystemRunner::block_on::h1eb5d82a652fd592 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/builder.rs:187:19 [INFO] [stdout] 56: 0x5616bcf1d26e - main::test::integration::controllers::index_controllers_test::test::test_index_get::hb29066dcf48c802f [INFO] [stdout] at /opt/rustwide/workdir/main/src/test/integration/controllers/index_controllers_test.rs:12:5 [INFO] [stdout] 57: 0x5616bcf1d20a - main::test::integration::controllers::index_controllers_test::test::test_index_get::{{closure}}::h4a21711a39f6b14a [INFO] [stdout] at /opt/rustwide/workdir/main/src/test/integration/controllers/index_controllers_test.rs:12:5 [INFO] [stdout] 58: 0x5616bcef370e - core::ops::function::FnOnce::call_once::hbe14ccee0c7d41f4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 59: 0x5616bcf7a5c3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 60: 0x5616bcf7a5c3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 61: 0x5616bcf79050 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 62: 0x5616bcf79050 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 63: 0x5616bcf79050 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 64: 0x5616bcf79050 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 65: 0x5616bcf79050 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 66: 0x5616bcf79050 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 67: 0x5616bcf79050 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 68: 0x5616bcf52612 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 69: 0x5616bcf52612 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 70: 0x5616bcf56268 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 71: 0x5616bcf56268 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 72: 0x5616bcf56268 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 73: 0x5616bcf56268 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 74: 0x5616bcf56268 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 75: 0x5616bcf56268 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 76: 0x5616bcf56268 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 77: 0x5616bd4d6a27 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 78: 0x5616bd4d6a27 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 79: 0x5616bd4d6a27 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 80: 0x7f913a052609 - start_thread [INFO] [stdout] 81: 0x7f9139e22293 - clone [INFO] [stdout] 82: 0x0 - [INFO] [stdout] Panic in Arbiter thread. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test::integration::controllers::index_controllers_test::test::test_index_get [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 30.10s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '-p main --bin main' [INFO] running `Command { std: "docker" "inspect" "3e473b6ea7289e42b3ebd179b1ce294ee201dbab64d9597c6dbfdcb961f33761", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e473b6ea7289e42b3ebd179b1ce294ee201dbab64d9597c6dbfdcb961f33761", kill_on_drop: false }` [INFO] [stdout] 3e473b6ea7289e42b3ebd179b1ce294ee201dbab64d9597c6dbfdcb961f33761