Oct 13 04:24:29.249 INFO testing patallen/SlangVM against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 04:24:29.249 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 04:24:29.857 INFO blam! e4a66d51bdb10ce9b144fcc38981969ea1611ffe10a3e76da341f29c8eb8732b Oct 13 04:24:29.858 INFO running `"docker" "start" "-a" "e4a66d51bdb10ce9b144fcc38981969ea1611ffe10a3e76da341f29c8eb8732b"` Oct 13 04:24:31.152 INFO kablam! usermod: no changes Oct 13 04:24:31.315 INFO kablam! Compiling serde v1.0.4 Oct 13 04:24:31.316 INFO kablam! Compiling miniz-sys v0.1.9 Oct 13 04:24:31.316 INFO kablam! Compiling humantime v1.0.0 Oct 13 04:24:31.316 INFO kablam! Compiling itertools v0.6.0 Oct 13 04:24:31.316 INFO kablam! Compiling ordered-float v0.4.0 Oct 13 04:24:31.317 INFO kablam! Compiling chrono v0.3.1 Oct 13 04:24:31.317 INFO kablam! Compiling serde_derive v1.0.4 Oct 13 04:24:37.907 INFO kablam! Compiling flate2 v0.2.19 Oct 13 04:24:51.619 INFO kablam! Compiling serde_json v1.0.2 Oct 13 04:24:51.619 INFO kablam! Compiling serde-value v0.5.0 Oct 13 04:24:51.620 INFO kablam! Compiling serde_yaml v0.7.0 Oct 13 04:24:59.287 INFO kablam! Compiling log4rs v0.7.0 Oct 13 04:25:11.061 INFO kablam! Compiling slang v0.1.0 (/source) Oct 13 04:25:13.443 INFO kablam! warning: unused import: `assembler::lexer::Lexer` Oct 13 04:25:13.443 INFO kablam! --> src/main.rs:23:5 Oct 13 04:25:13.443 INFO kablam! | Oct 13 04:25:13.443 INFO kablam! 23 | use assembler::lexer::Lexer; Oct 13 04:25:13.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:13.443 INFO kablam! | Oct 13 04:25:13.443 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:25:13.443 INFO kablam! Oct 13 04:25:13.443 INFO kablam! warning: unused imports: `Tokenizer`, `shunting_yard` Oct 13 04:25:13.443 INFO kablam! --> src/main.rs:24:21 Oct 13 04:25:13.443 INFO kablam! | Oct 13 04:25:13.443 INFO kablam! 24 | use compiler::lex::{Tokenizer, shunting_yard}; Oct 13 04:25:13.443 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^ Oct 13 04:25:13.443 INFO kablam! Oct 13 04:25:13.891 INFO kablam! warning: method is never used: `next_code` Oct 13 04:25:13.891 INFO kablam! --> src/program.rs:28:5 Oct 13 04:25:13.891 INFO kablam! | Oct 13 04:25:13.891 INFO kablam! 28 | pub fn next_code(&mut self) -> u16 { Oct 13 04:25:13.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:13.891 INFO kablam! | Oct 13 04:25:13.891 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:25:13.891 INFO kablam! Oct 13 04:25:13.891 INFO kablam! warning: method is never used: `reset` Oct 13 04:25:13.891 INFO kablam! --> src/program.rs:41:5 Oct 13 04:25:13.891 INFO kablam! | Oct 13 04:25:13.891 INFO kablam! 41 | pub fn reset(&mut self) { Oct 13 04:25:13.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:13.891 INFO kablam! Oct 13 04:25:13.891 INFO kablam! warning: enum is never used: `Token` Oct 13 04:25:13.891 INFO kablam! --> src/compiler/lex.rs:7:1 Oct 13 04:25:13.891 INFO kablam! | Oct 13 04:25:13.891 INFO kablam! 7 | pub enum Token { Oct 13 04:25:13.891 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 04:25:13.891 INFO kablam! Oct 13 04:25:13.891 INFO kablam! warning: enum is never used: `ConsumeType` Oct 13 04:25:13.891 INFO kablam! --> src/compiler/lex.rs:15:1 Oct 13 04:25:13.891 INFO kablam! | Oct 13 04:25:13.891 INFO kablam! 15 | enum ConsumeType { Ident, Number } Oct 13 04:25:13.891 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 04:25:13.891 INFO kablam! Oct 13 04:25:13.891 INFO kablam! warning: struct is never constructed: `Tokenizer` Oct 13 04:25:13.891 INFO kablam! --> src/compiler/lex.rs:17:1 Oct 13 04:25:13.891 INFO kablam! | Oct 13 04:25:13.891 INFO kablam! 17 | pub struct Tokenizer<'a> { Oct 13 04:25:13.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:13.891 INFO kablam! Oct 13 04:25:13.891 INFO kablam! warning: method is never used: `new` Oct 13 04:25:13.891 INFO kablam! --> src/compiler/lex.rs:21:5 Oct 13 04:25:13.891 INFO kablam! | Oct 13 04:25:13.891 INFO kablam! 21 | pub fn new(input: &'a str) -> Self { Oct 13 04:25:13.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:13.891 INFO kablam! Oct 13 04:25:13.891 INFO kablam! warning: method is never used: `tokenize` Oct 13 04:25:13.891 INFO kablam! --> src/compiler/lex.rs:26:5 Oct 13 04:25:13.892 INFO kablam! | Oct 13 04:25:13.892 INFO kablam! 26 | pub fn tokenize(&mut self) -> Vec { Oct 13 04:25:13.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:13.892 INFO kablam! Oct 13 04:25:13.892 INFO kablam! warning: function is never used: `consume_ident` Oct 13 04:25:13.892 INFO kablam! --> src/compiler/lex.rs:48:1 Oct 13 04:25:13.892 INFO kablam! | Oct 13 04:25:13.892 INFO kablam! 48 | fn consume_ident(peekable: &mut Peekable) -> Token { Oct 13 04:25:13.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:13.892 INFO kablam! Oct 13 04:25:13.892 INFO kablam! warning: function is never used: `consume_number` Oct 13 04:25:13.892 INFO kablam! --> src/compiler/lex.rs:53:1 Oct 13 04:25:13.892 INFO kablam! | Oct 13 04:25:13.892 INFO kablam! 53 | fn consume_number(peekable: &mut Peekable) -> Token { Oct 13 04:25:13.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:13.892 INFO kablam! Oct 13 04:25:13.892 INFO kablam! warning: function is never used: `valid_token_char` Oct 13 04:25:13.892 INFO kablam! --> src/compiler/lex.rs:58:1 Oct 13 04:25:13.892 INFO kablam! | Oct 13 04:25:13.892 INFO kablam! 58 | fn valid_token_char(ch: &char, tt: ConsumeType) -> bool { Oct 13 04:25:13.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:13.892 INFO kablam! Oct 13 04:25:13.892 INFO kablam! warning: function is never used: `shunting_yard` Oct 13 04:25:13.892 INFO kablam! --> src/compiler/lex.rs:71:1 Oct 13 04:25:13.892 INFO kablam! | Oct 13 04:25:13.892 INFO kablam! 71 | pub fn shunting_yard(tokens: Vec) -> Vec { Oct 13 04:25:13.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:13.892 INFO kablam! Oct 13 04:25:13.892 INFO kablam! warning: field is never used: `current_line` Oct 13 04:25:13.892 INFO kablam! --> src/assembler/mod.rs:12:5 Oct 13 04:25:13.892 INFO kablam! | Oct 13 04:25:13.892 INFO kablam! 12 | current_line: usize, Oct 13 04:25:13.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:13.892 INFO kablam! Oct 13 04:25:13.892 INFO kablam! warning: field is never used: `errors` Oct 13 04:25:13.892 INFO kablam! --> src/assembler/mod.rs:13:5 Oct 13 04:25:13.892 INFO kablam! | Oct 13 04:25:13.892 INFO kablam! 13 | errors: Vec, Oct 13 04:25:13.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:13.892 INFO kablam! Oct 13 04:25:13.906 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 13 04:25:13.906 INFO kablam! --> src/compiler/lex.rs:38:73 Oct 13 04:25:13.906 INFO kablam! | Oct 13 04:25:13.906 INFO kablam! 38 | ')' => {tokens.push(Token::RightParen); chars.take(1).collect::();}, Oct 13 04:25:13.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:13.906 INFO kablam! | Oct 13 04:25:13.906 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 04:25:13.906 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 13 04:25:13.906 INFO kablam! Oct 13 04:25:13.906 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 13 04:25:13.906 INFO kablam! --> src/compiler/lex.rs:39:72 Oct 13 04:25:13.906 INFO kablam! | Oct 13 04:25:13.906 INFO kablam! 39 | '(' => {tokens.push(Token::LeftParen); chars.take(1).collect::();}, Oct 13 04:25:13.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:13.906 INFO kablam! | Oct 13 04:25:13.906 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 13 04:25:13.906 INFO kablam! Oct 13 04:25:13.906 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 13 04:25:13.906 INFO kablam! --> src/compiler/lex.rs:40:42 Oct 13 04:25:13.906 INFO kablam! | Oct 13 04:25:13.906 INFO kablam! 40 | ' ' => { chars.take(1).collect::(); } Oct 13 04:25:13.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:13.906 INFO kablam! | Oct 13 04:25:13.906 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 13 04:25:13.906 INFO kablam! Oct 13 04:25:17.556 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.37s Oct 13 04:25:17.563 INFO kablam! su: No module specific data is present Oct 13 04:25:18.767 INFO running `"docker" "rm" "-f" "e4a66d51bdb10ce9b144fcc38981969ea1611ffe10a3e76da341f29c8eb8732b"` Oct 13 04:25:19.191 INFO blam! e4a66d51bdb10ce9b144fcc38981969ea1611ffe10a3e76da341f29c8eb8732b Oct 13 04:25:19.200 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 04:25:19.684 INFO blam! 19a858dd56e1014a2d6228eb383a470c287283c25dbe9d3fe4ec7ff5d5044a3e Oct 13 04:25:19.692 INFO running `"docker" "start" "-a" "19a858dd56e1014a2d6228eb383a470c287283c25dbe9d3fe4ec7ff5d5044a3e"` Oct 13 04:25:21.152 INFO kablam! usermod: no changes Oct 13 04:25:21.335 INFO kablam! Compiling slang v0.1.0 (/source) Oct 13 04:25:22.927 INFO kablam! warning: unused import: `assembler::lexer::Lexer` Oct 13 04:25:22.927 INFO kablam! --> src/main.rs:23:5 Oct 13 04:25:22.927 INFO kablam! | Oct 13 04:25:22.927 INFO kablam! 23 | use assembler::lexer::Lexer; Oct 13 04:25:22.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:22.927 INFO kablam! | Oct 13 04:25:22.927 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:25:22.927 INFO kablam! Oct 13 04:25:22.927 INFO kablam! warning: unused imports: `Tokenizer`, `shunting_yard` Oct 13 04:25:22.927 INFO kablam! --> src/main.rs:24:21 Oct 13 04:25:22.927 INFO kablam! | Oct 13 04:25:22.927 INFO kablam! 24 | use compiler::lex::{Tokenizer, shunting_yard}; Oct 13 04:25:22.927 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^ Oct 13 04:25:22.927 INFO kablam! Oct 13 04:25:23.310 INFO kablam! warning: enum is never used: `Token` Oct 13 04:25:23.310 INFO kablam! --> src/compiler/lex.rs:7:1 Oct 13 04:25:23.310 INFO kablam! | Oct 13 04:25:23.310 INFO kablam! 7 | pub enum Token { Oct 13 04:25:23.310 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 04:25:23.310 INFO kablam! | Oct 13 04:25:23.310 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:25:23.310 INFO kablam! Oct 13 04:25:23.311 INFO kablam! warning: enum is never used: `ConsumeType` Oct 13 04:25:23.311 INFO kablam! --> src/compiler/lex.rs:15:1 Oct 13 04:25:23.311 INFO kablam! | Oct 13 04:25:23.311 INFO kablam! 15 | enum ConsumeType { Ident, Number } Oct 13 04:25:23.311 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 04:25:23.311 INFO kablam! Oct 13 04:25:23.311 INFO kablam! warning: struct is never constructed: `Tokenizer` Oct 13 04:25:23.311 INFO kablam! --> src/compiler/lex.rs:17:1 Oct 13 04:25:23.312 INFO kablam! | Oct 13 04:25:23.312 INFO kablam! 17 | pub struct Tokenizer<'a> { Oct 13 04:25:23.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:23.312 INFO kablam! Oct 13 04:25:23.312 INFO kablam! warning: method is never used: `new` Oct 13 04:25:23.312 INFO kablam! --> src/compiler/lex.rs:21:5 Oct 13 04:25:23.312 INFO kablam! | Oct 13 04:25:23.312 INFO kablam! 21 | pub fn new(input: &'a str) -> Self { Oct 13 04:25:23.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:23.312 INFO kablam! Oct 13 04:25:23.312 INFO kablam! warning: method is never used: `tokenize` Oct 13 04:25:23.312 INFO kablam! --> src/compiler/lex.rs:26:5 Oct 13 04:25:23.312 INFO kablam! | Oct 13 04:25:23.312 INFO kablam! 26 | pub fn tokenize(&mut self) -> Vec { Oct 13 04:25:23.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:23.312 INFO kablam! Oct 13 04:25:23.312 INFO kablam! warning: function is never used: `consume_ident` Oct 13 04:25:23.312 INFO kablam! --> src/compiler/lex.rs:48:1 Oct 13 04:25:23.312 INFO kablam! | Oct 13 04:25:23.312 INFO kablam! 48 | fn consume_ident(peekable: &mut Peekable) -> Token { Oct 13 04:25:23.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:23.312 INFO kablam! Oct 13 04:25:23.312 INFO kablam! warning: function is never used: `consume_number` Oct 13 04:25:23.312 INFO kablam! --> src/compiler/lex.rs:53:1 Oct 13 04:25:23.312 INFO kablam! | Oct 13 04:25:23.312 INFO kablam! 53 | fn consume_number(peekable: &mut Peekable) -> Token { Oct 13 04:25:23.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:23.312 INFO kablam! Oct 13 04:25:23.312 INFO kablam! warning: function is never used: `valid_token_char` Oct 13 04:25:23.312 INFO kablam! --> src/compiler/lex.rs:58:1 Oct 13 04:25:23.312 INFO kablam! | Oct 13 04:25:23.312 INFO kablam! 58 | fn valid_token_char(ch: &char, tt: ConsumeType) -> bool { Oct 13 04:25:23.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:23.312 INFO kablam! Oct 13 04:25:23.317 INFO kablam! warning: function is never used: `shunting_yard` Oct 13 04:25:23.317 INFO kablam! --> src/compiler/lex.rs:71:1 Oct 13 04:25:23.317 INFO kablam! | Oct 13 04:25:23.317 INFO kablam! 71 | pub fn shunting_yard(tokens: Vec) -> Vec { Oct 13 04:25:23.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:23.317 INFO kablam! Oct 13 04:25:23.320 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 13 04:25:23.320 INFO kablam! --> src/compiler/lex.rs:38:73 Oct 13 04:25:23.320 INFO kablam! | Oct 13 04:25:23.320 INFO kablam! 38 | ')' => {tokens.push(Token::RightParen); chars.take(1).collect::();}, Oct 13 04:25:23.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:23.321 INFO kablam! | Oct 13 04:25:23.321 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 04:25:23.321 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 13 04:25:23.321 INFO kablam! Oct 13 04:25:23.321 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 13 04:25:23.321 INFO kablam! --> src/compiler/lex.rs:39:72 Oct 13 04:25:23.321 INFO kablam! | Oct 13 04:25:23.322 INFO kablam! 39 | '(' => {tokens.push(Token::LeftParen); chars.take(1).collect::();}, Oct 13 04:25:23.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:23.322 INFO kablam! | Oct 13 04:25:23.323 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 13 04:25:23.323 INFO kablam! Oct 13 04:25:23.323 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 13 04:25:23.324 INFO kablam! --> src/compiler/lex.rs:40:42 Oct 13 04:25:23.324 INFO kablam! | Oct 13 04:25:23.324 INFO kablam! 40 | ' ' => { chars.take(1).collect::(); } Oct 13 04:25:23.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:25:23.325 INFO kablam! | Oct 13 04:25:23.325 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 13 04:25:23.325 INFO kablam! Oct 13 04:25:25.404 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.22s Oct 13 04:25:25.410 INFO kablam! su: No module specific data is present Oct 13 04:25:26.243 INFO running `"docker" "rm" "-f" "19a858dd56e1014a2d6228eb383a470c287283c25dbe9d3fe4ec7ff5d5044a3e"` Oct 13 04:25:26.539 INFO blam! 19a858dd56e1014a2d6228eb383a470c287283c25dbe9d3fe4ec7ff5d5044a3e Oct 13 04:25:26.547 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 04:25:26.992 INFO blam! b2098f52274ddf23fb4cc6475f9a8c626f5a5d54fd6065c0f94bb1a6726e6ae1 Oct 13 04:25:26.993 INFO running `"docker" "start" "-a" "b2098f52274ddf23fb4cc6475f9a8c626f5a5d54fd6065c0f94bb1a6726e6ae1"` Oct 13 04:25:29.046 INFO kablam! usermod: no changes Oct 13 04:25:29.235 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 13 04:25:29.239 INFO kablam! Running /target/debug/deps/slang-b31ae9dfd9079a98 Oct 13 04:25:29.256 INFO blam! Oct 13 04:25:29.257 INFO blam! running 15 tests Oct 13 04:25:29.264 INFO blam! test assembler::test_to_bytes_32 ... ok Oct 13 04:25:29.265 INFO blam! test program::test_jump_to ... ok Oct 13 04:25:29.265 INFO blam! test assembler::test_new_assembler ... ok Oct 13 04:25:29.265 INFO blam! test stack::test_stack_init ... ok Oct 13 04:25:29.266 INFO blam! test program::test_load_bytes ... ok Oct 13 04:25:29.266 INFO blam! test stack::test_stack_push ... ok Oct 13 04:25:29.266 INFO blam! test stack::test_stack_peek ... ok Oct 13 04:25:29.266 INFO blam! test program::test_reset ... ok Oct 13 04:25:29.284 INFO blam! test stack::test_stack_pull ... ok Oct 13 04:25:29.284 INFO blam! test vm::test_fetch_instruction ... ok Oct 13 04:25:29.285 INFO blam! test program::test_next_halfword ... ok Oct 13 04:25:29.285 INFO blam! test program::test_next_code ... ok Oct 13 04:25:29.285 INFO blam! test program::test_next_byte ... ok Oct 13 04:25:29.286 INFO blam! test vm::test_swap_instruction ... ok Oct 13 04:25:29.286 INFO blam! test vm::test_vm_new ... ok Oct 13 04:25:29.286 INFO blam! Oct 13 04:25:29.286 INFO blam! test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:25:29.287 INFO blam! Oct 13 04:25:29.311 INFO kablam! su: No module specific data is present Oct 13 04:25:30.425 INFO running `"docker" "rm" "-f" "b2098f52274ddf23fb4cc6475f9a8c626f5a5d54fd6065c0f94bb1a6726e6ae1"` Oct 13 04:25:30.791 INFO blam! b2098f52274ddf23fb4cc6475f9a8c626f5a5d54fd6065c0f94bb1a6726e6ae1