Oct 11 00:40:31.909 INFO testing dannypsnl/rapier against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:40:31.910 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:40:31.910 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 11 00:40:32.104 INFO blam! 4cd8c1827462c43975ba1d6f0a03a3c71ee99f3e4f2dbf1a9ec1e0cb697ce5b1 Oct 11 00:40:32.106 INFO running `"docker" "start" "-a" "4cd8c1827462c43975ba1d6f0a03a3c71ee99f3e4f2dbf1a9ec1e0cb697ce5b1"` Oct 11 00:40:32.666 INFO kablam! usermod: no changes Oct 11 00:40:32.689 INFO kablam! Compiling rapier v0.1.0 (/source) Oct 11 00:40:32.849 INFO kablam! warning: unused import: `super::lexer` Oct 11 00:40:32.849 INFO kablam! --> src/parser.rs:12:5 Oct 11 00:40:32.849 INFO kablam! | Oct 11 00:40:32.849 INFO kablam! 12 | use super::lexer; Oct 11 00:40:32.849 INFO kablam! | ^^^^^^^^^^^^ Oct 11 00:40:32.849 INFO kablam! | Oct 11 00:40:32.849 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:40:32.849 INFO kablam! Oct 11 00:40:32.895 INFO kablam! warning: unused variable: `tokens` Oct 11 00:40:32.895 INFO kablam! --> src/main.rs:5:9 Oct 11 00:40:32.895 INFO kablam! | Oct 11 00:40:32.895 INFO kablam! 5 | let tokens = lexer::lex("abc"); Oct 11 00:40:32.895 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 11 00:40:32.895 INFO kablam! | Oct 11 00:40:32.895 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:40:32.895 INFO kablam! Oct 11 00:40:32.906 INFO kablam! warning: method is never used: `location` Oct 11 00:40:32.906 INFO kablam! --> src/lexer.rs:13:5 Oct 11 00:40:32.906 INFO kablam! | Oct 11 00:40:32.906 INFO kablam! 13 | pub fn location(&self) -> (u32, u32) { Oct 11 00:40:32.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:40:32.906 INFO kablam! | Oct 11 00:40:32.906 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:40:32.906 INFO kablam! Oct 11 00:40:32.906 INFO kablam! warning: method is never used: `tk_type` Oct 11 00:40:32.906 INFO kablam! --> src/lexer.rs:16:5 Oct 11 00:40:32.906 INFO kablam! | Oct 11 00:40:32.906 INFO kablam! 16 | pub fn tk_type(&self) -> &TkType { Oct 11 00:40:32.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:40:32.906 INFO kablam! Oct 11 00:40:32.906 INFO kablam! warning: method is never used: `value` Oct 11 00:40:32.907 INFO kablam! --> src/lexer.rs:19:5 Oct 11 00:40:32.907 INFO kablam! | Oct 11 00:40:32.907 INFO kablam! 19 | pub fn value(&self) -> String { Oct 11 00:40:32.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:40:32.907 INFO kablam! Oct 11 00:40:32.907 INFO kablam! warning: struct is never constructed: `Parser` Oct 11 00:40:32.907 INFO kablam! --> src/parser.rs:15:1 Oct 11 00:40:32.907 INFO kablam! | Oct 11 00:40:32.907 INFO kablam! 15 | struct Parser { Oct 11 00:40:32.907 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 00:40:32.907 INFO kablam! Oct 11 00:40:32.907 INFO kablam! warning: method is never used: `from` Oct 11 00:40:32.907 INFO kablam! --> src/parser.rs:22:5 Oct 11 00:40:32.907 INFO kablam! | Oct 11 00:40:32.907 INFO kablam! 22 | fn from(tokens: Vec) -> Parser { Oct 11 00:40:32.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:40:32.907 INFO kablam! Oct 11 00:40:32.907 INFO kablam! warning: method is never used: `peek` Oct 11 00:40:32.907 INFO kablam! --> src/parser.rs:29:5 Oct 11 00:40:32.907 INFO kablam! | Oct 11 00:40:32.907 INFO kablam! 29 | fn peek(&self, n: usize) -> &Token { Oct 11 00:40:32.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:40:32.907 INFO kablam! Oct 11 00:40:32.907 INFO kablam! warning: method is never used: `matched` Oct 11 00:40:32.907 INFO kablam! --> src/parser.rs:33:5 Oct 11 00:40:32.907 INFO kablam! | Oct 11 00:40:32.907 INFO kablam! 33 | fn matched(&self, token_type: &TkType, expected_type: TkType) -> bool { Oct 11 00:40:32.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:40:32.907 INFO kablam! Oct 11 00:40:32.907 INFO kablam! warning: struct is never constructed: `AstTree` Oct 11 00:40:32.907 INFO kablam! --> src/parser.rs:38:1 Oct 11 00:40:32.907 INFO kablam! | Oct 11 00:40:32.907 INFO kablam! 38 | struct AstTree { Oct 11 00:40:32.907 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 00:40:32.907 INFO kablam! Oct 11 00:40:32.907 INFO kablam! warning: method is never used: `new` Oct 11 00:40:32.907 INFO kablam! --> src/parser.rs:43:5 Oct 11 00:40:32.907 INFO kablam! | Oct 11 00:40:32.907 INFO kablam! 43 | fn new() -> AstTree { Oct 11 00:40:32.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 00:40:32.907 INFO kablam! Oct 11 00:40:32.907 INFO kablam! warning: method is never used: `add_binding` Oct 11 00:40:32.907 INFO kablam! --> src/parser.rs:46:5 Oct 11 00:40:32.907 INFO kablam! | Oct 11 00:40:32.907 INFO kablam! 46 | fn add_binding(&mut self, b: Binding) { Oct 11 00:40:32.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:40:32.907 INFO kablam! Oct 11 00:40:32.907 INFO kablam! warning: struct is never constructed: `Binding` Oct 11 00:40:32.907 INFO kablam! --> src/parser.rs:51:1 Oct 11 00:40:32.907 INFO kablam! | Oct 11 00:40:32.907 INFO kablam! 51 | struct Binding((u32, u32), String, Num); Oct 11 00:40:32.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:40:32.907 INFO kablam! Oct 11 00:40:32.907 INFO kablam! warning: struct is never constructed: `Num` Oct 11 00:40:32.907 INFO kablam! --> src/parser.rs:52:1 Oct 11 00:40:32.907 INFO kablam! | Oct 11 00:40:32.907 INFO kablam! 52 | struct Num((u32, u32), String); Oct 11 00:40:32.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:40:32.907 INFO kablam! Oct 11 00:40:32.907 INFO kablam! warning: function is never used: `binding` Oct 11 00:40:32.907 INFO kablam! --> src/parser.rs:55:1 Oct 11 00:40:32.907 INFO kablam! | Oct 11 00:40:32.907 INFO kablam! 55 | fn binding(parser: &Parser, astTree: &mut AstTree) { Oct 11 00:40:32.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:40:32.907 INFO kablam! Oct 11 00:40:32.914 INFO kablam! warning: variable `astTree` should have a snake case name such as `ast_tree` Oct 11 00:40:32.914 INFO kablam! --> src/parser.rs:55:29 Oct 11 00:40:32.914 INFO kablam! | Oct 11 00:40:32.914 INFO kablam! 55 | fn binding(parser: &Parser, astTree: &mut AstTree) { Oct 11 00:40:32.914 INFO kablam! | ^^^^^^^ Oct 11 00:40:32.914 INFO kablam! | Oct 11 00:40:32.914 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 00:40:32.914 INFO kablam! Oct 11 00:40:33.274 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.59s Oct 11 00:40:33.276 INFO kablam! su: No module specific data is present Oct 11 00:40:33.537 INFO running `"docker" "rm" "-f" "4cd8c1827462c43975ba1d6f0a03a3c71ee99f3e4f2dbf1a9ec1e0cb697ce5b1"` Oct 11 00:40:33.621 INFO blam! 4cd8c1827462c43975ba1d6f0a03a3c71ee99f3e4f2dbf1a9ec1e0cb697ce5b1 Oct 11 00:40:33.622 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:40:33.622 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 11 00:40:33.857 INFO blam! ab30e807dfac6660353911f307145b198ca4a744400a9f8669233fdf6fad72f4 Oct 11 00:40:33.861 INFO running `"docker" "start" "-a" "ab30e807dfac6660353911f307145b198ca4a744400a9f8669233fdf6fad72f4"` Oct 11 00:40:34.690 INFO kablam! usermod: no changes Oct 11 00:40:34.734 INFO kablam! Compiling rapier v0.1.0 (/source) Oct 11 00:40:35.048 INFO kablam! warning: unused variable: `tokens` Oct 11 00:40:35.048 INFO kablam! --> src/main.rs:5:9 Oct 11 00:40:35.048 INFO kablam! | Oct 11 00:40:35.048 INFO kablam! 5 | let tokens = lexer::lex("abc"); Oct 11 00:40:35.048 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 11 00:40:35.048 INFO kablam! | Oct 11 00:40:35.048 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:40:35.048 INFO kablam! Oct 11 00:40:35.073 INFO kablam! warning: variable `astTree` should have a snake case name such as `ast_tree` Oct 11 00:40:35.073 INFO kablam! --> src/parser.rs:55:29 Oct 11 00:40:35.073 INFO kablam! | Oct 11 00:40:35.073 INFO kablam! 55 | fn binding(parser: &Parser, astTree: &mut AstTree) { Oct 11 00:40:35.073 INFO kablam! | ^^^^^^^ Oct 11 00:40:35.073 INFO kablam! | Oct 11 00:40:35.073 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 00:40:35.073 INFO kablam! Oct 11 00:40:35.739 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.02s Oct 11 00:40:35.741 INFO kablam! su: No module specific data is present Oct 11 00:40:36.312 INFO running `"docker" "rm" "-f" "ab30e807dfac6660353911f307145b198ca4a744400a9f8669233fdf6fad72f4"` Oct 11 00:40:36.480 INFO blam! ab30e807dfac6660353911f307145b198ca4a744400a9f8669233fdf6fad72f4 Oct 11 00:40:36.494 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:40:36.496 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 11 00:40:36.942 INFO blam! 01028de15eec90f4b6f549a2972826d35faa356ce60930e3cfe1d03c1b33c15b Oct 11 00:40:36.944 INFO running `"docker" "start" "-a" "01028de15eec90f4b6f549a2972826d35faa356ce60930e3cfe1d03c1b33c15b"` Oct 11 00:40:37.952 INFO kablam! usermod: no changes Oct 11 00:40:38.009 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 00:40:38.028 INFO kablam! Running /target/debug/deps/rapier-259b1e2a4100e11c Oct 11 00:40:38.029 INFO blam! Oct 11 00:40:38.029 INFO blam! running 3 tests Oct 11 00:40:38.029 INFO blam! test parser::tests::new_parser ... ok Oct 11 00:40:38.029 INFO blam! test lexer::tests::get_number_tokens ... ok Oct 11 00:40:38.029 INFO blam! test lexer::tests::get_ident_tokens ... ok Oct 11 00:40:38.029 INFO blam! Oct 11 00:40:38.029 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:40:38.029 INFO blam! Oct 11 00:40:38.031 INFO kablam! su: No module specific data is present Oct 11 00:40:38.632 INFO running `"docker" "rm" "-f" "01028de15eec90f4b6f549a2972826d35faa356ce60930e3cfe1d03c1b33c15b"` Oct 11 00:40:38.928 INFO blam! 01028de15eec90f4b6f549a2972826d35faa356ce60930e3cfe1d03c1b33c15b