Oct 13 05:34:51.712 INFO testing nickbnf/plic against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 05:34:51.712 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 05:34:51.902 INFO blam! 9f8328e12bbd463cfc3c9c930cd838b892e40fd06d4a943549f6d9d4d68a9719 Oct 13 05:34:51.904 INFO running `"docker" "start" "-a" "9f8328e12bbd463cfc3c9c930cd838b892e40fd06d4a943549f6d9d4d68a9719"` Oct 13 05:34:52.395 INFO kablam! usermod: no changes Oct 13 05:34:52.499 INFO kablam! Compiling matches v0.1.2 Oct 13 05:34:52.499 INFO kablam! Compiling nix v0.5.1 Oct 13 05:34:56.623 INFO kablam! Compiling rustyline v1.0.0 Oct 13 05:34:58.860 INFO kablam! Compiling plic v0.1.0 (/source) Oct 13 05:34:59.419 INFO kablam! warning: unused `#[macro_use]` import Oct 13 05:34:59.419 INFO kablam! --> src/main.rs:1:1 Oct 13 05:34:59.419 INFO kablam! | Oct 13 05:34:59.419 INFO kablam! 1 | #[macro_use] extern crate matches; Oct 13 05:34:59.419 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:34:59.419 INFO kablam! | Oct 13 05:34:59.419 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:34:59.419 INFO kablam! Oct 13 05:34:59.523 INFO kablam! warning: value assigned to `s` is never read Oct 13 05:34:59.524 INFO kablam! --> src/eval/builtins.rs:15:13 Oct 13 05:34:59.524 INFO kablam! | Oct 13 05:34:59.524 INFO kablam! 15 | let mut s = 0; Oct 13 05:34:59.524 INFO kablam! | ^ Oct 13 05:34:59.524 INFO kablam! | Oct 13 05:34:59.524 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 05:34:59.524 INFO kablam! Oct 13 05:34:59.524 INFO kablam! warning: unused variable: `file` Oct 13 05:34:59.524 INFO kablam! --> src/main.rs:29:23 Oct 13 05:34:59.524 INFO kablam! | Oct 13 05:34:59.524 INFO kablam! 29 | else if let Some( file ) = matches.value_of("INPUT") { Oct 13 05:34:59.524 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 13 05:34:59.524 INFO kablam! | Oct 13 05:34:59.524 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:34:59.524 INFO kablam! Oct 13 05:34:59.548 INFO kablam! warning: variable does not need to be mutable Oct 13 05:34:59.548 INFO kablam! --> src/eval/mod.rs:95:24 Oct 13 05:34:59.548 INFO kablam! | Oct 13 05:34:59.548 INFO kablam! 95 | fn copy_expression( mut tokens: &mut T, copy: String ) -> Result Oct 13 05:34:59.548 INFO kablam! | ----^^^^^^ Oct 13 05:34:59.548 INFO kablam! | | Oct 13 05:34:59.548 INFO kablam! | help: remove this `mut` Oct 13 05:34:59.548 INFO kablam! | Oct 13 05:34:59.548 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:34:59.548 INFO kablam! Oct 13 05:34:59.550 INFO kablam! warning: variable does not need to be mutable Oct 13 05:34:59.550 INFO kablam! --> src/eval/mod.rs:124:28 Oct 13 05:34:59.550 INFO kablam! | Oct 13 05:34:59.550 INFO kablam! 124 | fn evaluate_expression( mut tokens: &mut T, env: &mut Environment ) -> Result Oct 13 05:34:59.550 INFO kablam! | ----^^^^^^ Oct 13 05:34:59.550 INFO kablam! | | Oct 13 05:34:59.550 INFO kablam! | help: remove this `mut` Oct 13 05:34:59.550 INFO kablam! Oct 13 05:34:59.555 INFO kablam! warning: variant is never constructed: `Pair` Oct 13 05:34:59.555 INFO kablam! --> src/eval/mod.rs:24:5 Oct 13 05:34:59.555 INFO kablam! | Oct 13 05:34:59.555 INFO kablam! 24 | Pair(HeapIndex, HeapIndex), Oct 13 05:34:59.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:34:59.555 INFO kablam! | Oct 13 05:34:59.555 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:34:59.555 INFO kablam! Oct 13 05:35:00.866 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.44s Oct 13 05:35:00.870 INFO kablam! su: No module specific data is present Oct 13 05:35:01.523 INFO running `"docker" "rm" "-f" "9f8328e12bbd463cfc3c9c930cd838b892e40fd06d4a943549f6d9d4d68a9719"` Oct 13 05:35:01.775 INFO blam! 9f8328e12bbd463cfc3c9c930cd838b892e40fd06d4a943549f6d9d4d68a9719 Oct 13 05:35:01.784 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 05:35:02.255 INFO blam! 9c0145f38d167654f5ad4cc3647f644353b40a85665ccb0d30e21b401bad6a2b Oct 13 05:35:02.258 INFO running `"docker" "start" "-a" "9c0145f38d167654f5ad4cc3647f644353b40a85665ccb0d30e21b401bad6a2b"` Oct 13 05:35:03.377 INFO kablam! usermod: no changes Oct 13 05:35:03.447 INFO kablam! Compiling plic v0.1.0 (/source) Oct 13 05:35:04.003 INFO kablam! warning: value assigned to `s` is never read Oct 13 05:35:04.003 INFO kablam! --> src/eval/builtins.rs:15:13 Oct 13 05:35:04.003 INFO kablam! | Oct 13 05:35:04.003 INFO kablam! 15 | let mut s = 0; Oct 13 05:35:04.003 INFO kablam! | ^ Oct 13 05:35:04.003 INFO kablam! | Oct 13 05:35:04.003 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 05:35:04.003 INFO kablam! Oct 13 05:35:04.003 INFO kablam! warning: unused variable: `file` Oct 13 05:35:04.003 INFO kablam! --> src/main.rs:29:23 Oct 13 05:35:04.003 INFO kablam! | Oct 13 05:35:04.003 INFO kablam! 29 | else if let Some( file ) = matches.value_of("INPUT") { Oct 13 05:35:04.003 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 13 05:35:04.003 INFO kablam! | Oct 13 05:35:04.003 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:35:04.003 INFO kablam! Oct 13 05:35:04.003 INFO kablam! warning: unused variable: `env` Oct 13 05:35:04.003 INFO kablam! --> src/eval/mod.rs:269:17 Oct 13 05:35:04.003 INFO kablam! | Oct 13 05:35:04.003 INFO kablam! 269 | let mut env = super::Environment::new(); Oct 13 05:35:04.003 INFO kablam! | ^^^ help: consider using `_env` instead Oct 13 05:35:04.003 INFO kablam! Oct 13 05:35:04.003 INFO kablam! warning: unused variable: `env` Oct 13 05:35:04.003 INFO kablam! --> src/eval/mod.rs:286:17 Oct 13 05:35:04.003 INFO kablam! | Oct 13 05:35:04.003 INFO kablam! 286 | let mut env = super::Environment::new(); Oct 13 05:35:04.003 INFO kablam! | ^^^ help: consider using `_env` instead Oct 13 05:35:04.003 INFO kablam! Oct 13 05:35:04.003 INFO kablam! warning: unused variable: `env` Oct 13 05:35:04.003 INFO kablam! --> src/eval/mod.rs:306:17 Oct 13 05:35:04.003 INFO kablam! | Oct 13 05:35:04.003 INFO kablam! 306 | let mut env = super::Environment::new(); Oct 13 05:35:04.003 INFO kablam! | ^^^ help: consider using `_env` instead Oct 13 05:35:04.003 INFO kablam! Oct 13 05:35:04.031 INFO kablam! warning: variable does not need to be mutable Oct 13 05:35:04.031 INFO kablam! --> src/eval/mod.rs:95:24 Oct 13 05:35:04.031 INFO kablam! | Oct 13 05:35:04.031 INFO kablam! 95 | fn copy_expression( mut tokens: &mut T, copy: String ) -> Result Oct 13 05:35:04.031 INFO kablam! | ----^^^^^^ Oct 13 05:35:04.031 INFO kablam! | | Oct 13 05:35:04.031 INFO kablam! | help: remove this `mut` Oct 13 05:35:04.031 INFO kablam! | Oct 13 05:35:04.031 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:35:04.031 INFO kablam! Oct 13 05:35:04.031 INFO kablam! warning: variable does not need to be mutable Oct 13 05:35:04.031 INFO kablam! --> src/eval/mod.rs:124:28 Oct 13 05:35:04.031 INFO kablam! | Oct 13 05:35:04.031 INFO kablam! 124 | fn evaluate_expression( mut tokens: &mut T, env: &mut Environment ) -> Result Oct 13 05:35:04.031 INFO kablam! | ----^^^^^^ Oct 13 05:35:04.031 INFO kablam! | | Oct 13 05:35:04.031 INFO kablam! | help: remove this `mut` Oct 13 05:35:04.031 INFO kablam! Oct 13 05:35:04.034 INFO kablam! warning: variable does not need to be mutable Oct 13 05:35:04.034 INFO kablam! --> src/eval/mod.rs:269:13 Oct 13 05:35:04.034 INFO kablam! | Oct 13 05:35:04.034 INFO kablam! 269 | let mut env = super::Environment::new(); Oct 13 05:35:04.034 INFO kablam! | ----^^^ Oct 13 05:35:04.034 INFO kablam! | | Oct 13 05:35:04.034 INFO kablam! | help: remove this `mut` Oct 13 05:35:04.034 INFO kablam! Oct 13 05:35:04.039 INFO kablam! warning: variable does not need to be mutable Oct 13 05:35:04.039 INFO kablam! --> src/eval/mod.rs:286:13 Oct 13 05:35:04.039 INFO kablam! | Oct 13 05:35:04.039 INFO kablam! 286 | let mut env = super::Environment::new(); Oct 13 05:35:04.039 INFO kablam! | ----^^^ Oct 13 05:35:04.039 INFO kablam! | | Oct 13 05:35:04.039 INFO kablam! | help: remove this `mut` Oct 13 05:35:04.039 INFO kablam! Oct 13 05:35:04.039 INFO kablam! warning: variable does not need to be mutable Oct 13 05:35:04.039 INFO kablam! --> src/eval/mod.rs:306:13 Oct 13 05:35:04.039 INFO kablam! | Oct 13 05:35:04.039 INFO kablam! 306 | let mut env = super::Environment::new(); Oct 13 05:35:04.039 INFO kablam! | ----^^^ Oct 13 05:35:04.039 INFO kablam! | | Oct 13 05:35:04.039 INFO kablam! | help: remove this `mut` Oct 13 05:35:04.039 INFO kablam! Oct 13 05:35:04.047 INFO kablam! warning: variant is never constructed: `Pair` Oct 13 05:35:04.047 INFO kablam! --> src/eval/mod.rs:24:5 Oct 13 05:35:04.047 INFO kablam! | Oct 13 05:35:04.047 INFO kablam! 24 | Pair(HeapIndex, HeapIndex), Oct 13 05:35:04.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:35:04.047 INFO kablam! | Oct 13 05:35:04.047 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:35:04.047 INFO kablam! Oct 13 05:35:05.192 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.78s Oct 13 05:35:05.193 INFO kablam! su: No module specific data is present Oct 13 05:35:05.724 INFO running `"docker" "rm" "-f" "9c0145f38d167654f5ad4cc3647f644353b40a85665ccb0d30e21b401bad6a2b"` Oct 13 05:35:05.843 INFO blam! 9c0145f38d167654f5ad4cc3647f644353b40a85665ccb0d30e21b401bad6a2b Oct 13 05:35:05.847 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 05:35:06.428 INFO blam! 33f4089ccc8ab43807c54a605a97e75d1781f87db6ba1a7c61a050b479eee184 Oct 13 05:35:06.435 INFO running `"docker" "start" "-a" "33f4089ccc8ab43807c54a605a97e75d1781f87db6ba1a7c61a050b479eee184"` Oct 13 05:35:07.258 INFO kablam! usermod: no changes Oct 13 05:35:07.359 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 13 05:35:07.373 INFO kablam! Running /target/debug/deps/plic-42a13a429603de1e Oct 13 05:35:07.374 INFO blam! Oct 13 05:35:07.374 INFO blam! running 12 tests Oct 13 05:35:07.374 INFO blam! test eval::tests::lambda_identity ... ok Oct 13 05:35:07.374 INFO blam! test eval::tests::error_non_applicable ... ok Oct 13 05:35:07.379 INFO blam! test eval::tests::copy3 ... ok Oct 13 05:35:07.379 INFO blam! test lexer::tests::recognise_numbers ... ok Oct 13 05:35:07.391 INFO blam! test eval::tests::copy2 ... ok Oct 13 05:35:07.391 INFO blam! test eval::tests::copy ... ok Oct 13 05:35:07.392 INFO blam! test lexer::tests::recognise_one_char_followed_by_numbers ... ok Oct 13 05:35:07.392 INFO blam! test lexer::tests::recognise_two_words ... ok Oct 13 05:35:07.392 INFO blam! test lexer::tests::recognise_various_blanks ... ok Oct 13 05:35:07.393 INFO blam! test eval::tests::nested_builtins ... ok Oct 13 05:35:07.393 INFO blam! test eval::tests::one_builtin ... ok Oct 13 05:35:07.394 INFO blam! test lexer::tests::one_char_tokens ... ok Oct 13 05:35:07.394 INFO blam! Oct 13 05:35:07.394 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:35:07.394 INFO blam! Oct 13 05:35:07.407 INFO kablam! su: No module specific data is present Oct 13 05:35:08.147 INFO running `"docker" "rm" "-f" "33f4089ccc8ab43807c54a605a97e75d1781f87db6ba1a7c61a050b479eee184"` Oct 13 05:35:08.435 INFO blam! 33f4089ccc8ab43807c54a605a97e75d1781f87db6ba1a7c61a050b479eee184