Oct 14 23:39:13.877 INFO testing dannypsnl/rapier against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 23:39:13.877 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.296 INFO blam! 3b213b1177ec3946c8f8793064a1cbe4822ead14428c6c1233ca18d7ffc4ebe5 Oct 14 23:39:14.299 INFO running `"docker" "start" "-a" "3b213b1177ec3946c8f8793064a1cbe4822ead14428c6c1233ca18d7ffc4ebe5"` Oct 14 23:39:15.252 INFO kablam! usermod: no changes Oct 14 23:39:15.287 INFO kablam! Compiling rapier v0.1.0 (/source) Oct 14 23:39:15.528 INFO kablam! warning: unused import: `super::lexer` Oct 14 23:39:15.528 INFO kablam! --> src/parser.rs:12:5 Oct 14 23:39:15.528 INFO kablam! | Oct 14 23:39:15.528 INFO kablam! 12 | use super::lexer; Oct 14 23:39:15.528 INFO kablam! | ^^^^^^^^^^^^ Oct 14 23:39:15.528 INFO kablam! | Oct 14 23:39:15.528 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:39:15.528 INFO kablam! Oct 14 23:39:15.575 INFO kablam! warning: unused variable: `tokens` Oct 14 23:39:15.575 INFO kablam! --> src/main.rs:5:9 Oct 14 23:39:15.575 INFO kablam! | Oct 14 23:39:15.575 INFO kablam! 5 | let tokens = lexer::lex("abc"); Oct 14 23:39:15.575 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 14 23:39:15.575 INFO kablam! | Oct 14 23:39:15.575 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:39:15.575 INFO kablam! Oct 14 23:39:15.581 INFO kablam! warning: method is never used: `location` Oct 14 23:39:15.581 INFO kablam! --> src/lexer.rs:13:5 Oct 14 23:39:15.581 INFO kablam! | Oct 14 23:39:15.581 INFO kablam! 13 | pub fn location(&self) -> (u32, u32) { Oct 14 23:39:15.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:39:15.581 INFO kablam! | Oct 14 23:39:15.581 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:39:15.581 INFO kablam! Oct 14 23:39:15.581 INFO kablam! warning: method is never used: `tk_type` Oct 14 23:39:15.582 INFO kablam! --> src/lexer.rs:16:5 Oct 14 23:39:15.582 INFO kablam! | Oct 14 23:39:15.582 INFO kablam! 16 | pub fn tk_type(&self) -> &TkType { Oct 14 23:39:15.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:39:15.582 INFO kablam! Oct 14 23:39:15.582 INFO kablam! warning: method is never used: `value` Oct 14 23:39:15.582 INFO kablam! --> src/lexer.rs:19:5 Oct 14 23:39:15.582 INFO kablam! | Oct 14 23:39:15.582 INFO kablam! 19 | pub fn value(&self) -> String { Oct 14 23:39:15.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:39:15.582 INFO kablam! Oct 14 23:39:15.582 INFO kablam! warning: struct is never constructed: `Parser` Oct 14 23:39:15.582 INFO kablam! --> src/parser.rs:15:1 Oct 14 23:39:15.582 INFO kablam! | Oct 14 23:39:15.582 INFO kablam! 15 | struct Parser { Oct 14 23:39:15.582 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:39:15.582 INFO kablam! Oct 14 23:39:15.582 INFO kablam! warning: method is never used: `from` Oct 14 23:39:15.582 INFO kablam! --> src/parser.rs:22:5 Oct 14 23:39:15.582 INFO kablam! | Oct 14 23:39:15.582 INFO kablam! 22 | fn from(tokens: Vec) -> Parser { Oct 14 23:39:15.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:39:15.582 INFO kablam! Oct 14 23:39:15.582 INFO kablam! warning: method is never used: `peek` Oct 14 23:39:15.582 INFO kablam! --> src/parser.rs:29:5 Oct 14 23:39:15.582 INFO kablam! | Oct 14 23:39:15.582 INFO kablam! 29 | fn peek(&self, n: usize) -> &Token { Oct 14 23:39:15.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:39:15.582 INFO kablam! Oct 14 23:39:15.582 INFO kablam! warning: method is never used: `matched` Oct 14 23:39:15.582 INFO kablam! --> src/parser.rs:33:5 Oct 14 23:39:15.582 INFO kablam! | Oct 14 23:39:15.582 INFO kablam! 33 | fn matched(&self, token_type: &TkType, expected_type: TkType) -> bool { Oct 14 23:39:15.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:39:15.582 INFO kablam! Oct 14 23:39:15.582 INFO kablam! warning: struct is never constructed: `AstTree` Oct 14 23:39:15.582 INFO kablam! --> src/parser.rs:38:1 Oct 14 23:39:15.582 INFO kablam! | Oct 14 23:39:15.582 INFO kablam! 38 | struct AstTree { Oct 14 23:39:15.582 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 23:39:15.582 INFO kablam! Oct 14 23:39:15.585 INFO kablam! warning: method is never used: `new` Oct 14 23:39:15.585 INFO kablam! --> src/parser.rs:43:5 Oct 14 23:39:15.585 INFO kablam! | Oct 14 23:39:15.585 INFO kablam! 43 | fn new() -> AstTree { Oct 14 23:39:15.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 23:39:15.585 INFO kablam! Oct 14 23:39:15.585 INFO kablam! warning: method is never used: `add_binding` Oct 14 23:39:15.585 INFO kablam! --> src/parser.rs:46:5 Oct 14 23:39:15.585 INFO kablam! | Oct 14 23:39:15.585 INFO kablam! 46 | fn add_binding(&mut self, b: Binding) { Oct 14 23:39:15.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:39:15.585 INFO kablam! Oct 14 23:39:15.585 INFO kablam! warning: struct is never constructed: `Binding` Oct 14 23:39:15.585 INFO kablam! --> src/parser.rs:51:1 Oct 14 23:39:15.585 INFO kablam! | Oct 14 23:39:15.585 INFO kablam! 51 | struct Binding((u32, u32), String, Num); Oct 14 23:39:15.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:39:15.585 INFO kablam! Oct 14 23:39:15.585 INFO kablam! warning: struct is never constructed: `Num` Oct 14 23:39:15.585 INFO kablam! --> src/parser.rs:52:1 Oct 14 23:39:15.585 INFO kablam! | Oct 14 23:39:15.585 INFO kablam! 52 | struct Num((u32, u32), String); Oct 14 23:39:15.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:39:15.585 INFO kablam! Oct 14 23:39:15.585 INFO kablam! warning: function is never used: `binding` Oct 14 23:39:15.585 INFO kablam! --> src/parser.rs:55:1 Oct 14 23:39:15.585 INFO kablam! | Oct 14 23:39:15.585 INFO kablam! 55 | fn binding(parser: &Parser, astTree: &mut AstTree) { Oct 14 23:39:15.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:39:15.585 INFO kablam! Oct 14 23:39:15.594 INFO kablam! warning: variable `astTree` should have a snake case name such as `ast_tree` Oct 14 23:39:15.594 INFO kablam! --> src/parser.rs:55:29 Oct 14 23:39:15.595 INFO kablam! | Oct 14 23:39:15.595 INFO kablam! 55 | fn binding(parser: &Parser, astTree: &mut AstTree) { Oct 14 23:39:15.595 INFO kablam! | ^^^^^^^ Oct 14 23:39:15.595 INFO kablam! | Oct 14 23:39:15.595 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 23:39:15.595 INFO kablam! Oct 14 23:39:16.003 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.72s Oct 14 23:39:16.005 INFO kablam! su: No module specific data is present Oct 14 23:39:16.419 INFO running `"docker" "rm" "-f" "3b213b1177ec3946c8f8793064a1cbe4822ead14428c6c1233ca18d7ffc4ebe5"` Oct 14 23:39:16.510 INFO blam! 3b213b1177ec3946c8f8793064a1cbe4822ead14428c6c1233ca18d7ffc4ebe5 Oct 14 23:39:16.512 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.687 INFO blam! c8a38688265dde68a1404158e99e3ef82b5827eecf4a73963b9068432f24b6f9 Oct 14 23:39:16.687 INFO running `"docker" "start" "-a" "c8a38688265dde68a1404158e99e3ef82b5827eecf4a73963b9068432f24b6f9"` Oct 14 23:39:17.378 INFO kablam! usermod: no changes Oct 14 23:39:17.402 INFO kablam! Compiling rapier v0.1.0 (/source) Oct 14 23:39:17.763 INFO kablam! warning: unused variable: `tokens` Oct 14 23:39:17.763 INFO kablam! --> src/main.rs:5:9 Oct 14 23:39:17.763 INFO kablam! | Oct 14 23:39:17.763 INFO kablam! 5 | let tokens = lexer::lex("abc"); Oct 14 23:39:17.763 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 14 23:39:17.763 INFO kablam! | Oct 14 23:39:17.763 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:39:17.763 INFO kablam! Oct 14 23:39:17.787 INFO kablam! warning: variable `astTree` should have a snake case name such as `ast_tree` Oct 14 23:39:17.787 INFO kablam! --> src/parser.rs:55:29 Oct 14 23:39:17.787 INFO kablam! | Oct 14 23:39:17.787 INFO kablam! 55 | fn binding(parser: &Parser, astTree: &mut AstTree) { Oct 14 23:39:17.787 INFO kablam! | ^^^^^^^ Oct 14 23:39:17.787 INFO kablam! | Oct 14 23:39:17.787 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 23:39:17.787 INFO kablam! Oct 14 23:39:18.324 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.93s Oct 14 23:39:18.326 INFO kablam! su: No module specific data is present Oct 14 23:39:18.538 INFO running `"docker" "rm" "-f" "c8a38688265dde68a1404158e99e3ef82b5827eecf4a73963b9068432f24b6f9"` Oct 14 23:39:18.631 INFO blam! c8a38688265dde68a1404158e99e3ef82b5827eecf4a73963b9068432f24b6f9 Oct 14 23:39:18.631 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.947 INFO blam! 299dabcf6c382615d32285e45cbefa46bcf4c1530a91d3ff347a78335331dcf0 Oct 14 23:39:18.949 INFO running `"docker" "start" "-a" "299dabcf6c382615d32285e45cbefa46bcf4c1530a91d3ff347a78335331dcf0"` Oct 14 23:39:19.929 INFO kablam! usermod: no changes Oct 14 23:39:19.995 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 23:39:19.995 INFO kablam! Running /target/debug/deps/rapier-3d95e55c8826b8ba Oct 14 23:39:19.999 INFO blam! Oct 14 23:39:19.999 INFO blam! running 3 tests Oct 14 23:39:19.999 INFO blam! test lexer::tests::get_number_tokens ... ok Oct 14 23:39:19.999 INFO blam! test lexer::tests::get_ident_tokens ... ok Oct 14 23:39:20.003 INFO blam! test parser::tests::new_parser ... ok Oct 14 23:39:20.003 INFO blam! Oct 14 23:39:20.003 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:39:20.003 INFO blam! Oct 14 23:39:20.004 INFO kablam! su: No module specific data is present Oct 14 23:39:20.814 INFO running `"docker" "rm" "-f" "299dabcf6c382615d32285e45cbefa46bcf4c1530a91d3ff347a78335331dcf0"` Oct 14 23:39:21.095 INFO blam! 299dabcf6c382615d32285e45cbefa46bcf4c1530a91d3ff347a78335331dcf0