Oct 15 05:48:51.593 INFO testing VoxWave/Compilers2018 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:48:51.594 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 05:48:52.067 INFO blam! f268d50e610ba36ca53ba7383df868a0a1acc26b2824997d0955e1b4445c52b5 Oct 15 05:48:52.073 INFO running `"docker" "start" "-a" "f268d50e610ba36ca53ba7383df868a0a1acc26b2824997d0955e1b4445c52b5"` Oct 15 05:48:53.267 INFO kablam! usermod: no changes Oct 15 05:48:53.374 INFO kablam! Compiling char_stream v0.1.8 Oct 15 05:48:53.375 INFO kablam! Compiling num-complex v0.1.43 Oct 15 05:48:53.391 INFO kablam! Compiling rayon-core v1.4.0 Oct 15 05:48:56.662 INFO kablam! Compiling num v0.1.42 Oct 15 05:48:58.503 INFO kablam! Compiling rayon v1.0.1 Oct 15 05:49:02.931 INFO kablam! Compiling minipl-compiler v0.1.0 (/source) Oct 15 05:49:04.091 INFO kablam! warning: unused import: `std::sync::mpsc::Sender` Oct 15 05:49:04.091 INFO kablam! --> src/main.rs:7:5 Oct 15 05:49:04.091 INFO kablam! | Oct 15 05:49:04.091 INFO kablam! 7 | use std::sync::mpsc::Sender; Oct 15 05:49:04.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:49:04.091 INFO kablam! | Oct 15 05:49:04.091 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:49:04.091 INFO kablam! Oct 15 05:49:04.091 INFO kablam! warning: unused import: `std::sync::mpsc::Receiver` Oct 15 05:49:04.091 INFO kablam! --> src/main.rs:8:5 Oct 15 05:49:04.091 INFO kablam! | Oct 15 05:49:04.091 INFO kablam! 8 | use std::sync::mpsc::Receiver; Oct 15 05:49:04.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:49:04.091 INFO kablam! Oct 15 05:49:04.091 INFO kablam! warning: unused import: `std::process::abort` Oct 15 05:49:04.091 INFO kablam! --> src/main.rs:10:5 Oct 15 05:49:04.091 INFO kablam! | Oct 15 05:49:04.091 INFO kablam! 10 | use std::process::abort; Oct 15 05:49:04.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:49:04.091 INFO kablam! Oct 15 05:49:04.455 INFO kablam! warning: unreachable pattern Oct 15 05:49:04.455 INFO kablam! --> src/parser/mod.rs:255:17 Oct 15 05:49:04.455 INFO kablam! | Oct 15 05:49:04.455 INFO kablam! 255 | _ => panic!("unexpected Token {:#?} read during", t), Oct 15 05:49:04.455 INFO kablam! | ^ Oct 15 05:49:04.455 INFO kablam! | Oct 15 05:49:04.455 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 05:49:04.455 INFO kablam! Oct 15 05:49:04.459 INFO kablam! warning: unused variable: `b` Oct 15 05:49:04.459 INFO kablam! --> src/interpreter.rs:207:33 Oct 15 05:49:04.459 INFO kablam! | Oct 15 05:49:04.459 INFO kablam! 207 | Value::Bool(b) => panic!("boolean printing is not supported"), Oct 15 05:49:04.459 INFO kablam! | ^ help: consider using `_b` instead Oct 15 05:49:04.459 INFO kablam! | Oct 15 05:49:04.459 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:49:04.459 INFO kablam! Oct 15 05:49:04.460 INFO kablam! warning: variable does not need to be mutable Oct 15 05:49:04.460 INFO kablam! --> src/main.rs:29:10 Oct 15 05:49:04.460 INFO kablam! | Oct 15 05:49:04.460 INFO kablam! 29 | let (mut kill_switch, mut kill_signal) = channel(); Oct 15 05:49:04.460 INFO kablam! | ----^^^^^^^^^^^ Oct 15 05:49:04.460 INFO kablam! | | Oct 15 05:49:04.460 INFO kablam! | help: remove this `mut` Oct 15 05:49:04.460 INFO kablam! | Oct 15 05:49:04.460 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:49:04.460 INFO kablam! Oct 15 05:49:04.460 INFO kablam! warning: variable does not need to be mutable Oct 15 05:49:04.460 INFO kablam! --> src/main.rs:29:27 Oct 15 05:49:04.460 INFO kablam! | Oct 15 05:49:04.460 INFO kablam! 29 | let (mut kill_switch, mut kill_signal) = channel(); Oct 15 05:49:04.460 INFO kablam! | ----^^^^^^^^^^^ Oct 15 05:49:04.460 INFO kablam! | | Oct 15 05:49:04.460 INFO kablam! | help: remove this `mut` Oct 15 05:49:04.460 INFO kablam! Oct 15 05:49:04.601 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:49:04.601 INFO kablam! --> src/main.rs:41:9 Oct 15 05:49:04.601 INFO kablam! | Oct 15 05:49:04.601 INFO kablam! 41 | kill_switch.send(true); Oct 15 05:49:04.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:49:04.601 INFO kablam! | Oct 15 05:49:04.601 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 05:49:04.601 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:49:04.601 INFO kablam! Oct 15 05:49:04.601 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:49:04.601 INFO kablam! --> src/main.rs:43:5 Oct 15 05:49:04.601 INFO kablam! | Oct 15 05:49:04.601 INFO kablam! 43 | kill_signal.recv(); Oct 15 05:49:04.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:49:04.601 INFO kablam! | Oct 15 05:49:04.601 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:49:04.601 INFO kablam! Oct 15 05:49:07.593 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.30s Oct 15 05:49:07.599 INFO kablam! su: No module specific data is present Oct 15 05:49:08.085 INFO running `"docker" "rm" "-f" "f268d50e610ba36ca53ba7383df868a0a1acc26b2824997d0955e1b4445c52b5"` Oct 15 05:49:08.319 INFO blam! f268d50e610ba36ca53ba7383df868a0a1acc26b2824997d0955e1b4445c52b5 Oct 15 05:49:08.339 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 05:49:08.771 INFO blam! e5e69f6a3d4195519caca369e7faa665bdb6afb2abef2c2b3f882d10bd480db8 Oct 15 05:49:08.779 INFO running `"docker" "start" "-a" "e5e69f6a3d4195519caca369e7faa665bdb6afb2abef2c2b3f882d10bd480db8"` Oct 15 05:49:10.131 INFO kablam! usermod: no changes Oct 15 05:49:10.263 INFO kablam! Compiling minipl-compiler v0.1.0 (/source) Oct 15 05:49:11.527 INFO kablam! warning: unused import: `std::sync::mpsc::Sender` Oct 15 05:49:11.528 INFO kablam! --> src/main.rs:7:5 Oct 15 05:49:11.528 INFO kablam! | Oct 15 05:49:11.528 INFO kablam! 7 | use std::sync::mpsc::Sender; Oct 15 05:49:11.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:49:11.529 INFO kablam! | Oct 15 05:49:11.529 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:49:11.529 INFO kablam! Oct 15 05:49:11.530 INFO kablam! warning: unused import: `std::sync::mpsc::Receiver` Oct 15 05:49:11.530 INFO kablam! --> src/main.rs:8:5 Oct 15 05:49:11.530 INFO kablam! | Oct 15 05:49:11.530 INFO kablam! 8 | use std::sync::mpsc::Receiver; Oct 15 05:49:11.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:49:11.531 INFO kablam! Oct 15 05:49:11.531 INFO kablam! warning: unused import: `std::process::abort` Oct 15 05:49:11.531 INFO kablam! --> src/main.rs:10:5 Oct 15 05:49:11.532 INFO kablam! | Oct 15 05:49:11.532 INFO kablam! 10 | use std::process::abort; Oct 15 05:49:11.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:49:11.532 INFO kablam! Oct 15 05:49:11.851 INFO kablam! warning: unreachable pattern Oct 15 05:49:11.851 INFO kablam! --> src/parser/mod.rs:255:17 Oct 15 05:49:11.851 INFO kablam! | Oct 15 05:49:11.851 INFO kablam! 255 | _ => panic!("unexpected Token {:#?} read during", t), Oct 15 05:49:11.851 INFO kablam! | ^ Oct 15 05:49:11.851 INFO kablam! | Oct 15 05:49:11.851 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 05:49:11.851 INFO kablam! Oct 15 05:49:11.855 INFO kablam! warning: unused variable: `b` Oct 15 05:49:11.855 INFO kablam! --> src/interpreter.rs:207:33 Oct 15 05:49:11.855 INFO kablam! | Oct 15 05:49:11.855 INFO kablam! 207 | Value::Bool(b) => panic!("boolean printing is not supported"), Oct 15 05:49:11.855 INFO kablam! | ^ help: consider using `_b` instead Oct 15 05:49:11.855 INFO kablam! | Oct 15 05:49:11.855 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:49:11.855 INFO kablam! Oct 15 05:49:11.857 INFO kablam! warning: variable does not need to be mutable Oct 15 05:49:11.857 INFO kablam! --> src/main.rs:29:27 Oct 15 05:49:11.857 INFO kablam! | Oct 15 05:49:11.857 INFO kablam! 29 | let (mut kill_switch, mut kill_signal) = channel(); Oct 15 05:49:11.857 INFO kablam! | ----^^^^^^^^^^^ Oct 15 05:49:11.857 INFO kablam! | | Oct 15 05:49:11.857 INFO kablam! | help: remove this `mut` Oct 15 05:49:11.857 INFO kablam! | Oct 15 05:49:11.857 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:49:11.857 INFO kablam! Oct 15 05:49:11.857 INFO kablam! warning: variable does not need to be mutable Oct 15 05:49:11.857 INFO kablam! --> src/main.rs:29:10 Oct 15 05:49:11.857 INFO kablam! | Oct 15 05:49:11.857 INFO kablam! 29 | let (mut kill_switch, mut kill_signal) = channel(); Oct 15 05:49:11.857 INFO kablam! | ----^^^^^^^^^^^ Oct 15 05:49:11.857 INFO kablam! | | Oct 15 05:49:11.857 INFO kablam! | help: remove this `mut` Oct 15 05:49:11.857 INFO kablam! Oct 15 05:49:11.939 INFO kablam! warning: variable does not need to be mutable Oct 15 05:49:11.939 INFO kablam! --> src/parser/test.rs:20:9 Oct 15 05:49:11.939 INFO kablam! | Oct 15 05:49:11.939 INFO kablam! 20 | let mut expected: VecDeque<_> = vec![ Oct 15 05:49:11.939 INFO kablam! | ----^^^^^^^^ Oct 15 05:49:11.939 INFO kablam! | | Oct 15 05:49:11.939 INFO kablam! | help: remove this `mut` Oct 15 05:49:11.939 INFO kablam! Oct 15 05:49:11.971 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:49:11.971 INFO kablam! --> src/main.rs:41:9 Oct 15 05:49:11.971 INFO kablam! | Oct 15 05:49:11.971 INFO kablam! 41 | kill_switch.send(true); Oct 15 05:49:11.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:49:11.971 INFO kablam! | Oct 15 05:49:11.971 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 05:49:11.971 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:49:11.971 INFO kablam! Oct 15 05:49:11.971 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:49:11.971 INFO kablam! --> src/main.rs:43:5 Oct 15 05:49:11.971 INFO kablam! | Oct 15 05:49:11.971 INFO kablam! 43 | kill_signal.recv(); Oct 15 05:49:11.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:49:11.971 INFO kablam! | Oct 15 05:49:11.971 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:49:11.971 INFO kablam! Oct 15 05:49:13.328 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.18s Oct 15 05:49:13.335 INFO kablam! su: No module specific data is present Oct 15 05:49:14.590 INFO running `"docker" "rm" "-f" "e5e69f6a3d4195519caca369e7faa665bdb6afb2abef2c2b3f882d10bd480db8"` Oct 15 05:49:14.803 INFO blam! e5e69f6a3d4195519caca369e7faa665bdb6afb2abef2c2b3f882d10bd480db8 Oct 15 05:49:14.805 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 05:49:15.215 INFO blam! 2b9bfa95027c345501664ab96ceeea7e8a09404db3ef40ae624a374fdbd3f187 Oct 15 05:49:15.227 INFO running `"docker" "start" "-a" "2b9bfa95027c345501664ab96ceeea7e8a09404db3ef40ae624a374fdbd3f187"` Oct 15 05:49:16.387 INFO kablam! usermod: no changes Oct 15 05:49:16.464 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 05:49:16.475 INFO kablam! Running /target/debug/deps/minipl_compiler-3d41ce5dc0f7bdaa Oct 15 05:49:16.475 INFO blam! Oct 15 05:49:16.475 INFO kablam! su: No module specific data is present Oct 15 05:49:16.475 INFO blam! running 4 tests Oct 15 05:49:16.475 INFO blam! test scanner::test::example_program_3 ... ok Oct 15 05:49:16.475 INFO blam! test scanner::test::example_program_2 ... ok Oct 15 05:49:16.475 INFO blam! test scanner::test::example_program_1 ... ok Oct 15 05:49:16.475 INFO blam! test parser::test::example_program_2 ... ok Oct 15 05:49:16.475 INFO blam! Oct 15 05:49:16.475 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:49:16.475 INFO blam! Oct 15 05:49:17.065 INFO running `"docker" "rm" "-f" "2b9bfa95027c345501664ab96ceeea7e8a09404db3ef40ae624a374fdbd3f187"` Oct 15 05:49:17.299 INFO blam! 2b9bfa95027c345501664ab96ceeea7e8a09404db3ef40ae624a374fdbd3f187