Oct 16 03:38:48.786 INFO testing little-0.3.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 03:38:48.786 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 03:38:48.995 INFO blam! 0a09b73ff1d36a30e775830ce909146e2e16f53aef0d35ae4c79db29f0ac3372 Oct 16 03:38:49.003 INFO running `"docker" "start" "-a" "0a09b73ff1d36a30e775830ce909146e2e16f53aef0d35ae4c79db29f0ac3372"` Oct 16 03:38:49.871 INFO kablam! usermod: no changes Oct 16 03:38:49.947 INFO kablam! Compiling little v0.3.0 (/source) Oct 16 03:38:50.571 INFO kablam! warning: unused import: `BuildError` Oct 16 03:38:50.571 INFO kablam! --> src/compiler.rs:9:5 Oct 16 03:38:50.571 INFO kablam! | Oct 16 03:38:50.571 INFO kablam! 9 | BuildError, Oct 16 03:38:50.571 INFO kablam! | ^^^^^^^^^^ Oct 16 03:38:50.571 INFO kablam! | Oct 16 03:38:50.571 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:38:50.571 INFO kablam! Oct 16 03:38:50.767 INFO kablam! warning: unused import: `Write` Oct 16 03:38:50.767 INFO kablam! --> src/lib.rs:14:22 Oct 16 03:38:50.767 INFO kablam! | Oct 16 03:38:50.767 INFO kablam! 14 | use std::io::{ self, Write }; Oct 16 03:38:50.767 INFO kablam! | ^^^^^ Oct 16 03:38:50.767 INFO kablam! Oct 16 03:38:50.767 INFO kablam! warning: unused import: `Read` Oct 16 03:38:50.767 INFO kablam! --> src/interpreter.rs:4:16 Oct 16 03:38:50.767 INFO kablam! | Oct 16 03:38:50.767 INFO kablam! 4 | use std::io::{ Read, Write }; Oct 16 03:38:50.767 INFO kablam! | ^^^^ Oct 16 03:38:50.767 INFO kablam! Oct 16 03:38:50.787 INFO kablam! warning: unused variable: `id` Oct 16 03:38:50.787 INFO kablam! --> src/interpreter.rs:64:27 Oct 16 03:38:50.787 INFO kablam! | Oct 16 03:38:50.788 INFO kablam! 64 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:50.788 INFO kablam! | ^^ help: consider using `_id` instead Oct 16 03:38:50.788 INFO kablam! | Oct 16 03:38:50.788 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 03:38:50.788 INFO kablam! Oct 16 03:38:50.789 INFO kablam! warning: unused variable: `env` Oct 16 03:38:50.789 INFO kablam! --> src/interpreter.rs:64:37 Oct 16 03:38:50.789 INFO kablam! | Oct 16 03:38:50.789 INFO kablam! 64 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:50.789 INFO kablam! | ^^^ help: consider using `_env` instead Oct 16 03:38:50.789 INFO kablam! Oct 16 03:38:50.790 INFO kablam! warning: unused variable: `calls` Oct 16 03:38:50.790 INFO kablam! --> src/interpreter.rs:64:55 Oct 16 03:38:50.790 INFO kablam! | Oct 16 03:38:50.790 INFO kablam! 64 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:50.790 INFO kablam! | ^^^^^ help: consider using `_calls` instead Oct 16 03:38:50.790 INFO kablam! Oct 16 03:38:50.791 INFO kablam! warning: unused variable: `name` Oct 16 03:38:50.791 INFO kablam! --> src/interpreter.rs:136:49 Oct 16 03:38:50.791 INFO kablam! | Oct 16 03:38:50.791 INFO kablam! 136 | Instruction::Property { mut name } => { Oct 16 03:38:50.791 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 16 03:38:50.791 INFO kablam! Oct 16 03:38:50.792 INFO kablam! warning: unused variable: `name` Oct 16 03:38:50.792 INFO kablam! --> src/interpreter.rs:267:30 Oct 16 03:38:50.792 INFO kablam! | Oct 16 03:38:50.792 INFO kablam! 267 | Mem::Parameter { name } => { Oct 16 03:38:50.792 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 16 03:38:50.792 INFO kablam! Oct 16 03:38:50.792 INFO kablam! warning: unused variable: `id` Oct 16 03:38:50.793 INFO kablam! --> src/compiler.rs:36:27 Oct 16 03:38:50.793 INFO kablam! | Oct 16 03:38:50.793 INFO kablam! 36 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:50.793 INFO kablam! | ^^ help: consider using `_id` instead Oct 16 03:38:50.793 INFO kablam! Oct 16 03:38:50.793 INFO kablam! warning: unused variable: `env` Oct 16 03:38:50.793 INFO kablam! --> src/compiler.rs:36:37 Oct 16 03:38:50.794 INFO kablam! | Oct 16 03:38:50.794 INFO kablam! 36 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:50.794 INFO kablam! | ^^^ help: consider using `_env` instead Oct 16 03:38:50.794 INFO kablam! Oct 16 03:38:50.794 INFO kablam! warning: unused variable: `calls` Oct 16 03:38:50.794 INFO kablam! --> src/compiler.rs:36:55 Oct 16 03:38:50.794 INFO kablam! | Oct 16 03:38:50.795 INFO kablam! 36 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:50.795 INFO kablam! | ^^^^^ help: consider using `_calls` instead Oct 16 03:38:50.795 INFO kablam! Oct 16 03:38:50.795 INFO kablam! warning: unused variable: `buf` Oct 16 03:38:50.795 INFO kablam! --> src/compiler.rs:68:24 Oct 16 03:38:50.795 INFO kablam! | Oct 16 03:38:50.795 INFO kablam! 68 | fn read(&mut self, buf: &mut [u8]) -> io::Result { Oct 16 03:38:50.796 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 16 03:38:50.796 INFO kablam! Oct 16 03:38:50.796 INFO kablam! warning: unused variable: `input` Oct 16 03:38:50.796 INFO kablam! --> src/compiler.rs:80:29 Oct 16 03:38:50.796 INFO kablam! | Oct 16 03:38:50.796 INFO kablam! 80 | pub fn output(input: &mut I, output: &mut O) Oct 16 03:38:50.796 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 16 03:38:50.797 INFO kablam! Oct 16 03:38:50.797 INFO kablam! warning: unused variable: `output` Oct 16 03:38:50.797 INFO kablam! --> src/compiler.rs:80:44 Oct 16 03:38:50.797 INFO kablam! | Oct 16 03:38:50.797 INFO kablam! 80 | pub fn output(input: &mut I, output: &mut O) Oct 16 03:38:50.797 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 16 03:38:50.797 INFO kablam! Oct 16 03:38:50.870 INFO kablam! warning: struct is never constructed: `template_ooo` Oct 16 03:38:50.870 INFO kablam! --> src/compiler.rs:77:5 Oct 16 03:38:50.870 INFO kablam! | Oct 16 03:38:50.870 INFO kablam! 77 | pub struct template_ooo; Oct 16 03:38:50.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:38:50.870 INFO kablam! | Oct 16 03:38:50.870 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 03:38:50.870 INFO kablam! Oct 16 03:38:50.870 INFO kablam! warning: method is never used: `output` Oct 16 03:38:50.870 INFO kablam! --> src/compiler.rs:80:9 Oct 16 03:38:50.870 INFO kablam! | Oct 16 03:38:50.870 INFO kablam! 80 | / pub fn output(input: &mut I, output: &mut O) Oct 16 03:38:50.870 INFO kablam! 81 | | -> Result Oct 16 03:38:50.870 INFO kablam! 82 | | where Oct 16 03:38:50.870 INFO kablam! 83 | | I: io::Read + io::Seek, O: io::Write Oct 16 03:38:50.870 INFO kablam! ... | Oct 16 03:38:50.870 INFO kablam! 86 | | Ok(0) Oct 16 03:38:50.870 INFO kablam! 87 | | } Oct 16 03:38:50.870 INFO kablam! | |_________^ Oct 16 03:38:50.870 INFO kablam! Oct 16 03:38:51.059 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.16s Oct 16 03:38:51.059 INFO kablam! su: No module specific data is present Oct 16 03:38:51.569 INFO running `"docker" "rm" "-f" "0a09b73ff1d36a30e775830ce909146e2e16f53aef0d35ae4c79db29f0ac3372"` Oct 16 03:38:51.799 INFO blam! 0a09b73ff1d36a30e775830ce909146e2e16f53aef0d35ae4c79db29f0ac3372 Oct 16 03:38:51.807 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 03:38:52.105 INFO blam! b708f61685d42694e41af8cb15182275b8fcafc32032c68bae5b8a7d82212abd Oct 16 03:38:52.108 INFO running `"docker" "start" "-a" "b708f61685d42694e41af8cb15182275b8fcafc32032c68bae5b8a7d82212abd"` Oct 16 03:38:53.655 INFO kablam! usermod: no changes Oct 16 03:38:53.744 INFO kablam! Compiling little v0.3.0 (/source) Oct 16 03:38:55.167 INFO kablam! warning: unused import: `BuildError` Oct 16 03:38:55.167 INFO kablam! --> src/compiler.rs:9:5 Oct 16 03:38:55.171 INFO kablam! | Oct 16 03:38:55.171 INFO kablam! 9 | BuildError, Oct 16 03:38:55.171 INFO kablam! | ^^^^^^^^^^ Oct 16 03:38:55.196 INFO kablam! | Oct 16 03:38:55.203 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:38:55.203 INFO kablam! Oct 16 03:38:55.703 INFO kablam! warning: unused import: `Write` Oct 16 03:38:55.703 INFO kablam! --> examples/hello_world.rs:4:22 Oct 16 03:38:55.703 INFO kablam! | Oct 16 03:38:55.703 INFO kablam! 4 | use std::io::{ Read, Write }; Oct 16 03:38:55.703 INFO kablam! | ^^^^^ Oct 16 03:38:55.703 INFO kablam! | Oct 16 03:38:55.703 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:38:55.703 INFO kablam! Oct 16 03:38:55.835 INFO kablam! warning: unused import: `Write` Oct 16 03:38:55.835 INFO kablam! --> src/lib.rs:14:22 Oct 16 03:38:55.835 INFO kablam! | Oct 16 03:38:55.835 INFO kablam! 14 | use std::io::{ self, Write }; Oct 16 03:38:55.835 INFO kablam! | ^^^^^ Oct 16 03:38:55.835 INFO kablam! Oct 16 03:38:55.835 INFO kablam! warning: unused import: `Read` Oct 16 03:38:55.835 INFO kablam! --> src/interpreter.rs:4:16 Oct 16 03:38:55.835 INFO kablam! | Oct 16 03:38:55.835 INFO kablam! 4 | use std::io::{ Read, Write }; Oct 16 03:38:55.835 INFO kablam! | ^^^^ Oct 16 03:38:55.835 INFO kablam! Oct 16 03:38:55.875 INFO kablam! warning: unused variable: `id` Oct 16 03:38:55.875 INFO kablam! --> src/interpreter.rs:64:27 Oct 16 03:38:55.875 INFO kablam! | Oct 16 03:38:55.875 INFO kablam! 64 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:55.875 INFO kablam! | ^^ help: consider using `_id` instead Oct 16 03:38:55.875 INFO kablam! | Oct 16 03:38:55.875 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 03:38:55.875 INFO kablam! Oct 16 03:38:55.875 INFO kablam! warning: unused variable: `env` Oct 16 03:38:55.875 INFO kablam! --> src/interpreter.rs:64:37 Oct 16 03:38:55.875 INFO kablam! | Oct 16 03:38:55.875 INFO kablam! 64 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:55.875 INFO kablam! | ^^^ help: consider using `_env` instead Oct 16 03:38:55.875 INFO kablam! Oct 16 03:38:55.875 INFO kablam! warning: unused variable: `calls` Oct 16 03:38:55.875 INFO kablam! --> src/interpreter.rs:64:55 Oct 16 03:38:55.875 INFO kablam! | Oct 16 03:38:55.875 INFO kablam! 64 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:55.875 INFO kablam! | ^^^^^ help: consider using `_calls` instead Oct 16 03:38:55.875 INFO kablam! Oct 16 03:38:55.875 INFO kablam! warning: unused variable: `name` Oct 16 03:38:55.875 INFO kablam! --> src/interpreter.rs:136:49 Oct 16 03:38:55.875 INFO kablam! | Oct 16 03:38:55.875 INFO kablam! 136 | Instruction::Property { mut name } => { Oct 16 03:38:55.875 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 16 03:38:55.875 INFO kablam! Oct 16 03:38:55.875 INFO kablam! warning: unused variable: `name` Oct 16 03:38:55.875 INFO kablam! --> src/interpreter.rs:267:30 Oct 16 03:38:55.875 INFO kablam! | Oct 16 03:38:55.875 INFO kablam! 267 | Mem::Parameter { name } => { Oct 16 03:38:55.875 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 16 03:38:55.875 INFO kablam! Oct 16 03:38:55.875 INFO kablam! warning: unused variable: `id` Oct 16 03:38:55.875 INFO kablam! --> src/compiler.rs:36:27 Oct 16 03:38:55.875 INFO kablam! | Oct 16 03:38:55.876 INFO kablam! 36 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:55.876 INFO kablam! | ^^ help: consider using `_id` instead Oct 16 03:38:55.876 INFO kablam! Oct 16 03:38:55.876 INFO kablam! warning: unused variable: `env` Oct 16 03:38:55.876 INFO kablam! --> src/compiler.rs:36:37 Oct 16 03:38:55.876 INFO kablam! | Oct 16 03:38:55.876 INFO kablam! 36 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:55.876 INFO kablam! | ^^^ help: consider using `_env` instead Oct 16 03:38:55.876 INFO kablam! Oct 16 03:38:55.876 INFO kablam! warning: unused variable: `calls` Oct 16 03:38:55.876 INFO kablam! --> src/compiler.rs:36:55 Oct 16 03:38:55.876 INFO kablam! | Oct 16 03:38:55.876 INFO kablam! 36 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:55.876 INFO kablam! | ^^^^^ help: consider using `_calls` instead Oct 16 03:38:55.876 INFO kablam! Oct 16 03:38:55.876 INFO kablam! warning: unused variable: `buf` Oct 16 03:38:55.876 INFO kablam! --> src/compiler.rs:68:24 Oct 16 03:38:55.876 INFO kablam! | Oct 16 03:38:55.876 INFO kablam! 68 | fn read(&mut self, buf: &mut [u8]) -> io::Result { Oct 16 03:38:55.876 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 16 03:38:55.876 INFO kablam! Oct 16 03:38:55.876 INFO kablam! warning: unused variable: `input` Oct 16 03:38:55.876 INFO kablam! --> src/compiler.rs:80:29 Oct 16 03:38:55.876 INFO kablam! | Oct 16 03:38:55.876 INFO kablam! 80 | pub fn output(input: &mut I, output: &mut O) Oct 16 03:38:55.876 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 16 03:38:55.876 INFO kablam! Oct 16 03:38:55.876 INFO kablam! warning: unused variable: `output` Oct 16 03:38:55.876 INFO kablam! --> src/compiler.rs:80:44 Oct 16 03:38:55.876 INFO kablam! | Oct 16 03:38:55.876 INFO kablam! 80 | pub fn output(input: &mut I, output: &mut O) Oct 16 03:38:55.876 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 16 03:38:55.876 INFO kablam! Oct 16 03:38:56.143 INFO kablam! warning: struct is never constructed: `template_ooo` Oct 16 03:38:56.143 INFO kablam! --> src/compiler.rs:77:5 Oct 16 03:38:56.143 INFO kablam! | Oct 16 03:38:56.143 INFO kablam! 77 | pub struct template_ooo; Oct 16 03:38:56.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:38:56.143 INFO kablam! | Oct 16 03:38:56.143 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 03:38:56.143 INFO kablam! Oct 16 03:38:56.143 INFO kablam! warning: method is never used: `output` Oct 16 03:38:56.143 INFO kablam! --> src/compiler.rs:80:9 Oct 16 03:38:56.143 INFO kablam! | Oct 16 03:38:56.143 INFO kablam! 80 | / pub fn output(input: &mut I, output: &mut O) Oct 16 03:38:56.143 INFO kablam! 81 | | -> Result Oct 16 03:38:56.143 INFO kablam! 82 | | where Oct 16 03:38:56.143 INFO kablam! 83 | | I: io::Read + io::Seek, O: io::Write Oct 16 03:38:56.143 INFO kablam! ... | Oct 16 03:38:56.143 INFO kablam! 86 | | Ok(0) Oct 16 03:38:56.143 INFO kablam! 87 | | } Oct 16 03:38:56.143 INFO kablam! | |_________^ Oct 16 03:38:56.143 INFO kablam! Oct 16 03:38:57.488 INFO kablam! warning: unused `#[macro_use]` import Oct 16 03:38:57.489 INFO kablam! --> tests/compiler.rs:2:1 Oct 16 03:38:57.489 INFO kablam! | Oct 16 03:38:57.489 INFO kablam! 2 | #[macro_use] extern crate log; Oct 16 03:38:57.489 INFO kablam! | ^^^^^^^^^^^^ Oct 16 03:38:57.489 INFO kablam! | Oct 16 03:38:57.489 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:38:57.489 INFO kablam! Oct 16 03:38:58.087 INFO kablam! warning: function is never used: `output_param` Oct 16 03:38:58.087 INFO kablam! --> tests/compiler.rs:16:1 Oct 16 03:38:58.087 INFO kablam! | Oct 16 03:38:58.087 INFO kablam! 16 | fn output_param() { Oct 16 03:38:58.087 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 03:38:58.103 INFO kablam! | Oct 16 03:38:58.103 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 03:38:58.103 INFO kablam! Oct 16 03:39:00.058 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.37s Oct 16 03:39:00.067 INFO kablam! su: No module specific data is present Oct 16 03:39:00.699 INFO running `"docker" "rm" "-f" "b708f61685d42694e41af8cb15182275b8fcafc32032c68bae5b8a7d82212abd"` Oct 16 03:39:00.987 INFO blam! b708f61685d42694e41af8cb15182275b8fcafc32032c68bae5b8a7d82212abd Oct 16 03:39:00.995 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 03:39:01.295 INFO blam! d5de2aec459b998a912c7ae9cac4f752c06cbd2a0402c70cda24fa63e4dcf1be Oct 16 03:39:01.307 INFO running `"docker" "start" "-a" "d5de2aec459b998a912c7ae9cac4f752c06cbd2a0402c70cda24fa63e4dcf1be"` Oct 16 03:39:02.765 INFO kablam! usermod: no changes Oct 16 03:39:02.844 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 16 03:39:02.856 INFO kablam! Running /target/debug/deps/little-4e5394880859cf12 Oct 16 03:39:02.858 INFO blam! Oct 16 03:39:02.858 INFO blam! running 2 tests Oct 16 03:39:02.858 INFO blam! test stream::test::test_stream ... ok Oct 16 03:39:02.858 INFO blam! test bytecode::test::header ... ok Oct 16 03:39:02.858 INFO blam! Oct 16 03:39:02.859 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:39:02.859 INFO blam! Oct 16 03:39:02.859 INFO kablam! Running /target/debug/deps/compiler-f29e50a922f82a31 Oct 16 03:39:02.862 INFO blam! Oct 16 03:39:02.862 INFO blam! running 0 tests Oct 16 03:39:02.862 INFO blam! Oct 16 03:39:02.862 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:39:02.862 INFO blam! Oct 16 03:39:02.867 INFO kablam! Running /target/debug/deps/interpreter-5e29b8f699a38794 Oct 16 03:39:02.869 INFO blam! Oct 16 03:39:02.869 INFO blam! running 29 tests Oct 16 03:39:02.883 INFO blam! test error_if_missing_const ... ok Oct 16 03:39:02.883 INFO blam! test can_handle_interupt ... ok Oct 16 03:39:02.883 INFO blam! test error_if_missing_constant ... ok Oct 16 03:39:02.884 INFO blam! test exit ... ok Oct 16 03:39:02.884 INFO blam! test error_if_pop_empty_stack ... ok Oct 16 03:39:02.884 INFO blam! test load_binding_from_const_output_binding ... ok Oct 16 03:39:02.884 INFO blam! test output_different_constants ... ok Oct 16 03:39:02.884 INFO blam! test load_binding_from_binding_stack1_stack2_output3 ... ok Oct 16 03:39:02.884 INFO blam! test load_binding_from_param_output_binding ... ok Oct 16 03:39:02.885 INFO blam! test output_constant_twice ... ok Oct 16 03:39:02.885 INFO blam! test output_const ... ok Oct 16 03:39:02.885 INFO blam! test output_params ... ok Oct 16 03:39:02.885 INFO blam! test push_const_output_stack_top1 ... ok Oct 16 03:39:02.886 INFO blam! test should_jump_if_gt ... ok Oct 16 03:39:02.886 INFO blam! test should_jump_if_eq ... ok Oct 16 03:39:02.886 INFO blam! test should_jump_if_gte ... ok Oct 16 03:39:02.887 INFO blam! test should_jump ... ok Oct 16 03:39:02.887 INFO blam! test push_from_stack_to_stack ... ok Oct 16 03:39:02.887 INFO blam! test push_constants_output_stack_top2 ... ok Oct 16 03:39:02.888 INFO blam! test should_jump_if_lt ... ok Oct 16 03:39:02.888 INFO blam! test run_function ... ok Oct 16 03:39:02.889 INFO blam! test should_jump_if_lte ... ok Oct 16 03:39:02.889 INFO blam! test should_not_jump_if_not_gt ... ok Oct 16 03:39:02.889 INFO blam! test should_jump_if_ne ... ok Oct 16 03:39:02.890 INFO blam! test should_not_jump_if_not_lte ... ok Oct 16 03:39:02.890 INFO blam! test should_not_jump_if_not_eq ... ok Oct 16 03:39:02.891 INFO blam! test should_not_jump_if_not_ne ... ok Oct 16 03:39:02.891 INFO blam! test should_not_jump_if_not_gte ... ok Oct 16 03:39:02.891 INFO blam! test should_not_jump_if_not_lt ... ok Oct 16 03:39:02.891 INFO blam! Oct 16 03:39:02.891 INFO blam! test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:39:02.891 INFO blam! Oct 16 03:39:02.892 INFO kablam! Doc-tests little Oct 16 03:39:04.155 INFO blam! Oct 16 03:39:04.155 INFO blam! running 2 tests Oct 16 03:39:06.716 INFO blam! test src/stream.rs - stream::buf_copy (line 9) ... ok Oct 16 03:39:06.868 INFO blam! test src/stream.rs - stream::seek_and_buf_copy (line 42) ... ok Oct 16 03:39:06.868 INFO blam! Oct 16 03:39:06.868 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:39:06.869 INFO blam! Oct 16 03:39:06.882 INFO kablam! su: No module specific data is present Oct 16 03:39:07.679 INFO running `"docker" "rm" "-f" "d5de2aec459b998a912c7ae9cac4f752c06cbd2a0402c70cda24fa63e4dcf1be"` Oct 16 03:39:07.987 INFO blam! d5de2aec459b998a912c7ae9cac4f752c06cbd2a0402c70cda24fa63e4dcf1be