[INFO] cloning repository https://github.com/GhostTorment/speedtest_statuspage
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/GhostTorment/speedtest_statuspage" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGhostTorment%2Fspeedtest_statuspage", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGhostTorment%2Fspeedtest_statuspage'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 15940a88c1106df9d87b1d13b60a758134dc48da
[INFO] testing GhostTorment/speedtest_statuspage against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGhostTorment%2Fspeedtest_statuspage" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/GhostTorment/speedtest_statuspage
[INFO] finished tweaking git repo https://github.com/GhostTorment/speedtest_statuspage
[INFO] tweaked toml for git repo https://github.com/GhostTorment/speedtest_statuspage written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/GhostTorment/speedtest_statuspage on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/GhostTorment/speedtest_statuspage 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cee5a11128908bff90f0e6ee5a35bf10278b82fd228ac18133657f1fbfa78d20
[INFO] running `Command { std: "docker" "start" "cee5a11128908bff90f0e6ee5a35bf10278b82fd228ac18133657f1fbfa78d20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cee5a11128908bff90f0e6ee5a35bf10278b82fd228ac18133657f1fbfa78d20", 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" "cee5a11128908bff90f0e6ee5a35bf10278b82fd228ac18133657f1fbfa78d20" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cee5a11128908bff90f0e6ee5a35bf10278b82fd228ac18133657f1fbfa78d20", 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" "cee5a11128908bff90f0e6ee5a35bf10278b82fd228ac18133657f1fbfa78d20" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling slab v0.4.10
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling cc v1.2.31
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling local-waker v0.1.4
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling bytestring v1.4.0
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling brotli-decompressor v5.0.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling actix-utils v3.0.1
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling actix-service v2.0.3
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling serde_json v1.0.142
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling regex-lite v0.1.6
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling actix-rt v2.10.0
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling actix-codec v0.5.2
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling brotli v8.0.1
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling local-channel v0.1.5
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling sdd v3.0.10
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling language-tags v0.3.2
[INFO] [stderr]    Compiling scc v2.3.4
[INFO] [stderr]    Compiling actix-server v2.6.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]    Compiling impl-more v0.1.9
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling serial_test v3.2.0
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling actix-http v3.11.0
[INFO] [stderr]    Compiling actix-web v4.11.0
[INFO] [stderr]    Compiling speedtest_statuspage v0.2.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `ClientInfo` is never constructed
[INFO] [stdout]   --> src/models.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub struct ClientInfo {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ServerInfo` is never constructed
[INFO] [stdout]    --> src/models.rs:104:12
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub struct ServerInfo {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SpeedTestResponse` is never constructed
[INFO] [stdout]    --> src/models.rs:199:12
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub struct SpeedTestResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SpeedTestResult` is never constructed
[INFO] [stdout]    --> src/models.rs:281:12
[INFO] [stdout]     |
[INFO] [stdout] 281 | pub struct SpeedTestResult {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 5m 01s
[INFO] running `Command { std: "docker" "inspect" "cee5a11128908bff90f0e6ee5a35bf10278b82fd228ac18133657f1fbfa78d20", 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" "cee5a11128908bff90f0e6ee5a35bf10278b82fd228ac18133657f1fbfa78d20" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling clap_builder v4.5.43
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling clap v4.5.43
[INFO] [stderr]    Compiling serde_json v1.0.142
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling actix-web v4.11.0
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling speedtest_statuspage v0.2.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `ClientInfo` is never constructed
[INFO] [stdout]   --> src/models.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub struct ClientInfo {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ServerInfo` is never constructed
[INFO] [stdout]    --> src/models.rs:104:12
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub struct ServerInfo {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SpeedTestResponse` is never constructed
[INFO] [stdout]    --> src/models.rs:199:12
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub struct SpeedTestResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SpeedTestResult` is never constructed
[INFO] [stdout]    --> src/models.rs:281:12
[INFO] [stdout]     |
[INFO] [stdout] 281 | pub struct SpeedTestResult {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ClientInfo` is never constructed
[INFO] [stdout]   --> src/models.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub struct ClientInfo {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ServerInfo` is never constructed
[INFO] [stdout]    --> src/models.rs:104:12
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub struct ServerInfo {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SpeedTestResponse` is never constructed
[INFO] [stdout]    --> src/models.rs:199:12
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub struct SpeedTestResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SpeedTestResult` is never constructed
[INFO] [stdout]    --> src/models.rs:281:12
[INFO] [stdout]     |
[INFO] [stdout] 281 | pub struct SpeedTestResult {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 38s
[INFO] running `Command { std: "docker" "inspect" "cee5a11128908bff90f0e6ee5a35bf10278b82fd228ac18133657f1fbfa78d20", 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" "cee5a11128908bff90f0e6ee5a35bf10278b82fd228ac18133657f1fbfa78d20" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: struct `ClientInfo` is never constructed
[INFO] [stderr]   --> src/models.rs:45:12
[INFO] [stderr]    |
[INFO] [stderr] 45 | pub struct ClientInfo {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ServerInfo` is never constructed
[INFO] [stderr]    --> src/models.rs:104:12
[INFO] [stderr]     |
[INFO] [stderr] 104 | pub struct ServerInfo {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `SpeedTestResponse` is never constructed
[INFO] [stderr]    --> src/models.rs:199:12
[INFO] [stderr]     |
[INFO] [stderr] 199 | pub struct SpeedTestResponse {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `SpeedTestResult` is never constructed
[INFO] [stderr]    --> src/models.rs:281:12
[INFO] [stderr]     |
[INFO] [stderr] 281 | pub struct SpeedTestResult {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `speedtest_statuspage` (bin "speedtest_statuspage") generated 4 warnings
[INFO] [stderr] warning: `speedtest_statuspage` (bin "speedtest_statuspage" test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.21s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/speedtest_statuspage-31aad1054f108494)
[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 src/main.rs (/opt/rustwide/target/release/deps/speedtest_statuspage-a126628e4424405f)
[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 tests/api_tests.rs (/opt/rustwide/target/release/deps/api_tests-a4d328e38cdd9dde)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_set_get_clear_last_result_for_test ... ok
[INFO] [stdout] test speedtest_returns_cached_result ... FAILED
[INFO] [stdout] test speedtest_returns_service_unavailable_when_no_cache ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- speedtest_returns_cached_result stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'speedtest_returns_cached_result' (3314) panicked at tests/api_tests.rs:93:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 503
[INFO] [stdout]  right: 200
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61c658f3d2f1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x61c658f540fa - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x61c658f41a8c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x61c658f190f6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x61c658f35659 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x61c658d75ed0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x61c658f35982 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x61c658f191a2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x61c658f11b19 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x61c658f19d9d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x61c658f548dc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x61c658f547f3 - core[7c831bd917ebf35f]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x61c658d5dab1 - core[7c831bd917ebf35f]::panicking::assert_failed::<http[7ecc04ac5646b3b2]::status::StatusCode, http[7ecc04ac5646b3b2]::status::StatusCode>
[INFO] [stdout]   13:     0x61c658d46c13 - <std[104cf6e2632825ea]::thread::local::LocalKey<tokio[98612d4ca65dfee2]::task::local::LocalData>>::with::<<tokio[98612d4ca65dfee2]::task::local::LocalSet>::with<core[7c831bd917ebf35f]::task::poll::Poll<()>, <tokio[98612d4ca65dfee2]::task::local::RunUntil<api_tests[26eb3de5bfc91399]::speedtest_returns_cached_result::{closure#0}::{closure#0}> as core[7c831bd917ebf35f]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[7c831bd917ebf35f]::task::poll::Poll<()>>
[INFO] [stdout]   14:     0x61c658d5fa1c - <tokio[98612d4ca65dfee2]::task::local::LocalSet>::run_until::<api_tests[26eb3de5bfc91399]::speedtest_returns_cached_result::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]   15:     0x61c658d4a24e - <tokio[98612d4ca65dfee2]::runtime::scheduler::current_thread::Context>::enter::<core[7c831bd917ebf35f]::task::poll::Poll<()>, <tokio[98612d4ca65dfee2]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut <tokio[98612d4ca65dfee2]::task::local::LocalSet>::run_until<api_tests[26eb3de5bfc91399]::speedtest_returns_cached_result::{closure#0}::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]   16:     0x61c658d4c75c - <tokio[98612d4ca65dfee2]::runtime::context::scoped::Scoped<tokio[98612d4ca65dfee2]::runtime::scheduler::Context>>::set::<<tokio[98612d4ca65dfee2]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[98612d4ca65dfee2]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut <tokio[98612d4ca65dfee2]::task::local::LocalSet>::run_until<api_tests[26eb3de5bfc91399]::speedtest_returns_cached_result::{closure#0}::{closure#0}>::{closure#0}>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box<tokio[98612d4ca65dfee2]::runtime::scheduler::current_thread::Core>, core[7c831bd917ebf35f]::option::Option<()>)>
[INFO] [stdout]   17:     0x61c658d4a917 - <tokio[98612d4ca65dfee2]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut <tokio[98612d4ca65dfee2]::task::local::LocalSet>::run_until<api_tests[26eb3de5bfc91399]::speedtest_returns_cached_result::{closure#0}::{closure#0}>::{closure#0}>>
[INFO] [stdout]   18:     0x61c658d62ae7 - tokio[98612d4ca65dfee2]::runtime::context::runtime::enter_runtime::<<tokio[98612d4ca65dfee2]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[98612d4ca65dfee2]::task::local::LocalSet>::run_until<api_tests[26eb3de5bfc91399]::speedtest_returns_cached_result::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]   19:     0x61c658d6329f - <tokio[98612d4ca65dfee2]::runtime::runtime::Runtime>::block_on::<<tokio[98612d4ca65dfee2]::task::local::LocalSet>::run_until<api_tests[26eb3de5bfc91399]::speedtest_returns_cached_result::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]   20:     0x61c658d57d72 - <api_tests[26eb3de5bfc91399]::speedtest_returns_cached_result::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   21:     0x61c658dbb2e3 - serial_test[905476a8d1a95ee2]::serial_code_lock::local_serial_core
[INFO] [stdout]   22:     0x61c658d57b4d - <api_tests[26eb3de5bfc91399]::speedtest_returns_cached_result::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   23:     0x61c658d691bb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   24:     0x61c658d76825 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   25:     0x61c658d6fbe4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   26:     0x61c658d79982 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   27:     0x61c658f3cb89 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   28:     0x7827bc0e507a - <unknown>
[INFO] [stdout]   29:     0x7827bc178534 - clone
[INFO] [stdout]   30:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     speedtest_returns_cached_result
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test api_tests`
[INFO] running `Command { std: "docker" "inspect" "cee5a11128908bff90f0e6ee5a35bf10278b82fd228ac18133657f1fbfa78d20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cee5a11128908bff90f0e6ee5a35bf10278b82fd228ac18133657f1fbfa78d20", kill_on_drop: false }`
[INFO] [stdout] cee5a11128908bff90f0e6ee5a35bf10278b82fd228ac18133657f1fbfa78d20
