Oct 11 17:27:01.000 INFO testing little-0.3.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 17:27:01.000 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 17:27:01.000 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 11 17:27:01.216 INFO blam! c4f3ee0bdb8db58c085f570f133a504eb84a41d3e2a819e4b5566dbf8e5c1b16 Oct 11 17:27:01.221 INFO running `"docker" "start" "-a" "c4f3ee0bdb8db58c085f570f133a504eb84a41d3e2a819e4b5566dbf8e5c1b16"` Oct 11 17:27:01.700 INFO kablam! usermod: no changes Oct 11 17:27:01.734 INFO kablam! Compiling little v0.3.0 (/source) Oct 11 17:27:02.632 INFO kablam! warning: unused import: `BuildError` Oct 11 17:27:02.632 INFO kablam! --> src/compiler.rs:9:5 Oct 11 17:27:02.632 INFO kablam! | Oct 11 17:27:02.632 INFO kablam! 9 | BuildError, Oct 11 17:27:02.632 INFO kablam! | ^^^^^^^^^^ Oct 11 17:27:02.632 INFO kablam! | Oct 11 17:27:02.632 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 17:27:02.632 INFO kablam! Oct 11 17:27:02.832 INFO kablam! warning: unused import: `Write` Oct 11 17:27:02.832 INFO kablam! --> src/lib.rs:14:22 Oct 11 17:27:02.832 INFO kablam! | Oct 11 17:27:02.832 INFO kablam! 14 | use std::io::{ self, Write }; Oct 11 17:27:02.832 INFO kablam! | ^^^^^ Oct 11 17:27:02.832 INFO kablam! Oct 11 17:27:02.832 INFO kablam! warning: unused import: `Read` Oct 11 17:27:02.832 INFO kablam! --> src/interpreter.rs:4:16 Oct 11 17:27:02.832 INFO kablam! | Oct 11 17:27:02.832 INFO kablam! 4 | use std::io::{ Read, Write }; Oct 11 17:27:02.832 INFO kablam! | ^^^^ Oct 11 17:27:02.832 INFO kablam! Oct 11 17:27:02.852 INFO kablam! warning: unused variable: `id` Oct 11 17:27:02.852 INFO kablam! --> src/interpreter.rs:64:27 Oct 11 17:27:02.852 INFO kablam! | Oct 11 17:27:02.852 INFO kablam! 64 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 11 17:27:02.852 INFO kablam! | ^^ help: consider using `_id` instead Oct 11 17:27:02.852 INFO kablam! | Oct 11 17:27:02.852 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 17:27:02.852 INFO kablam! Oct 11 17:27:02.852 INFO kablam! warning: unused variable: `env` Oct 11 17:27:02.852 INFO kablam! --> src/interpreter.rs:64:37 Oct 11 17:27:02.852 INFO kablam! | Oct 11 17:27:02.852 INFO kablam! 64 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 11 17:27:02.852 INFO kablam! | ^^^ help: consider using `_env` instead Oct 11 17:27:02.852 INFO kablam! Oct 11 17:27:02.852 INFO kablam! warning: unused variable: `calls` Oct 11 17:27:02.852 INFO kablam! --> src/interpreter.rs:64:55 Oct 11 17:27:02.852 INFO kablam! | Oct 11 17:27:02.852 INFO kablam! 64 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 11 17:27:02.852 INFO kablam! | ^^^^^ help: consider using `_calls` instead Oct 11 17:27:02.852 INFO kablam! Oct 11 17:27:02.852 INFO kablam! warning: unused variable: `name` Oct 11 17:27:02.852 INFO kablam! --> src/interpreter.rs:136:49 Oct 11 17:27:02.852 INFO kablam! | Oct 11 17:27:02.852 INFO kablam! 136 | Instruction::Property { mut name } => { Oct 11 17:27:02.852 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 11 17:27:02.852 INFO kablam! Oct 11 17:27:02.852 INFO kablam! warning: unused variable: `name` Oct 11 17:27:02.852 INFO kablam! --> src/interpreter.rs:267:30 Oct 11 17:27:02.852 INFO kablam! | Oct 11 17:27:02.852 INFO kablam! 267 | Mem::Parameter { name } => { Oct 11 17:27:02.852 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 11 17:27:02.852 INFO kablam! Oct 11 17:27:02.852 INFO kablam! warning: unused variable: `id` Oct 11 17:27:02.852 INFO kablam! --> src/compiler.rs:36:27 Oct 11 17:27:02.852 INFO kablam! | Oct 11 17:27:02.852 INFO kablam! 36 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 11 17:27:02.852 INFO kablam! | ^^ help: consider using `_id` instead Oct 11 17:27:02.852 INFO kablam! Oct 11 17:27:02.852 INFO kablam! warning: unused variable: `env` Oct 11 17:27:02.852 INFO kablam! --> src/compiler.rs:36:37 Oct 11 17:27:02.852 INFO kablam! | Oct 11 17:27:02.852 INFO kablam! 36 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 11 17:27:02.852 INFO kablam! | ^^^ help: consider using `_env` instead Oct 11 17:27:02.852 INFO kablam! Oct 11 17:27:02.852 INFO kablam! warning: unused variable: `calls` Oct 11 17:27:02.852 INFO kablam! --> src/compiler.rs:36:55 Oct 11 17:27:02.852 INFO kablam! | Oct 11 17:27:02.852 INFO kablam! 36 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 11 17:27:02.852 INFO kablam! | ^^^^^ help: consider using `_calls` instead Oct 11 17:27:02.852 INFO kablam! Oct 11 17:27:02.853 INFO kablam! warning: unused variable: `buf` Oct 11 17:27:02.853 INFO kablam! --> src/compiler.rs:68:24 Oct 11 17:27:02.853 INFO kablam! | Oct 11 17:27:02.853 INFO kablam! 68 | fn read(&mut self, buf: &mut [u8]) -> io::Result { Oct 11 17:27:02.853 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 11 17:27:02.853 INFO kablam! Oct 11 17:27:02.853 INFO kablam! warning: unused variable: `input` Oct 11 17:27:02.853 INFO kablam! --> src/compiler.rs:80:29 Oct 11 17:27:02.853 INFO kablam! | Oct 11 17:27:02.853 INFO kablam! 80 | pub fn output(input: &mut I, output: &mut O) Oct 11 17:27:02.853 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 11 17:27:02.853 INFO kablam! Oct 11 17:27:02.853 INFO kablam! warning: unused variable: `output` Oct 11 17:27:02.853 INFO kablam! --> src/compiler.rs:80:44 Oct 11 17:27:02.853 INFO kablam! | Oct 11 17:27:02.853 INFO kablam! 80 | pub fn output(input: &mut I, output: &mut O) Oct 11 17:27:02.853 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 11 17:27:02.853 INFO kablam! Oct 11 17:27:02.923 INFO kablam! warning: struct is never constructed: `template_ooo` Oct 11 17:27:02.923 INFO kablam! --> src/compiler.rs:77:5 Oct 11 17:27:02.923 INFO kablam! | Oct 11 17:27:02.923 INFO kablam! 77 | pub struct template_ooo; Oct 11 17:27:02.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:27:02.923 INFO kablam! | Oct 11 17:27:02.925 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 17:27:02.925 INFO kablam! Oct 11 17:27:02.928 INFO kablam! warning: method is never used: `output` Oct 11 17:27:02.928 INFO kablam! --> src/compiler.rs:80:9 Oct 11 17:27:02.928 INFO kablam! | Oct 11 17:27:02.928 INFO kablam! 80 | / pub fn output(input: &mut I, output: &mut O) Oct 11 17:27:02.928 INFO kablam! 81 | | -> Result Oct 11 17:27:02.928 INFO kablam! 82 | | where Oct 11 17:27:02.928 INFO kablam! 83 | | I: io::Read + io::Seek, O: io::Write Oct 11 17:27:02.928 INFO kablam! ... | Oct 11 17:27:02.928 INFO kablam! 86 | | Ok(0) Oct 11 17:27:02.928 INFO kablam! 87 | | } Oct 11 17:27:02.928 INFO kablam! | |_________^ Oct 11 17:27:02.928 INFO kablam! Oct 11 17:27:03.142 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 11 17:27:03.161 INFO kablam! su: No module specific data is present Oct 11 17:27:03.984 INFO running `"docker" "rm" "-f" "c4f3ee0bdb8db58c085f570f133a504eb84a41d3e2a819e4b5566dbf8e5c1b16"` Oct 11 17:27:04.209 INFO blam! c4f3ee0bdb8db58c085f570f133a504eb84a41d3e2a819e4b5566dbf8e5c1b16 Oct 11 17:27:04.215 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 17:27:04.215 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 11 17:27:04.625 INFO blam! 1ffbe045302af21daf227787271d38c47d902143fc1cc8199b58272fbcbba0ad Oct 11 17:27:04.628 INFO running `"docker" "start" "-a" "1ffbe045302af21daf227787271d38c47d902143fc1cc8199b58272fbcbba0ad"` Oct 11 17:27:06.240 INFO kablam! usermod: no changes Oct 11 17:27:06.380 INFO kablam! Compiling little v0.3.0 (/source) Oct 11 17:27:09.040 INFO kablam! warning: unused import: `Write` Oct 11 17:27:09.040 INFO kablam! --> examples/hello_world.rs:4:22 Oct 11 17:27:09.040 INFO kablam! | Oct 11 17:27:09.040 INFO kablam! 4 | use std::io::{ Read, Write }; Oct 11 17:27:09.040 INFO kablam! | ^^^^^ Oct 11 17:27:09.064 INFO kablam! | Oct 11 17:27:09.064 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 17:27:09.064 INFO kablam! Oct 11 17:27:09.496 INFO kablam! warning: unused import: `BuildError` Oct 11 17:27:09.496 INFO kablam! --> src/compiler.rs:9:5 Oct 11 17:27:09.496 INFO kablam! | Oct 11 17:27:09.496 INFO kablam! 9 | BuildError, Oct 11 17:27:09.496 INFO kablam! | ^^^^^^^^^^ Oct 11 17:27:09.496 INFO kablam! | Oct 11 17:27:09.497 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 17:27:09.497 INFO kablam! Oct 11 17:27:10.080 INFO kablam! warning: unused import: `Write` Oct 11 17:27:10.080 INFO kablam! --> src/lib.rs:14:22 Oct 11 17:27:10.080 INFO kablam! | Oct 11 17:27:10.080 INFO kablam! 14 | use std::io::{ self, Write }; Oct 11 17:27:10.080 INFO kablam! | ^^^^^ Oct 11 17:27:10.080 INFO kablam! Oct 11 17:27:10.080 INFO kablam! warning: unused import: `Read` Oct 11 17:27:10.080 INFO kablam! --> src/interpreter.rs:4:16 Oct 11 17:27:10.080 INFO kablam! | Oct 11 17:27:10.080 INFO kablam! 4 | use std::io::{ Read, Write }; Oct 11 17:27:10.080 INFO kablam! | ^^^^ Oct 11 17:27:10.080 INFO kablam! Oct 11 17:27:10.155 INFO kablam! warning: unused variable: `id` Oct 11 17:27:10.155 INFO kablam! --> src/interpreter.rs:64:27 Oct 11 17:27:10.155 INFO kablam! | Oct 11 17:27:10.155 INFO kablam! 64 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 11 17:27:10.155 INFO kablam! | ^^ help: consider using `_id` instead Oct 11 17:27:10.155 INFO kablam! | Oct 11 17:27:10.155 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 17:27:10.155 INFO kablam! Oct 11 17:27:10.155 INFO kablam! warning: unused variable: `env` Oct 11 17:27:10.155 INFO kablam! --> src/interpreter.rs:64:37 Oct 11 17:27:10.155 INFO kablam! | Oct 11 17:27:10.155 INFO kablam! 64 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 11 17:27:10.155 INFO kablam! | ^^^ help: consider using `_env` instead Oct 11 17:27:10.155 INFO kablam! Oct 11 17:27:10.155 INFO kablam! warning: unused variable: `calls` Oct 11 17:27:10.155 INFO kablam! --> src/interpreter.rs:64:55 Oct 11 17:27:10.155 INFO kablam! | Oct 11 17:27:10.155 INFO kablam! 64 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 11 17:27:10.155 INFO kablam! | ^^^^^ help: consider using `_calls` instead Oct 11 17:27:10.155 INFO kablam! Oct 11 17:27:10.156 INFO kablam! warning: unused variable: `name` Oct 11 17:27:10.156 INFO kablam! --> src/interpreter.rs:136:49 Oct 11 17:27:10.156 INFO kablam! | Oct 11 17:27:10.156 INFO kablam! 136 | Instruction::Property { mut name } => { Oct 11 17:27:10.156 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 11 17:27:10.156 INFO kablam! Oct 11 17:27:10.156 INFO kablam! warning: unused variable: `name` Oct 11 17:27:10.156 INFO kablam! --> src/interpreter.rs:267:30 Oct 11 17:27:10.156 INFO kablam! | Oct 11 17:27:10.156 INFO kablam! 267 | Mem::Parameter { name } => { Oct 11 17:27:10.156 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 11 17:27:10.156 INFO kablam! Oct 11 17:27:10.157 INFO kablam! warning: unused variable: `id` Oct 11 17:27:10.157 INFO kablam! --> src/compiler.rs:36:27 Oct 11 17:27:10.157 INFO kablam! | Oct 11 17:27:10.157 INFO kablam! 36 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 11 17:27:10.157 INFO kablam! | ^^ help: consider using `_id` instead Oct 11 17:27:10.157 INFO kablam! Oct 11 17:27:10.157 INFO kablam! warning: unused variable: `env` Oct 11 17:27:10.157 INFO kablam! --> src/compiler.rs:36:37 Oct 11 17:27:10.157 INFO kablam! | Oct 11 17:27:10.157 INFO kablam! 36 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 11 17:27:10.157 INFO kablam! | ^^^ help: consider using `_env` instead Oct 11 17:27:10.157 INFO kablam! Oct 11 17:27:10.157 INFO kablam! warning: unused variable: `calls` Oct 11 17:27:10.157 INFO kablam! --> src/compiler.rs:36:55 Oct 11 17:27:10.157 INFO kablam! | Oct 11 17:27:10.157 INFO kablam! 36 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 11 17:27:10.157 INFO kablam! | ^^^^^ help: consider using `_calls` instead Oct 11 17:27:10.157 INFO kablam! Oct 11 17:27:10.157 INFO kablam! warning: unused variable: `buf` Oct 11 17:27:10.157 INFO kablam! --> src/compiler.rs:68:24 Oct 11 17:27:10.157 INFO kablam! | Oct 11 17:27:10.157 INFO kablam! 68 | fn read(&mut self, buf: &mut [u8]) -> io::Result { Oct 11 17:27:10.157 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 11 17:27:10.157 INFO kablam! Oct 11 17:27:10.157 INFO kablam! warning: unused variable: `input` Oct 11 17:27:10.157 INFO kablam! --> src/compiler.rs:80:29 Oct 11 17:27:10.157 INFO kablam! | Oct 11 17:27:10.157 INFO kablam! 80 | pub fn output(input: &mut I, output: &mut O) Oct 11 17:27:10.157 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 11 17:27:10.157 INFO kablam! Oct 11 17:27:10.157 INFO kablam! warning: unused variable: `output` Oct 11 17:27:10.157 INFO kablam! --> src/compiler.rs:80:44 Oct 11 17:27:10.157 INFO kablam! | Oct 11 17:27:10.157 INFO kablam! 80 | pub fn output(input: &mut I, output: &mut O) Oct 11 17:27:10.157 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 11 17:27:10.157 INFO kablam! Oct 11 17:27:10.252 INFO kablam! warning: struct is never constructed: `template_ooo` Oct 11 17:27:10.252 INFO kablam! --> src/compiler.rs:77:5 Oct 11 17:27:10.252 INFO kablam! | Oct 11 17:27:10.252 INFO kablam! 77 | pub struct template_ooo; Oct 11 17:27:10.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:27:10.252 INFO kablam! | Oct 11 17:27:10.252 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 17:27:10.252 INFO kablam! Oct 11 17:27:10.252 INFO kablam! warning: method is never used: `output` Oct 11 17:27:10.253 INFO kablam! --> src/compiler.rs:80:9 Oct 11 17:27:10.253 INFO kablam! | Oct 11 17:27:10.253 INFO kablam! 80 | / pub fn output(input: &mut I, output: &mut O) Oct 11 17:27:10.253 INFO kablam! 81 | | -> Result Oct 11 17:27:10.253 INFO kablam! 82 | | where Oct 11 17:27:10.253 INFO kablam! 83 | | I: io::Read + io::Seek, O: io::Write Oct 11 17:27:10.253 INFO kablam! ... | Oct 11 17:27:10.253 INFO kablam! 86 | | Ok(0) Oct 11 17:27:10.253 INFO kablam! 87 | | } Oct 11 17:27:10.253 INFO kablam! | |_________^ Oct 11 17:27:10.253 INFO kablam! Oct 11 17:27:10.691 INFO kablam! warning: unused `#[macro_use]` import Oct 11 17:27:10.691 INFO kablam! --> tests/compiler.rs:2:1 Oct 11 17:27:10.691 INFO kablam! | Oct 11 17:27:10.691 INFO kablam! 2 | #[macro_use] extern crate log; Oct 11 17:27:10.691 INFO kablam! | ^^^^^^^^^^^^ Oct 11 17:27:10.691 INFO kablam! | Oct 11 17:27:10.691 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 17:27:10.691 INFO kablam! Oct 11 17:27:11.464 INFO kablam! warning: function is never used: `output_param` Oct 11 17:27:11.464 INFO kablam! --> tests/compiler.rs:16:1 Oct 11 17:27:11.464 INFO kablam! | Oct 11 17:27:11.464 INFO kablam! 16 | fn output_param() { Oct 11 17:27:11.464 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 17:27:11.464 INFO kablam! | Oct 11 17:27:11.464 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 17:27:11.464 INFO kablam! Oct 11 17:27:13.277 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.01s Oct 11 17:27:13.289 INFO kablam! su: No module specific data is present Oct 11 17:27:14.058 INFO running `"docker" "rm" "-f" "1ffbe045302af21daf227787271d38c47d902143fc1cc8199b58272fbcbba0ad"` Oct 11 17:27:14.368 INFO blam! 1ffbe045302af21daf227787271d38c47d902143fc1cc8199b58272fbcbba0ad Oct 11 17:27:14.372 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 17:27:14.374 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 11 17:27:14.714 INFO blam! fd5a743ff18f38153af6b000f20ab66dc2170863d805f7f236233299ca714b3e Oct 11 17:27:14.716 INFO running `"docker" "start" "-a" "fd5a743ff18f38153af6b000f20ab66dc2170863d805f7f236233299ca714b3e"` Oct 11 17:27:15.595 INFO kablam! usermod: no changes Oct 11 17:27:15.759 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 11 17:27:15.772 INFO kablam! Running /target/debug/deps/little-4e5394880859cf12 Oct 11 17:27:15.784 INFO kablam! Running /target/debug/deps/compiler-f29e50a922f82a31 Oct 11 17:27:15.784 INFO blam! Oct 11 17:27:15.784 INFO kablam! Running /target/debug/deps/interpreter-5e29b8f699a38794 Oct 11 17:27:15.784 INFO blam! running 2 tests Oct 11 17:27:15.784 INFO blam! test bytecode::test::header ... ok Oct 11 17:27:15.784 INFO blam! test stream::test::test_stream ... ok Oct 11 17:27:15.784 INFO blam! Oct 11 17:27:15.784 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:27:15.784 INFO blam! Oct 11 17:27:15.784 INFO blam! Oct 11 17:27:15.784 INFO blam! running 0 tests Oct 11 17:27:15.784 INFO blam! Oct 11 17:27:15.784 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:27:15.784 INFO blam! Oct 11 17:27:15.785 INFO blam! Oct 11 17:27:15.785 INFO blam! running 29 tests Oct 11 17:27:15.788 INFO blam! test error_if_missing_constant ... ok Oct 11 17:27:15.788 INFO blam! test can_handle_interupt ... ok Oct 11 17:27:15.788 INFO blam! test error_if_missing_const ... ok Oct 11 17:27:15.788 INFO blam! test error_if_pop_empty_stack ... ok Oct 11 17:27:15.788 INFO blam! test output_constant_twice ... ok Oct 11 17:27:15.788 INFO blam! test output_const ... ok Oct 11 17:27:15.788 INFO blam! test load_binding_from_param_output_binding ... ok Oct 11 17:27:15.788 INFO blam! test output_params ... ok Oct 11 17:27:15.788 INFO blam! test output_different_constants ... ok Oct 11 17:27:15.788 INFO blam! test push_const_output_stack_top1 ... ok Oct 11 17:27:15.788 INFO blam! test push_constants_output_stack_top2 ... ok Oct 11 17:27:15.788 INFO blam! test push_from_stack_to_stack ... ok Oct 11 17:27:15.788 INFO blam! test run_function ... ok Oct 11 17:27:15.788 INFO blam! test should_jump ... ok Oct 11 17:27:15.788 INFO blam! test should_jump_if_eq ... ok Oct 11 17:27:15.788 INFO blam! test should_jump_if_gt ... ok Oct 11 17:27:15.788 INFO blam! test should_jump_if_gte ... ok Oct 11 17:27:15.788 INFO blam! test should_jump_if_lt ... ok Oct 11 17:27:15.788 INFO blam! test should_jump_if_lte ... ok Oct 11 17:27:15.788 INFO blam! test should_jump_if_ne ... ok Oct 11 17:27:15.788 INFO blam! test should_not_jump_if_not_eq ... ok Oct 11 17:27:15.788 INFO blam! test should_not_jump_if_not_gt ... ok Oct 11 17:27:15.788 INFO blam! test should_not_jump_if_not_gte ... ok Oct 11 17:27:15.788 INFO blam! test should_not_jump_if_not_lt ... ok Oct 11 17:27:15.788 INFO blam! test should_not_jump_if_not_lte ... ok Oct 11 17:27:15.788 INFO blam! test should_not_jump_if_not_ne ... ok Oct 11 17:27:15.792 INFO blam! test load_binding_from_const_output_binding ... ok Oct 11 17:27:15.792 INFO blam! test load_binding_from_binding_stack1_stack2_output3 ... ok Oct 11 17:27:15.792 INFO blam! test exit ... ok Oct 11 17:27:15.792 INFO blam! Oct 11 17:27:15.792 INFO blam! test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:27:15.792 INFO blam! Oct 11 17:27:15.800 INFO kablam! Doc-tests little Oct 11 17:27:17.693 INFO blam! Oct 11 17:27:17.693 INFO blam! running 2 tests Oct 11 17:27:20.904 INFO blam! test src/stream.rs - stream::buf_copy (line 9) ... ok Oct 11 17:27:21.354 INFO blam! test src/stream.rs - stream::seek_and_buf_copy (line 42) ... ok Oct 11 17:27:21.354 INFO blam! Oct 11 17:27:21.354 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:27:21.355 INFO blam! Oct 11 17:27:21.366 INFO kablam! su: No module specific data is present Oct 11 17:27:21.981 INFO running `"docker" "rm" "-f" "fd5a743ff18f38153af6b000f20ab66dc2170863d805f7f236233299ca714b3e"` Oct 11 17:27:22.271 INFO blam! fd5a743ff18f38153af6b000f20ab66dc2170863d805f7f236233299ca714b3e