Oct 16 16:34:18.799 INFO testing boron-0.0.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 16:34:18.800 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16:34:19.517 INFO blam! eee0d7117be1d3c0151840a3e44d10a94934b337726ff2edf42db10a0830bc48 Oct 16 16:34:19.518 INFO running `"docker" "start" "-a" "eee0d7117be1d3c0151840a3e44d10a94934b337726ff2edf42db10a0830bc48"` Oct 16 16:34:20.716 INFO kablam! usermod: no changes Oct 16 16:34:20.904 INFO kablam! Compiling boron v0.0.2 (/source) Oct 16 16:34:25.112 INFO kablam! warning: field is never used: `base` Oct 16 16:34:25.112 INFO kablam! --> src/router.rs:34:5 Oct 16 16:34:25.112 INFO kablam! | Oct 16 16:34:25.112 INFO kablam! 34 | base: String, Oct 16 16:34:25.112 INFO kablam! | ^^^^^^^^^^^^ Oct 16 16:34:25.112 INFO kablam! | Oct 16 16:34:25.112 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 16:34:25.112 INFO kablam! Oct 16 16:34:26.415 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.67s Oct 16 16:34:26.419 INFO kablam! su: No module specific data is present Oct 16 16:34:27.525 INFO running `"docker" "rm" "-f" "eee0d7117be1d3c0151840a3e44d10a94934b337726ff2edf42db10a0830bc48"` Oct 16 16:34:27.895 INFO blam! eee0d7117be1d3c0151840a3e44d10a94934b337726ff2edf42db10a0830bc48 Oct 16 16:34:27.897 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16:34:28.361 INFO blam! 00ce9422f3b63efb9edf18fea0fb64d371f6002a49ac4930ecc8e1ceb3ec0022 Oct 16 16:34:28.362 INFO running `"docker" "start" "-a" "00ce9422f3b63efb9edf18fea0fb64d371f6002a49ac4930ecc8e1ceb3ec0022"` Oct 16 16:34:29.341 INFO kablam! usermod: no changes Oct 16 16:34:29.495 INFO kablam! Compiling boron v0.0.2 (/source) Oct 16 16:34:33.407 INFO kablam! warning: field is never used: `base` Oct 16 16:34:33.407 INFO kablam! --> src/router.rs:34:5 Oct 16 16:34:33.407 INFO kablam! | Oct 16 16:34:33.407 INFO kablam! 34 | base: String, Oct 16 16:34:33.407 INFO kablam! | ^^^^^^^^^^^^ Oct 16 16:34:33.407 INFO kablam! | Oct 16 16:34:33.407 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 16:34:33.407 INFO kablam! Oct 16 16:34:33.513 INFO kablam! warning: unused variable: `req` Oct 16 16:34:33.513 INFO kablam! --> tests/boron.rs:29:31 Oct 16 16:34:33.513 INFO kablam! | Oct 16 16:34:33.514 INFO kablam! 29 | app.get("/", |req: Request, res: Response| { Oct 16 16:34:33.514 INFO kablam! | ^^^ help: consider using `_req` instead Oct 16 16:34:33.514 INFO kablam! | Oct 16 16:34:33.514 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 16:34:33.514 INFO kablam! Oct 16 16:34:33.514 INFO kablam! warning: unused variable: `req` Oct 16 16:34:33.514 INFO kablam! --> tests/boron.rs:32:47 Oct 16 16:34:33.514 INFO kablam! | Oct 16 16:34:33.514 INFO kablam! 32 | app.get("/some/random/path", |req: Request, res: Response| { Oct 16 16:34:33.514 INFO kablam! | ^^^ help: consider using `_req` instead Oct 16 16:34:33.514 INFO kablam! Oct 16 16:34:33.514 INFO kablam! warning: unused variable: `req` Oct 16 16:34:33.514 INFO kablam! --> tests/boron.rs:35:42 Oct 16 16:34:33.514 INFO kablam! | Oct 16 16:34:33.514 INFO kablam! 35 | app.get("/throw/error", |req: Request, mut res: Response| { Oct 16 16:34:33.514 INFO kablam! | ^^^ help: consider using `_req` instead Oct 16 16:34:33.514 INFO kablam! Oct 16 16:34:33.514 INFO kablam! warning: unused variable: `req` Oct 16 16:34:33.514 INFO kablam! --> tests/boron.rs:41:55 Oct 16 16:34:33.514 INFO kablam! | Oct 16 16:34:33.514 INFO kablam! 41 | app.get(r"/some/[:alpha:]+/pattern", |req: Request, res: Response| { Oct 16 16:34:33.514 INFO kablam! | ^^^ help: consider using `_req` instead Oct 16 16:34:33.514 INFO kablam! Oct 16 16:34:33.544 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:34:33.544 INFO kablam! --> tests/boron.rs:30:21 Oct 16 16:34:33.544 INFO kablam! | Oct 16 16:34:33.544 INFO kablam! 30 | res.send(b"Hello World!"); Oct 16 16:34:33.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:34:33.544 INFO kablam! | Oct 16 16:34:33.549 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 16:34:33.549 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:34:33.549 INFO kablam! Oct 16 16:34:33.549 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:34:33.549 INFO kablam! --> tests/boron.rs:33:21 Oct 16 16:34:33.549 INFO kablam! | Oct 16 16:34:33.549 INFO kablam! 33 | res.send(b"You are at /some/random/path"); Oct 16 16:34:33.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:34:33.549 INFO kablam! | Oct 16 16:34:33.549 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:34:33.549 INFO kablam! Oct 16 16:34:33.549 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:34:33.549 INFO kablam! --> tests/boron.rs:38:21 Oct 16 16:34:33.549 INFO kablam! | Oct 16 16:34:33.549 INFO kablam! 38 | started_res.write(b"Boom!"); Oct 16 16:34:33.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:34:33.549 INFO kablam! | Oct 16 16:34:33.549 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:34:33.549 INFO kablam! Oct 16 16:34:33.549 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:34:33.549 INFO kablam! --> tests/boron.rs:39:21 Oct 16 16:34:33.549 INFO kablam! | Oct 16 16:34:33.549 INFO kablam! 39 | started_res.end(); Oct 16 16:34:33.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 16:34:33.549 INFO kablam! | Oct 16 16:34:33.549 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:34:33.549 INFO kablam! Oct 16 16:34:33.549 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:34:33.549 INFO kablam! --> tests/boron.rs:42:21 Oct 16 16:34:33.550 INFO kablam! | Oct 16 16:34:33.550 INFO kablam! 42 | res.send(b"I was triggered"); Oct 16 16:34:33.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:34:33.551 INFO kablam! | Oct 16 16:34:33.551 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:34:33.551 INFO kablam! Oct 16 16:34:37.441 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.07s Oct 16 16:34:37.452 INFO kablam! su: No module specific data is present Oct 16 16:34:38.130 INFO running `"docker" "rm" "-f" "00ce9422f3b63efb9edf18fea0fb64d371f6002a49ac4930ecc8e1ceb3ec0022"` Oct 16 16:34:38.439 INFO blam! 00ce9422f3b63efb9edf18fea0fb64d371f6002a49ac4930ecc8e1ceb3ec0022 Oct 16 16:34:38.443 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16:34:38.963 INFO blam! 9722478eb44fe2b2dbf8354b51e7c147f185a9965a7c6ee17673539dde5cf806 Oct 16 16:34:38.964 INFO running `"docker" "start" "-a" "9722478eb44fe2b2dbf8354b51e7c147f185a9965a7c6ee17673539dde5cf806"` Oct 16 16:34:40.589 INFO kablam! usermod: no changes Oct 16 16:34:40.699 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 16 16:34:40.712 INFO kablam! Running /target/debug/deps/boron-9c2accd0d045c26c Oct 16 16:34:40.715 INFO blam! Oct 16 16:34:40.715 INFO blam! running 7 tests Oct 16 16:34:40.720 INFO blam! test matcher::test_url_preceed ... ok Oct 16 16:34:40.720 INFO blam! test matcher::test_url_follow ... ok Oct 16 16:34:40.720 INFO blam! test matcher::test_url_exact ... ok Oct 16 16:34:40.720 INFO blam! test matcher::test_url_pattern_match ... ok Oct 16 16:34:40.735 INFO blam! test matcher::test_matched_groups_name ... ok Oct 16 16:34:40.735 INFO blam! test matcher::test_matched_groups ... ok Oct 16 16:34:40.735 INFO blam! test matcher::test_url_pattern_match_typesafe ... ok Oct 16 16:34:40.735 INFO blam! Oct 16 16:34:40.735 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:34:40.735 INFO blam! Oct 16 16:34:40.743 INFO kablam! Running /target/debug/deps/boron-86f2acfb1e5aa51c Oct 16 16:34:40.753 INFO blam! Oct 16 16:34:40.753 INFO blam! running 4 tests Oct 16 16:34:40.830 INFO blam! test test_hello_world ... ok Oct 16 16:34:40.832 INFO blam! test test_pattern_match ... ok Oct 16 16:34:40.833 INFO blam! test test_some_path ... ok Oct 16 16:34:40.834 INFO blam! test test_res_methods ... ok Oct 16 16:34:40.834 INFO blam! Oct 16 16:34:40.834 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:34:40.834 INFO blam! Oct 16 16:34:40.844 INFO kablam! Doc-tests boron Oct 16 16:34:45.851 INFO blam! Oct 16 16:34:45.851 INFO blam! running 0 tests Oct 16 16:34:45.851 INFO blam! Oct 16 16:34:45.851 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:34:45.851 INFO blam! Oct 16 16:34:45.860 INFO kablam! su: No module specific data is present Oct 16 16:34:47.042 INFO running `"docker" "rm" "-f" "9722478eb44fe2b2dbf8354b51e7c147f185a9965a7c6ee17673539dde5cf806"` Oct 16 16:34:47.267 INFO blam! 9722478eb44fe2b2dbf8354b51e7c147f185a9965a7c6ee17673539dde5cf806