Oct 12 21:31:06.682 INFO testing thunderseethe/mira against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 21:31:06.684 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 21:31:07.051 INFO blam! b77eabb271989c441f1003fbc0e07b69c6f8a892bcdbb90640073024a2465849 Oct 12 21:31:07.055 INFO running `"docker" "start" "-a" "b77eabb271989c441f1003fbc0e07b69c6f8a892bcdbb90640073024a2465849"` Oct 12 21:31:08.386 INFO kablam! usermod: no changes Oct 12 21:31:08.643 INFO kablam! Compiling x11-dl v2.18.0 Oct 12 21:31:08.643 INFO kablam! Compiling errno v0.2.4 Oct 12 21:31:08.659 INFO kablam! Compiling gl v0.10.0 Oct 12 21:31:24.583 INFO kablam! Compiling winit v0.16.2 Oct 12 21:31:36.491 INFO kablam! Compiling glutin v0.17.0 Oct 12 21:31:39.850 INFO kablam! Compiling symare v0.1.0 (/source) Oct 12 21:31:40.511 INFO kablam! warning: unused import: `OsStr` Oct 12 21:31:40.512 INFO kablam! --> src/tty.rs:4:22 Oct 12 21:31:40.512 INFO kablam! | Oct 12 21:31:40.512 INFO kablam! 4 | use std::ffi::{CStr, OsStr}; Oct 12 21:31:40.512 INFO kablam! | ^^^^^ Oct 12 21:31:40.512 INFO kablam! | Oct 12 21:31:40.513 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:31:40.513 INFO kablam! Oct 12 21:31:40.699 INFO kablam! warning: unused variable: `buf` Oct 12 21:31:40.700 INFO kablam! --> src/main.rs:52:13 Oct 12 21:31:40.700 INFO kablam! | Oct 12 21:31:40.700 INFO kablam! 52 | let mut buf: [u8; 1024] = [0; 1024]; Oct 12 21:31:40.701 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 12 21:31:40.701 INFO kablam! | Oct 12 21:31:40.701 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:31:40.702 INFO kablam! Oct 12 21:31:40.702 INFO kablam! warning: unused variable: `read_count` Oct 12 21:31:40.702 INFO kablam! --> src/main.rs:57:16 Oct 12 21:31:40.702 INFO kablam! | Oct 12 21:31:40.703 INFO kablam! 57 | Ok(read_count) => { Oct 12 21:31:40.703 INFO kablam! | ^^^^^^^^^^ help: consider using `_read_count` instead Oct 12 21:31:40.703 INFO kablam! Oct 12 21:31:40.704 INFO kablam! warning: variable does not need to be mutable Oct 12 21:31:40.704 INFO kablam! --> src/main.rs:52:9 Oct 12 21:31:40.705 INFO kablam! | Oct 12 21:31:40.705 INFO kablam! 52 | let mut buf: [u8; 1024] = [0; 1024]; Oct 12 21:31:40.705 INFO kablam! | ----^^^ Oct 12 21:31:40.705 INFO kablam! | | Oct 12 21:31:40.706 INFO kablam! | help: remove this `mut` Oct 12 21:31:40.706 INFO kablam! | Oct 12 21:31:40.706 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:31:40.707 INFO kablam! Oct 12 21:31:40.731 INFO kablam! warning: function is never used: `process_should_exit` Oct 12 21:31:40.732 INFO kablam! --> src/tty.rs:48:1 Oct 12 21:31:40.732 INFO kablam! | Oct 12 21:31:40.732 INFO kablam! 48 | pub fn process_should_exit() -> bool { Oct 12 21:31:40.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:31:40.733 INFO kablam! | Oct 12 21:31:40.733 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:31:40.733 INFO kablam! Oct 12 21:31:40.735 INFO kablam! warning: method is never used: `new_with_args` Oct 12 21:31:40.736 INFO kablam! --> src/data.rs:19:5 Oct 12 21:31:40.736 INFO kablam! | Oct 12 21:31:40.736 INFO kablam! 19 | / pub fn new_with_args(program: S, args: Vec) -> Shell<'a> Oct 12 21:31:40.736 INFO kablam! 20 | | where S: Into> Oct 12 21:31:40.737 INFO kablam! 21 | | { Oct 12 21:31:40.737 INFO kablam! 22 | | Shell { Oct 12 21:31:40.737 INFO kablam! ... | Oct 12 21:31:40.737 INFO kablam! 25 | | } Oct 12 21:31:40.738 INFO kablam! 26 | | } Oct 12 21:31:40.738 INFO kablam! | |_____^ Oct 12 21:31:40.738 INFO kablam! Oct 12 21:31:40.738 INFO kablam! warning: function is never used: `test_window` Oct 12 21:31:40.739 INFO kablam! --> src/main.rs:73:1 Oct 12 21:31:40.739 INFO kablam! | Oct 12 21:31:40.739 INFO kablam! 73 | fn test_window() { Oct 12 21:31:40.739 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 21:31:40.740 INFO kablam! Oct 12 21:31:43.549 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.14s Oct 12 21:31:43.558 INFO kablam! su: No module specific data is present Oct 12 21:31:44.926 INFO running `"docker" "rm" "-f" "b77eabb271989c441f1003fbc0e07b69c6f8a892bcdbb90640073024a2465849"` Oct 12 21:31:45.351 INFO blam! b77eabb271989c441f1003fbc0e07b69c6f8a892bcdbb90640073024a2465849 Oct 12 21:31:45.356 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 21:31:45.837 INFO blam! 37c4e07429ec7f9c066c0778cca6a47ef7ff5b9ab0e160a02f5d9dc7317f580a Oct 12 21:31:45.839 INFO running `"docker" "start" "-a" "37c4e07429ec7f9c066c0778cca6a47ef7ff5b9ab0e160a02f5d9dc7317f580a"` Oct 12 21:31:48.010 INFO kablam! usermod: no changes Oct 12 21:31:48.253 INFO kablam! Compiling symare v0.1.0 (/source) Oct 12 21:31:48.875 INFO kablam! warning: unused import: `OsStr` Oct 12 21:31:48.876 INFO kablam! --> src/tty.rs:4:22 Oct 12 21:31:48.877 INFO kablam! | Oct 12 21:31:48.877 INFO kablam! 4 | use std::ffi::{CStr, OsStr}; Oct 12 21:31:48.878 INFO kablam! | ^^^^^ Oct 12 21:31:48.879 INFO kablam! | Oct 12 21:31:48.879 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:31:48.879 INFO kablam! Oct 12 21:31:49.054 INFO kablam! warning: unused variable: `buf` Oct 12 21:31:49.054 INFO kablam! --> src/main.rs:52:13 Oct 12 21:31:49.054 INFO kablam! | Oct 12 21:31:49.054 INFO kablam! 52 | let mut buf: [u8; 1024] = [0; 1024]; Oct 12 21:31:49.054 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 12 21:31:49.054 INFO kablam! | Oct 12 21:31:49.054 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:31:49.054 INFO kablam! Oct 12 21:31:49.056 INFO kablam! warning: unused variable: `read_count` Oct 12 21:31:49.057 INFO kablam! --> src/main.rs:57:16 Oct 12 21:31:49.058 INFO kablam! | Oct 12 21:31:49.058 INFO kablam! 57 | Ok(read_count) => { Oct 12 21:31:49.059 INFO kablam! | ^^^^^^^^^^ help: consider using `_read_count` instead Oct 12 21:31:49.059 INFO kablam! Oct 12 21:31:49.060 INFO kablam! warning: variable does not need to be mutable Oct 12 21:31:49.060 INFO kablam! --> src/main.rs:52:9 Oct 12 21:31:49.061 INFO kablam! | Oct 12 21:31:49.062 INFO kablam! 52 | let mut buf: [u8; 1024] = [0; 1024]; Oct 12 21:31:49.062 INFO kablam! | ----^^^ Oct 12 21:31:49.063 INFO kablam! | | Oct 12 21:31:49.064 INFO kablam! | help: remove this `mut` Oct 12 21:31:49.064 INFO kablam! | Oct 12 21:31:49.064 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:31:49.064 INFO kablam! Oct 12 21:31:49.086 INFO kablam! warning: function is never used: `process_should_exit` Oct 12 21:31:49.087 INFO kablam! --> src/tty.rs:48:1 Oct 12 21:31:49.087 INFO kablam! | Oct 12 21:31:49.088 INFO kablam! 48 | pub fn process_should_exit() -> bool { Oct 12 21:31:49.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:31:49.089 INFO kablam! | Oct 12 21:31:49.090 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:31:49.090 INFO kablam! Oct 12 21:31:49.091 INFO kablam! warning: method is never used: `new_with_args` Oct 12 21:31:49.092 INFO kablam! --> src/data.rs:19:5 Oct 12 21:31:49.092 INFO kablam! | Oct 12 21:31:49.093 INFO kablam! 19 | / pub fn new_with_args(program: S, args: Vec) -> Shell<'a> Oct 12 21:31:49.093 INFO kablam! 20 | | where S: Into> Oct 12 21:31:49.094 INFO kablam! 21 | | { Oct 12 21:31:49.095 INFO kablam! 22 | | Shell { Oct 12 21:31:49.095 INFO kablam! ... | Oct 12 21:31:49.096 INFO kablam! 25 | | } Oct 12 21:31:49.096 INFO kablam! 26 | | } Oct 12 21:31:49.096 INFO kablam! | |_____^ Oct 12 21:31:49.096 INFO kablam! Oct 12 21:31:49.096 INFO kablam! warning: function is never used: `test_window` Oct 12 21:31:49.096 INFO kablam! --> src/main.rs:73:1 Oct 12 21:31:49.096 INFO kablam! | Oct 12 21:31:49.096 INFO kablam! 73 | fn test_window() { Oct 12 21:31:49.096 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 21:31:49.096 INFO kablam! Oct 12 21:31:49.939 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.90s Oct 12 21:31:49.959 INFO kablam! su: No module specific data is present Oct 12 21:31:51.544 INFO running `"docker" "rm" "-f" "37c4e07429ec7f9c066c0778cca6a47ef7ff5b9ab0e160a02f5d9dc7317f580a"` Oct 12 21:31:51.927 INFO blam! 37c4e07429ec7f9c066c0778cca6a47ef7ff5b9ab0e160a02f5d9dc7317f580a Oct 12 21:31:51.933 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 21:31:52.399 INFO blam! cab53b3bf75ab045bd317203d880b8c35f54f4d6f95d1393c7cb26634e2666cb Oct 12 21:31:52.400 INFO running `"docker" "start" "-a" "cab53b3bf75ab045bd317203d880b8c35f54f4d6f95d1393c7cb26634e2666cb"` Oct 12 21:31:55.267 INFO kablam! usermod: no changes Oct 12 21:31:55.447 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 12 21:31:55.463 INFO kablam! Running /target/debug/deps/symare-57ded45006bdc151 Oct 12 21:31:55.468 INFO blam! Oct 12 21:31:55.468 INFO blam! running 1 test Oct 12 21:31:55.475 INFO blam! test tty::test_get_pw_entry ... ok Oct 12 21:31:55.475 INFO blam! Oct 12 21:31:55.475 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:31:55.475 INFO blam! Oct 12 21:31:55.477 INFO kablam! su: No module specific data is present Oct 12 21:31:57.190 INFO running `"docker" "rm" "-f" "cab53b3bf75ab045bd317203d880b8c35f54f4d6f95d1393c7cb26634e2666cb"` Oct 12 21:31:57.531 INFO blam! cab53b3bf75ab045bd317203d880b8c35f54f4d6f95d1393c7cb26634e2666cb