Oct 21 14:54:26.579 INFO checking paskvale/todo against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:54:26.579 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 14:54:26.984 INFO blam! c7bc40d95e8a841a485f08ef2e17238acf5f3a8dbdf305f4f30f67e4975deef2 Oct 21 14:54:26.988 INFO running `"docker" "start" "-a" "c7bc40d95e8a841a485f08ef2e17238acf5f3a8dbdf305f4f30f67e4975deef2"` Oct 21 14:54:28.133 INFO kablam! usermod: no changes Oct 21 14:54:28.492 INFO kablam! Compiling serde v1.0.64 Oct 21 14:54:28.501 INFO kablam! Compiling x11-dl v2.17.5 Oct 21 14:54:28.502 INFO kablam! Checking memmap v0.6.2 Oct 21 14:54:28.502 INFO kablam! Checking shared_library v0.1.8 Oct 21 14:54:28.517 INFO kablam! Compiling proc-macro2 v0.4.4 Oct 21 14:54:28.519 INFO kablam! Checking petgraph v0.4.12 Oct 21 14:54:28.520 INFO kablam! Compiling wayland-scanner v0.20.8 Oct 21 14:54:28.534 INFO kablam! Checking tempfile v3.0.2 Oct 21 14:54:30.352 INFO kablam! Checking parking_lot_core v0.2.14 Oct 21 14:54:31.845 INFO kablam! Checking backtrace-sys v0.1.23 Oct 21 14:54:31.845 INFO kablam! Compiling gl_generator v0.9.0 Oct 21 14:54:32.976 INFO kablam! Checking osmesa-sys v0.1.2 Oct 21 14:54:33.161 INFO kablam! Compiling syn v0.13.11 Oct 21 14:54:33.524 INFO kablam! Checking num-bigint v0.1.44 Oct 21 14:54:33.956 INFO kablam! Checking parking_lot v0.5.5 Oct 21 14:54:34.560 INFO kablam! Checking wayland-sys v0.20.8 Oct 21 14:54:36.476 INFO kablam! Checking backtrace v0.3.8 Oct 21 14:54:41.378 INFO kablam! Checking rusttype v0.5.2 Oct 21 14:54:42.156 INFO kablam! Checking wayland-client v0.12.5 Oct 21 14:54:42.591 INFO kablam! Checking wayland-commons v0.20.8 Oct 21 14:54:43.464 INFO kablam! Compiling wayland-client v0.20.8 Oct 21 14:54:43.668 INFO kablam! Compiling wayland-protocols v0.20.8 Oct 21 14:54:44.412 INFO kablam! Checking daggy v0.5.0 Oct 21 14:54:50.664 INFO kablam! Checking num-rational v0.1.42 Oct 21 14:54:50.664 INFO kablam! Compiling quote v0.6.3 Oct 21 14:54:51.104 INFO kablam! Compiling glutin v0.14.0 Oct 21 14:54:52.736 INFO kablam! Compiling glium v0.21.0 Oct 21 14:54:53.340 INFO kablam! Checking wayland-protocols v0.12.5 Oct 21 14:54:53.812 INFO kablam! Checking wayland-kbd v0.13.1 Oct 21 14:55:02.144 INFO kablam! Checking num v0.1.42 Oct 21 14:55:03.706 INFO kablam! Compiling syn v0.14.1 Oct 21 14:55:10.731 INFO kablam! Checking wayland-window v0.13.3 Oct 21 14:55:12.372 INFO kablam! Checking winit v0.12.0 Oct 21 14:55:25.940 INFO kablam! Checking serde_json v1.0.19 Oct 21 14:55:32.593 INFO kablam! Checking smithay-client-toolkit v0.2.1 Oct 21 14:55:37.392 INFO kablam! Compiling conrod_derive v0.1.2 Oct 21 14:55:37.624 INFO kablam! Compiling serde_derive v1.0.64 Oct 21 14:55:38.263 INFO kablam! Checking winit v0.15.0 Oct 21 14:56:01.333 INFO kablam! Checking pistoncore-input v0.21.0 Oct 21 14:56:07.772 INFO kablam! Checking conrod v0.60.0 Oct 21 14:56:17.866 INFO kablam! Checking todo v0.1.0 (/source) Oct 21 14:56:18.284 INFO kablam! warning: unused import: `std::io` Oct 21 14:56:18.284 INFO kablam! --> src/main.rs:7:5 Oct 21 14:56:18.284 INFO kablam! | Oct 21 14:56:18.284 INFO kablam! 7 | use std::io; Oct 21 14:56:18.284 INFO kablam! | ^^^^^^^ Oct 21 14:56:18.284 INFO kablam! | Oct 21 14:56:18.284 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:56:18.284 INFO kablam! Oct 21 14:56:18.284 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 21 14:56:18.284 INFO kablam! --> src/gui.rs:158:9 Oct 21 14:56:18.284 INFO kablam! | Oct 21 14:56:18.284 INFO kablam! 158 | use std::collections::HashMap; Oct 21 14:56:18.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:56:18.284 INFO kablam! Oct 21 14:56:18.464 INFO kablam! warning: unused import: `std::io` Oct 21 14:56:18.464 INFO kablam! --> src/main.rs:7:5 Oct 21 14:56:18.464 INFO kablam! | Oct 21 14:56:18.464 INFO kablam! 7 | use std::io; Oct 21 14:56:18.464 INFO kablam! | ^^^^^^^ Oct 21 14:56:18.464 INFO kablam! | Oct 21 14:56:18.464 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:56:18.464 INFO kablam! Oct 21 14:56:18.468 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 21 14:56:18.468 INFO kablam! --> src/gui.rs:158:9 Oct 21 14:56:18.468 INFO kablam! | Oct 21 14:56:18.468 INFO kablam! 158 | use std::collections::HashMap; Oct 21 14:56:18.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:56:18.468 INFO kablam! Oct 21 14:56:18.484 INFO kablam! warning: value assigned to `json` is never read Oct 21 14:56:18.484 INFO kablam! --> src/file_manipulation.rs:57:17 Oct 21 14:56:18.484 INFO kablam! | Oct 21 14:56:18.484 INFO kablam! 57 | let mut json = String::new(); Oct 21 14:56:18.484 INFO kablam! | ^^^^ Oct 21 14:56:18.484 INFO kablam! | Oct 21 14:56:18.484 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 14:56:18.484 INFO kablam! Oct 21 14:56:18.532 INFO kablam! warning: method is never used: `new_item` Oct 21 14:56:18.532 INFO kablam! --> src/file_manipulation.rs:52:5 Oct 21 14:56:18.532 INFO kablam! | Oct 21 14:56:18.532 INFO kablam! 52 | pub fn new_item(&mut self, s: String) -> Result { Oct 21 14:56:18.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:56:18.532 INFO kablam! | Oct 21 14:56:18.532 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:56:18.532 INFO kablam! Oct 21 14:56:18.532 INFO kablam! warning: function is never used: `generate_string` Oct 21 14:56:18.532 INFO kablam! --> src/file_manipulation.rs:88:1 Oct 21 14:56:18.532 INFO kablam! | Oct 21 14:56:18.532 INFO kablam! 88 | fn generate_string(length: u8) -> String{ Oct 21 14:56:18.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:56:18.532 INFO kablam! Oct 21 14:56:18.532 INFO kablam! warning: function is never used: `start` Oct 21 14:56:18.532 INFO kablam! --> src/counter.rs:109:5 Oct 21 14:56:18.532 INFO kablam! | Oct 21 14:56:18.532 INFO kablam! 109 | pub fn start() { Oct 21 14:56:18.532 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 14:56:18.532 INFO kablam! Oct 21 14:56:18.644 INFO kablam! warning: value assigned to `json` is never read Oct 21 14:56:18.644 INFO kablam! --> src/file_manipulation.rs:57:17 Oct 21 14:56:18.644 INFO kablam! | Oct 21 14:56:18.644 INFO kablam! 57 | let mut json = String::new(); Oct 21 14:56:18.644 INFO kablam! | ^^^^ Oct 21 14:56:18.644 INFO kablam! | Oct 21 14:56:18.644 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 14:56:18.644 INFO kablam! Oct 21 14:56:18.694 INFO kablam! warning: method is never used: `new_item` Oct 21 14:56:18.694 INFO kablam! --> src/file_manipulation.rs:52:5 Oct 21 14:56:18.694 INFO kablam! | Oct 21 14:56:18.694 INFO kablam! 52 | pub fn new_item(&mut self, s: String) -> Result { Oct 21 14:56:18.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:56:18.694 INFO kablam! | Oct 21 14:56:18.694 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:56:18.694 INFO kablam! Oct 21 14:56:18.694 INFO kablam! warning: function is never used: `generate_string` Oct 21 14:56:18.694 INFO kablam! --> src/file_manipulation.rs:88:1 Oct 21 14:56:18.694 INFO kablam! | Oct 21 14:56:18.694 INFO kablam! 88 | fn generate_string(length: u8) -> String{ Oct 21 14:56:18.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:56:18.694 INFO kablam! Oct 21 14:56:18.694 INFO kablam! warning: function is never used: `start` Oct 21 14:56:18.694 INFO kablam! --> src/counter.rs:109:5 Oct 21 14:56:18.694 INFO kablam! | Oct 21 14:56:18.694 INFO kablam! 109 | pub fn start() { Oct 21 14:56:18.694 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 14:56:18.694 INFO kablam! Oct 21 14:56:18.732 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 50s Oct 21 14:56:18.755 INFO kablam! su: No module specific data is present Oct 21 14:56:19.368 INFO running `"docker" "rm" "-f" "c7bc40d95e8a841a485f08ef2e17238acf5f3a8dbdf305f4f30f67e4975deef2"` Oct 21 14:56:19.580 INFO blam! c7bc40d95e8a841a485f08ef2e17238acf5f3a8dbdf305f4f30f67e4975deef2