Oct 16 03:38:48.635 INFO testing little-0.3.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 03:38:48.635 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 16 03:38:48.909 INFO blam! bed195f7c29bb60e47fb73494e1a51543424787c5136711e0b33281d60521fa4 Oct 16 03:38:48.912 INFO running `"docker" "start" "-a" "bed195f7c29bb60e47fb73494e1a51543424787c5136711e0b33281d60521fa4"` Oct 16 03:38:49.560 INFO kablam! usermod: no changes Oct 16 03:38:49.603 INFO kablam! Compiling little v0.3.0 (/source) Oct 16 03:38:50.207 INFO kablam! warning: unused import: `BuildError` Oct 16 03:38:50.207 INFO kablam! --> src/compiler.rs:9:5 Oct 16 03:38:50.207 INFO kablam! | Oct 16 03:38:50.207 INFO kablam! 9 | BuildError, Oct 16 03:38:50.207 INFO kablam! | ^^^^^^^^^^ Oct 16 03:38:50.207 INFO kablam! | Oct 16 03:38:50.207 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:38:50.207 INFO kablam! Oct 16 03:38:50.405 INFO kablam! warning: unused import: `Write` Oct 16 03:38:50.406 INFO kablam! --> src/lib.rs:14:22 Oct 16 03:38:50.406 INFO kablam! | Oct 16 03:38:50.406 INFO kablam! 14 | use std::io::{ self, Write }; Oct 16 03:38:50.406 INFO kablam! | ^^^^^ Oct 16 03:38:50.406 INFO kablam! Oct 16 03:38:50.406 INFO kablam! warning: unused import: `Read` Oct 16 03:38:50.406 INFO kablam! --> src/interpreter.rs:4:16 Oct 16 03:38:50.406 INFO kablam! | Oct 16 03:38:50.406 INFO kablam! 4 | use std::io::{ Read, Write }; Oct 16 03:38:50.406 INFO kablam! | ^^^^ Oct 16 03:38:50.406 INFO kablam! Oct 16 03:38:50.429 INFO kablam! warning: unused variable: `id` Oct 16 03:38:50.430 INFO kablam! --> src/interpreter.rs:64:27 Oct 16 03:38:50.430 INFO kablam! | Oct 16 03:38:50.431 INFO kablam! 64 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:50.431 INFO kablam! | ^^ help: consider using `_id` instead Oct 16 03:38:50.432 INFO kablam! | Oct 16 03:38:50.433 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 03:38:50.433 INFO kablam! Oct 16 03:38:50.434 INFO kablam! warning: unused variable: `env` Oct 16 03:38:50.434 INFO kablam! --> src/interpreter.rs:64:37 Oct 16 03:38:50.434 INFO kablam! | Oct 16 03:38:50.434 INFO kablam! 64 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:50.434 INFO kablam! | ^^^ help: consider using `_env` instead Oct 16 03:38:50.434 INFO kablam! Oct 16 03:38:50.434 INFO kablam! warning: unused variable: `calls` Oct 16 03:38:50.434 INFO kablam! --> src/interpreter.rs:64:55 Oct 16 03:38:50.434 INFO kablam! | Oct 16 03:38:50.434 INFO kablam! 64 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:50.434 INFO kablam! | ^^^^^ help: consider using `_calls` instead Oct 16 03:38:50.434 INFO kablam! Oct 16 03:38:50.434 INFO kablam! warning: unused variable: `name` Oct 16 03:38:50.434 INFO kablam! --> src/interpreter.rs:136:49 Oct 16 03:38:50.434 INFO kablam! | Oct 16 03:38:50.434 INFO kablam! 136 | Instruction::Property { mut name } => { Oct 16 03:38:50.434 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 16 03:38:50.434 INFO kablam! Oct 16 03:38:50.434 INFO kablam! warning: unused variable: `name` Oct 16 03:38:50.434 INFO kablam! --> src/interpreter.rs:267:30 Oct 16 03:38:50.434 INFO kablam! | Oct 16 03:38:50.434 INFO kablam! 267 | Mem::Parameter { name } => { Oct 16 03:38:50.434 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 16 03:38:50.434 INFO kablam! Oct 16 03:38:50.434 INFO kablam! warning: unused variable: `id` Oct 16 03:38:50.434 INFO kablam! --> src/compiler.rs:36:27 Oct 16 03:38:50.434 INFO kablam! | Oct 16 03:38:50.434 INFO kablam! 36 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:50.434 INFO kablam! | ^^ help: consider using `_id` instead Oct 16 03:38:50.434 INFO kablam! Oct 16 03:38:50.434 INFO kablam! warning: unused variable: `env` Oct 16 03:38:50.434 INFO kablam! --> src/compiler.rs:36:37 Oct 16 03:38:50.434 INFO kablam! | Oct 16 03:38:50.434 INFO kablam! 36 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:50.434 INFO kablam! | ^^^ help: consider using `_env` instead Oct 16 03:38:50.434 INFO kablam! Oct 16 03:38:50.434 INFO kablam! warning: unused variable: `calls` Oct 16 03:38:50.434 INFO kablam! --> src/compiler.rs:36:55 Oct 16 03:38:50.434 INFO kablam! | Oct 16 03:38:50.434 INFO kablam! 36 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:50.434 INFO kablam! | ^^^^^ help: consider using `_calls` instead Oct 16 03:38:50.434 INFO kablam! Oct 16 03:38:50.434 INFO kablam! warning: unused variable: `buf` Oct 16 03:38:50.434 INFO kablam! --> src/compiler.rs:68:24 Oct 16 03:38:50.434 INFO kablam! | Oct 16 03:38:50.434 INFO kablam! 68 | fn read(&mut self, buf: &mut [u8]) -> io::Result { Oct 16 03:38:50.434 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 16 03:38:50.434 INFO kablam! Oct 16 03:38:50.434 INFO kablam! warning: unused variable: `input` Oct 16 03:38:50.434 INFO kablam! --> src/compiler.rs:80:29 Oct 16 03:38:50.434 INFO kablam! | Oct 16 03:38:50.434 INFO kablam! 80 | pub fn output(input: &mut I, output: &mut O) Oct 16 03:38:50.434 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 16 03:38:50.434 INFO kablam! Oct 16 03:38:50.434 INFO kablam! warning: unused variable: `output` Oct 16 03:38:50.434 INFO kablam! --> src/compiler.rs:80:44 Oct 16 03:38:50.434 INFO kablam! | Oct 16 03:38:50.434 INFO kablam! 80 | pub fn output(input: &mut I, output: &mut O) Oct 16 03:38:50.434 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 16 03:38:50.434 INFO kablam! Oct 16 03:38:50.507 INFO kablam! warning: struct is never constructed: `template_ooo` Oct 16 03:38:50.507 INFO kablam! --> src/compiler.rs:77:5 Oct 16 03:38:50.507 INFO kablam! | Oct 16 03:38:50.507 INFO kablam! 77 | pub struct template_ooo; Oct 16 03:38:50.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:38:50.507 INFO kablam! | Oct 16 03:38:50.508 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 03:38:50.508 INFO kablam! Oct 16 03:38:50.508 INFO kablam! warning: method is never used: `output` Oct 16 03:38:50.508 INFO kablam! --> src/compiler.rs:80:9 Oct 16 03:38:50.508 INFO kablam! | Oct 16 03:38:50.508 INFO kablam! 80 | / pub fn output(input: &mut I, output: &mut O) Oct 16 03:38:50.508 INFO kablam! 81 | | -> Result Oct 16 03:38:50.508 INFO kablam! 82 | | where Oct 16 03:38:50.508 INFO kablam! 83 | | I: io::Read + io::Seek, O: io::Write Oct 16 03:38:50.508 INFO kablam! ... | Oct 16 03:38:50.508 INFO kablam! 86 | | Ok(0) Oct 16 03:38:50.508 INFO kablam! 87 | | } Oct 16 03:38:50.511 INFO kablam! | |_________^ Oct 16 03:38:50.511 INFO kablam! Oct 16 03:38:50.705 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 16 03:38:50.710 INFO kablam! su: No module specific data is present Oct 16 03:38:51.139 INFO running `"docker" "rm" "-f" "bed195f7c29bb60e47fb73494e1a51543424787c5136711e0b33281d60521fa4"` Oct 16 03:38:51.343 INFO blam! bed195f7c29bb60e47fb73494e1a51543424787c5136711e0b33281d60521fa4 Oct 16 03:38:51.348 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 16 03:38:51.744 INFO blam! 7b1216a9e32778559dcf477f6a1a913a23cc52b1edc15e7e361ee9a9fcef973e Oct 16 03:38:51.755 INFO running `"docker" "start" "-a" "7b1216a9e32778559dcf477f6a1a913a23cc52b1edc15e7e361ee9a9fcef973e"` Oct 16 03:38:52.637 INFO kablam! usermod: no changes Oct 16 03:38:52.731 INFO kablam! Compiling little v0.3.0 (/source) Oct 16 03:38:54.523 INFO kablam! warning: unused import: `BuildError` Oct 16 03:38:54.523 INFO kablam! --> src/compiler.rs:9:5 Oct 16 03:38:54.523 INFO kablam! | Oct 16 03:38:54.523 INFO kablam! 9 | BuildError, Oct 16 03:38:54.523 INFO kablam! | ^^^^^^^^^^ Oct 16 03:38:54.534 INFO kablam! | Oct 16 03:38:54.534 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:38:54.534 INFO kablam! Oct 16 03:38:55.436 INFO kablam! warning: unused import: `Write` Oct 16 03:38:55.437 INFO kablam! --> src/lib.rs:14:22 Oct 16 03:38:55.437 INFO kablam! | Oct 16 03:38:55.438 INFO kablam! 14 | use std::io::{ self, Write }; Oct 16 03:38:55.438 INFO kablam! | ^^^^^ Oct 16 03:38:55.438 INFO kablam! Oct 16 03:38:55.439 INFO kablam! warning: unused import: `Read` Oct 16 03:38:55.439 INFO kablam! --> src/interpreter.rs:4:16 Oct 16 03:38:55.439 INFO kablam! | Oct 16 03:38:55.439 INFO kablam! 4 | use std::io::{ Read, Write }; Oct 16 03:38:55.439 INFO kablam! | ^^^^ Oct 16 03:38:55.439 INFO kablam! Oct 16 03:38:55.657 INFO kablam! warning: unused variable: `id` Oct 16 03:38:55.658 INFO kablam! --> src/interpreter.rs:64:27 Oct 16 03:38:55.658 INFO kablam! | Oct 16 03:38:55.658 INFO kablam! 64 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:55.659 INFO kablam! | ^^ help: consider using `_id` instead Oct 16 03:38:55.659 INFO kablam! | Oct 16 03:38:55.659 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 03:38:55.659 INFO kablam! Oct 16 03:38:55.660 INFO kablam! warning: unused variable: `env` Oct 16 03:38:55.660 INFO kablam! --> src/interpreter.rs:64:37 Oct 16 03:38:55.660 INFO kablam! | Oct 16 03:38:55.660 INFO kablam! 64 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:55.661 INFO kablam! | ^^^ help: consider using `_env` instead Oct 16 03:38:55.661 INFO kablam! Oct 16 03:38:55.661 INFO kablam! warning: unused variable: `calls` Oct 16 03:38:55.661 INFO kablam! --> src/interpreter.rs:64:55 Oct 16 03:38:55.662 INFO kablam! | Oct 16 03:38:55.662 INFO kablam! 64 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:55.662 INFO kablam! | ^^^^^ help: consider using `_calls` instead Oct 16 03:38:55.662 INFO kablam! Oct 16 03:38:55.663 INFO kablam! warning: unused variable: `name` Oct 16 03:38:55.663 INFO kablam! --> src/interpreter.rs:136:49 Oct 16 03:38:55.663 INFO kablam! | Oct 16 03:38:55.663 INFO kablam! 136 | Instruction::Property { mut name } => { Oct 16 03:38:55.664 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 16 03:38:55.664 INFO kablam! Oct 16 03:38:55.664 INFO kablam! warning: unused variable: `name` Oct 16 03:38:55.664 INFO kablam! --> src/interpreter.rs:267:30 Oct 16 03:38:55.665 INFO kablam! | Oct 16 03:38:55.665 INFO kablam! 267 | Mem::Parameter { name } => { Oct 16 03:38:55.665 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 16 03:38:55.665 INFO kablam! Oct 16 03:38:55.666 INFO kablam! warning: unused variable: `id` Oct 16 03:38:55.666 INFO kablam! --> src/compiler.rs:36:27 Oct 16 03:38:55.666 INFO kablam! | Oct 16 03:38:55.666 INFO kablam! 36 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:55.675 INFO kablam! | ^^ help: consider using `_id` instead Oct 16 03:38:55.675 INFO kablam! Oct 16 03:38:55.675 INFO kablam! warning: unused variable: `env` Oct 16 03:38:55.676 INFO kablam! --> src/compiler.rs:36:37 Oct 16 03:38:55.676 INFO kablam! | Oct 16 03:38:55.676 INFO kablam! 36 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:55.676 INFO kablam! | ^^^ help: consider using `_env` instead Oct 16 03:38:55.677 INFO kablam! Oct 16 03:38:55.677 INFO kablam! warning: unused variable: `calls` Oct 16 03:38:55.677 INFO kablam! --> src/compiler.rs:36:55 Oct 16 03:38:55.677 INFO kablam! | Oct 16 03:38:55.678 INFO kablam! 36 | fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a (Function + 'a)>) Oct 16 03:38:55.678 INFO kablam! | ^^^^^ help: consider using `_calls` instead Oct 16 03:38:55.678 INFO kablam! Oct 16 03:38:55.678 INFO kablam! warning: unused variable: `buf` Oct 16 03:38:55.679 INFO kablam! --> src/compiler.rs:68:24 Oct 16 03:38:55.679 INFO kablam! | Oct 16 03:38:55.679 INFO kablam! 68 | fn read(&mut self, buf: &mut [u8]) -> io::Result { Oct 16 03:38:55.679 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 16 03:38:55.680 INFO kablam! Oct 16 03:38:55.680 INFO kablam! warning: unused variable: `input` Oct 16 03:38:55.680 INFO kablam! --> src/compiler.rs:80:29 Oct 16 03:38:55.680 INFO kablam! | Oct 16 03:38:55.681 INFO kablam! 80 | pub fn output(input: &mut I, output: &mut O) Oct 16 03:38:55.681 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 16 03:38:55.681 INFO kablam! Oct 16 03:38:55.681 INFO kablam! warning: unused variable: `output` Oct 16 03:38:55.682 INFO kablam! --> src/compiler.rs:80:44 Oct 16 03:38:55.682 INFO kablam! | Oct 16 03:38:55.682 INFO kablam! 80 | pub fn output(input: &mut I, output: &mut O) Oct 16 03:38:55.682 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 16 03:38:55.683 INFO kablam! Oct 16 03:38:55.975 INFO kablam! warning: unused import: `Write` Oct 16 03:38:55.975 INFO kablam! --> examples/hello_world.rs:4:22 Oct 16 03:38:55.975 INFO kablam! | Oct 16 03:38:55.975 INFO kablam! 4 | use std::io::{ Read, Write }; Oct 16 03:38:55.975 INFO kablam! | ^^^^^ Oct 16 03:38:55.975 INFO kablam! | Oct 16 03:38:55.975 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:38:55.975 INFO kablam! Oct 16 03:38:56.283 INFO kablam! warning: struct is never constructed: `template_ooo` Oct 16 03:38:56.283 INFO kablam! --> src/compiler.rs:77:5 Oct 16 03:38:56.283 INFO kablam! | Oct 16 03:38:56.283 INFO kablam! 77 | pub struct template_ooo; Oct 16 03:38:56.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:38:56.299 INFO kablam! | Oct 16 03:38:56.299 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 03:38:56.299 INFO kablam! Oct 16 03:38:56.299 INFO kablam! warning: method is never used: `output` Oct 16 03:38:56.299 INFO kablam! --> src/compiler.rs:80:9 Oct 16 03:38:56.299 INFO kablam! | Oct 16 03:38:56.299 INFO kablam! 80 | / pub fn output(input: &mut I, output: &mut O) Oct 16 03:38:56.299 INFO kablam! 81 | | -> Result Oct 16 03:38:56.299 INFO kablam! 82 | | where Oct 16 03:38:56.299 INFO kablam! 83 | | I: io::Read + io::Seek, O: io::Write Oct 16 03:38:56.299 INFO kablam! ... | Oct 16 03:38:56.299 INFO kablam! 86 | | Ok(0) Oct 16 03:38:56.299 INFO kablam! 87 | | } Oct 16 03:38:56.299 INFO kablam! | |_________^ Oct 16 03:38:56.299 INFO kablam! Oct 16 03:38:56.683 INFO kablam! warning: unused `#[macro_use]` import Oct 16 03:38:56.683 INFO kablam! --> tests/compiler.rs:2:1 Oct 16 03:38:56.683 INFO kablam! | Oct 16 03:38:56.683 INFO kablam! 2 | #[macro_use] extern crate log; Oct 16 03:38:56.683 INFO kablam! | ^^^^^^^^^^^^ Oct 16 03:38:56.683 INFO kablam! | Oct 16 03:38:56.683 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:38:56.683 INFO kablam! Oct 16 03:38:57.403 INFO kablam! warning: function is never used: `output_param` Oct 16 03:38:57.403 INFO kablam! --> tests/compiler.rs:16:1 Oct 16 03:38:57.403 INFO kablam! | Oct 16 03:38:57.403 INFO kablam! 16 | fn output_param() { Oct 16 03:38:57.403 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 03:38:57.407 INFO kablam! | Oct 16 03:38:57.407 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 03:38:57.407 INFO kablam! Oct 16 03:38:59.723 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.04s Oct 16 03:38:59.724 INFO kablam! su: No module specific data is present Oct 16 03:39:00.440 INFO running `"docker" "rm" "-f" "7b1216a9e32778559dcf477f6a1a913a23cc52b1edc15e7e361ee9a9fcef973e"` Oct 16 03:39:00.751 INFO blam! 7b1216a9e32778559dcf477f6a1a913a23cc52b1edc15e7e361ee9a9fcef973e Oct 16 03:39:00.757 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 16 03:39:01.178 INFO blam! c93eaa807d2795e41270ecd8d99ad39b801cea3ee3694354e4ec50ba6b1f5669 Oct 16 03:39:01.195 INFO running `"docker" "start" "-a" "c93eaa807d2795e41270ecd8d99ad39b801cea3ee3694354e4ec50ba6b1f5669"` Oct 16 03:39:02.130 INFO kablam! usermod: no changes Oct 16 03:39:02.231 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 16 03:39:02.243 INFO kablam! Running /target/debug/deps/little-ce0a76ace3998a60 Oct 16 03:39:02.251 INFO blam! Oct 16 03:39:02.251 INFO blam! running 2 tests Oct 16 03:39:02.257 INFO blam! test bytecode::test::header ... ok Oct 16 03:39:02.257 INFO blam! test stream::test::test_stream ... ok Oct 16 03:39:02.257 INFO blam! Oct 16 03:39:02.257 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:39:02.257 INFO blam! Oct 16 03:39:02.257 INFO kablam! Running /target/debug/deps/compiler-ff52ae36e761a07d Oct 16 03:39:02.268 INFO blam! Oct 16 03:39:02.268 INFO blam! running 0 tests Oct 16 03:39:02.268 INFO blam! Oct 16 03:39:02.268 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:39:02.268 INFO blam! Oct 16 03:39:02.268 INFO kablam! Running /target/debug/deps/interpreter-7d57e54365a5c179 Oct 16 03:39:02.272 INFO blam! Oct 16 03:39:02.272 INFO blam! running 29 tests Oct 16 03:39:02.272 INFO blam! test load_binding_from_param_output_binding ... ok Oct 16 03:39:02.272 INFO blam! test load_binding_from_const_output_binding ... ok Oct 16 03:39:02.273 INFO blam! test error_if_missing_const ... ok Oct 16 03:39:02.273 INFO blam! test output_const ... ok Oct 16 03:39:02.273 INFO blam! test output_constant_twice ... ok Oct 16 03:39:02.279 INFO blam! test load_binding_from_binding_stack1_stack2_output3 ... ok Oct 16 03:39:02.279 INFO blam! test error_if_pop_empty_stack ... ok Oct 16 03:39:02.283 INFO blam! test error_if_missing_constant ... ok Oct 16 03:39:02.283 INFO blam! test push_from_stack_to_stack ... ok Oct 16 03:39:02.283 INFO blam! test run_function ... ok Oct 16 03:39:02.283 INFO blam! test output_params ... ok Oct 16 03:39:02.284 INFO blam! test output_different_constants ... ok Oct 16 03:39:02.284 INFO blam! test should_jump ... ok Oct 16 03:39:02.284 INFO blam! test can_handle_interupt ... ok Oct 16 03:39:02.284 INFO blam! test should_jump_if_lt ... ok Oct 16 03:39:02.299 INFO blam! test push_constants_output_stack_top2 ... ok Oct 16 03:39:02.299 INFO blam! test should_jump_if_eq ... ok Oct 16 03:39:02.299 INFO blam! test should_jump_if_gt ... ok Oct 16 03:39:02.300 INFO blam! test should_jump_if_lte ... ok Oct 16 03:39:02.300 INFO blam! test should_jump_if_gte ... ok Oct 16 03:39:02.300 INFO blam! test exit ... ok Oct 16 03:39:02.300 INFO blam! test should_not_jump_if_not_eq ... ok Oct 16 03:39:02.300 INFO blam! test push_const_output_stack_top1 ... ok Oct 16 03:39:02.300 INFO blam! test should_not_jump_if_not_gte ... ok Oct 16 03:39:02.300 INFO blam! test should_not_jump_if_not_lte ... ok Oct 16 03:39:02.301 INFO blam! test should_not_jump_if_not_lt ... ok Oct 16 03:39:02.301 INFO blam! test should_not_jump_if_not_gt ... ok Oct 16 03:39:02.301 INFO blam! test should_not_jump_if_not_ne ... ok Oct 16 03:39:02.301 INFO blam! test should_jump_if_ne ... ok Oct 16 03:39:02.301 INFO blam! Oct 16 03:39:02.301 INFO blam! test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:39:02.301 INFO blam! Oct 16 03:39:02.307 INFO kablam! Doc-tests little Oct 16 03:39:03.532 INFO blam! Oct 16 03:39:03.532 INFO blam! running 2 tests Oct 16 03:39:06.596 INFO blam! test src/stream.rs - stream::buf_copy (line 9) ... ok Oct 16 03:39:06.790 INFO blam! test src/stream.rs - stream::seek_and_buf_copy (line 42) ... ok Oct 16 03:39:06.790 INFO blam! Oct 16 03:39:06.790 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:39:06.790 INFO blam! Oct 16 03:39:06.804 INFO kablam! su: No module specific data is present Oct 16 03:39:07.526 INFO running `"docker" "rm" "-f" "c93eaa807d2795e41270ecd8d99ad39b801cea3ee3694354e4ec50ba6b1f5669"` Oct 16 03:39:07.839 INFO blam! c93eaa807d2795e41270ecd8d99ad39b801cea3ee3694354e4ec50ba6b1f5669