Oct 12 04:43:18.115 INFO testing boron-0.0.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 04:43:18.115 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/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 12 04:43:18.487 INFO blam! cdda53752fae6b45bab744a1e14dd42c6f36bcebb7a2e3e2aa8d4f17852f70cc Oct 12 04:43:18.488 INFO running `"docker" "start" "-a" "cdda53752fae6b45bab744a1e14dd42c6f36bcebb7a2e3e2aa8d4f17852f70cc"` Oct 12 04:43:19.788 INFO kablam! usermod: no changes Oct 12 04:43:20.011 INFO kablam! Compiling boron v0.0.2 (/source) Oct 12 04:43:23.379 INFO kablam! warning: field is never used: `base` Oct 12 04:43:23.379 INFO kablam! --> src/router.rs:34:5 Oct 12 04:43:23.379 INFO kablam! | Oct 12 04:43:23.379 INFO kablam! 34 | base: String, Oct 12 04:43:23.379 INFO kablam! | ^^^^^^^^^^^^ Oct 12 04:43:23.379 INFO kablam! | Oct 12 04:43:23.379 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 04:43:23.379 INFO kablam! Oct 12 04:43:24.538 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.72s Oct 12 04:43:24.547 INFO kablam! su: No module specific data is present Oct 12 04:43:25.777 INFO running `"docker" "rm" "-f" "cdda53752fae6b45bab744a1e14dd42c6f36bcebb7a2e3e2aa8d4f17852f70cc"` Oct 12 04:43:26.056 INFO blam! cdda53752fae6b45bab744a1e14dd42c6f36bcebb7a2e3e2aa8d4f17852f70cc Oct 12 04:43:26.060 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/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 12 04:43:26.464 INFO blam! e19ff9af407b3ced39e9d35f2aba45f2c267b7a06c478aceb19e8733842661cd Oct 12 04:43:26.473 INFO running `"docker" "start" "-a" "e19ff9af407b3ced39e9d35f2aba45f2c267b7a06c478aceb19e8733842661cd"` Oct 12 04:43:28.026 INFO kablam! usermod: no changes Oct 12 04:43:28.296 INFO kablam! Compiling boron v0.0.2 (/source) Oct 12 04:43:32.417 INFO kablam! warning: unused variable: `req` Oct 12 04:43:32.417 INFO kablam! --> tests/boron.rs:29:31 Oct 12 04:43:32.418 INFO kablam! | Oct 12 04:43:32.418 INFO kablam! 29 | app.get("/", |req: Request, res: Response| { Oct 12 04:43:32.418 INFO kablam! | ^^^ help: consider using `_req` instead Oct 12 04:43:32.419 INFO kablam! | Oct 12 04:43:32.419 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 04:43:32.419 INFO kablam! Oct 12 04:43:32.420 INFO kablam! warning: unused variable: `req` Oct 12 04:43:32.420 INFO kablam! --> tests/boron.rs:32:47 Oct 12 04:43:32.420 INFO kablam! | Oct 12 04:43:32.420 INFO kablam! 32 | app.get("/some/random/path", |req: Request, res: Response| { Oct 12 04:43:32.421 INFO kablam! | ^^^ help: consider using `_req` instead Oct 12 04:43:32.421 INFO kablam! Oct 12 04:43:32.421 INFO kablam! warning: unused variable: `req` Oct 12 04:43:32.422 INFO kablam! --> tests/boron.rs:35:42 Oct 12 04:43:32.422 INFO kablam! | Oct 12 04:43:32.422 INFO kablam! 35 | app.get("/throw/error", |req: Request, mut res: Response| { Oct 12 04:43:32.423 INFO kablam! | ^^^ help: consider using `_req` instead Oct 12 04:43:32.423 INFO kablam! Oct 12 04:43:32.423 INFO kablam! warning: unused variable: `req` Oct 12 04:43:32.424 INFO kablam! --> tests/boron.rs:41:55 Oct 12 04:43:32.424 INFO kablam! | Oct 12 04:43:32.424 INFO kablam! 41 | app.get(r"/some/[:alpha:]+/pattern", |req: Request, res: Response| { Oct 12 04:43:32.424 INFO kablam! | ^^^ help: consider using `_req` instead Oct 12 04:43:32.425 INFO kablam! Oct 12 04:43:32.456 INFO kablam! warning: field is never used: `base` Oct 12 04:43:32.456 INFO kablam! --> src/router.rs:34:5 Oct 12 04:43:32.456 INFO kablam! | Oct 12 04:43:32.456 INFO kablam! 34 | base: String, Oct 12 04:43:32.456 INFO kablam! | ^^^^^^^^^^^^ Oct 12 04:43:32.456 INFO kablam! | Oct 12 04:43:32.456 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 04:43:32.456 INFO kablam! Oct 12 04:43:32.481 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:43:32.481 INFO kablam! --> tests/boron.rs:30:21 Oct 12 04:43:32.481 INFO kablam! | Oct 12 04:43:32.481 INFO kablam! 30 | res.send(b"Hello World!"); Oct 12 04:43:32.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:43:32.481 INFO kablam! | Oct 12 04:43:32.481 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 04:43:32.481 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:43:32.481 INFO kablam! Oct 12 04:43:32.481 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:43:32.481 INFO kablam! --> tests/boron.rs:33:21 Oct 12 04:43:32.481 INFO kablam! | Oct 12 04:43:32.481 INFO kablam! 33 | res.send(b"You are at /some/random/path"); Oct 12 04:43:32.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:43:32.481 INFO kablam! | Oct 12 04:43:32.481 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:43:32.481 INFO kablam! Oct 12 04:43:32.481 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:43:32.481 INFO kablam! --> tests/boron.rs:38:21 Oct 12 04:43:32.481 INFO kablam! | Oct 12 04:43:32.481 INFO kablam! 38 | started_res.write(b"Boom!"); Oct 12 04:43:32.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:43:32.481 INFO kablam! | Oct 12 04:43:32.488 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:43:32.488 INFO kablam! Oct 12 04:43:32.488 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:43:32.488 INFO kablam! --> tests/boron.rs:39:21 Oct 12 04:43:32.488 INFO kablam! | Oct 12 04:43:32.488 INFO kablam! 39 | started_res.end(); Oct 12 04:43:32.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 04:43:32.488 INFO kablam! | Oct 12 04:43:32.488 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:43:32.488 INFO kablam! Oct 12 04:43:32.488 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:43:32.488 INFO kablam! --> tests/boron.rs:42:21 Oct 12 04:43:32.488 INFO kablam! | Oct 12 04:43:32.488 INFO kablam! 42 | res.send(b"I was triggered"); Oct 12 04:43:32.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:43:32.488 INFO kablam! | Oct 12 04:43:32.488 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:43:32.488 INFO kablam! Oct 12 04:43:36.500 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.45s Oct 12 04:43:36.508 INFO kablam! su: No module specific data is present Oct 12 04:43:37.662 INFO running `"docker" "rm" "-f" "e19ff9af407b3ced39e9d35f2aba45f2c267b7a06c478aceb19e8733842661cd"` Oct 12 04:43:37.980 INFO blam! e19ff9af407b3ced39e9d35f2aba45f2c267b7a06c478aceb19e8733842661cd Oct 12 04:43:37.987 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/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 12 04:43:38.396 INFO blam! fbbb1770305ce18253888d7161657692e7de1a3bd8a91f031dc195b4cc1a291b Oct 12 04:43:38.398 INFO running `"docker" "start" "-a" "fbbb1770305ce18253888d7161657692e7de1a3bd8a91f031dc195b4cc1a291b"` Oct 12 04:43:40.313 INFO kablam! usermod: no changes Oct 12 04:43:40.474 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 12 04:43:40.491 INFO kablam! Running /target/debug/deps/boron-9c2accd0d045c26c Oct 12 04:43:40.494 INFO blam! Oct 12 04:43:40.494 INFO blam! running 7 tests Oct 12 04:43:40.504 INFO blam! test matcher::test_url_preceed ... ok Oct 12 04:43:40.504 INFO blam! test matcher::test_url_pattern_match_typesafe ... ok Oct 12 04:43:40.504 INFO blam! test matcher::test_matched_groups_name ... ok Oct 12 04:43:40.516 INFO blam! test matcher::test_url_exact ... ok Oct 12 04:43:40.516 INFO blam! test matcher::test_url_follow ... ok Oct 12 04:43:40.516 INFO blam! test matcher::test_url_pattern_match ... ok Oct 12 04:43:40.516 INFO blam! test matcher::test_matched_groups ... ok Oct 12 04:43:40.516 INFO blam! Oct 12 04:43:40.516 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:43:40.516 INFO blam! Oct 12 04:43:40.516 INFO kablam! Running /target/debug/deps/boron-86f2acfb1e5aa51c Oct 12 04:43:40.532 INFO blam! Oct 12 04:43:40.532 INFO blam! running 4 tests Oct 12 04:43:40.632 INFO blam! test test_res_methods ... ok Oct 12 04:43:40.632 INFO blam! test test_hello_world ... ok Oct 12 04:43:40.648 INFO blam! test test_pattern_match ... ok Oct 12 04:43:40.649 INFO blam! test test_some_path ... ok Oct 12 04:43:40.649 INFO blam! Oct 12 04:43:40.649 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:43:40.649 INFO blam! Oct 12 04:43:40.650 INFO kablam! Doc-tests boron Oct 12 04:43:45.353 INFO blam! Oct 12 04:43:45.353 INFO blam! running 0 tests Oct 12 04:43:45.353 INFO blam! Oct 12 04:43:45.353 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:43:45.353 INFO blam! Oct 12 04:43:45.360 INFO kablam! su: No module specific data is present Oct 12 04:43:46.005 INFO running `"docker" "rm" "-f" "fbbb1770305ce18253888d7161657692e7de1a3bd8a91f031dc195b4cc1a291b"` Oct 12 04:43:46.266 INFO blam! fbbb1770305ce18253888d7161657692e7de1a3bd8a91f031dc195b4cc1a291b