Oct 10 13:51:01.165 INFO testing tamamu/roman-numeral-parser against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:51:01.165 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:51:01.165 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:51:01.435 INFO blam! c887cf1d462166053de36ace487806889dbf9b036ecfe3de5799da932aa3adab Oct 10 13:51:01.437 INFO running `"docker" "start" "-a" "c887cf1d462166053de36ace487806889dbf9b036ecfe3de5799da932aa3adab"` Oct 10 13:51:02.184 INFO kablam! usermod: no changes Oct 10 13:51:02.215 INFO kablam! Compiling rome_parser v0.1.0 (/source) Oct 10 13:51:02.663 INFO kablam! warning: unreachable pattern Oct 10 13:51:02.664 INFO kablam! --> src/main.rs:134:21 Oct 10 13:51:02.664 INFO kablam! | Oct 10 13:51:02.664 INFO kablam! 134 | _ => Err(ParseError::IllegalAlignment) Oct 10 13:51:02.665 INFO kablam! | ^ Oct 10 13:51:02.665 INFO kablam! | Oct 10 13:51:02.665 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 10 13:51:02.665 INFO kablam! Oct 10 13:51:02.666 INFO kablam! warning: unused variable: `first_max` Oct 10 13:51:02.667 INFO kablam! --> src/main.rs:87:29 Oct 10 13:51:02.667 INFO kablam! | Oct 10 13:51:02.667 INFO kablam! 87 | let (first, first_max) = try!(self.parse_one()); Oct 10 13:51:02.667 INFO kablam! | ^^^^^^^^^ help: consider using `_first_max` instead Oct 10 13:51:02.668 INFO kablam! | Oct 10 13:51:02.668 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:51:02.668 INFO kablam! Oct 10 13:51:02.668 INFO kablam! warning: unused variable: `second_max` Oct 10 13:51:02.669 INFO kablam! --> src/main.rs:115:42 Oct 10 13:51:02.669 INFO kablam! | Oct 10 13:51:02.669 INFO kablam! 115 | let (second, second_max) = try!(self.parse_one()); Oct 10 13:51:02.669 INFO kablam! | ^^^^^^^^^^ help: consider using `_second_max` instead Oct 10 13:51:02.670 INFO kablam! Oct 10 13:51:02.673 INFO kablam! warning: unused variable: `n` Oct 10 13:51:02.673 INFO kablam! --> src/main.rs:124:33 Oct 10 13:51:02.674 INFO kablam! | Oct 10 13:51:02.674 INFO kablam! 124 | Token::Five(n) => { Oct 10 13:51:02.679 INFO kablam! | ^ help: consider using `_n` instead Oct 10 13:51:02.680 INFO kablam! Oct 10 13:51:02.688 INFO kablam! warning: variant is never constructed: `Unknown` Oct 10 13:51:02.688 INFO kablam! --> src/main.rs:16:5 Oct 10 13:51:02.688 INFO kablam! | Oct 10 13:51:02.688 INFO kablam! 16 | Unknown Oct 10 13:51:02.688 INFO kablam! | ^^^^^^^ Oct 10 13:51:02.688 INFO kablam! | Oct 10 13:51:02.689 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:51:02.689 INFO kablam! Oct 10 13:51:02.696 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 13:51:02.696 INFO kablam! --> src/main.rs:173:5 Oct 10 13:51:02.697 INFO kablam! | Oct 10 13:51:02.697 INFO kablam! 173 | parser.lex(); Oct 10 13:51:02.697 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 13:51:02.697 INFO kablam! | Oct 10 13:51:02.697 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 13:51:02.697 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 13:51:02.697 INFO kablam! Oct 10 13:51:03.391 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.18s Oct 10 13:51:03.397 INFO kablam! su: No module specific data is present Oct 10 13:51:04.216 INFO running `"docker" "rm" "-f" "c887cf1d462166053de36ace487806889dbf9b036ecfe3de5799da932aa3adab"` Oct 10 13:51:04.524 INFO blam! c887cf1d462166053de36ace487806889dbf9b036ecfe3de5799da932aa3adab Oct 10 13:51:04.540 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:51:04.540 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:51:05.101 INFO blam! 16ce62d43ee848f91654b222bc896021e9abddf6bac8912e19f49155bfe5aa09 Oct 10 13:51:05.103 INFO running `"docker" "start" "-a" "16ce62d43ee848f91654b222bc896021e9abddf6bac8912e19f49155bfe5aa09"` Oct 10 13:51:06.687 INFO kablam! usermod: no changes Oct 10 13:51:06.761 INFO kablam! Compiling rome_parser v0.1.0 (/source) Oct 10 13:51:07.578 INFO kablam! warning: unreachable pattern Oct 10 13:51:07.578 INFO kablam! --> src/main.rs:134:21 Oct 10 13:51:07.581 INFO kablam! | Oct 10 13:51:07.581 INFO kablam! 134 | _ => Err(ParseError::IllegalAlignment) Oct 10 13:51:07.581 INFO kablam! | ^ Oct 10 13:51:07.582 INFO kablam! | Oct 10 13:51:07.582 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 10 13:51:07.582 INFO kablam! Oct 10 13:51:07.582 INFO kablam! warning: unused variable: `first_max` Oct 10 13:51:07.583 INFO kablam! --> src/main.rs:87:29 Oct 10 13:51:07.583 INFO kablam! | Oct 10 13:51:07.583 INFO kablam! 87 | let (first, first_max) = try!(self.parse_one()); Oct 10 13:51:07.583 INFO kablam! | ^^^^^^^^^ help: consider using `_first_max` instead Oct 10 13:51:07.584 INFO kablam! | Oct 10 13:51:07.584 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:51:07.584 INFO kablam! Oct 10 13:51:07.584 INFO kablam! warning: unused variable: `second_max` Oct 10 13:51:07.585 INFO kablam! --> src/main.rs:115:42 Oct 10 13:51:07.585 INFO kablam! | Oct 10 13:51:07.585 INFO kablam! 115 | let (second, second_max) = try!(self.parse_one()); Oct 10 13:51:07.586 INFO kablam! | ^^^^^^^^^^ help: consider using `_second_max` instead Oct 10 13:51:07.586 INFO kablam! Oct 10 13:51:07.586 INFO kablam! warning: unused variable: `n` Oct 10 13:51:07.586 INFO kablam! --> src/main.rs:124:33 Oct 10 13:51:07.587 INFO kablam! | Oct 10 13:51:07.587 INFO kablam! 124 | Token::Five(n) => { Oct 10 13:51:07.587 INFO kablam! | ^ help: consider using `_n` instead Oct 10 13:51:07.588 INFO kablam! Oct 10 13:51:07.610 INFO kablam! warning: variant is never constructed: `Unknown` Oct 10 13:51:07.610 INFO kablam! --> src/main.rs:16:5 Oct 10 13:51:07.611 INFO kablam! | Oct 10 13:51:07.611 INFO kablam! 16 | Unknown Oct 10 13:51:07.611 INFO kablam! | ^^^^^^^ Oct 10 13:51:07.611 INFO kablam! | Oct 10 13:51:07.612 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:51:07.612 INFO kablam! Oct 10 13:51:07.613 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 13:51:07.617 INFO kablam! --> src/main.rs:173:5 Oct 10 13:51:07.617 INFO kablam! | Oct 10 13:51:07.617 INFO kablam! 173 | parser.lex(); Oct 10 13:51:07.617 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 13:51:07.617 INFO kablam! | Oct 10 13:51:07.618 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 13:51:07.618 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 13:51:07.618 INFO kablam! Oct 10 13:51:08.417 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.70s Oct 10 13:51:08.421 INFO kablam! su: No module specific data is present Oct 10 13:51:09.488 INFO running `"docker" "rm" "-f" "16ce62d43ee848f91654b222bc896021e9abddf6bac8912e19f49155bfe5aa09"` Oct 10 13:51:09.796 INFO blam! 16ce62d43ee848f91654b222bc896021e9abddf6bac8912e19f49155bfe5aa09 Oct 10 13:51:09.805 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:51:09.807 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:51:10.183 INFO blam! e0a3d485629619977b2f2f41e67a542947fcafa50961f9298dc713ebb21a70eb Oct 10 13:51:10.184 INFO running `"docker" "start" "-a" "e0a3d485629619977b2f2f41e67a542947fcafa50961f9298dc713ebb21a70eb"` Oct 10 13:51:11.360 INFO kablam! usermod: no changes Oct 10 13:51:11.409 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 13:51:11.409 INFO blam! Oct 10 13:51:11.409 INFO kablam! Running /target/debug/deps/rome_parser-cfe5fe0f65ab3ffc Oct 10 13:51:11.410 INFO blam! running 9 tests Oct 10 13:51:11.425 INFO blam! test tests::test3 ... ok Oct 10 13:51:11.425 INFO blam! test tests::test1 ... ok Oct 10 13:51:11.426 INFO blam! test tests::test6 ... ok Oct 10 13:51:11.426 INFO blam! test tests::test5 ... ok Oct 10 13:51:11.426 INFO blam! test tests::test4 ... ok Oct 10 13:51:11.426 INFO blam! test tests::test2 ... ok Oct 10 13:51:11.427 INFO blam! test tests::test7 ... ok Oct 10 13:51:11.427 INFO blam! test tests::test8 ... ok Oct 10 13:51:11.427 INFO blam! test tests::test9 ... ok Oct 10 13:51:11.428 INFO blam! Oct 10 13:51:11.428 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:51:11.428 INFO blam! Oct 10 13:51:11.430 INFO kablam! su: No module specific data is present Oct 10 13:51:12.164 INFO running `"docker" "rm" "-f" "e0a3d485629619977b2f2f41e67a542947fcafa50961f9298dc713ebb21a70eb"` Oct 10 13:51:12.488 INFO blam! e0a3d485629619977b2f2f41e67a542947fcafa50961f9298dc713ebb21a70eb