Oct 16 11:48:43.112 INFO testing express-0.0.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 11:48:43.112 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 11:48:43.554 INFO blam! a2b64ea7d7fe62751ba6a3934624fd18176c86e8c47b154b69da6b80b52a22ee Oct 16 11:48:43.556 INFO running `"docker" "start" "-a" "a2b64ea7d7fe62751ba6a3934624fd18176c86e8c47b154b69da6b80b52a22ee"` Oct 16 11:48:44.605 INFO kablam! usermod: no changes Oct 16 11:48:44.660 INFO kablam! Compiling express v0.0.2 (/source) Oct 16 11:48:45.239 INFO kablam! warning: unused variable: `res` Oct 16 11:48:45.239 INFO kablam! --> src/middleware.rs:4:15 Oct 16 11:48:45.239 INFO kablam! | Oct 16 11:48:45.239 INFO kablam! 4 | fn invoke(res: String, req: String, next: String) {} Oct 16 11:48:45.239 INFO kablam! | ^^^ help: consider using `_res` instead Oct 16 11:48:45.239 INFO kablam! | Oct 16 11:48:45.239 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 11:48:45.239 INFO kablam! Oct 16 11:48:45.239 INFO kablam! warning: unused variable: `req` Oct 16 11:48:45.239 INFO kablam! --> src/middleware.rs:4:28 Oct 16 11:48:45.239 INFO kablam! | Oct 16 11:48:45.239 INFO kablam! 4 | fn invoke(res: String, req: String, next: String) {} Oct 16 11:48:45.239 INFO kablam! | ^^^ help: consider using `_req` instead Oct 16 11:48:45.239 INFO kablam! Oct 16 11:48:45.239 INFO kablam! warning: unused variable: `next` Oct 16 11:48:45.239 INFO kablam! --> src/middleware.rs:4:41 Oct 16 11:48:45.239 INFO kablam! | Oct 16 11:48:45.239 INFO kablam! 4 | fn invoke(res: String, req: String, next: String) {} Oct 16 11:48:45.239 INFO kablam! | ^^^^ help: consider using `_next` instead Oct 16 11:48:45.239 INFO kablam! Oct 16 11:48:45.239 INFO kablam! warning: unused variable: `port` Oct 16 11:48:45.239 INFO kablam! --> src/express.rs:26:19 Oct 16 11:48:45.239 INFO kablam! | Oct 16 11:48:45.239 INFO kablam! 26 | pub fn listen(port: String) -> () { Oct 16 11:48:45.239 INFO kablam! | ^^^^ help: consider using `_port` instead Oct 16 11:48:45.239 INFO kablam! Oct 16 11:48:45.239 INFO kablam! warning: unused variable: `res` Oct 16 11:48:45.239 INFO kablam! --> src/router/router.rs:18:15 Oct 16 11:48:45.239 INFO kablam! | Oct 16 11:48:45.239 INFO kablam! 18 | fn invoke(res: String, req: String, next: String) {} Oct 16 11:48:45.239 INFO kablam! | ^^^ help: consider using `_res` instead Oct 16 11:48:45.239 INFO kablam! Oct 16 11:48:45.239 INFO kablam! warning: unused variable: `req` Oct 16 11:48:45.239 INFO kablam! --> src/router/router.rs:18:28 Oct 16 11:48:45.239 INFO kablam! | Oct 16 11:48:45.239 INFO kablam! 18 | fn invoke(res: String, req: String, next: String) {} Oct 16 11:48:45.239 INFO kablam! | ^^^ help: consider using `_req` instead Oct 16 11:48:45.239 INFO kablam! Oct 16 11:48:45.239 INFO kablam! warning: unused variable: `next` Oct 16 11:48:45.239 INFO kablam! --> src/router/router.rs:18:41 Oct 16 11:48:45.239 INFO kablam! | Oct 16 11:48:45.239 INFO kablam! 18 | fn invoke(res: String, req: String, next: String) {} Oct 16 11:48:45.239 INFO kablam! | ^^^^ help: consider using `_next` instead Oct 16 11:48:45.240 INFO kablam! Oct 16 11:48:45.240 INFO kablam! warning: method `Use` should have a snake case name such as `use` Oct 16 11:48:45.240 INFO kablam! --> src/express.rs:16:5 Oct 16 11:48:45.240 INFO kablam! | Oct 16 11:48:45.240 INFO kablam! 16 | pub fn Use() -> () {} Oct 16 11:48:45.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 11:48:45.240 INFO kablam! | Oct 16 11:48:45.240 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 11:48:45.240 INFO kablam! Oct 16 11:48:45.359 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.71s Oct 16 11:48:45.359 INFO kablam! su: No module specific data is present Oct 16 11:48:46.023 INFO running `"docker" "rm" "-f" "a2b64ea7d7fe62751ba6a3934624fd18176c86e8c47b154b69da6b80b52a22ee"` Oct 16 11:48:46.307 INFO blam! a2b64ea7d7fe62751ba6a3934624fd18176c86e8c47b154b69da6b80b52a22ee Oct 16 11:48:46.320 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 11:48:46.767 INFO blam! 4ffca75c49cc9cbf2cd41f688a1663d3436cbe52e8c97ad1e6aded8520f002f3 Oct 16 11:48:46.769 INFO running `"docker" "start" "-a" "4ffca75c49cc9cbf2cd41f688a1663d3436cbe52e8c97ad1e6aded8520f002f3"` Oct 16 11:48:47.696 INFO kablam! usermod: no changes Oct 16 11:48:47.755 INFO kablam! Compiling express v0.0.2 (/source) Oct 16 11:48:48.523 INFO kablam! warning: unused variable: `res` Oct 16 11:48:48.523 INFO kablam! --> src/middleware.rs:4:15 Oct 16 11:48:48.523 INFO kablam! | Oct 16 11:48:48.523 INFO kablam! 4 | fn invoke(res: String, req: String, next: String) {} Oct 16 11:48:48.523 INFO kablam! | ^^^ help: consider using `_res` instead Oct 16 11:48:48.523 INFO kablam! | Oct 16 11:48:48.524 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 11:48:48.524 INFO kablam! Oct 16 11:48:48.524 INFO kablam! warning: unused variable: `req` Oct 16 11:48:48.524 INFO kablam! --> src/middleware.rs:4:28 Oct 16 11:48:48.524 INFO kablam! | Oct 16 11:48:48.524 INFO kablam! 4 | fn invoke(res: String, req: String, next: String) {} Oct 16 11:48:48.524 INFO kablam! | ^^^ help: consider using `_req` instead Oct 16 11:48:48.524 INFO kablam! Oct 16 11:48:48.524 INFO kablam! warning: unused variable: `next` Oct 16 11:48:48.524 INFO kablam! --> src/middleware.rs:4:41 Oct 16 11:48:48.524 INFO kablam! | Oct 16 11:48:48.524 INFO kablam! 4 | fn invoke(res: String, req: String, next: String) {} Oct 16 11:48:48.524 INFO kablam! | ^^^^ help: consider using `_next` instead Oct 16 11:48:48.524 INFO kablam! Oct 16 11:48:48.524 INFO kablam! warning: unused variable: `port` Oct 16 11:48:48.524 INFO kablam! --> src/express.rs:26:19 Oct 16 11:48:48.524 INFO kablam! | Oct 16 11:48:48.524 INFO kablam! 26 | pub fn listen(port: String) -> () { Oct 16 11:48:48.524 INFO kablam! | ^^^^ help: consider using `_port` instead Oct 16 11:48:48.524 INFO kablam! Oct 16 11:48:48.524 INFO kablam! warning: unused variable: `res` Oct 16 11:48:48.524 INFO kablam! --> src/router/router.rs:18:15 Oct 16 11:48:48.524 INFO kablam! | Oct 16 11:48:48.524 INFO kablam! 18 | fn invoke(res: String, req: String, next: String) {} Oct 16 11:48:48.524 INFO kablam! | ^^^ help: consider using `_res` instead Oct 16 11:48:48.524 INFO kablam! Oct 16 11:48:48.524 INFO kablam! warning: unused variable: `req` Oct 16 11:48:48.524 INFO kablam! --> src/router/router.rs:18:28 Oct 16 11:48:48.524 INFO kablam! | Oct 16 11:48:48.524 INFO kablam! 18 | fn invoke(res: String, req: String, next: String) {} Oct 16 11:48:48.524 INFO kablam! | ^^^ help: consider using `_req` instead Oct 16 11:48:48.524 INFO kablam! Oct 16 11:48:48.524 INFO kablam! warning: unused variable: `next` Oct 16 11:48:48.524 INFO kablam! --> src/router/router.rs:18:41 Oct 16 11:48:48.524 INFO kablam! | Oct 16 11:48:48.524 INFO kablam! 18 | fn invoke(res: String, req: String, next: String) {} Oct 16 11:48:48.524 INFO kablam! | ^^^^ help: consider using `_next` instead Oct 16 11:48:48.524 INFO kablam! Oct 16 11:48:48.526 INFO kablam! warning: method `Use` should have a snake case name such as `use` Oct 16 11:48:48.526 INFO kablam! --> src/express.rs:16:5 Oct 16 11:48:48.526 INFO kablam! | Oct 16 11:48:48.526 INFO kablam! 16 | pub fn Use() -> () {} Oct 16 11:48:48.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 11:48:48.526 INFO kablam! | Oct 16 11:48:48.526 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 11:48:48.526 INFO kablam! Oct 16 11:48:49.003 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Oct 16 11:48:49.007 INFO kablam! su: No module specific data is present Oct 16 11:48:49.859 INFO running `"docker" "rm" "-f" "4ffca75c49cc9cbf2cd41f688a1663d3436cbe52e8c97ad1e6aded8520f002f3"` Oct 16 11:48:50.067 INFO blam! 4ffca75c49cc9cbf2cd41f688a1663d3436cbe52e8c97ad1e6aded8520f002f3 Oct 16 11:48:50.068 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 11:48:50.415 INFO blam! 87677e781162703dc30bff9d094410fcb1aa16ecd235c414411707784afb2c11 Oct 16 11:48:50.418 INFO running `"docker" "start" "-a" "87677e781162703dc30bff9d094410fcb1aa16ecd235c414411707784afb2c11"` Oct 16 11:48:51.013 INFO kablam! usermod: no changes Oct 16 11:48:51.063 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 16 11:48:51.063 INFO kablam! Running /target/debug/deps/express-8a80f7fd2be70ee5 Oct 16 11:48:51.071 INFO kablam! Doc-tests express Oct 16 11:48:51.071 INFO blam! Oct 16 11:48:51.072 INFO blam! running 0 tests Oct 16 11:48:51.072 INFO blam! Oct 16 11:48:51.072 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 11:48:51.073 INFO blam! Oct 16 11:48:52.147 INFO blam! Oct 16 11:48:52.150 INFO blam! running 0 tests Oct 16 11:48:52.151 INFO blam! Oct 16 11:48:52.151 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 11:48:52.151 INFO blam! Oct 16 11:48:52.164 INFO kablam! su: No module specific data is present Oct 16 11:48:52.842 INFO running `"docker" "rm" "-f" "87677e781162703dc30bff9d094410fcb1aa16ecd235c414411707784afb2c11"` Oct 16 11:48:53.012 INFO blam! 87677e781162703dc30bff9d094410fcb1aa16ecd235c414411707784afb2c11