Oct 21 18:10:03.138 INFO checking eiko/turtle_shell against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:10:03.140 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 18:10:03.641 INFO blam! 6546ac1c5381fb28c936e7c929c5606d54f3879046a4f3b4181b33f3be9ef2ee Oct 21 18:10:03.653 INFO running `"docker" "start" "-a" "6546ac1c5381fb28c936e7c929c5606d54f3879046a4f3b4181b33f3be9ef2ee"` Oct 21 18:10:05.346 INFO kablam! usermod: no changes Oct 21 18:10:05.536 INFO kablam! Compiling cairo-rs v0.1.2 Oct 21 18:10:05.536 INFO kablam! Compiling gdk-pixbuf v0.1.2 Oct 21 18:10:05.548 INFO kablam! Compiling gio v0.1.2 Oct 21 18:10:05.556 INFO kablam! Compiling gdk v0.5.2 Oct 21 18:10:05.557 INFO kablam! Checking c_vec v1.2.0 Oct 21 18:10:05.557 INFO kablam! Compiling gtk v0.1.2 Oct 21 18:10:05.557 INFO kablam! Compiling glib-sys v0.3.3 Oct 21 18:10:05.557 INFO kablam! Compiling gobject-sys v0.3.3 Oct 21 18:10:08.476 INFO kablam! Compiling gio-sys v0.3.3 Oct 21 18:10:08.637 INFO kablam! Compiling cairo-sys-rs v0.3.3 Oct 21 18:10:08.960 INFO kablam! Compiling gdk-pixbuf-sys v0.3.3 Oct 21 18:10:09.065 INFO kablam! Compiling pango-sys v0.3.3 Oct 21 18:10:09.348 INFO kablam! Compiling gdk-sys v0.3.3 Oct 21 18:10:09.564 INFO kablam! Compiling atk-sys v0.3.3 Oct 21 18:10:10.065 INFO kablam! Compiling gtk-sys v0.3.3 Oct 21 18:10:16.661 INFO kablam! Checking glib v0.1.2 Oct 21 18:10:20.072 INFO kablam! Checking pango v0.1.2 Oct 21 18:10:50.249 INFO kablam! Checking turtle_shell v0.1.0 (/source) Oct 21 18:10:51.092 INFO kablam! warning: unused import: `std::path::Path` Oct 21 18:10:51.092 INFO kablam! --> src/main.rs:3:5 Oct 21 18:10:51.092 INFO kablam! | Oct 21 18:10:51.092 INFO kablam! 3 | use std::path::Path; Oct 21 18:10:51.092 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 18:10:51.092 INFO kablam! | Oct 21 18:10:51.092 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:10:51.092 INFO kablam! Oct 21 18:10:51.092 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 21 18:10:51.092 INFO kablam! --> src/core.rs:2:5 Oct 21 18:10:51.092 INFO kablam! | Oct 21 18:10:51.092 INFO kablam! 2 | use std::collections::HashMap; Oct 21 18:10:51.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:10:51.092 INFO kablam! Oct 21 18:10:51.152 INFO kablam! warning: unused import: `std::path::Path` Oct 21 18:10:51.152 INFO kablam! --> src/main.rs:3:5 Oct 21 18:10:51.153 INFO kablam! | Oct 21 18:10:51.154 INFO kablam! 3 | use std::path::Path; Oct 21 18:10:51.154 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 18:10:51.154 INFO kablam! | Oct 21 18:10:51.154 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:10:51.154 INFO kablam! Oct 21 18:10:51.154 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 21 18:10:51.154 INFO kablam! --> src/core.rs:2:5 Oct 21 18:10:51.154 INFO kablam! | Oct 21 18:10:51.155 INFO kablam! 2 | use std::collections::HashMap; Oct 21 18:10:51.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:10:51.156 INFO kablam! Oct 21 18:10:51.272 INFO kablam! warning: unused variable: `params` Oct 21 18:10:51.272 INFO kablam! --> src/core.rs:173:19 Oct 21 18:10:51.272 INFO kablam! | Oct 21 18:10:51.272 INFO kablam! 173 | fn ask(&self, params: Vec) -> Result { Oct 21 18:10:51.273 INFO kablam! | ^^^^^^ help: consider using `_params` instead Oct 21 18:10:51.273 INFO kablam! | Oct 21 18:10:51.273 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:10:51.273 INFO kablam! Oct 21 18:10:51.302 INFO kablam! warning: variable does not need to be mutable Oct 21 18:10:51.303 INFO kablam! --> src/turbin.rs:26:38 Oct 21 18:10:51.303 INFO kablam! | Oct 21 18:10:51.303 INFO kablam! 26 | fn receive(&self, message: &str, mut params: Vec) -> String { Oct 21 18:10:51.303 INFO kablam! | ----^^^^^^ Oct 21 18:10:51.308 INFO kablam! | | Oct 21 18:10:51.308 INFO kablam! | help: remove this `mut` Oct 21 18:10:51.309 INFO kablam! | Oct 21 18:10:51.309 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 18:10:51.309 INFO kablam! Oct 21 18:10:51.359 INFO kablam! warning: method is never used: `name` Oct 21 18:10:51.359 INFO kablam! --> src/core.rs:9:5 Oct 21 18:10:51.359 INFO kablam! | Oct 21 18:10:51.360 INFO kablam! 9 | pub fn name(&self) -> String { Oct 21 18:10:51.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:10:51.396 INFO kablam! | Oct 21 18:10:51.396 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:10:51.396 INFO kablam! Oct 21 18:10:51.396 INFO kablam! warning: method is never used: `load` Oct 21 18:10:51.396 INFO kablam! --> src/core.rs:12:5 Oct 21 18:10:51.396 INFO kablam! | Oct 21 18:10:51.396 INFO kablam! 12 | pub fn load(&self) -> bool { Oct 21 18:10:51.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:10:51.396 INFO kablam! Oct 21 18:10:51.396 INFO kablam! warning: method is never used: `load_plugin` Oct 21 18:10:51.396 INFO kablam! --> src/main.rs:52:5 Oct 21 18:10:51.396 INFO kablam! | Oct 21 18:10:51.396 INFO kablam! 52 | fn load_plugin(&mut self, plugin: &'a Plugin) -> bool { Oct 21 18:10:51.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:10:51.396 INFO kablam! warning: unused variable: `params` Oct 21 18:10:51.396 INFO kablam! --> src/core.rs:173:19 Oct 21 18:10:51.396 INFO kablam! | Oct 21 18:10:51.396 INFO kablam! 173 | fn ask(&self, params: Vec) -> Result { Oct 21 18:10:51.396 INFO kablam! | ^^^^^^ help: consider using `_params` instead Oct 21 18:10:51.396 INFO kablam! | Oct 21 18:10:51.396 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:10:51.396 INFO kablam! Oct 21 18:10:51.396 INFO kablam! Oct 21 18:10:51.396 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:10:51.396 INFO kablam! --> src/core.rs:175:9 Oct 21 18:10:51.396 INFO kablam! | Oct 21 18:10:51.397 INFO kablam! 175 | io::stdout().flush(); Oct 21 18:10:51.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:10:51.397 INFO kablam! | Oct 21 18:10:51.397 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:10:51.397 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:10:51.397 INFO kablam! Oct 21 18:10:51.397 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:10:51.397 INFO kablam! --> src/core.rs:191:9 Oct 21 18:10:51.397 INFO kablam! | Oct 21 18:10:51.397 INFO kablam! 191 | io::stdout().flush(); Oct 21 18:10:51.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:10:51.397 INFO kablam! | Oct 21 18:10:51.397 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:10:51.397 INFO kablam! Oct 21 18:10:51.397 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:10:51.397 INFO kablam! --> src/core.rs:200:9 Oct 21 18:10:51.397 INFO kablam! | Oct 21 18:10:51.397 INFO kablam! 200 | io::stdout().flush(); Oct 21 18:10:51.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:10:51.397 INFO kablam! | Oct 21 18:10:51.397 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:10:51.397 INFO kablam! Oct 21 18:10:51.412 INFO kablam! warning: variable does not need to be mutable Oct 21 18:10:51.412 INFO kablam! --> src/turbin.rs:26:38 Oct 21 18:10:51.412 INFO kablam! | Oct 21 18:10:51.412 INFO kablam! 26 | fn receive(&self, message: &str, mut params: Vec) -> String { Oct 21 18:10:51.412 INFO kablam! | ----^^^^^^ Oct 21 18:10:51.412 INFO kablam! | | Oct 21 18:10:51.412 INFO kablam! | help: remove this `mut` Oct 21 18:10:51.412 INFO kablam! | Oct 21 18:10:51.412 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 18:10:51.412 INFO kablam! Oct 21 18:10:51.488 INFO kablam! warning: method is never used: `name` Oct 21 18:10:51.489 INFO kablam! --> src/core.rs:9:5 Oct 21 18:10:51.491 INFO kablam! | Oct 21 18:10:51.491 INFO kablam! 9 | pub fn name(&self) -> String { Oct 21 18:10:51.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:10:51.491 INFO kablam! | Oct 21 18:10:51.491 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:10:51.491 INFO kablam! Oct 21 18:10:51.491 INFO kablam! warning: method is never used: `load` Oct 21 18:10:51.491 INFO kablam! --> src/core.rs:12:5 Oct 21 18:10:51.491 INFO kablam! | Oct 21 18:10:51.491 INFO kablam! 12 | pub fn load(&self) -> bool { Oct 21 18:10:51.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:10:51.491 INFO kablam! Oct 21 18:10:51.491 INFO kablam! warning: method is never used: `load_plugin` Oct 21 18:10:51.491 INFO kablam! --> src/main.rs:52:5 Oct 21 18:10:51.491 INFO kablam! | Oct 21 18:10:51.491 INFO kablam! 52 | fn load_plugin(&mut self, plugin: &'a Plugin) -> bool { Oct 21 18:10:51.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:10:51.491 INFO kablam! Oct 21 18:10:51.491 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:10:51.491 INFO kablam! --> src/core.rs:175:9 Oct 21 18:10:51.491 INFO kablam! | Oct 21 18:10:51.491 INFO kablam! 175 | io::stdout().flush(); Oct 21 18:10:51.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:10:51.492 INFO kablam! | Oct 21 18:10:51.492 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:10:51.492 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:10:51.492 INFO kablam! Oct 21 18:10:51.492 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:10:51.492 INFO kablam! --> src/core.rs:191:9 Oct 21 18:10:51.492 INFO kablam! | Oct 21 18:10:51.492 INFO kablam! 191 | io::stdout().flush(); Oct 21 18:10:51.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:10:51.492 INFO kablam! | Oct 21 18:10:51.492 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:10:51.492 INFO kablam! Oct 21 18:10:51.492 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:10:51.492 INFO kablam! --> src/core.rs:200:9 Oct 21 18:10:51.492 INFO kablam! | Oct 21 18:10:51.492 INFO kablam! 200 | io::stdout().flush(); Oct 21 18:10:51.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:10:51.492 INFO kablam! | Oct 21 18:10:51.492 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:10:51.492 INFO kablam! Oct 21 18:10:51.536 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.16s Oct 21 18:10:51.540 INFO kablam! su: No module specific data is present Oct 21 18:10:52.620 INFO running `"docker" "rm" "-f" "6546ac1c5381fb28c936e7c929c5606d54f3879046a4f3b4181b33f3be9ef2ee"` Oct 21 18:10:53.000 INFO blam! 6546ac1c5381fb28c936e7c929c5606d54f3879046a4f3b4181b33f3be9ef2ee