Oct 15 05:48:51.816 INFO testing VoxWave/Compilers2018 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 05:48:51.817 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 05:48:52.219 INFO blam! a4d893b4d66ebba3ef96894782a7082485c582f3127d90d4b868f2fdda7ee595 Oct 15 05:48:52.227 INFO running `"docker" "start" "-a" "a4d893b4d66ebba3ef96894782a7082485c582f3127d90d4b868f2fdda7ee595"` Oct 15 05:48:53.286 INFO kablam! usermod: no changes Oct 15 05:48:53.415 INFO kablam! Compiling char_stream v0.1.8 Oct 15 05:48:53.423 INFO kablam! Compiling num-complex v0.1.43 Oct 15 05:48:53.427 INFO kablam! Compiling rayon-core v1.4.0 Oct 15 05:48:56.767 INFO kablam! Compiling num v0.1.42 Oct 15 05:48:57.659 INFO kablam! Compiling rayon v1.0.1 Oct 15 05:49:02.463 INFO kablam! Compiling minipl-compiler v0.1.0 (/source) Oct 15 05:49:03.583 INFO kablam! warning: unused import: `std::sync::mpsc::Sender` Oct 15 05:49:03.583 INFO kablam! --> src/main.rs:7:5 Oct 15 05:49:03.583 INFO kablam! | Oct 15 05:49:03.583 INFO kablam! 7 | use std::sync::mpsc::Sender; Oct 15 05:49:03.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:49:03.583 INFO kablam! | Oct 15 05:49:03.583 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:49:03.583 INFO kablam! Oct 15 05:49:03.583 INFO kablam! warning: unused import: `std::sync::mpsc::Receiver` Oct 15 05:49:03.583 INFO kablam! --> src/main.rs:8:5 Oct 15 05:49:03.583 INFO kablam! | Oct 15 05:49:03.583 INFO kablam! 8 | use std::sync::mpsc::Receiver; Oct 15 05:49:03.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:49:03.583 INFO kablam! Oct 15 05:49:03.583 INFO kablam! warning: unused import: `std::process::abort` Oct 15 05:49:03.583 INFO kablam! --> src/main.rs:10:5 Oct 15 05:49:03.583 INFO kablam! | Oct 15 05:49:03.583 INFO kablam! 10 | use std::process::abort; Oct 15 05:49:03.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:49:03.583 INFO kablam! Oct 15 05:49:03.919 INFO kablam! warning: unreachable pattern Oct 15 05:49:03.919 INFO kablam! --> src/parser/mod.rs:255:17 Oct 15 05:49:03.919 INFO kablam! | Oct 15 05:49:03.919 INFO kablam! 255 | _ => panic!("unexpected Token {:#?} read during", t), Oct 15 05:49:03.919 INFO kablam! | ^ Oct 15 05:49:03.919 INFO kablam! | Oct 15 05:49:03.919 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 05:49:03.919 INFO kablam! Oct 15 05:49:03.919 INFO kablam! warning: unused variable: `b` Oct 15 05:49:03.919 INFO kablam! --> src/interpreter.rs:207:33 Oct 15 05:49:03.919 INFO kablam! | Oct 15 05:49:03.919 INFO kablam! 207 | Value::Bool(b) => panic!("boolean printing is not supported"), Oct 15 05:49:03.919 INFO kablam! | ^ help: consider using `_b` instead Oct 15 05:49:03.919 INFO kablam! | Oct 15 05:49:03.919 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:49:03.919 INFO kablam! Oct 15 05:49:03.943 INFO kablam! warning: variable does not need to be mutable Oct 15 05:49:03.943 INFO kablam! --> src/main.rs:29:10 Oct 15 05:49:03.943 INFO kablam! | Oct 15 05:49:03.943 INFO kablam! 29 | let (mut kill_switch, mut kill_signal) = channel(); Oct 15 05:49:03.943 INFO kablam! | ----^^^^^^^^^^^ Oct 15 05:49:03.943 INFO kablam! | | Oct 15 05:49:03.943 INFO kablam! | help: remove this `mut` Oct 15 05:49:03.943 INFO kablam! | Oct 15 05:49:03.943 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:49:03.943 INFO kablam! Oct 15 05:49:03.943 INFO kablam! warning: variable does not need to be mutable Oct 15 05:49:03.943 INFO kablam! --> src/main.rs:29:27 Oct 15 05:49:03.943 INFO kablam! | Oct 15 05:49:03.943 INFO kablam! 29 | let (mut kill_switch, mut kill_signal) = channel(); Oct 15 05:49:03.943 INFO kablam! | ----^^^^^^^^^^^ Oct 15 05:49:03.943 INFO kablam! | | Oct 15 05:49:03.943 INFO kablam! | help: remove this `mut` Oct 15 05:49:03.943 INFO kablam! Oct 15 05:49:04.027 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:49:04.027 INFO kablam! --> src/main.rs:41:9 Oct 15 05:49:04.027 INFO kablam! | Oct 15 05:49:04.027 INFO kablam! 41 | kill_switch.send(true); Oct 15 05:49:04.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:49:04.027 INFO kablam! | Oct 15 05:49:04.027 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 05:49:04.027 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:49:04.027 INFO kablam! Oct 15 05:49:04.027 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:49:04.027 INFO kablam! --> src/main.rs:43:5 Oct 15 05:49:04.027 INFO kablam! | Oct 15 05:49:04.027 INFO kablam! 43 | kill_signal.recv(); Oct 15 05:49:04.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:49:04.027 INFO kablam! | Oct 15 05:49:04.027 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:49:04.027 INFO kablam! Oct 15 05:49:07.619 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.30s Oct 15 05:49:07.621 INFO kablam! su: No module specific data is present Oct 15 05:49:08.217 INFO running `"docker" "rm" "-f" "a4d893b4d66ebba3ef96894782a7082485c582f3127d90d4b868f2fdda7ee595"` Oct 15 05:49:08.544 INFO blam! a4d893b4d66ebba3ef96894782a7082485c582f3127d90d4b868f2fdda7ee595 Oct 15 05:49:08.555 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 05:49:09.131 INFO blam! 22af4e05254f8dcc3699ccb00a97ff39106e8a297e245a2caad7df9a3346d8d4 Oct 15 05:49:09.139 INFO running `"docker" "start" "-a" "22af4e05254f8dcc3699ccb00a97ff39106e8a297e245a2caad7df9a3346d8d4"` Oct 15 05:49:10.555 INFO kablam! usermod: no changes Oct 15 05:49:10.687 INFO kablam! Compiling minipl-compiler v0.1.0 (/source) Oct 15 05:49:11.923 INFO kablam! warning: unused import: `std::sync::mpsc::Sender` Oct 15 05:49:11.923 INFO kablam! --> src/main.rs:7:5 Oct 15 05:49:11.923 INFO kablam! | Oct 15 05:49:11.923 INFO kablam! 7 | use std::sync::mpsc::Sender; Oct 15 05:49:11.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:49:11.923 INFO kablam! | Oct 15 05:49:11.923 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:49:11.923 INFO kablam! Oct 15 05:49:11.923 INFO kablam! warning: unused import: `std::sync::mpsc::Receiver` Oct 15 05:49:11.923 INFO kablam! --> src/main.rs:8:5 Oct 15 05:49:11.923 INFO kablam! | Oct 15 05:49:11.923 INFO kablam! 8 | use std::sync::mpsc::Receiver; Oct 15 05:49:11.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:49:11.923 INFO kablam! Oct 15 05:49:11.923 INFO kablam! warning: unused import: `std::process::abort` Oct 15 05:49:11.923 INFO kablam! --> src/main.rs:10:5 Oct 15 05:49:11.923 INFO kablam! | Oct 15 05:49:11.923 INFO kablam! 10 | use std::process::abort; Oct 15 05:49:11.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:49:11.923 INFO kablam! Oct 15 05:49:12.443 INFO kablam! warning: unreachable pattern Oct 15 05:49:12.443 INFO kablam! --> src/parser/mod.rs:255:17 Oct 15 05:49:12.443 INFO kablam! | Oct 15 05:49:12.443 INFO kablam! 255 | _ => panic!("unexpected Token {:#?} read during", t), Oct 15 05:49:12.443 INFO kablam! | ^ Oct 15 05:49:12.443 INFO kablam! | Oct 15 05:49:12.447 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 05:49:12.447 INFO kablam! Oct 15 05:49:12.447 INFO kablam! warning: unused variable: `b` Oct 15 05:49:12.447 INFO kablam! --> src/interpreter.rs:207:33 Oct 15 05:49:12.447 INFO kablam! | Oct 15 05:49:12.447 INFO kablam! 207 | Value::Bool(b) => panic!("boolean printing is not supported"), Oct 15 05:49:12.447 INFO kablam! | ^ help: consider using `_b` instead Oct 15 05:49:12.447 INFO kablam! | Oct 15 05:49:12.447 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:49:12.447 INFO kablam! Oct 15 05:49:12.451 INFO kablam! warning: variable does not need to be mutable Oct 15 05:49:12.451 INFO kablam! --> src/main.rs:29:27 Oct 15 05:49:12.451 INFO kablam! | Oct 15 05:49:12.451 INFO kablam! 29 | let (mut kill_switch, mut kill_signal) = channel(); Oct 15 05:49:12.451 INFO kablam! | ----^^^^^^^^^^^ Oct 15 05:49:12.451 INFO kablam! | | Oct 15 05:49:12.451 INFO kablam! | help: remove this `mut` Oct 15 05:49:12.451 INFO kablam! | Oct 15 05:49:12.451 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:49:12.451 INFO kablam! Oct 15 05:49:12.451 INFO kablam! warning: variable does not need to be mutable Oct 15 05:49:12.451 INFO kablam! --> src/main.rs:29:10 Oct 15 05:49:12.451 INFO kablam! | Oct 15 05:49:12.451 INFO kablam! 29 | let (mut kill_switch, mut kill_signal) = channel(); Oct 15 05:49:12.451 INFO kablam! | ----^^^^^^^^^^^ Oct 15 05:49:12.451 INFO kablam! | | Oct 15 05:49:12.451 INFO kablam! | help: remove this `mut` Oct 15 05:49:12.451 INFO kablam! Oct 15 05:49:12.539 INFO kablam! warning: variable does not need to be mutable Oct 15 05:49:12.539 INFO kablam! --> src/parser/test.rs:20:9 Oct 15 05:49:12.539 INFO kablam! | Oct 15 05:49:12.539 INFO kablam! 20 | let mut expected: VecDeque<_> = vec![ Oct 15 05:49:12.539 INFO kablam! | ----^^^^^^^^ Oct 15 05:49:12.539 INFO kablam! | | Oct 15 05:49:12.539 INFO kablam! | help: remove this `mut` Oct 15 05:49:12.539 INFO kablam! Oct 15 05:49:12.571 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:49:12.571 INFO kablam! --> src/main.rs:41:9 Oct 15 05:49:12.571 INFO kablam! | Oct 15 05:49:12.571 INFO kablam! 41 | kill_switch.send(true); Oct 15 05:49:12.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:49:12.571 INFO kablam! | Oct 15 05:49:12.571 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 05:49:12.571 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:49:12.571 INFO kablam! Oct 15 05:49:12.571 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:49:12.571 INFO kablam! --> src/main.rs:43:5 Oct 15 05:49:12.571 INFO kablam! | Oct 15 05:49:12.571 INFO kablam! 43 | kill_signal.recv(); Oct 15 05:49:12.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:49:12.571 INFO kablam! | Oct 15 05:49:12.571 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:49:12.571 INFO kablam! Oct 15 05:49:14.085 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.51s Oct 15 05:49:14.091 INFO kablam! su: No module specific data is present Oct 15 05:49:14.777 INFO running `"docker" "rm" "-f" "22af4e05254f8dcc3699ccb00a97ff39106e8a297e245a2caad7df9a3346d8d4"` Oct 15 05:49:15.067 INFO blam! 22af4e05254f8dcc3699ccb00a97ff39106e8a297e245a2caad7df9a3346d8d4 Oct 15 05:49:15.071 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 05:49:15.466 INFO blam! 3a626e17094e4f090425402ef800d14f46469c664ec6dd775f6ad14f7907d551 Oct 15 05:49:15.473 INFO running `"docker" "start" "-a" "3a626e17094e4f090425402ef800d14f46469c664ec6dd775f6ad14f7907d551"` Oct 15 05:49:16.659 INFO kablam! usermod: no changes Oct 15 05:49:16.782 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 15 05:49:16.794 INFO kablam! Running /target/debug/deps/minipl_compiler-f11fe4d9af1de018 Oct 15 05:49:16.804 INFO blam! Oct 15 05:49:16.804 INFO blam! running 4 tests Oct 15 05:49:16.804 INFO blam! test scanner::test::example_program_3 ... ok Oct 15 05:49:16.804 INFO blam! test scanner::test::example_program_2 ... ok Oct 15 05:49:16.804 INFO blam! test scanner::test::example_program_1 ... ok Oct 15 05:49:16.811 INFO blam! test parser::test::example_program_2 ... ok Oct 15 05:49:16.811 INFO blam! Oct 15 05:49:16.811 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:49:16.811 INFO blam! Oct 15 05:49:16.815 INFO kablam! su: No module specific data is present Oct 15 05:49:17.281 INFO running `"docker" "rm" "-f" "3a626e17094e4f090425402ef800d14f46469c664ec6dd775f6ad14f7907d551"` Oct 15 05:49:17.515 INFO blam! 3a626e17094e4f090425402ef800d14f46469c664ec6dd775f6ad14f7907d551