Oct 13 01:07:02.151 INFO testing sdmcode/i_v against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 01:07:02.153 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 01:07:02.660 INFO blam! 2c92036a36939ad565b3748fe3193d8e78095a1471efa0472a21bd9737820359 Oct 13 01:07:02.662 INFO running `"docker" "start" "-a" "2c92036a36939ad565b3748fe3193d8e78095a1471efa0472a21bd9737820359"` Oct 13 01:07:04.690 INFO kablam! usermod: no changes Oct 13 01:07:04.727 INFO kablam! Compiling i_v v0.1.0 (/source) Oct 13 01:07:05.061 INFO kablam! warning: unused import: `compiler::parser::ParseResult` Oct 13 01:07:05.061 INFO kablam! --> src/repl/mod.rs:14:5 Oct 13 01:07:05.061 INFO kablam! | Oct 13 01:07:05.061 INFO kablam! 14 | use compiler::parser::ParseResult; Oct 13 01:07:05.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:07:05.061 INFO kablam! | Oct 13 01:07:05.061 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:07:05.061 INFO kablam! Oct 13 01:07:05.216 INFO kablam! warning: unreachable statement Oct 13 01:07:05.217 INFO kablam! --> src/compiler/parser.rs:540:9 Oct 13 01:07:05.217 INFO kablam! | Oct 13 01:07:05.217 INFO kablam! 540 | return cmp; Oct 13 01:07:05.217 INFO kablam! | ^^^^^^^^^^^ Oct 13 01:07:05.217 INFO kablam! | Oct 13 01:07:05.217 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 01:07:05.217 INFO kablam! Oct 13 01:07:05.229 INFO kablam! warning: unreachable expression Oct 13 01:07:05.229 INFO kablam! --> src/compiler/parser.rs:828:9 Oct 13 01:07:05.230 INFO kablam! | Oct 13 01:07:05.230 INFO kablam! 828 | return ParseResult::Failed("lol".to_string()) Oct 13 01:07:05.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:07:05.230 INFO kablam! Oct 13 01:07:05.320 INFO kablam! warning: unused variable: `v` Oct 13 01:07:05.320 INFO kablam! --> src/compiler/parser.rs:562:81 Oct 13 01:07:05.320 INFO kablam! | Oct 13 01:07:05.320 INFO kablam! 562 | ExpressionType::LiteralExpression(name, v) => { Oct 13 01:07:05.320 INFO kablam! | ^ help: consider using `_v` instead Oct 13 01:07:05.320 INFO kablam! | Oct 13 01:07:05.320 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:07:05.320 INFO kablam! Oct 13 01:07:05.320 INFO kablam! warning: value assigned to `ident` is never read Oct 13 01:07:05.320 INFO kablam! --> src/compiler/parser.rs:597:17 Oct 13 01:07:05.320 INFO kablam! | Oct 13 01:07:05.320 INFO kablam! 597 | let mut ident = String::new(); Oct 13 01:07:05.320 INFO kablam! | ^^^^^ Oct 13 01:07:05.320 INFO kablam! | Oct 13 01:07:05.320 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 01:07:05.320 INFO kablam! Oct 13 01:07:05.320 INFO kablam! warning: value assigned to `name` is never read Oct 13 01:07:05.320 INFO kablam! --> src/compiler/parser.rs:688:25 Oct 13 01:07:05.320 INFO kablam! | Oct 13 01:07:05.321 INFO kablam! 688 | let mut name = String::new(); Oct 13 01:07:05.321 INFO kablam! | ^^^^ Oct 13 01:07:05.321 INFO kablam! Oct 13 01:07:05.321 INFO kablam! warning: unused variable: `s` Oct 13 01:07:05.321 INFO kablam! --> src/compiler/parser.rs:834:34 Oct 13 01:07:05.321 INFO kablam! | Oct 13 01:07:05.321 INFO kablam! 834 | ParseResult::Success(s) => { Oct 13 01:07:05.321 INFO kablam! | ^ help: consider using `_s` instead Oct 13 01:07:05.321 INFO kablam! Oct 13 01:07:05.366 INFO kablam! warning: variable does not need to be mutable Oct 13 01:07:05.366 INFO kablam! --> src/compiler/parser.rs:271:16 Oct 13 01:07:05.366 INFO kablam! | Oct 13 01:07:05.366 INFO kablam! 271 | pub fn new(mut toks: Vec) -> Parser { Oct 13 01:07:05.366 INFO kablam! | ----^^^^ Oct 13 01:07:05.366 INFO kablam! | | Oct 13 01:07:05.366 INFO kablam! | help: remove this `mut` Oct 13 01:07:05.366 INFO kablam! | Oct 13 01:07:05.366 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:07:05.366 INFO kablam! Oct 13 01:07:05.417 INFO kablam! warning: method is never used: `skip` Oct 13 01:07:05.417 INFO kablam! --> src/compiler/mod.rs:139:5 Oct 13 01:07:05.417 INFO kablam! | Oct 13 01:07:05.417 INFO kablam! 139 | fn skip(&mut self, num: usize) { Oct 13 01:07:05.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:07:05.417 INFO kablam! | Oct 13 01:07:05.417 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:07:05.417 INFO kablam! Oct 13 01:07:07.801 INFO kablam! warning: unused import: `compiler::parser::ParseResult` Oct 13 01:07:07.801 INFO kablam! --> src/repl/mod.rs:14:5 Oct 13 01:07:07.802 INFO kablam! | Oct 13 01:07:07.802 INFO kablam! 14 | use compiler::parser::ParseResult; Oct 13 01:07:07.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:07:07.802 INFO kablam! | Oct 13 01:07:07.802 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:07:07.802 INFO kablam! Oct 13 01:07:08.031 INFO kablam! warning: unreachable statement Oct 13 01:07:08.032 INFO kablam! --> src/compiler/parser.rs:540:9 Oct 13 01:07:08.032 INFO kablam! | Oct 13 01:07:08.032 INFO kablam! 540 | return cmp; Oct 13 01:07:08.032 INFO kablam! | ^^^^^^^^^^^ Oct 13 01:07:08.033 INFO kablam! | Oct 13 01:07:08.033 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 01:07:08.033 INFO kablam! Oct 13 01:07:08.045 INFO kablam! warning: unreachable expression Oct 13 01:07:08.045 INFO kablam! --> src/compiler/parser.rs:828:9 Oct 13 01:07:08.045 INFO kablam! | Oct 13 01:07:08.045 INFO kablam! 828 | return ParseResult::Failed("lol".to_string()) Oct 13 01:07:08.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:07:08.045 INFO kablam! Oct 13 01:07:08.082 INFO kablam! warning: unused variable: `v` Oct 13 01:07:08.082 INFO kablam! --> src/compiler/parser.rs:562:81 Oct 13 01:07:08.082 INFO kablam! | Oct 13 01:07:08.082 INFO kablam! 562 | ExpressionType::LiteralExpression(name, v) => { Oct 13 01:07:08.082 INFO kablam! | ^ help: consider using `_v` instead Oct 13 01:07:08.082 INFO kablam! | Oct 13 01:07:08.082 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:07:08.082 INFO kablam! Oct 13 01:07:08.082 INFO kablam! warning: value assigned to `ident` is never read Oct 13 01:07:08.082 INFO kablam! --> src/compiler/parser.rs:597:17 Oct 13 01:07:08.082 INFO kablam! | Oct 13 01:07:08.082 INFO kablam! 597 | let mut ident = String::new(); Oct 13 01:07:08.082 INFO kablam! | ^^^^^ Oct 13 01:07:08.082 INFO kablam! | Oct 13 01:07:08.082 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 01:07:08.082 INFO kablam! Oct 13 01:07:08.082 INFO kablam! warning: value assigned to `name` is never read Oct 13 01:07:08.082 INFO kablam! --> src/compiler/parser.rs:688:25 Oct 13 01:07:08.082 INFO kablam! | Oct 13 01:07:08.082 INFO kablam! 688 | let mut name = String::new(); Oct 13 01:07:08.082 INFO kablam! | ^^^^ Oct 13 01:07:08.082 INFO kablam! Oct 13 01:07:08.082 INFO kablam! warning: unused variable: `s` Oct 13 01:07:08.082 INFO kablam! --> src/compiler/parser.rs:834:34 Oct 13 01:07:08.082 INFO kablam! | Oct 13 01:07:08.082 INFO kablam! 834 | ParseResult::Success(s) => { Oct 13 01:07:08.082 INFO kablam! | ^ help: consider using `_s` instead Oct 13 01:07:08.082 INFO kablam! Oct 13 01:07:08.157 INFO kablam! warning: variable does not need to be mutable Oct 13 01:07:08.157 INFO kablam! --> src/compiler/parser.rs:271:16 Oct 13 01:07:08.157 INFO kablam! | Oct 13 01:07:08.157 INFO kablam! 271 | pub fn new(mut toks: Vec) -> Parser { Oct 13 01:07:08.157 INFO kablam! | ----^^^^ Oct 13 01:07:08.157 INFO kablam! | | Oct 13 01:07:08.157 INFO kablam! | help: remove this `mut` Oct 13 01:07:08.157 INFO kablam! | Oct 13 01:07:08.157 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:07:08.157 INFO kablam! Oct 13 01:07:08.181 INFO kablam! warning: method is never used: `skip` Oct 13 01:07:08.182 INFO kablam! --> src/compiler/mod.rs:139:5 Oct 13 01:07:08.182 INFO kablam! | Oct 13 01:07:08.182 INFO kablam! 139 | fn skip(&mut self, num: usize) { Oct 13 01:07:08.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:07:08.183 INFO kablam! | Oct 13 01:07:08.183 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:07:08.183 INFO kablam! Oct 13 01:07:09.967 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.25s Oct 13 01:07:09.971 INFO kablam! su: No module specific data is present Oct 13 01:07:11.328 INFO running `"docker" "rm" "-f" "2c92036a36939ad565b3748fe3193d8e78095a1471efa0472a21bd9737820359"` Oct 13 01:07:11.647 INFO blam! 2c92036a36939ad565b3748fe3193d8e78095a1471efa0472a21bd9737820359 Oct 13 01:07:11.652 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 01:07:12.154 INFO blam! 19f10a30752bbd6a5e74a45511aa6479a37194483d016aee8ba0721f52615fd0 Oct 13 01:07:12.156 INFO running `"docker" "start" "-a" "19f10a30752bbd6a5e74a45511aa6479a37194483d016aee8ba0721f52615fd0"` Oct 13 01:07:14.678 INFO kablam! usermod: no changes Oct 13 01:07:14.735 INFO kablam! Compiling i_v v0.1.0 (/source) Oct 13 01:07:15.159 INFO kablam! warning: unused import: `compiler::parser::ParseResult` Oct 13 01:07:15.159 INFO kablam! --> src/repl/mod.rs:14:5 Oct 13 01:07:15.159 INFO kablam! | Oct 13 01:07:15.159 INFO kablam! 14 | use compiler::parser::ParseResult; Oct 13 01:07:15.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:07:15.159 INFO kablam! | Oct 13 01:07:15.159 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:07:15.159 INFO kablam! Oct 13 01:07:15.311 INFO kablam! warning: unused import: `compiler::parser::ParseResult` Oct 13 01:07:15.311 INFO kablam! --> src/repl/mod.rs:14:5 Oct 13 01:07:15.311 INFO kablam! | Oct 13 01:07:15.311 INFO kablam! 14 | use compiler::parser::ParseResult; Oct 13 01:07:15.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:07:15.311 INFO kablam! | Oct 13 01:07:15.311 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:07:15.311 INFO kablam! Oct 13 01:07:15.463 INFO kablam! warning: unreachable statement Oct 13 01:07:15.463 INFO kablam! --> src/compiler/parser.rs:540:9 Oct 13 01:07:15.463 INFO kablam! | Oct 13 01:07:15.463 INFO kablam! 540 | return cmp; Oct 13 01:07:15.463 INFO kablam! | ^^^^^^^^^^^ Oct 13 01:07:15.463 INFO kablam! | Oct 13 01:07:15.463 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 01:07:15.463 INFO kablam! Oct 13 01:07:15.475 INFO kablam! warning: unreachable expression Oct 13 01:07:15.475 INFO kablam! --> src/compiler/parser.rs:828:9 Oct 13 01:07:15.475 INFO kablam! | Oct 13 01:07:15.475 INFO kablam! 828 | return ParseResult::Failed("lol".to_string()) Oct 13 01:07:15.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:07:15.475 INFO kablam! Oct 13 01:07:15.683 INFO kablam! warning: unused variable: `v` Oct 13 01:07:15.683 INFO kablam! --> src/compiler/parser.rs:562:81 Oct 13 01:07:15.683 INFO kablam! | Oct 13 01:07:15.683 INFO kablam! 562 | ExpressionType::LiteralExpression(name, v) => { Oct 13 01:07:15.683 INFO kablam! | ^ help: consider using `_v` instead Oct 13 01:07:15.683 INFO kablam! | Oct 13 01:07:15.683 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:07:15.683 INFO kablam! Oct 13 01:07:15.683 INFO kablam! warning: value assigned to `ident` is never read Oct 13 01:07:15.683 INFO kablam! --> src/compiler/parser.rs:597:17 Oct 13 01:07:15.683 INFO kablam! | Oct 13 01:07:15.683 INFO kablam! 597 | let mut ident = String::new(); Oct 13 01:07:15.683 INFO kablam! | ^^^^^ Oct 13 01:07:15.683 INFO kablam! | Oct 13 01:07:15.683 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 01:07:15.683 INFO kablam! Oct 13 01:07:15.683 INFO kablam! warning: value assigned to `name` is never read Oct 13 01:07:15.683 INFO kablam! --> src/compiler/parser.rs:688:25 Oct 13 01:07:15.683 INFO kablam! | Oct 13 01:07:15.683 INFO kablam! 688 | let mut name = String::new(); Oct 13 01:07:15.683 INFO kablam! | ^^^^ Oct 13 01:07:15.683 INFO kablam! Oct 13 01:07:15.683 INFO kablam! warning: unused variable: `s` Oct 13 01:07:15.683 INFO kablam! --> src/compiler/parser.rs:834:34 Oct 13 01:07:15.683 INFO kablam! | Oct 13 01:07:15.683 INFO kablam! 834 | ParseResult::Success(s) => { Oct 13 01:07:15.683 INFO kablam! | ^ help: consider using `_s` instead Oct 13 01:07:15.683 INFO kablam! Oct 13 01:07:15.771 INFO kablam! warning: variable does not need to be mutable Oct 13 01:07:15.771 INFO kablam! --> src/compiler/parser.rs:271:16 Oct 13 01:07:15.771 INFO kablam! | Oct 13 01:07:15.771 INFO kablam! 271 | pub fn new(mut toks: Vec) -> Parser { Oct 13 01:07:15.771 INFO kablam! | ----^^^^ Oct 13 01:07:15.771 INFO kablam! | | Oct 13 01:07:15.771 INFO kablam! | help: remove this `mut` Oct 13 01:07:15.771 INFO kablam! | Oct 13 01:07:15.771 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:07:15.771 INFO kablam! Oct 13 01:07:15.903 INFO kablam! warning: unreachable statement Oct 13 01:07:15.903 INFO kablam! --> src/compiler/parser.rs:540:9 Oct 13 01:07:15.903 INFO kablam! | Oct 13 01:07:15.903 INFO kablam! 540 | return cmp; Oct 13 01:07:15.903 INFO kablam! | ^^^^^^^^^^^ Oct 13 01:07:15.903 INFO kablam! | Oct 13 01:07:15.903 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 01:07:15.903 INFO kablam! Oct 13 01:07:15.923 INFO kablam! warning: unreachable expression Oct 13 01:07:15.923 INFO kablam! --> src/compiler/parser.rs:828:9 Oct 13 01:07:15.923 INFO kablam! | Oct 13 01:07:15.923 INFO kablam! 828 | return ParseResult::Failed("lol".to_string()) Oct 13 01:07:15.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:07:15.923 INFO kablam! Oct 13 01:07:15.971 INFO kablam! warning: unused variable: `v` Oct 13 01:07:15.971 INFO kablam! --> src/compiler/parser.rs:562:81 Oct 13 01:07:15.971 INFO kablam! | Oct 13 01:07:15.971 INFO kablam! 562 | ExpressionType::LiteralExpression(name, v) => { Oct 13 01:07:15.971 INFO kablam! | ^ help: consider using `_v` instead Oct 13 01:07:15.971 INFO kablam! | Oct 13 01:07:15.971 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:07:15.971 INFO kablam! Oct 13 01:07:15.971 INFO kablam! warning: value assigned to `ident` is never read Oct 13 01:07:15.971 INFO kablam! --> src/compiler/parser.rs:597:17 Oct 13 01:07:15.971 INFO kablam! | Oct 13 01:07:15.971 INFO kablam! 597 | let mut ident = String::new(); Oct 13 01:07:15.971 INFO kablam! | ^^^^^ Oct 13 01:07:15.971 INFO kablam! | Oct 13 01:07:15.971 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 01:07:15.972 INFO kablam! Oct 13 01:07:15.983 INFO kablam! warning: value assigned to `name` is never read Oct 13 01:07:15.983 INFO kablam! --> src/compiler/parser.rs:688:25 Oct 13 01:07:15.983 INFO kablam! | Oct 13 01:07:15.983 INFO kablam! 688 | let mut name = String::new(); Oct 13 01:07:15.983 INFO kablam! | ^^^^ Oct 13 01:07:15.983 INFO kablam! Oct 13 01:07:15.983 INFO kablam! warning: unused variable: `s` Oct 13 01:07:15.983 INFO kablam! --> src/compiler/parser.rs:834:34 Oct 13 01:07:15.983 INFO kablam! | Oct 13 01:07:15.983 INFO kablam! 834 | ParseResult::Success(s) => { Oct 13 01:07:15.983 INFO kablam! | ^ help: consider using `_s` instead Oct 13 01:07:15.983 INFO kablam! Oct 13 01:07:16.191 INFO kablam! warning: variable does not need to be mutable Oct 13 01:07:16.191 INFO kablam! --> src/compiler/parser.rs:271:16 Oct 13 01:07:16.191 INFO kablam! | Oct 13 01:07:16.191 INFO kablam! 271 | pub fn new(mut toks: Vec) -> Parser { Oct 13 01:07:16.191 INFO kablam! | ----^^^^ Oct 13 01:07:16.191 INFO kablam! | | Oct 13 01:07:16.191 INFO kablam! | help: remove this `mut` Oct 13 01:07:16.191 INFO kablam! | Oct 13 01:07:16.191 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:07:16.191 INFO kablam! Oct 13 01:07:17.629 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.93s Oct 13 01:07:17.632 INFO kablam! su: No module specific data is present Oct 13 01:07:18.582 INFO running `"docker" "rm" "-f" "19f10a30752bbd6a5e74a45511aa6479a37194483d016aee8ba0721f52615fd0"` Oct 13 01:07:18.948 INFO blam! 19f10a30752bbd6a5e74a45511aa6479a37194483d016aee8ba0721f52615fd0 Oct 13 01:07:18.959 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 01:07:19.313 INFO blam! 87f6f89c03734223e8965e64c0cb700a5c8b3b62407e589e8bfa8895ded752b5 Oct 13 01:07:19.315 INFO running `"docker" "start" "-a" "87f6f89c03734223e8965e64c0cb700a5c8b3b62407e589e8bfa8895ded752b5"` Oct 13 01:07:21.170 INFO kablam! usermod: no changes Oct 13 01:07:21.255 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 13 01:07:21.267 INFO kablam! Running /target/debug/deps/i_v-4130646db0ad04c9 Oct 13 01:07:21.275 INFO blam! Oct 13 01:07:21.275 INFO blam! running 31 tests Oct 13 01:07:21.327 INFO blam! test compiler::tests::test_peek_char ... ok Oct 13 01:07:21.327 INFO blam! test compiler::tests::test_peek_alpha ... ok Oct 13 01:07:21.327 INFO blam! test compiler::tests::test_peek_match ... ok Oct 13 01:07:21.327 INFO blam! test instruction::tests::test_create_hlt ... ok Oct 13 01:07:21.327 INFO blam! test instruction::tests::test_instruction_from_string ... ok Oct 13 01:07:21.327 INFO blam! test instruction::tests::test_create_instruction ... ok Oct 13 01:07:21.327 INFO blam! test vm::tests::test_opcode_add ... ok Oct 13 01:07:21.327 INFO blam! test vm::tests::test_opcode_aloc ... ok Oct 13 01:07:21.327 INFO blam! test vm::tests::test_opcode_div ... ok Oct 13 01:07:21.327 INFO blam! test vm::tests::test_opcode_eq ... ok Oct 13 01:07:21.327 INFO blam! test vm::tests::test_opcode_gt ... ok Oct 13 01:07:21.327 INFO blam! test vm::tests::test_opcode_gte ... ok Oct 13 01:07:21.327 INFO blam! test vm::tests::test_opcode_hlt ... ok Oct 13 01:07:21.327 INFO blam! test vm::tests::test_opcode_igl ... ok Oct 13 01:07:21.327 INFO blam! test vm::tests::test_opcode_jeq ... ok Oct 13 01:07:21.327 INFO blam! test vm::tests::test_opcode_jmpb ... ok Oct 13 01:07:21.327 INFO blam! test vm::tests::test_opcode_jmpf ... ok Oct 13 01:07:21.327 INFO blam! test vm::tests::test_opcode_jne ... ok Oct 13 01:07:21.327 INFO blam! test vm::tests::test_opcode_load ... ok Oct 13 01:07:21.327 INFO blam! test vm::tests::test_opcode_lt ... ok Oct 13 01:07:21.327 INFO blam! test vm::tests::test_opcode_lte ... ok Oct 13 01:07:21.327 INFO blam! test vm::tests::test_opcode_mul ... ok Oct 13 01:07:21.327 INFO blam! test vm::tests::test_opcode_neq ... ok Oct 13 01:07:21.327 INFO blam! test vm::tests::test_opcode_nop ... ok Oct 13 01:07:21.327 INFO blam! test vm::tests::test_opcode_sub ... ok Oct 13 01:07:21.327 INFO blam! test vm::tests::test_program ... ok Oct 13 01:07:21.333 INFO blam! test compiler::tests::test_peek_number ... ok Oct 13 01:07:21.339 INFO blam! test vm::tests::test_create_vm ... ok Oct 13 01:07:21.339 INFO blam! test compiler::token::test_lookup ... ok Oct 13 01:07:21.339 INFO blam! test compiler::tests::test_skip_whitespace ... ok Oct 13 01:07:21.339 INFO blam! test compiler::tests::test_read_char ... ok Oct 13 01:07:21.339 INFO blam! Oct 13 01:07:21.339 INFO blam! test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:07:21.339 INFO blam! Oct 13 01:07:21.339 INFO kablam! Running /target/debug/deps/i_v-ecf3a14b95de8ecd Oct 13 01:07:21.349 INFO blam! Oct 13 01:07:21.349 INFO blam! running 31 tests Oct 13 01:07:21.363 INFO blam! test compiler::tests::test_peek_match ... ok Oct 13 01:07:21.363 INFO blam! test compiler::tests::test_peek_char ... ok Oct 13 01:07:21.363 INFO blam! test compiler::tests::test_peek_number ... ok Oct 13 01:07:21.363 INFO blam! test instruction::tests::test_instruction_from_string ... ok Oct 13 01:07:21.363 INFO blam! test instruction::tests::test_create_instruction ... ok Oct 13 01:07:21.363 INFO blam! test vm::tests::test_opcode_add ... ok Oct 13 01:07:21.363 INFO blam! test vm::tests::test_opcode_aloc ... ok Oct 13 01:07:21.363 INFO blam! test vm::tests::test_opcode_div ... ok Oct 13 01:07:21.363 INFO blam! test vm::tests::test_opcode_gt ... ok Oct 13 01:07:21.363 INFO blam! test vm::tests::test_opcode_gte ... ok Oct 13 01:07:21.363 INFO blam! test vm::tests::test_opcode_hlt ... ok Oct 13 01:07:21.363 INFO blam! test vm::tests::test_opcode_igl ... ok Oct 13 01:07:21.363 INFO blam! test vm::tests::test_opcode_jeq ... ok Oct 13 01:07:21.363 INFO blam! test vm::tests::test_opcode_eq ... ok Oct 13 01:07:21.363 INFO blam! test vm::tests::test_opcode_jmpb ... ok Oct 13 01:07:21.363 INFO blam! test vm::tests::test_opcode_jmpf ... ok Oct 13 01:07:21.363 INFO blam! test vm::tests::test_opcode_jne ... ok Oct 13 01:07:21.363 INFO blam! test vm::tests::test_opcode_load ... ok Oct 13 01:07:21.363 INFO blam! test vm::tests::test_opcode_lt ... ok Oct 13 01:07:21.363 INFO blam! test vm::tests::test_opcode_lte ... ok Oct 13 01:07:21.363 INFO blam! test vm::tests::test_opcode_mul ... ok Oct 13 01:07:21.363 INFO blam! test vm::tests::test_opcode_neq ... ok Oct 13 01:07:21.363 INFO blam! test vm::tests::test_opcode_nop ... ok Oct 13 01:07:21.363 INFO blam! test vm::tests::test_opcode_sub ... ok Oct 13 01:07:21.363 INFO blam! test vm::tests::test_program ... ok Oct 13 01:07:21.363 INFO blam! test compiler::tests::test_peek_alpha ... ok Oct 13 01:07:21.363 INFO blam! test compiler::tests::test_read_char ... ok Oct 13 01:07:21.363 INFO kablam! Doc-tests i_v Oct 13 01:07:21.363 INFO blam! test compiler::token::test_lookup ... ok Oct 13 01:07:21.363 INFO blam! test compiler::tests::test_skip_whitespace ... ok Oct 13 01:07:21.363 INFO blam! test vm::tests::test_create_vm ... ok Oct 13 01:07:21.363 INFO blam! test instruction::tests::test_create_hlt ... ok Oct 13 01:07:21.363 INFO blam! Oct 13 01:07:21.364 INFO blam! test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:07:21.364 INFO blam! Oct 13 01:07:21.742 INFO blam! Oct 13 01:07:21.742 INFO blam! running 0 tests Oct 13 01:07:21.742 INFO blam! Oct 13 01:07:21.742 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:07:21.742 INFO blam! Oct 13 01:07:21.750 INFO kablam! su: No module specific data is present Oct 13 01:07:22.696 INFO running `"docker" "rm" "-f" "87f6f89c03734223e8965e64c0cb700a5c8b3b62407e589e8bfa8895ded752b5"` Oct 13 01:07:23.107 INFO blam! 87f6f89c03734223e8965e64c0cb700a5c8b3b62407e589e8bfa8895ded752b5