Oct 13 01:07:07.855 INFO testing sdmcode/i_v against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 01:07:07.855 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 01:07:08.285 INFO blam! 89bdfa91d6baf4978654f6bd18997f02d9ea5f7893f29106bf489bb1d613baf6 Oct 13 01:07:08.287 INFO running `"docker" "start" "-a" "89bdfa91d6baf4978654f6bd18997f02d9ea5f7893f29106bf489bb1d613baf6"` Oct 13 01:07:10.331 INFO kablam! usermod: no changes Oct 13 01:07:10.387 INFO kablam! Compiling i_v v0.1.0 (/source) Oct 13 01:07:10.683 INFO kablam! warning: unused import: `compiler::parser::ParseResult` Oct 13 01:07:10.683 INFO kablam! --> src/repl/mod.rs:14:5 Oct 13 01:07:10.683 INFO kablam! | Oct 13 01:07:10.683 INFO kablam! 14 | use compiler::parser::ParseResult; Oct 13 01:07:10.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:07:10.683 INFO kablam! | Oct 13 01:07:10.683 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:07:10.683 INFO kablam! Oct 13 01:07:10.847 INFO kablam! warning: unreachable statement Oct 13 01:07:10.847 INFO kablam! --> src/compiler/parser.rs:540:9 Oct 13 01:07:10.847 INFO kablam! | Oct 13 01:07:10.847 INFO kablam! 540 | return cmp; Oct 13 01:07:10.847 INFO kablam! | ^^^^^^^^^^^ Oct 13 01:07:10.847 INFO kablam! | Oct 13 01:07:10.847 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 01:07:10.847 INFO kablam! Oct 13 01:07:10.859 INFO kablam! warning: unreachable expression Oct 13 01:07:10.859 INFO kablam! --> src/compiler/parser.rs:828:9 Oct 13 01:07:10.859 INFO kablam! | Oct 13 01:07:10.859 INFO kablam! 828 | return ParseResult::Failed("lol".to_string()) Oct 13 01:07:10.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:07:10.859 INFO kablam! Oct 13 01:07:10.970 INFO kablam! warning: unused variable: `v` Oct 13 01:07:10.970 INFO kablam! --> src/compiler/parser.rs:562:81 Oct 13 01:07:10.970 INFO kablam! | Oct 13 01:07:10.970 INFO kablam! 562 | ExpressionType::LiteralExpression(name, v) => { Oct 13 01:07:10.970 INFO kablam! | ^ help: consider using `_v` instead Oct 13 01:07:10.971 INFO kablam! | Oct 13 01:07:10.971 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:07:10.971 INFO kablam! Oct 13 01:07:10.971 INFO kablam! warning: value assigned to `ident` is never read Oct 13 01:07:10.971 INFO kablam! --> src/compiler/parser.rs:597:17 Oct 13 01:07:10.971 INFO kablam! | Oct 13 01:07:10.971 INFO kablam! 597 | let mut ident = String::new(); Oct 13 01:07:10.971 INFO kablam! | ^^^^^ Oct 13 01:07:10.971 INFO kablam! | Oct 13 01:07:10.971 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 01:07:10.971 INFO kablam! Oct 13 01:07:10.971 INFO kablam! warning: value assigned to `name` is never read Oct 13 01:07:10.971 INFO kablam! --> src/compiler/parser.rs:688:25 Oct 13 01:07:10.971 INFO kablam! | Oct 13 01:07:10.971 INFO kablam! 688 | let mut name = String::new(); Oct 13 01:07:10.971 INFO kablam! | ^^^^ Oct 13 01:07:10.971 INFO kablam! Oct 13 01:07:10.971 INFO kablam! warning: unused variable: `s` Oct 13 01:07:10.971 INFO kablam! --> src/compiler/parser.rs:834:34 Oct 13 01:07:10.971 INFO kablam! | Oct 13 01:07:10.971 INFO kablam! 834 | ParseResult::Success(s) => { Oct 13 01:07:10.971 INFO kablam! | ^ help: consider using `_s` instead Oct 13 01:07:10.971 INFO kablam! Oct 13 01:07:11.027 INFO kablam! warning: variable does not need to be mutable Oct 13 01:07:11.027 INFO kablam! --> src/compiler/parser.rs:271:16 Oct 13 01:07:11.027 INFO kablam! | Oct 13 01:07:11.027 INFO kablam! 271 | pub fn new(mut toks: Vec) -> Parser { Oct 13 01:07:11.027 INFO kablam! | ----^^^^ Oct 13 01:07:11.027 INFO kablam! | | Oct 13 01:07:11.027 INFO kablam! | help: remove this `mut` Oct 13 01:07:11.027 INFO kablam! | Oct 13 01:07:11.027 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:07:11.027 INFO kablam! Oct 13 01:07:11.092 INFO kablam! warning: method is never used: `skip` Oct 13 01:07:11.092 INFO kablam! --> src/compiler/mod.rs:139:5 Oct 13 01:07:11.092 INFO kablam! | Oct 13 01:07:11.092 INFO kablam! 139 | fn skip(&mut self, num: usize) { Oct 13 01:07:11.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:07:11.092 INFO kablam! | Oct 13 01:07:11.092 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:07:11.092 INFO kablam! Oct 13 01:07:13.315 INFO kablam! warning: unused import: `compiler::parser::ParseResult` Oct 13 01:07:13.316 INFO kablam! --> src/repl/mod.rs:14:5 Oct 13 01:07:13.316 INFO kablam! | Oct 13 01:07:13.316 INFO kablam! 14 | use compiler::parser::ParseResult; Oct 13 01:07:13.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:07:13.317 INFO kablam! | Oct 13 01:07:13.317 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:07:13.317 INFO kablam! Oct 13 01:07:13.567 INFO kablam! warning: unreachable statement Oct 13 01:07:13.567 INFO kablam! --> src/compiler/parser.rs:540:9 Oct 13 01:07:13.567 INFO kablam! | Oct 13 01:07:13.567 INFO kablam! 540 | return cmp; Oct 13 01:07:13.567 INFO kablam! | ^^^^^^^^^^^ Oct 13 01:07:13.567 INFO kablam! | Oct 13 01:07:13.567 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 01:07:13.567 INFO kablam! Oct 13 01:07:13.583 INFO kablam! warning: unreachable expression Oct 13 01:07:13.583 INFO kablam! --> src/compiler/parser.rs:828:9 Oct 13 01:07:13.583 INFO kablam! | Oct 13 01:07:13.583 INFO kablam! 828 | return ParseResult::Failed("lol".to_string()) Oct 13 01:07:13.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:07:13.583 INFO kablam! Oct 13 01:07:13.607 INFO kablam! warning: unused variable: `v` Oct 13 01:07:13.607 INFO kablam! --> src/compiler/parser.rs:562:81 Oct 13 01:07:13.607 INFO kablam! | Oct 13 01:07:13.607 INFO kablam! 562 | ExpressionType::LiteralExpression(name, v) => { Oct 13 01:07:13.607 INFO kablam! | ^ help: consider using `_v` instead Oct 13 01:07:13.607 INFO kablam! | Oct 13 01:07:13.607 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:07:13.607 INFO kablam! Oct 13 01:07:13.607 INFO kablam! warning: value assigned to `ident` is never read Oct 13 01:07:13.607 INFO kablam! --> src/compiler/parser.rs:597:17 Oct 13 01:07:13.607 INFO kablam! | Oct 13 01:07:13.607 INFO kablam! 597 | let mut ident = String::new(); Oct 13 01:07:13.607 INFO kablam! | ^^^^^ Oct 13 01:07:13.607 INFO kablam! | Oct 13 01:07:13.607 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 01:07:13.607 INFO kablam! Oct 13 01:07:13.607 INFO kablam! warning: value assigned to `name` is never read Oct 13 01:07:13.607 INFO kablam! --> src/compiler/parser.rs:688:25 Oct 13 01:07:13.607 INFO kablam! | Oct 13 01:07:13.607 INFO kablam! 688 | let mut name = String::new(); Oct 13 01:07:13.607 INFO kablam! | ^^^^ Oct 13 01:07:13.607 INFO kablam! Oct 13 01:07:13.607 INFO kablam! warning: unused variable: `s` Oct 13 01:07:13.607 INFO kablam! --> src/compiler/parser.rs:834:34 Oct 13 01:07:13.607 INFO kablam! | Oct 13 01:07:13.607 INFO kablam! 834 | ParseResult::Success(s) => { Oct 13 01:07:13.607 INFO kablam! | ^ help: consider using `_s` instead Oct 13 01:07:13.607 INFO kablam! Oct 13 01:07:13.679 INFO kablam! warning: variable does not need to be mutable Oct 13 01:07:13.679 INFO kablam! --> src/compiler/parser.rs:271:16 Oct 13 01:07:13.679 INFO kablam! | Oct 13 01:07:13.679 INFO kablam! 271 | pub fn new(mut toks: Vec) -> Parser { Oct 13 01:07:13.679 INFO kablam! | ----^^^^ Oct 13 01:07:13.679 INFO kablam! | | Oct 13 01:07:13.679 INFO kablam! | help: remove this `mut` Oct 13 01:07:13.679 INFO kablam! | Oct 13 01:07:13.679 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:07:13.679 INFO kablam! Oct 13 01:07:13.703 INFO kablam! warning: method is never used: `skip` Oct 13 01:07:13.703 INFO kablam! --> src/compiler/mod.rs:139:5 Oct 13 01:07:13.703 INFO kablam! | Oct 13 01:07:13.703 INFO kablam! 139 | fn skip(&mut self, num: usize) { Oct 13 01:07:13.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:07:13.703 INFO kablam! | Oct 13 01:07:13.703 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:07:13.703 INFO kablam! Oct 13 01:07:15.819 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.46s Oct 13 01:07:15.831 INFO kablam! su: No module specific data is present Oct 13 01:07:17.075 INFO running `"docker" "rm" "-f" "89bdfa91d6baf4978654f6bd18997f02d9ea5f7893f29106bf489bb1d613baf6"` Oct 13 01:07:17.372 INFO blam! 89bdfa91d6baf4978654f6bd18997f02d9ea5f7893f29106bf489bb1d613baf6 Oct 13 01:07:17.384 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 01:07:17.988 INFO blam! d7287099b8d017e2808c82bbd7962274e52596442b4c4315bfac2d8fc3b9176e Oct 13 01:07:17.990 INFO running `"docker" "start" "-a" "d7287099b8d017e2808c82bbd7962274e52596442b4c4315bfac2d8fc3b9176e"` Oct 13 01:07:19.724 INFO kablam! usermod: no changes Oct 13 01:07:19.811 INFO kablam! Compiling i_v v0.1.0 (/source) Oct 13 01:07:20.327 INFO kablam! warning: unused import: `compiler::parser::ParseResult` Oct 13 01:07:20.327 INFO kablam! --> src/repl/mod.rs:14:5 Oct 13 01:07:20.327 INFO kablam! | Oct 13 01:07:20.327 INFO kablam! 14 | use compiler::parser::ParseResult; Oct 13 01:07:20.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:07:20.327 INFO kablam! | Oct 13 01:07:20.327 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:07:20.327 INFO kablam! Oct 13 01:07:20.403 INFO kablam! warning: unused import: `compiler::parser::ParseResult` Oct 13 01:07:20.403 INFO kablam! --> src/repl/mod.rs:14:5 Oct 13 01:07:20.403 INFO kablam! | Oct 13 01:07:20.403 INFO kablam! 14 | use compiler::parser::ParseResult; Oct 13 01:07:20.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:07:20.403 INFO kablam! | Oct 13 01:07:20.403 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:07:20.403 INFO kablam! Oct 13 01:07:20.644 INFO kablam! warning: unreachable statement Oct 13 01:07:20.644 INFO kablam! --> src/compiler/parser.rs:540:9 Oct 13 01:07:20.644 INFO kablam! | Oct 13 01:07:20.644 INFO kablam! 540 | return cmp; Oct 13 01:07:20.644 INFO kablam! | ^^^^^^^^^^^ Oct 13 01:07:20.644 INFO kablam! | Oct 13 01:07:20.646 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 01:07:20.646 INFO kablam! Oct 13 01:07:20.666 INFO kablam! warning: unreachable expression Oct 13 01:07:20.666 INFO kablam! --> src/compiler/parser.rs:828:9 Oct 13 01:07:20.666 INFO kablam! | Oct 13 01:07:20.666 INFO kablam! 828 | return ParseResult::Failed("lol".to_string()) Oct 13 01:07:20.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:07:20.666 INFO kablam! Oct 13 01:07:20.791 INFO kablam! warning: unreachable statement Oct 13 01:07:20.791 INFO kablam! --> src/compiler/parser.rs:540:9 Oct 13 01:07:20.791 INFO kablam! | Oct 13 01:07:20.791 INFO kablam! 540 | return cmp; Oct 13 01:07:20.791 INFO kablam! | ^^^^^^^^^^^ Oct 13 01:07:20.791 INFO kablam! | Oct 13 01:07:20.791 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 01:07:20.791 INFO kablam! Oct 13 01:07:20.807 INFO kablam! warning: unreachable expression Oct 13 01:07:20.807 INFO kablam! --> src/compiler/parser.rs:828:9 Oct 13 01:07:20.807 INFO kablam! | Oct 13 01:07:20.807 INFO kablam! 828 | return ParseResult::Failed("lol".to_string()) Oct 13 01:07:20.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:07:20.807 INFO kablam! Oct 13 01:07:20.855 INFO kablam! warning: unused variable: `v` Oct 13 01:07:20.855 INFO kablam! --> src/compiler/parser.rs:562:81 Oct 13 01:07:20.855 INFO kablam! | Oct 13 01:07:20.855 INFO kablam! 562 | ExpressionType::LiteralExpression(name, v) => { Oct 13 01:07:20.855 INFO kablam! | ^ help: consider using `_v` instead Oct 13 01:07:20.855 INFO kablam! | Oct 13 01:07:20.855 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:07:20.855 INFO kablam! Oct 13 01:07:20.855 INFO kablam! warning: value assigned to `ident` is never read Oct 13 01:07:20.855 INFO kablam! --> src/compiler/parser.rs:597:17 Oct 13 01:07:20.855 INFO kablam! | Oct 13 01:07:20.855 INFO kablam! 597 | let mut ident = String::new(); Oct 13 01:07:20.855 INFO kablam! | ^^^^^ Oct 13 01:07:20.855 INFO kablam! | Oct 13 01:07:20.855 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 01:07:20.855 INFO kablam! Oct 13 01:07:20.855 INFO kablam! warning: value assigned to `name` is never read Oct 13 01:07:20.855 INFO kablam! --> src/compiler/parser.rs:688:25 Oct 13 01:07:20.855 INFO kablam! | Oct 13 01:07:20.855 INFO kablam! 688 | let mut name = String::new(); Oct 13 01:07:20.855 INFO kablam! | ^^^^ Oct 13 01:07:20.855 INFO kablam! Oct 13 01:07:20.855 INFO kablam! warning: unused variable: `s` Oct 13 01:07:20.855 INFO kablam! --> src/compiler/parser.rs:834:34 Oct 13 01:07:20.855 INFO kablam! | Oct 13 01:07:20.855 INFO kablam! 834 | ParseResult::Success(s) => { Oct 13 01:07:20.855 INFO kablam! | ^ help: consider using `_s` instead Oct 13 01:07:20.855 INFO kablam! Oct 13 01:07:20.951 INFO kablam! warning: unused variable: `v` Oct 13 01:07:20.951 INFO kablam! --> src/compiler/parser.rs:562:81 Oct 13 01:07:20.951 INFO kablam! | Oct 13 01:07:20.951 INFO kablam! 562 | ExpressionType::LiteralExpression(name, v) => { Oct 13 01:07:20.951 INFO kablam! | ^ help: consider using `_v` instead Oct 13 01:07:20.951 INFO kablam! | Oct 13 01:07:20.951 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:07:20.951 INFO kablam! Oct 13 01:07:20.951 INFO kablam! warning: value assigned to `ident` is never read Oct 13 01:07:20.951 INFO kablam! --> src/compiler/parser.rs:597:17 Oct 13 01:07:20.951 INFO kablam! | Oct 13 01:07:20.951 INFO kablam! 597 | let mut ident = String::new(); Oct 13 01:07:20.951 INFO kablam! | ^^^^^ Oct 13 01:07:20.951 INFO kablam! | Oct 13 01:07:20.951 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 01:07:20.951 INFO kablam! Oct 13 01:07:20.951 INFO kablam! warning: value assigned to `name` is never read Oct 13 01:07:20.951 INFO kablam! --> src/compiler/parser.rs:688:25 Oct 13 01:07:20.951 INFO kablam! | Oct 13 01:07:20.951 INFO kablam! 688 | let mut name = String::new(); Oct 13 01:07:20.951 INFO kablam! | ^^^^ Oct 13 01:07:20.951 INFO kablam! Oct 13 01:07:20.951 INFO kablam! warning: unused variable: `s` Oct 13 01:07:20.951 INFO kablam! --> src/compiler/parser.rs:834:34 Oct 13 01:07:20.951 INFO kablam! | Oct 13 01:07:20.951 INFO kablam! 834 | ParseResult::Success(s) => { Oct 13 01:07:20.951 INFO kablam! | ^ help: consider using `_s` instead Oct 13 01:07:20.951 INFO kablam! Oct 13 01:07:21.011 INFO kablam! warning: variable does not need to be mutable Oct 13 01:07:21.011 INFO kablam! --> src/compiler/parser.rs:271:16 Oct 13 01:07:21.011 INFO kablam! | Oct 13 01:07:21.011 INFO kablam! 271 | pub fn new(mut toks: Vec) -> Parser { Oct 13 01:07:21.011 INFO kablam! | ----^^^^ Oct 13 01:07:21.011 INFO kablam! | | Oct 13 01:07:21.011 INFO kablam! | help: remove this `mut` Oct 13 01:07:21.011 INFO kablam! | Oct 13 01:07:21.011 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:07:21.011 INFO kablam! Oct 13 01:07:21.055 INFO kablam! warning: variable does not need to be mutable Oct 13 01:07:21.055 INFO kablam! --> src/compiler/parser.rs:271:16 Oct 13 01:07:21.055 INFO kablam! | Oct 13 01:07:21.055 INFO kablam! 271 | pub fn new(mut toks: Vec) -> Parser { Oct 13 01:07:21.055 INFO kablam! | ----^^^^ Oct 13 01:07:21.055 INFO kablam! | | Oct 13 01:07:21.055 INFO kablam! | help: remove this `mut` Oct 13 01:07:21.055 INFO kablam! | Oct 13 01:07:21.055 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:07:21.055 INFO kablam! Oct 13 01:07:22.895 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.13s Oct 13 01:07:22.899 INFO kablam! su: No module specific data is present Oct 13 01:07:23.881 INFO running `"docker" "rm" "-f" "d7287099b8d017e2808c82bbd7962274e52596442b4c4315bfac2d8fc3b9176e"` Oct 13 01:07:24.257 INFO blam! d7287099b8d017e2808c82bbd7962274e52596442b4c4315bfac2d8fc3b9176e Oct 13 01:07:24.267 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 01:07:24.756 INFO blam! 2d6fcf4d5159eeff5f5017de3f05faa23155d5533b3a2e71e9ba0ad22e02f07c Oct 13 01:07:24.775 INFO running `"docker" "start" "-a" "2d6fcf4d5159eeff5f5017de3f05faa23155d5533b3a2e71e9ba0ad22e02f07c"` Oct 13 01:07:26.089 INFO kablam! usermod: no changes Oct 13 01:07:26.147 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 13 01:07:26.151 INFO kablam! Running /target/debug/deps/i_v-1fc0d46c540a0604 Oct 13 01:07:26.163 INFO blam! Oct 13 01:07:26.164 INFO blam! running 31 tests Oct 13 01:07:26.171 INFO blam! test compiler::tests::test_peek_alpha ... ok Oct 13 01:07:26.173 INFO blam! test compiler::tests::test_peek_char ... ok Oct 13 01:07:26.173 INFO blam! test compiler::tests::test_peek_number ... ok Oct 13 01:07:26.173 INFO blam! test compiler::tests::test_peek_match ... ok Oct 13 01:07:26.174 INFO blam! test compiler::tests::test_read_char ... ok Oct 13 01:07:26.174 INFO blam! test instruction::tests::test_create_instruction ... ok Oct 13 01:07:26.174 INFO blam! test instruction::tests::test_instruction_from_string ... ok Oct 13 01:07:26.174 INFO blam! test vm::tests::test_opcode_add ... ok Oct 13 01:07:26.174 INFO blam! test vm::tests::test_create_vm ... ok Oct 13 01:07:26.187 INFO blam! test vm::tests::test_opcode_aloc ... ok Oct 13 01:07:26.187 INFO blam! test vm::tests::test_opcode_gt ... ok Oct 13 01:07:26.187 INFO blam! test vm::tests::test_opcode_gte ... ok Oct 13 01:07:26.187 INFO blam! test vm::tests::test_opcode_div ... ok Oct 13 01:07:26.187 INFO blam! test vm::tests::test_opcode_eq ... ok Oct 13 01:07:26.187 INFO blam! test vm::tests::test_opcode_jmpf ... ok Oct 13 01:07:26.187 INFO blam! test vm::tests::test_opcode_igl ... ok Oct 13 01:07:26.187 INFO blam! test vm::tests::test_opcode_jeq ... ok Oct 13 01:07:26.187 INFO blam! test vm::tests::test_opcode_jmpb ... ok Oct 13 01:07:26.187 INFO blam! test vm::tests::test_opcode_jne ... ok Oct 13 01:07:26.187 INFO blam! test vm::tests::test_opcode_load ... ok Oct 13 01:07:26.187 INFO blam! test vm::tests::test_opcode_lt ... ok Oct 13 01:07:26.187 INFO blam! test vm::tests::test_opcode_lte ... ok Oct 13 01:07:26.187 INFO blam! test vm::tests::test_opcode_mul ... ok Oct 13 01:07:26.187 INFO blam! test vm::tests::test_opcode_sub ... ok Oct 13 01:07:26.187 INFO blam! test vm::tests::test_opcode_nop ... ok Oct 13 01:07:26.187 INFO blam! test vm::tests::test_opcode_neq ... ok Oct 13 01:07:26.187 INFO blam! test vm::tests::test_program ... ok Oct 13 01:07:26.187 INFO blam! test vm::tests::test_opcode_hlt ... ok Oct 13 01:07:26.201 INFO blam! test instruction::tests::test_create_hlt ... ok Oct 13 01:07:26.201 INFO blam! test compiler::tests::test_skip_whitespace ... ok Oct 13 01:07:26.201 INFO blam! test compiler::token::test_lookup ... ok Oct 13 01:07:26.201 INFO blam! Oct 13 01:07:26.201 INFO blam! test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:07:26.201 INFO blam! Oct 13 01:07:26.207 INFO blam! Oct 13 01:07:26.207 INFO kablam! Running /target/debug/deps/i_v-2babc262aa4b52e4 Oct 13 01:07:26.207 INFO blam! running 31 tests Oct 13 01:07:26.207 INFO blam! test compiler::tests::test_read_char ... ok Oct 13 01:07:26.207 INFO blam! test compiler::tests::test_peek_match ... ok Oct 13 01:07:26.207 INFO blam! test compiler::tests::test_peek_number ... ok Oct 13 01:07:26.207 INFO blam! test instruction::tests::test_instruction_from_string ... ok Oct 13 01:07:26.207 INFO blam! test compiler::token::test_lookup ... ok Oct 13 01:07:26.207 INFO blam! test instruction::tests::test_create_instruction ... ok Oct 13 01:07:26.207 INFO blam! test instruction::tests::test_create_hlt ... ok Oct 13 01:07:26.207 INFO blam! test compiler::tests::test_skip_whitespace ... ok Oct 13 01:07:26.207 INFO blam! test compiler::tests::test_peek_char ... ok Oct 13 01:07:26.207 INFO blam! test compiler::tests::test_peek_alpha ... ok Oct 13 01:07:26.207 INFO blam! test vm::tests::test_create_vm ... ok Oct 13 01:07:26.224 INFO blam! test vm::tests::test_opcode_aloc ... ok Oct 13 01:07:26.224 INFO blam! test vm::tests::test_opcode_add ... ok Oct 13 01:07:26.224 INFO blam! test vm::tests::test_opcode_div ... ok Oct 13 01:07:26.224 INFO blam! test vm::tests::test_opcode_hlt ... ok Oct 13 01:07:26.224 INFO blam! test vm::tests::test_opcode_eq ... ok Oct 13 01:07:26.224 INFO blam! test vm::tests::test_opcode_gt ... ok Oct 13 01:07:26.224 INFO blam! test vm::tests::test_opcode_gte ... ok Oct 13 01:07:26.224 INFO blam! test vm::tests::test_opcode_igl ... ok Oct 13 01:07:26.224 INFO blam! test vm::tests::test_opcode_jeq ... ok Oct 13 01:07:26.224 INFO blam! test vm::tests::test_opcode_jmpb ... ok Oct 13 01:07:26.224 INFO blam! test vm::tests::test_opcode_lte ... ok Oct 13 01:07:26.224 INFO blam! test vm::tests::test_opcode_mul ... ok Oct 13 01:07:26.224 INFO blam! test vm::tests::test_program ... ok Oct 13 01:07:26.224 INFO blam! test vm::tests::test_opcode_sub ... ok Oct 13 01:07:26.224 INFO blam! test vm::tests::test_opcode_jne ... ok Oct 13 01:07:26.224 INFO blam! test vm::tests::test_opcode_load ... ok Oct 13 01:07:26.224 INFO blam! test vm::tests::test_opcode_neq ... ok Oct 13 01:07:26.224 INFO blam! test vm::tests::test_opcode_nop ... ok Oct 13 01:07:26.232 INFO blam! test vm::tests::test_opcode_jmpf ... ok Oct 13 01:07:26.232 INFO blam! test vm::tests::test_opcode_lt ... ok Oct 13 01:07:26.232 INFO blam! Oct 13 01:07:26.232 INFO blam! test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:07:26.233 INFO blam! Oct 13 01:07:26.239 INFO kablam! Doc-tests i_v Oct 13 01:07:26.528 INFO blam! Oct 13 01:07:26.528 INFO blam! running 0 tests Oct 13 01:07:26.528 INFO blam! Oct 13 01:07:26.528 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:07:26.528 INFO blam! Oct 13 01:07:26.539 INFO kablam! su: No module specific data is present Oct 13 01:07:27.662 INFO running `"docker" "rm" "-f" "2d6fcf4d5159eeff5f5017de3f05faa23155d5533b3a2e71e9ba0ad22e02f07c"` Oct 13 01:07:27.963 INFO blam! 2d6fcf4d5159eeff5f5017de3f05faa23155d5533b3a2e71e9ba0ad22e02f07c