Oct 10 13:30:52.669 INFO testing thunderseethe/mira against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:30:52.669 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:30:52.670 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:30:53.050 INFO blam! 833baae3a312b5aae9261c6604a0e42f927de740b54cf40e074cebada1385f23 Oct 10 13:30:53.052 INFO running `"docker" "start" "-a" "833baae3a312b5aae9261c6604a0e42f927de740b54cf40e074cebada1385f23"` Oct 10 13:30:54.222 INFO kablam! usermod: no changes Oct 10 13:30:54.451 INFO kablam! Compiling errno v0.2.4 Oct 10 13:30:54.464 INFO kablam! Compiling x11-dl v2.18.0 Oct 10 13:30:54.464 INFO kablam! Compiling wayland-client v0.20.11 Oct 10 13:30:54.464 INFO kablam! Compiling wayland-protocols v0.20.11 Oct 10 13:30:54.470 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 10 13:30:54.470 INFO kablam! Compiling wayland-sys v0.20.11 Oct 10 13:31:01.500 INFO kablam! Compiling parking_lot v0.6.3 Oct 10 13:31:02.533 INFO kablam! Compiling wayland-commons v0.20.11 Oct 10 13:31:16.254 INFO kablam! Compiling smithay-client-toolkit v0.2.6 Oct 10 13:31:21.792 INFO kablam! Compiling winit v0.16.2 Oct 10 13:31:30.997 INFO kablam! Compiling glutin v0.17.0 Oct 10 13:31:35.713 INFO kablam! Compiling symare v0.1.0 (/source) Oct 10 13:31:38.192 INFO kablam! warning: unused import: `OsStr` Oct 10 13:31:38.192 INFO kablam! --> src/tty.rs:4:22 Oct 10 13:31:38.192 INFO kablam! | Oct 10 13:31:38.192 INFO kablam! 4 | use std::ffi::{CStr, OsStr}; Oct 10 13:31:38.192 INFO kablam! | ^^^^^ Oct 10 13:31:38.192 INFO kablam! | Oct 10 13:31:38.192 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:31:38.192 INFO kablam! Oct 10 13:31:38.433 INFO kablam! warning: unused variable: `buf` Oct 10 13:31:38.433 INFO kablam! --> src/main.rs:52:13 Oct 10 13:31:38.433 INFO kablam! | Oct 10 13:31:38.433 INFO kablam! 52 | let mut buf: [u8; 1024] = [0; 1024]; Oct 10 13:31:38.433 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 10 13:31:38.433 INFO kablam! | Oct 10 13:31:38.438 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:31:38.438 INFO kablam! Oct 10 13:31:38.438 INFO kablam! warning: unused variable: `read_count` Oct 10 13:31:38.438 INFO kablam! --> src/main.rs:57:16 Oct 10 13:31:38.438 INFO kablam! | Oct 10 13:31:38.438 INFO kablam! 57 | Ok(read_count) => { Oct 10 13:31:38.438 INFO kablam! | ^^^^^^^^^^ help: consider using `_read_count` instead Oct 10 13:31:38.438 INFO kablam! Oct 10 13:31:38.452 INFO kablam! warning: variable does not need to be mutable Oct 10 13:31:38.452 INFO kablam! --> src/main.rs:52:9 Oct 10 13:31:38.452 INFO kablam! | Oct 10 13:31:38.452 INFO kablam! 52 | let mut buf: [u8; 1024] = [0; 1024]; Oct 10 13:31:38.452 INFO kablam! | ----^^^ Oct 10 13:31:38.452 INFO kablam! | | Oct 10 13:31:38.452 INFO kablam! | help: remove this `mut` Oct 10 13:31:38.452 INFO kablam! | Oct 10 13:31:38.452 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 13:31:38.453 INFO kablam! Oct 10 13:31:38.540 INFO kablam! warning: function is never used: `process_should_exit` Oct 10 13:31:38.540 INFO kablam! --> src/tty.rs:48:1 Oct 10 13:31:38.540 INFO kablam! | Oct 10 13:31:38.540 INFO kablam! 48 | pub fn process_should_exit() -> bool { Oct 10 13:31:38.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:31:38.540 INFO kablam! | Oct 10 13:31:38.540 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:31:38.540 INFO kablam! Oct 10 13:31:38.540 INFO kablam! warning: method is never used: `new_with_args` Oct 10 13:31:38.540 INFO kablam! --> src/data.rs:19:5 Oct 10 13:31:38.540 INFO kablam! | Oct 10 13:31:38.540 INFO kablam! 19 | / pub fn new_with_args(program: S, args: Vec) -> Shell<'a> Oct 10 13:31:38.540 INFO kablam! 20 | | where S: Into> Oct 10 13:31:38.540 INFO kablam! 21 | | { Oct 10 13:31:38.540 INFO kablam! 22 | | Shell { Oct 10 13:31:38.540 INFO kablam! ... | Oct 10 13:31:38.540 INFO kablam! 25 | | } Oct 10 13:31:38.540 INFO kablam! 26 | | } Oct 10 13:31:38.540 INFO kablam! | |_____^ Oct 10 13:31:38.540 INFO kablam! Oct 10 13:31:38.540 INFO kablam! warning: function is never used: `test_window` Oct 10 13:31:38.540 INFO kablam! --> src/main.rs:73:1 Oct 10 13:31:38.541 INFO kablam! | Oct 10 13:31:38.541 INFO kablam! 73 | fn test_window() { Oct 10 13:31:38.541 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 13:31:38.541 INFO kablam! Oct 10 13:31:41.213 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.95s Oct 10 13:31:41.214 INFO kablam! su: No module specific data is present Oct 10 13:31:42.465 INFO running `"docker" "rm" "-f" "833baae3a312b5aae9261c6604a0e42f927de740b54cf40e074cebada1385f23"` Oct 10 13:31:42.755 INFO blam! 833baae3a312b5aae9261c6604a0e42f927de740b54cf40e074cebada1385f23 Oct 10 13:31:42.761 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:31:42.762 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:31:43.189 INFO blam! 1167c97afbf66a4dff7de02dbcfc562c9f0311273936b9aa3f3258b6e0b306b3 Oct 10 13:31:43.191 INFO running `"docker" "start" "-a" "1167c97afbf66a4dff7de02dbcfc562c9f0311273936b9aa3f3258b6e0b306b3"` Oct 10 13:31:44.939 INFO kablam! usermod: no changes Oct 10 13:31:45.228 INFO kablam! Compiling symare v0.1.0 (/source) Oct 10 13:31:47.256 INFO kablam! warning: unused import: `OsStr` Oct 10 13:31:47.256 INFO kablam! --> src/tty.rs:4:22 Oct 10 13:31:47.256 INFO kablam! | Oct 10 13:31:47.256 INFO kablam! 4 | use std::ffi::{CStr, OsStr}; Oct 10 13:31:47.256 INFO kablam! | ^^^^^ Oct 10 13:31:47.256 INFO kablam! | Oct 10 13:31:47.256 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:31:47.256 INFO kablam! Oct 10 13:31:47.452 INFO kablam! warning: unused variable: `buf` Oct 10 13:31:47.452 INFO kablam! --> src/main.rs:52:13 Oct 10 13:31:47.452 INFO kablam! | Oct 10 13:31:47.452 INFO kablam! 52 | let mut buf: [u8; 1024] = [0; 1024]; Oct 10 13:31:47.452 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 10 13:31:47.452 INFO kablam! | Oct 10 13:31:47.452 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:31:47.452 INFO kablam! Oct 10 13:31:47.452 INFO kablam! warning: unused variable: `read_count` Oct 10 13:31:47.452 INFO kablam! --> src/main.rs:57:16 Oct 10 13:31:47.452 INFO kablam! | Oct 10 13:31:47.452 INFO kablam! 57 | Ok(read_count) => { Oct 10 13:31:47.452 INFO kablam! | ^^^^^^^^^^ help: consider using `_read_count` instead Oct 10 13:31:47.452 INFO kablam! Oct 10 13:31:47.456 INFO kablam! warning: variable does not need to be mutable Oct 10 13:31:47.456 INFO kablam! --> src/main.rs:52:9 Oct 10 13:31:47.456 INFO kablam! | Oct 10 13:31:47.456 INFO kablam! 52 | let mut buf: [u8; 1024] = [0; 1024]; Oct 10 13:31:47.456 INFO kablam! | ----^^^ Oct 10 13:31:47.456 INFO kablam! | | Oct 10 13:31:47.456 INFO kablam! | help: remove this `mut` Oct 10 13:31:47.456 INFO kablam! | Oct 10 13:31:47.456 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 13:31:47.456 INFO kablam! Oct 10 13:31:47.480 INFO kablam! warning: function is never used: `process_should_exit` Oct 10 13:31:47.480 INFO kablam! --> src/tty.rs:48:1 Oct 10 13:31:47.480 INFO kablam! | Oct 10 13:31:47.480 INFO kablam! 48 | pub fn process_should_exit() -> bool { Oct 10 13:31:47.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:31:47.480 INFO kablam! | Oct 10 13:31:47.480 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:31:47.480 INFO kablam! Oct 10 13:31:47.480 INFO kablam! warning: method is never used: `new_with_args` Oct 10 13:31:47.480 INFO kablam! --> src/data.rs:19:5 Oct 10 13:31:47.480 INFO kablam! | Oct 10 13:31:47.480 INFO kablam! 19 | / pub fn new_with_args(program: S, args: Vec) -> Shell<'a> Oct 10 13:31:47.480 INFO kablam! 20 | | where S: Into> Oct 10 13:31:47.480 INFO kablam! 21 | | { Oct 10 13:31:47.480 INFO kablam! 22 | | Shell { Oct 10 13:31:47.480 INFO kablam! ... | Oct 10 13:31:47.481 INFO kablam! 25 | | } Oct 10 13:31:47.481 INFO kablam! 26 | | } Oct 10 13:31:47.481 INFO kablam! | |_____^ Oct 10 13:31:47.481 INFO kablam! Oct 10 13:31:47.492 INFO kablam! warning: function is never used: `test_window` Oct 10 13:31:47.492 INFO kablam! --> src/main.rs:73:1 Oct 10 13:31:47.492 INFO kablam! | Oct 10 13:31:47.492 INFO kablam! 73 | fn test_window() { Oct 10 13:31:47.492 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 13:31:47.492 INFO kablam! Oct 10 13:31:48.484 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.48s Oct 10 13:31:48.492 INFO kablam! su: No module specific data is present Oct 10 13:31:49.204 INFO running `"docker" "rm" "-f" "1167c97afbf66a4dff7de02dbcfc562c9f0311273936b9aa3f3258b6e0b306b3"` Oct 10 13:31:49.492 INFO blam! 1167c97afbf66a4dff7de02dbcfc562c9f0311273936b9aa3f3258b6e0b306b3 Oct 10 13:31:49.505 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:31:49.506 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:31:49.944 INFO blam! 3da2d29e963aa37758c347372f3bf96a081a287c710a4e54f96a54d9d846e96e Oct 10 13:31:49.945 INFO running `"docker" "start" "-a" "3da2d29e963aa37758c347372f3bf96a081a287c710a4e54f96a54d9d846e96e"` Oct 10 13:31:51.317 INFO kablam! usermod: no changes Oct 10 13:31:51.520 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 10 13:31:51.520 INFO kablam! Running /target/debug/deps/symare-57ded45006bdc151 Oct 10 13:31:51.528 INFO blam! Oct 10 13:31:51.528 INFO blam! running 1 test Oct 10 13:31:51.528 INFO blam! test tty::test_get_pw_entry ... ok Oct 10 13:31:51.528 INFO blam! Oct 10 13:31:51.528 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:31:51.528 INFO blam! Oct 10 13:31:51.529 INFO kablam! su: No module specific data is present Oct 10 13:31:52.624 INFO running `"docker" "rm" "-f" "3da2d29e963aa37758c347372f3bf96a081a287c710a4e54f96a54d9d846e96e"` Oct 10 13:31:52.920 INFO blam! 3da2d29e963aa37758c347372f3bf96a081a287c710a4e54f96a54d9d846e96e