[INFO] cloning repository https://github.com/richardcarls/polyserve [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/richardcarls/polyserve" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frichardcarls%2Fpolyserve", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frichardcarls%2Fpolyserve'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 69c1d10a4142e442d8501e3849e04d8fc27589b8 [INFO] testing richardcarls/polyserve against try#8262275854dc0e5381c9d42d56257d94932c5a87 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frichardcarls%2Fpolyserve" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/richardcarls/polyserve on toolchain 8262275854dc0e5381c9d42d56257d94932c5a87 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/richardcarls/polyserve [INFO] finished tweaking git repo https://github.com/richardcarls/polyserve [INFO] tweaked toml for git repo https://github.com/richardcarls/polyserve written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/richardcarls/polyserve already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/clap-rs/clap/` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded os_str_bytes v4.2.0 [INFO] [stderr] Downloaded unicode-bidi v0.3.7 [INFO] [stderr] Downloaded cc v1.0.71 [INFO] [stderr] Downloaded bytesize v1.1.0 [INFO] [stderr] Downloaded signal-hook v0.3.10 [INFO] [stderr] Downloaded async-attributes v1.1.2 [INFO] [stderr] Downloaded async-tls v0.7.0 [INFO] [stderr] Downloaded handlebars v4.1.3 [INFO] [stderr] Downloaded syn v1.0.80 [INFO] [stderr] Downloaded roa v0.5.3 [INFO] [stderr] Downloaded async-process v1.2.0 [INFO] [stderr] Downloaded simple_logger v1.13.0 [INFO] [stderr] Downloaded urlencoding v2.1.0 [INFO] [stderr] Downloaded roa-core v0.5.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4fa1d7a05d565ce407ca9f77fd3a0f1d15d5fdd1d9aeee55fa3d4bad992c30ba [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" "4fa1d7a05d565ce407ca9f77fd3a0f1d15d5fdd1d9aeee55fa3d4bad992c30ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4fa1d7a05d565ce407ca9f77fd3a0f1d15d5fdd1d9aeee55fa3d4bad992c30ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fa1d7a05d565ce407ca9f77fd3a0f1d15d5fdd1d9aeee55fa3d4bad992c30ba", kill_on_drop: false }` [INFO] [stdout] 4fa1d7a05d565ce407ca9f77fd3a0f1d15d5fdd1d9aeee55fa3d4bad992c30ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0bb1a01f3cdecac83edf7c6491000a82b3b7b25f78f57132643b9b9ca46387b9 [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" "0bb1a01f3cdecac83edf7c6491000a82b3b7b25f78f57132643b9b9ca46387b9", 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 version_check v0.9.3 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.80 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.103 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling futures-io v0.3.17 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling fastrand v1.5.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling signal-hook v0.3.10 [INFO] [stderr] Compiling pin-project-lite v0.1.12 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling async-task v4.0.3 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling bytesize v1.1.0 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling urlencoding v2.1.0 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling async-lock v2.4.0 [INFO] [stderr] Compiling tinyvec v1.5.0 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.7 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling os_str_bytes v4.2.0 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling blocking v1.0.2 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling headers v0.3.4 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling serde-hjson v0.9.1 [INFO] [stderr] Compiling webpki-roots v0.19.0 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling ctor v0.1.21 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.4 (https://github.com/clap-rs/clap/#d97c038b) [INFO] [stderr] Compiling polling v2.1.0 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling rustls v0.17.0 [INFO] [stderr] Compiling simple_logger v1.13.0 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling async-io v1.6.0 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling async-global-executor v2.0.2 [INFO] [stderr] Compiling async-process v1.2.0 [INFO] [stderr] Compiling clap v3.0.0-beta.4 (https://github.com/clap-rs/clap/#d97c038b) [INFO] [stderr] Compiling async-std v1.10.0 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling futures-executor v0.3.17 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling futures v0.3.17 [INFO] [stderr] Compiling async-tls v0.7.0 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling config v0.11.0 [INFO] [stderr] Compiling handlebars v4.1.3 [INFO] [stderr] Compiling hyper v0.13.10 [INFO] [stderr] Compiling roa-core v0.5.1 [INFO] [stderr] Compiling roa v0.5.3 [INFO] [stderr] Compiling polyserve v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `uri_path` [INFO] [stdout] --> src/resource.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | uri_path: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ancestors` [INFO] [stdout] --> src/resource.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | ancestors: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `ancestors` [INFO] [stdout] --> src/resource.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn ancestors(&self) -> Vec<&Path> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 22s [INFO] running `Command { std: "docker" "inspect" "0bb1a01f3cdecac83edf7c6491000a82b3b7b25f78f57132643b9b9ca46387b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0bb1a01f3cdecac83edf7c6491000a82b3b7b25f78f57132643b9b9ca46387b9", kill_on_drop: false }` [INFO] [stdout] 0bb1a01f3cdecac83edf7c6491000a82b3b7b25f78f57132643b9b9ca46387b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "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] 6583a4213713cddac81a24d703c9d77dc198217ac4f7498b3699e41e42a41a12 [INFO] running `Command { std: "docker" "start" "-a" "6583a4213713cddac81a24d703c9d77dc198217ac4f7498b3699e41e42a41a12", kill_on_drop: false }` [INFO] [stdout] warning: field is never read: `uri_path` [INFO] [stdout] --> src/resource.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | uri_path: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ancestors` [INFO] [stdout] --> src/resource.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | ancestors: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling polyserve v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `ancestors` [INFO] [stdout] --> src/resource.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn ancestors(&self) -> Vec<&Path> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.46s [INFO] running `Command { std: "docker" "inspect" "6583a4213713cddac81a24d703c9d77dc198217ac4f7498b3699e41e42a41a12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6583a4213713cddac81a24d703c9d77dc198217ac4f7498b3699e41e42a41a12", kill_on_drop: false }` [INFO] [stdout] 6583a4213713cddac81a24d703c9d77dc198217ac4f7498b3699e41e42a41a12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a8c00672f9e485da695283cb35954947ed3d857130ca2d9d70285089b644cfb4 [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" "a8c00672f9e485da695283cb35954947ed3d857130ca2d9d70285089b644cfb4", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `uri_path` [INFO] [stderr] --> src/resource.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | uri_path: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ancestors` [INFO] [stderr] --> src/resource.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | ancestors: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `ancestors` [INFO] [stderr] --> src/resource.rs:30:12 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn ancestors(&self) -> Vec<&Path> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `polyserve` (lib) generated 3 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/polyserve-9ba155e077aca54f) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test middleware::hbs::helpers::tests::url_decode_test ... ok [INFO] [stdout] test middleware::hbs::helpers::tests::url_encode_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/polyserve-f13af0d3eaa6ff2a) [INFO] [stdout] [INFO] [stderr] Doc-tests polyserve [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] [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] running `Command { std: "docker" "inspect" "a8c00672f9e485da695283cb35954947ed3d857130ca2d9d70285089b644cfb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8c00672f9e485da695283cb35954947ed3d857130ca2d9d70285089b644cfb4", kill_on_drop: false }` [INFO] [stdout] a8c00672f9e485da695283cb35954947ed3d857130ca2d9d70285089b644cfb4