[INFO] fetching crate express 0.0.2... [INFO] testing express-0.0.2 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate express 0.0.2 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate express 0.0.2 [INFO] finished tweaking crates.io crate express 0.0.2 [INFO] tweaked toml for crates.io crate express 0.0.2 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate express 0.0.2 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5d315ef7c1c4569b6e57cd39128ac8d3705a52c932a6cfef59bef39ec463ceb9 [INFO] running `Command { std: "docker" "start" "-a" "5d315ef7c1c4569b6e57cd39128ac8d3705a52c932a6cfef59bef39ec463ceb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5d315ef7c1c4569b6e57cd39128ac8d3705a52c932a6cfef59bef39ec463ceb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d315ef7c1c4569b6e57cd39128ac8d3705a52c932a6cfef59bef39ec463ceb9", kill_on_drop: false }` [INFO] [stdout] 5d315ef7c1c4569b6e57cd39128ac8d3705a52c932a6cfef59bef39ec463ceb9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 64530d54fc85e424269c95cc37f962f8a0312308f262912120692f4dc8c15bda [INFO] running `Command { std: "docker" "start" "-a" "64530d54fc85e424269c95cc37f962f8a0312308f262912120692f4dc8c15bda", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling express v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `port` [INFO] [stdout] --> src/express.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn listen(port: String) -> () { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_port` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `res` [INFO] [stdout] --> src/router/router.rs:18:15 [INFO] [stdout] | [INFO] [stdout] 18 | fn invoke(res: String, req: String, next: String) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_res` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `req` [INFO] [stdout] --> src/router/router.rs:18:28 [INFO] [stdout] | [INFO] [stdout] 18 | fn invoke(res: String, req: String, next: String) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `next` [INFO] [stdout] --> src/router/router.rs:18:41 [INFO] [stdout] | [INFO] [stdout] 18 | fn invoke(res: String, req: String, next: String) {} [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_next` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `res` [INFO] [stdout] --> src/middleware.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | fn invoke(res: String, req: String, next: String) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_res` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `req` [INFO] [stdout] --> src/middleware.rs:4:28 [INFO] [stdout] | [INFO] [stdout] 4 | fn invoke(res: String, req: String, next: String) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `next` [INFO] [stdout] --> src/middleware.rs:4:41 [INFO] [stdout] | [INFO] [stdout] 4 | fn invoke(res: String, req: String, next: String) {} [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_next` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Use` should have a snake case name [INFO] [stdout] --> src/express.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn Use() -> () {} [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier [INFO] [stdout] | [INFO] [stdout] 16 - pub fn Use() -> () {} [INFO] [stdout] 16 + pub fn r#use() -> () {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] running `Command { std: "docker" "inspect" "64530d54fc85e424269c95cc37f962f8a0312308f262912120692f4dc8c15bda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64530d54fc85e424269c95cc37f962f8a0312308f262912120692f4dc8c15bda", kill_on_drop: false }` [INFO] [stdout] 64530d54fc85e424269c95cc37f962f8a0312308f262912120692f4dc8c15bda [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5a1f4df76742da43499531f9b9475bbc4d2bfb081016e2f346a32193a1a905b8 [INFO] running `Command { std: "docker" "start" "-a" "5a1f4df76742da43499531f9b9475bbc4d2bfb081016e2f346a32193a1a905b8", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: unused variable: `port` [INFO] [stdout] --> src/express.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn listen(port: String) -> () { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_port` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `res` [INFO] [stdout] --> src/router/router.rs:18:15 [INFO] [stdout] | [INFO] [stdout] 18 | fn invoke(res: String, req: String, next: String) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_res` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `req` [INFO] [stdout] --> src/router/router.rs:18:28 [INFO] [stdout] | [INFO] [stdout] 18 | fn invoke(res: String, req: String, next: String) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `next` [INFO] [stdout] --> src/router/router.rs:18:41 [INFO] [stdout] | [INFO] [stdout] 18 | fn invoke(res: String, req: String, next: String) {} [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_next` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `res` [INFO] [stdout] --> src/middleware.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | fn invoke(res: String, req: String, next: String) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_res` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `req` [INFO] [stdout] --> src/middleware.rs:4:28 [INFO] [stdout] | [INFO] [stdout] 4 | fn invoke(res: String, req: String, next: String) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `next` [INFO] [stdout] --> src/middleware.rs:4:41 [INFO] [stdout] | [INFO] [stdout] 4 | fn invoke(res: String, req: String, next: String) {} [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_next` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling express v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `Use` should have a snake case name [INFO] [stdout] --> src/express.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn Use() -> () {} [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier [INFO] [stdout] | [INFO] [stdout] 16 - pub fn Use() -> () {} [INFO] [stdout] 16 + pub fn r#use() -> () {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `port` [INFO] [stdout] --> src/express.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn listen(port: String) -> () { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_port` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `res` [INFO] [stdout] --> src/router/router.rs:18:15 [INFO] [stdout] | [INFO] [stdout] 18 | fn invoke(res: String, req: String, next: String) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_res` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `req` [INFO] [stdout] --> src/router/router.rs:18:28 [INFO] [stdout] | [INFO] [stdout] 18 | fn invoke(res: String, req: String, next: String) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `next` [INFO] [stdout] --> src/router/router.rs:18:41 [INFO] [stdout] | [INFO] [stdout] 18 | fn invoke(res: String, req: String, next: String) {} [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_next` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `res` [INFO] [stdout] --> src/middleware.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | fn invoke(res: String, req: String, next: String) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_res` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `req` [INFO] [stdout] --> src/middleware.rs:4:28 [INFO] [stdout] | [INFO] [stdout] 4 | fn invoke(res: String, req: String, next: String) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `next` [INFO] [stdout] --> src/middleware.rs:4:41 [INFO] [stdout] | [INFO] [stdout] 4 | fn invoke(res: String, req: String, next: String) {} [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_next` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Use` should have a snake case name [INFO] [stdout] --> src/express.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn Use() -> () {} [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier [INFO] [stdout] | [INFO] [stdout] 16 - pub fn Use() -> () {} [INFO] [stdout] 16 + pub fn r#use() -> () {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s [INFO] running `Command { std: "docker" "inspect" "5a1f4df76742da43499531f9b9475bbc4d2bfb081016e2f346a32193a1a905b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a1f4df76742da43499531f9b9475bbc4d2bfb081016e2f346a32193a1a905b8", kill_on_drop: false }` [INFO] [stdout] 5a1f4df76742da43499531f9b9475bbc4d2bfb081016e2f346a32193a1a905b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 233a101802309d44971b305bce08dc2bff18626471d302bc42a1c4c9f90ce83a [INFO] running `Command { std: "docker" "start" "-a" "233a101802309d44971b305bce08dc2bff18626471d302bc42a1c4c9f90ce83a", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: unused variable: `port` [INFO] [stderr] --> src/express.rs:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn listen(port: String) -> () { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_port` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `res` [INFO] [stderr] --> src/router/router.rs:18:15 [INFO] [stderr] | [INFO] [stderr] 18 | fn invoke(res: String, req: String, next: String) {} [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_res` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `req` [INFO] [stderr] --> src/router/router.rs:18:28 [INFO] [stderr] | [INFO] [stderr] 18 | fn invoke(res: String, req: String, next: String) {} [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `next` [INFO] [stderr] --> src/router/router.rs:18:41 [INFO] [stderr] | [INFO] [stderr] 18 | fn invoke(res: String, req: String, next: String) {} [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_next` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `res` [INFO] [stderr] --> src/middleware.rs:4:15 [INFO] [stderr] | [INFO] [stderr] 4 | fn invoke(res: String, req: String, next: String) {} [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_res` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `req` [INFO] [stderr] --> src/middleware.rs:4:28 [INFO] [stderr] | [INFO] [stderr] 4 | fn invoke(res: String, req: String, next: String) {} [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `next` [INFO] [stderr] --> src/middleware.rs:4:41 [INFO] [stderr] | [INFO] [stderr] 4 | fn invoke(res: String, req: String, next: String) {} [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_next` [INFO] [stderr] [INFO] [stderr] warning: method `Use` should have a snake case name [INFO] [stderr] --> src/express.rs:16:12 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn Use() -> () {} [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stderr] help: rename the identifier or convert it to a snake case raw identifier [INFO] [stdout] running 0 tests [INFO] [stderr] | [INFO] [stderr] 16 - pub fn Use() -> () {} [INFO] [stderr] 16 + pub fn r#use() -> () {} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `express` (lib) generated 8 warnings [INFO] [stderr] warning: `express` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/express-fe01cf216b9795b5) [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] Doc-tests express [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" "233a101802309d44971b305bce08dc2bff18626471d302bc42a1c4c9f90ce83a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "233a101802309d44971b305bce08dc2bff18626471d302bc42a1c4c9f90ce83a", kill_on_drop: false }` [INFO] [stdout] 233a101802309d44971b305bce08dc2bff18626471d302bc42a1c4c9f90ce83a