Oct 10 16:58:58.067 INFO testing patallen/SlangVM against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:58:58.067 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:58:58.069 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:58:58.436 INFO blam! 71d705479945fb14fa6526b7ef4d97f5540ca96f0f805164b33174b380db0e9a Oct 10 16:58:58.438 INFO running `"docker" "start" "-a" "71d705479945fb14fa6526b7ef4d97f5540ca96f0f805164b33174b380db0e9a"` Oct 10 16:58:58.859 INFO kablam! usermod: no changes Oct 10 16:58:58.958 INFO kablam! Compiling miniz-sys v0.1.9 Oct 10 16:58:58.958 INFO kablam! Compiling thread-id v3.1.0 Oct 10 16:58:58.958 INFO kablam! Compiling humantime v1.0.0 Oct 10 16:58:58.965 INFO kablam! Compiling serde_yaml v0.7.0 Oct 10 16:58:58.965 INFO kablam! Compiling serde-value v0.5.0 Oct 10 16:58:59.536 INFO kablam! Compiling thread_local v0.3.3 Oct 10 16:59:00.669 INFO kablam! Compiling regex v0.2.1 Oct 10 16:59:01.320 INFO kablam! Compiling flate2 v0.2.19 Oct 10 16:59:03.248 INFO kablam! Compiling log4rs v0.7.0 Oct 10 16:59:14.156 INFO kablam! Compiling slang v0.1.0 (/source) Oct 10 16:59:16.824 INFO kablam! warning: unused import: `assembler::lexer::Lexer` Oct 10 16:59:16.824 INFO kablam! --> src/main.rs:23:5 Oct 10 16:59:16.824 INFO kablam! | Oct 10 16:59:16.824 INFO kablam! 23 | use assembler::lexer::Lexer; Oct 10 16:59:16.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:16.824 INFO kablam! | Oct 10 16:59:16.824 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:59:16.824 INFO kablam! Oct 10 16:59:16.824 INFO kablam! warning: unused imports: `Tokenizer`, `shunting_yard` Oct 10 16:59:16.824 INFO kablam! --> src/main.rs:24:21 Oct 10 16:59:16.824 INFO kablam! | Oct 10 16:59:16.824 INFO kablam! 24 | use compiler::lex::{Tokenizer, shunting_yard}; Oct 10 16:59:16.824 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^ Oct 10 16:59:16.824 INFO kablam! Oct 10 16:59:17.159 INFO kablam! warning: method is never used: `next_code` Oct 10 16:59:17.159 INFO kablam! --> src/program.rs:28:5 Oct 10 16:59:17.160 INFO kablam! | Oct 10 16:59:17.160 INFO kablam! 28 | pub fn next_code(&mut self) -> u16 { Oct 10 16:59:17.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:17.160 INFO kablam! | Oct 10 16:59:17.160 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:59:17.160 INFO kablam! Oct 10 16:59:17.160 INFO kablam! warning: method is never used: `reset` Oct 10 16:59:17.160 INFO kablam! --> src/program.rs:41:5 Oct 10 16:59:17.160 INFO kablam! | Oct 10 16:59:17.160 INFO kablam! 41 | pub fn reset(&mut self) { Oct 10 16:59:17.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:17.160 INFO kablam! Oct 10 16:59:17.160 INFO kablam! warning: enum is never used: `Token` Oct 10 16:59:17.160 INFO kablam! --> src/compiler/lex.rs:7:1 Oct 10 16:59:17.160 INFO kablam! | Oct 10 16:59:17.160 INFO kablam! 7 | pub enum Token { Oct 10 16:59:17.160 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 16:59:17.161 INFO kablam! Oct 10 16:59:17.161 INFO kablam! warning: enum is never used: `ConsumeType` Oct 10 16:59:17.161 INFO kablam! --> src/compiler/lex.rs:15:1 Oct 10 16:59:17.161 INFO kablam! | Oct 10 16:59:17.161 INFO kablam! 15 | enum ConsumeType { Ident, Number } Oct 10 16:59:17.161 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 16:59:17.161 INFO kablam! Oct 10 16:59:17.161 INFO kablam! warning: struct is never constructed: `Tokenizer` Oct 10 16:59:17.161 INFO kablam! --> src/compiler/lex.rs:17:1 Oct 10 16:59:17.161 INFO kablam! | Oct 10 16:59:17.161 INFO kablam! 17 | pub struct Tokenizer<'a> { Oct 10 16:59:17.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:17.161 INFO kablam! Oct 10 16:59:17.161 INFO kablam! warning: method is never used: `new` Oct 10 16:59:17.161 INFO kablam! --> src/compiler/lex.rs:21:5 Oct 10 16:59:17.161 INFO kablam! | Oct 10 16:59:17.161 INFO kablam! 21 | pub fn new(input: &'a str) -> Self { Oct 10 16:59:17.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:17.161 INFO kablam! Oct 10 16:59:17.161 INFO kablam! warning: method is never used: `tokenize` Oct 10 16:59:17.161 INFO kablam! --> src/compiler/lex.rs:26:5 Oct 10 16:59:17.161 INFO kablam! | Oct 10 16:59:17.161 INFO kablam! 26 | pub fn tokenize(&mut self) -> Vec { Oct 10 16:59:17.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:17.161 INFO kablam! Oct 10 16:59:17.161 INFO kablam! warning: function is never used: `consume_ident` Oct 10 16:59:17.161 INFO kablam! --> src/compiler/lex.rs:48:1 Oct 10 16:59:17.161 INFO kablam! | Oct 10 16:59:17.161 INFO kablam! 48 | fn consume_ident(peekable: &mut Peekable) -> Token { Oct 10 16:59:17.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:17.161 INFO kablam! Oct 10 16:59:17.161 INFO kablam! warning: function is never used: `consume_number` Oct 10 16:59:17.161 INFO kablam! --> src/compiler/lex.rs:53:1 Oct 10 16:59:17.161 INFO kablam! | Oct 10 16:59:17.161 INFO kablam! 53 | fn consume_number(peekable: &mut Peekable) -> Token { Oct 10 16:59:17.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:17.161 INFO kablam! Oct 10 16:59:17.161 INFO kablam! warning: function is never used: `valid_token_char` Oct 10 16:59:17.161 INFO kablam! --> src/compiler/lex.rs:58:1 Oct 10 16:59:17.161 INFO kablam! | Oct 10 16:59:17.161 INFO kablam! 58 | fn valid_token_char(ch: &char, tt: ConsumeType) -> bool { Oct 10 16:59:17.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:17.161 INFO kablam! Oct 10 16:59:17.161 INFO kablam! warning: function is never used: `shunting_yard` Oct 10 16:59:17.161 INFO kablam! --> src/compiler/lex.rs:71:1 Oct 10 16:59:17.161 INFO kablam! | Oct 10 16:59:17.161 INFO kablam! 71 | pub fn shunting_yard(tokens: Vec) -> Vec { Oct 10 16:59:17.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:17.161 INFO kablam! Oct 10 16:59:17.161 INFO kablam! warning: field is never used: `current_line` Oct 10 16:59:17.161 INFO kablam! --> src/assembler/mod.rs:12:5 Oct 10 16:59:17.161 INFO kablam! | Oct 10 16:59:17.161 INFO kablam! 12 | current_line: usize, Oct 10 16:59:17.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:17.161 INFO kablam! Oct 10 16:59:17.161 INFO kablam! warning: field is never used: `errors` Oct 10 16:59:17.161 INFO kablam! --> src/assembler/mod.rs:13:5 Oct 10 16:59:17.161 INFO kablam! | Oct 10 16:59:17.161 INFO kablam! 13 | errors: Vec, Oct 10 16:59:17.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:17.161 INFO kablam! Oct 10 16:59:17.173 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 10 16:59:17.173 INFO kablam! --> src/compiler/lex.rs:38:73 Oct 10 16:59:17.173 INFO kablam! | Oct 10 16:59:17.173 INFO kablam! 38 | ')' => {tokens.push(Token::RightParen); chars.take(1).collect::();}, Oct 10 16:59:17.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:17.173 INFO kablam! | Oct 10 16:59:17.173 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 16:59:17.173 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 10 16:59:17.173 INFO kablam! Oct 10 16:59:17.173 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 10 16:59:17.173 INFO kablam! --> src/compiler/lex.rs:39:72 Oct 10 16:59:17.173 INFO kablam! | Oct 10 16:59:17.173 INFO kablam! 39 | '(' => {tokens.push(Token::LeftParen); chars.take(1).collect::();}, Oct 10 16:59:17.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:17.173 INFO kablam! | Oct 10 16:59:17.173 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 10 16:59:17.173 INFO kablam! Oct 10 16:59:17.173 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 10 16:59:17.173 INFO kablam! --> src/compiler/lex.rs:40:42 Oct 10 16:59:17.173 INFO kablam! | Oct 10 16:59:17.173 INFO kablam! 40 | ' ' => { chars.take(1).collect::(); } Oct 10 16:59:17.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:17.173 INFO kablam! | Oct 10 16:59:17.173 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 10 16:59:17.173 INFO kablam! Oct 10 16:59:19.701 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.82s Oct 10 16:59:19.704 INFO kablam! su: No module specific data is present Oct 10 16:59:20.425 INFO running `"docker" "rm" "-f" "71d705479945fb14fa6526b7ef4d97f5540ca96f0f805164b33174b380db0e9a"` Oct 10 16:59:20.613 INFO blam! 71d705479945fb14fa6526b7ef4d97f5540ca96f0f805164b33174b380db0e9a Oct 10 16:59:20.614 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:59:20.616 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:59:20.871 INFO blam! 5953acbe629564ef8e249398e8c91c474ad620a9149b7596911009451bcfe333 Oct 10 16:59:20.873 INFO running `"docker" "start" "-a" "5953acbe629564ef8e249398e8c91c474ad620a9149b7596911009451bcfe333"` Oct 10 16:59:22.064 INFO kablam! usermod: no changes Oct 10 16:59:22.233 INFO kablam! Compiling slang v0.1.0 (/source) Oct 10 16:59:24.836 INFO kablam! warning: unused import: `assembler::lexer::Lexer` Oct 10 16:59:24.836 INFO kablam! --> src/main.rs:23:5 Oct 10 16:59:24.836 INFO kablam! | Oct 10 16:59:24.836 INFO kablam! 23 | use assembler::lexer::Lexer; Oct 10 16:59:24.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:24.836 INFO kablam! | Oct 10 16:59:24.836 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:59:24.836 INFO kablam! Oct 10 16:59:24.836 INFO kablam! warning: unused imports: `Tokenizer`, `shunting_yard` Oct 10 16:59:24.836 INFO kablam! --> src/main.rs:24:21 Oct 10 16:59:24.836 INFO kablam! | Oct 10 16:59:24.836 INFO kablam! 24 | use compiler::lex::{Tokenizer, shunting_yard}; Oct 10 16:59:24.836 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^ Oct 10 16:59:24.836 INFO kablam! Oct 10 16:59:25.220 INFO kablam! warning: enum is never used: `Token` Oct 10 16:59:25.220 INFO kablam! --> src/compiler/lex.rs:7:1 Oct 10 16:59:25.220 INFO kablam! | Oct 10 16:59:25.220 INFO kablam! 7 | pub enum Token { Oct 10 16:59:25.220 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 16:59:25.220 INFO kablam! | Oct 10 16:59:25.220 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:59:25.220 INFO kablam! Oct 10 16:59:25.220 INFO kablam! warning: enum is never used: `ConsumeType` Oct 10 16:59:25.220 INFO kablam! --> src/compiler/lex.rs:15:1 Oct 10 16:59:25.220 INFO kablam! | Oct 10 16:59:25.220 INFO kablam! 15 | enum ConsumeType { Ident, Number } Oct 10 16:59:25.220 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 16:59:25.220 INFO kablam! Oct 10 16:59:25.220 INFO kablam! warning: struct is never constructed: `Tokenizer` Oct 10 16:59:25.220 INFO kablam! --> src/compiler/lex.rs:17:1 Oct 10 16:59:25.220 INFO kablam! | Oct 10 16:59:25.220 INFO kablam! 17 | pub struct Tokenizer<'a> { Oct 10 16:59:25.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:25.220 INFO kablam! Oct 10 16:59:25.220 INFO kablam! warning: method is never used: `new` Oct 10 16:59:25.220 INFO kablam! --> src/compiler/lex.rs:21:5 Oct 10 16:59:25.220 INFO kablam! | Oct 10 16:59:25.220 INFO kablam! 21 | pub fn new(input: &'a str) -> Self { Oct 10 16:59:25.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:25.220 INFO kablam! Oct 10 16:59:25.220 INFO kablam! warning: method is never used: `tokenize` Oct 10 16:59:25.220 INFO kablam! --> src/compiler/lex.rs:26:5 Oct 10 16:59:25.220 INFO kablam! | Oct 10 16:59:25.220 INFO kablam! 26 | pub fn tokenize(&mut self) -> Vec { Oct 10 16:59:25.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:25.220 INFO kablam! Oct 10 16:59:25.220 INFO kablam! warning: function is never used: `consume_ident` Oct 10 16:59:25.220 INFO kablam! --> src/compiler/lex.rs:48:1 Oct 10 16:59:25.220 INFO kablam! | Oct 10 16:59:25.221 INFO kablam! 48 | fn consume_ident(peekable: &mut Peekable) -> Token { Oct 10 16:59:25.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:25.221 INFO kablam! Oct 10 16:59:25.221 INFO kablam! warning: function is never used: `consume_number` Oct 10 16:59:25.221 INFO kablam! --> src/compiler/lex.rs:53:1 Oct 10 16:59:25.221 INFO kablam! | Oct 10 16:59:25.221 INFO kablam! 53 | fn consume_number(peekable: &mut Peekable) -> Token { Oct 10 16:59:25.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:25.221 INFO kablam! Oct 10 16:59:25.221 INFO kablam! warning: function is never used: `valid_token_char` Oct 10 16:59:25.221 INFO kablam! --> src/compiler/lex.rs:58:1 Oct 10 16:59:25.221 INFO kablam! | Oct 10 16:59:25.221 INFO kablam! 58 | fn valid_token_char(ch: &char, tt: ConsumeType) -> bool { Oct 10 16:59:25.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:25.221 INFO kablam! Oct 10 16:59:25.221 INFO kablam! warning: function is never used: `shunting_yard` Oct 10 16:59:25.221 INFO kablam! --> src/compiler/lex.rs:71:1 Oct 10 16:59:25.221 INFO kablam! | Oct 10 16:59:25.221 INFO kablam! 71 | pub fn shunting_yard(tokens: Vec) -> Vec { Oct 10 16:59:25.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:25.221 INFO kablam! Oct 10 16:59:25.236 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 10 16:59:25.236 INFO kablam! --> src/compiler/lex.rs:38:73 Oct 10 16:59:25.236 INFO kablam! | Oct 10 16:59:25.236 INFO kablam! 38 | ')' => {tokens.push(Token::RightParen); chars.take(1).collect::();}, Oct 10 16:59:25.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:25.236 INFO kablam! | Oct 10 16:59:25.236 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 16:59:25.236 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 10 16:59:25.236 INFO kablam! Oct 10 16:59:25.236 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 10 16:59:25.236 INFO kablam! --> src/compiler/lex.rs:39:72 Oct 10 16:59:25.236 INFO kablam! | Oct 10 16:59:25.236 INFO kablam! 39 | '(' => {tokens.push(Token::LeftParen); chars.take(1).collect::();}, Oct 10 16:59:25.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:25.236 INFO kablam! | Oct 10 16:59:25.236 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 10 16:59:25.236 INFO kablam! Oct 10 16:59:25.236 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 10 16:59:25.236 INFO kablam! --> src/compiler/lex.rs:40:42 Oct 10 16:59:25.236 INFO kablam! | Oct 10 16:59:25.236 INFO kablam! 40 | ' ' => { chars.take(1).collect::(); } Oct 10 16:59:25.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:59:25.236 INFO kablam! | Oct 10 16:59:25.236 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 10 16:59:25.236 INFO kablam! Oct 10 16:59:27.264 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.16s Oct 10 16:59:27.268 INFO kablam! su: No module specific data is present Oct 10 16:59:28.016 INFO running `"docker" "rm" "-f" "5953acbe629564ef8e249398e8c91c474ad620a9149b7596911009451bcfe333"` Oct 10 16:59:28.129 INFO blam! 5953acbe629564ef8e249398e8c91c474ad620a9149b7596911009451bcfe333 Oct 10 16:59:28.131 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:59:28.131 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:59:28.344 INFO blam! d7dd437a276d4681f7e506a80f7d84e6d3022dea88dd7d280357b35c42578453 Oct 10 16:59:28.346 INFO running `"docker" "start" "-a" "d7dd437a276d4681f7e506a80f7d84e6d3022dea88dd7d280357b35c42578453"` Oct 10 16:59:28.842 INFO kablam! usermod: no changes Oct 10 16:59:28.923 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 16:59:28.938 INFO kablam! Running /target/debug/deps/slang-f761b5108a305f4a Oct 10 16:59:28.940 INFO blam! Oct 10 16:59:28.940 INFO blam! running 15 tests Oct 10 16:59:28.940 INFO blam! test assembler::test_new_assembler ... ok Oct 10 16:59:28.941 INFO blam! test program::test_next_byte ... ok Oct 10 16:59:28.941 INFO blam! test program::test_next_code ... ok Oct 10 16:59:28.941 INFO blam! test program::test_next_halfword ... ok Oct 10 16:59:28.941 INFO blam! test stack::test_stack_pull ... ok Oct 10 16:59:28.941 INFO blam! test program::test_reset ... ok Oct 10 16:59:28.941 INFO blam! test stack::test_stack_peek ... ok Oct 10 16:59:28.941 INFO blam! test stack::test_stack_init ... ok Oct 10 16:59:28.942 INFO blam! test program::test_jump_to ... ok Oct 10 16:59:28.945 INFO blam! test program::test_load_bytes ... ok Oct 10 16:59:28.946 INFO blam! test vm::test_vm_new ... ok Oct 10 16:59:28.947 INFO blam! test vm::test_swap_instruction ... ok Oct 10 16:59:28.949 INFO blam! test stack::test_stack_push ... ok Oct 10 16:59:28.949 INFO blam! test vm::test_fetch_instruction ... ok Oct 10 16:59:28.949 INFO blam! test assembler::test_to_bytes_32 ... ok Oct 10 16:59:28.949 INFO blam! Oct 10 16:59:28.949 INFO blam! test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:59:28.949 INFO blam! Oct 10 16:59:28.951 INFO kablam! su: No module specific data is present Oct 10 16:59:29.501 INFO running `"docker" "rm" "-f" "d7dd437a276d4681f7e506a80f7d84e6d3022dea88dd7d280357b35c42578453"` Oct 10 16:59:29.738 INFO blam! d7dd437a276d4681f7e506a80f7d84e6d3022dea88dd7d280357b35c42578453