Oct 14 23:39:14.381 INFO testing dannypsnl/rapier against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 23:39:14.383 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 23:39:14.892 INFO blam! 60cf150d37501c9d7d52ebd800ee7d7c4d54baa9f5bc9af3c627a3c9be8ebbd6 Oct 14 23:39:14.894 INFO running `"docker" "start" "-a" "60cf150d37501c9d7d52ebd800ee7d7c4d54baa9f5bc9af3c627a3c9be8ebbd6"` Oct 14 23:39:15.501 INFO kablam! usermod: no changes Oct 14 23:39:15.528 INFO kablam! Compiling rapier v0.1.0 (/source) Oct 14 23:39:15.775 INFO kablam! warning: unused import: `super::lexer` Oct 14 23:39:15.775 INFO kablam! --> src/parser.rs:12:5 Oct 14 23:39:15.775 INFO kablam! | Oct 14 23:39:15.775 INFO kablam! 12 | use super::lexer; Oct 14 23:39:15.775 INFO kablam! | ^^^^^^^^^^^^ Oct 14 23:39:15.775 INFO kablam! | Oct 14 23:39:15.775 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:39:15.775 INFO kablam! Oct 14 23:39:15.823 INFO kablam! warning: unused variable: `tokens` Oct 14 23:39:15.823 INFO kablam! --> src/main.rs:5:9 Oct 14 23:39:15.823 INFO kablam! | Oct 14 23:39:15.823 INFO kablam! 5 | let tokens = lexer::lex("abc"); Oct 14 23:39:15.823 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 14 23:39:15.823 INFO kablam! | Oct 14 23:39:15.823 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:39:15.823 INFO kablam! Oct 14 23:39:15.836 INFO kablam! warning: method is never used: `location` Oct 14 23:39:15.836 INFO kablam! --> src/lexer.rs:13:5 Oct 14 23:39:15.836 INFO kablam! | Oct 14 23:39:15.836 INFO kablam! 13 | pub fn location(&self) -> (u32, u32) { Oct 14 23:39:15.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:39:15.836 INFO kablam! | Oct 14 23:39:15.836 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:39:15.836 INFO kablam! Oct 14 23:39:15.836 INFO kablam! warning: method is never used: `tk_type` Oct 14 23:39:15.836 INFO kablam! --> src/lexer.rs:16:5 Oct 14 23:39:15.836 INFO kablam! | Oct 14 23:39:15.836 INFO kablam! 16 | pub fn tk_type(&self) -> &TkType { Oct 14 23:39:15.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:39:15.836 INFO kablam! Oct 14 23:39:15.836 INFO kablam! warning: method is never used: `value` Oct 14 23:39:15.836 INFO kablam! --> src/lexer.rs:19:5 Oct 14 23:39:15.836 INFO kablam! | Oct 14 23:39:15.836 INFO kablam! 19 | pub fn value(&self) -> String { Oct 14 23:39:15.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:39:15.836 INFO kablam! Oct 14 23:39:15.836 INFO kablam! warning: struct is never constructed: `Parser` Oct 14 23:39:15.836 INFO kablam! --> src/parser.rs:15:1 Oct 14 23:39:15.836 INFO kablam! | Oct 14 23:39:15.836 INFO kablam! 15 | struct Parser { Oct 14 23:39:15.836 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:39:15.836 INFO kablam! Oct 14 23:39:15.836 INFO kablam! warning: method is never used: `from` Oct 14 23:39:15.836 INFO kablam! --> src/parser.rs:22:5 Oct 14 23:39:15.836 INFO kablam! | Oct 14 23:39:15.836 INFO kablam! 22 | fn from(tokens: Vec) -> Parser { Oct 14 23:39:15.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:39:15.836 INFO kablam! Oct 14 23:39:15.836 INFO kablam! warning: method is never used: `peek` Oct 14 23:39:15.836 INFO kablam! --> src/parser.rs:29:5 Oct 14 23:39:15.836 INFO kablam! | Oct 14 23:39:15.836 INFO kablam! 29 | fn peek(&self, n: usize) -> &Token { Oct 14 23:39:15.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:39:15.836 INFO kablam! Oct 14 23:39:15.836 INFO kablam! warning: method is never used: `matched` Oct 14 23:39:15.836 INFO kablam! --> src/parser.rs:33:5 Oct 14 23:39:15.836 INFO kablam! | Oct 14 23:39:15.836 INFO kablam! 33 | fn matched(&self, token_type: &TkType, expected_type: TkType) -> bool { Oct 14 23:39:15.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:39:15.836 INFO kablam! Oct 14 23:39:15.837 INFO kablam! warning: struct is never constructed: `AstTree` Oct 14 23:39:15.837 INFO kablam! --> src/parser.rs:38:1 Oct 14 23:39:15.837 INFO kablam! | Oct 14 23:39:15.837 INFO kablam! 38 | struct AstTree { Oct 14 23:39:15.837 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 23:39:15.837 INFO kablam! Oct 14 23:39:15.837 INFO kablam! warning: method is never used: `new` Oct 14 23:39:15.837 INFO kablam! --> src/parser.rs:43:5 Oct 14 23:39:15.837 INFO kablam! | Oct 14 23:39:15.837 INFO kablam! 43 | fn new() -> AstTree { Oct 14 23:39:15.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 23:39:15.837 INFO kablam! Oct 14 23:39:15.837 INFO kablam! warning: method is never used: `add_binding` Oct 14 23:39:15.837 INFO kablam! --> src/parser.rs:46:5 Oct 14 23:39:15.837 INFO kablam! | Oct 14 23:39:15.837 INFO kablam! 46 | fn add_binding(&mut self, b: Binding) { Oct 14 23:39:15.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:39:15.837 INFO kablam! Oct 14 23:39:15.837 INFO kablam! warning: struct is never constructed: `Binding` Oct 14 23:39:15.837 INFO kablam! --> src/parser.rs:51:1 Oct 14 23:39:15.837 INFO kablam! | Oct 14 23:39:15.837 INFO kablam! 51 | struct Binding((u32, u32), String, Num); Oct 14 23:39:15.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:39:15.837 INFO kablam! Oct 14 23:39:15.837 INFO kablam! warning: struct is never constructed: `Num` Oct 14 23:39:15.837 INFO kablam! --> src/parser.rs:52:1 Oct 14 23:39:15.837 INFO kablam! | Oct 14 23:39:15.837 INFO kablam! 52 | struct Num((u32, u32), String); Oct 14 23:39:15.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:39:15.837 INFO kablam! Oct 14 23:39:15.837 INFO kablam! warning: function is never used: `binding` Oct 14 23:39:15.837 INFO kablam! --> src/parser.rs:55:1 Oct 14 23:39:15.837 INFO kablam! | Oct 14 23:39:15.837 INFO kablam! 55 | fn binding(parser: &Parser, astTree: &mut AstTree) { Oct 14 23:39:15.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:39:15.837 INFO kablam! Oct 14 23:39:15.846 INFO kablam! warning: variable `astTree` should have a snake case name such as `ast_tree` Oct 14 23:39:15.846 INFO kablam! --> src/parser.rs:55:29 Oct 14 23:39:15.846 INFO kablam! | Oct 14 23:39:15.846 INFO kablam! 55 | fn binding(parser: &Parser, astTree: &mut AstTree) { Oct 14 23:39:15.846 INFO kablam! | ^^^^^^^ Oct 14 23:39:15.846 INFO kablam! | Oct 14 23:39:15.846 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 23:39:15.846 INFO kablam! Oct 14 23:39:16.254 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.73s Oct 14 23:39:16.258 INFO kablam! su: No module specific data is present Oct 14 23:39:16.539 INFO running `"docker" "rm" "-f" "60cf150d37501c9d7d52ebd800ee7d7c4d54baa9f5bc9af3c627a3c9be8ebbd6"` Oct 14 23:39:16.631 INFO blam! 60cf150d37501c9d7d52ebd800ee7d7c4d54baa9f5bc9af3c627a3c9be8ebbd6 Oct 14 23:39:16.633 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 23:39:16.814 INFO blam! f69e9f3aea6d06fc1d83140f1dd8b58172dbc5a12911ae47c60985efe6a961c2 Oct 14 23:39:16.816 INFO running `"docker" "start" "-a" "f69e9f3aea6d06fc1d83140f1dd8b58172dbc5a12911ae47c60985efe6a961c2"` Oct 14 23:39:17.333 INFO kablam! usermod: no changes Oct 14 23:39:17.361 INFO kablam! Compiling rapier v0.1.0 (/source) Oct 14 23:39:17.690 INFO kablam! warning: unused variable: `tokens` Oct 14 23:39:17.691 INFO kablam! --> src/main.rs:5:9 Oct 14 23:39:17.691 INFO kablam! | Oct 14 23:39:17.691 INFO kablam! 5 | let tokens = lexer::lex("abc"); Oct 14 23:39:17.692 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 14 23:39:17.692 INFO kablam! | Oct 14 23:39:17.692 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:39:17.693 INFO kablam! Oct 14 23:39:17.708 INFO kablam! warning: variable `astTree` should have a snake case name such as `ast_tree` Oct 14 23:39:17.708 INFO kablam! --> src/parser.rs:55:29 Oct 14 23:39:17.708 INFO kablam! | Oct 14 23:39:17.708 INFO kablam! 55 | fn binding(parser: &Parser, astTree: &mut AstTree) { Oct 14 23:39:17.708 INFO kablam! | ^^^^^^^ Oct 14 23:39:17.708 INFO kablam! | Oct 14 23:39:17.708 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 23:39:17.708 INFO kablam! Oct 14 23:39:18.311 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.96s Oct 14 23:39:18.316 INFO kablam! su: No module specific data is present Oct 14 23:39:18.554 INFO running `"docker" "rm" "-f" "f69e9f3aea6d06fc1d83140f1dd8b58172dbc5a12911ae47c60985efe6a961c2"` Oct 14 23:39:18.649 INFO blam! f69e9f3aea6d06fc1d83140f1dd8b58172dbc5a12911ae47c60985efe6a961c2 Oct 14 23:39:18.652 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 23:39:18.987 INFO blam! 3a1391f8c505ca57671c193c5a15949df984e612fb1694ce49318680a4aaffd9 Oct 14 23:39:18.991 INFO running `"docker" "start" "-a" "3a1391f8c505ca57671c193c5a15949df984e612fb1694ce49318680a4aaffd9"` Oct 14 23:39:20.110 INFO kablam! usermod: no changes Oct 14 23:39:20.146 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 23:39:20.148 INFO kablam! Running /target/debug/deps/rapier-259b1e2a4100e11c Oct 14 23:39:20.155 INFO blam! Oct 14 23:39:20.155 INFO blam! running 3 tests Oct 14 23:39:20.155 INFO blam! test parser::tests::new_parser ... ok Oct 14 23:39:20.155 INFO blam! test lexer::tests::get_number_tokens ... ok Oct 14 23:39:20.155 INFO blam! test lexer::tests::get_ident_tokens ... ok Oct 14 23:39:20.155 INFO blam! Oct 14 23:39:20.155 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:39:20.155 INFO blam! Oct 14 23:39:20.163 INFO kablam! su: No module specific data is present Oct 14 23:39:20.825 INFO running `"docker" "rm" "-f" "3a1391f8c505ca57671c193c5a15949df984e612fb1694ce49318680a4aaffd9"` Oct 14 23:39:21.135 INFO blam! 3a1391f8c505ca57671c193c5a15949df984e612fb1694ce49318680a4aaffd9