Oct 14 21:52:43.242 INFO testing eiko/turtle_shell against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 21:52:43.244 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 21:52:43.746 INFO blam! 05755a573a81bd2d4cc16968f2447f8b42756f71247a99bd66641f9c14ba7d55 Oct 14 21:52:43.748 INFO running `"docker" "start" "-a" "05755a573a81bd2d4cc16968f2447f8b42756f71247a99bd66641f9c14ba7d55"` Oct 14 21:52:45.506 INFO kablam! usermod: no changes Oct 14 21:52:45.700 INFO kablam! Compiling gdk-pixbuf v0.1.2 Oct 14 21:52:45.700 INFO kablam! Compiling cairo-rs v0.1.2 Oct 14 21:52:45.707 INFO kablam! Compiling gio v0.1.2 Oct 14 21:52:45.739 INFO kablam! Compiling gdk v0.5.2 Oct 14 21:52:45.747 INFO kablam! Compiling gtk v0.1.2 Oct 14 21:52:45.747 INFO kablam! Compiling gio-sys v0.3.3 Oct 14 21:52:45.747 INFO kablam! Compiling pango-sys v0.3.3 Oct 14 21:52:45.747 INFO kablam! Compiling gdk-pixbuf-sys v0.3.3 Oct 14 21:52:49.749 INFO kablam! Compiling cairo-sys-rs v0.3.3 Oct 14 21:52:49.923 INFO kablam! Compiling gdk-sys v0.3.3 Oct 14 21:52:49.996 INFO kablam! Compiling gtk-sys v0.3.3 Oct 14 21:52:55.232 INFO kablam! Compiling pango v0.1.2 Oct 14 21:53:33.928 INFO kablam! Compiling turtle_shell v0.1.0 (/source) Oct 14 21:53:34.159 INFO kablam! warning: unused import: `std::path::Path` Oct 14 21:53:34.159 INFO kablam! --> src/main.rs:3:5 Oct 14 21:53:34.159 INFO kablam! | Oct 14 21:53:34.159 INFO kablam! 3 | use std::path::Path; Oct 14 21:53:34.159 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 21:53:34.162 INFO kablam! | Oct 14 21:53:34.162 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:53:34.162 INFO kablam! Oct 14 21:53:34.162 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 14 21:53:34.162 INFO kablam! --> src/core.rs:2:5 Oct 14 21:53:34.162 INFO kablam! | Oct 14 21:53:34.162 INFO kablam! 2 | use std::collections::HashMap; Oct 14 21:53:34.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:34.162 INFO kablam! Oct 14 21:53:34.291 INFO kablam! warning: unused variable: `params` Oct 14 21:53:34.291 INFO kablam! --> src/core.rs:173:19 Oct 14 21:53:34.291 INFO kablam! | Oct 14 21:53:34.292 INFO kablam! 173 | fn ask(&self, params: Vec) -> Result { Oct 14 21:53:34.292 INFO kablam! | ^^^^^^ help: consider using `_params` instead Oct 14 21:53:34.293 INFO kablam! | Oct 14 21:53:34.293 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:53:34.293 INFO kablam! Oct 14 21:53:34.299 INFO kablam! warning: variable does not need to be mutable Oct 14 21:53:34.299 INFO kablam! --> src/turbin.rs:26:38 Oct 14 21:53:34.299 INFO kablam! | Oct 14 21:53:34.299 INFO kablam! 26 | fn receive(&self, message: &str, mut params: Vec) -> String { Oct 14 21:53:34.299 INFO kablam! | ----^^^^^^ Oct 14 21:53:34.299 INFO kablam! | | Oct 14 21:53:34.299 INFO kablam! | help: remove this `mut` Oct 14 21:53:34.299 INFO kablam! | Oct 14 21:53:34.299 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 21:53:34.299 INFO kablam! Oct 14 21:53:34.315 INFO kablam! warning: method is never used: `name` Oct 14 21:53:34.316 INFO kablam! --> src/core.rs:9:5 Oct 14 21:53:34.316 INFO kablam! | Oct 14 21:53:34.317 INFO kablam! 9 | pub fn name(&self) -> String { Oct 14 21:53:34.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:34.317 INFO kablam! | Oct 14 21:53:34.319 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:53:34.321 INFO kablam! Oct 14 21:53:34.321 INFO kablam! warning: method is never used: `load` Oct 14 21:53:34.321 INFO kablam! --> src/core.rs:12:5 Oct 14 21:53:34.321 INFO kablam! | Oct 14 21:53:34.322 INFO kablam! 12 | pub fn load(&self) -> bool { Oct 14 21:53:34.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:34.322 INFO kablam! Oct 14 21:53:34.327 INFO kablam! warning: method is never used: `load_plugin` Oct 14 21:53:34.327 INFO kablam! --> src/main.rs:52:5 Oct 14 21:53:34.327 INFO kablam! | Oct 14 21:53:34.327 INFO kablam! 52 | fn load_plugin(&mut self, plugin: &'a Plugin) -> bool { Oct 14 21:53:34.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:34.328 INFO kablam! Oct 14 21:53:34.328 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 21:53:34.328 INFO kablam! --> src/core.rs:175:9 Oct 14 21:53:34.329 INFO kablam! | Oct 14 21:53:34.329 INFO kablam! 175 | io::stdout().flush(); Oct 14 21:53:34.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:34.329 INFO kablam! | Oct 14 21:53:34.330 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 21:53:34.330 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 21:53:34.330 INFO kablam! Oct 14 21:53:34.331 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 21:53:34.331 INFO kablam! --> src/core.rs:191:9 Oct 14 21:53:34.331 INFO kablam! | Oct 14 21:53:34.331 INFO kablam! 191 | io::stdout().flush(); Oct 14 21:53:34.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:34.332 INFO kablam! | Oct 14 21:53:34.332 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 21:53:34.332 INFO kablam! Oct 14 21:53:34.333 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 21:53:34.333 INFO kablam! --> src/core.rs:200:9 Oct 14 21:53:34.333 INFO kablam! | Oct 14 21:53:34.334 INFO kablam! 200 | io::stdout().flush(); Oct 14 21:53:34.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:34.334 INFO kablam! | Oct 14 21:53:34.334 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 21:53:34.335 INFO kablam! Oct 14 21:53:35.687 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 50.14s Oct 14 21:53:35.687 INFO kablam! su: No module specific data is present Oct 14 21:53:36.482 INFO running `"docker" "rm" "-f" "05755a573a81bd2d4cc16968f2447f8b42756f71247a99bd66641f9c14ba7d55"` Oct 14 21:53:36.807 INFO blam! 05755a573a81bd2d4cc16968f2447f8b42756f71247a99bd66641f9c14ba7d55 Oct 14 21:53:36.815 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 21:53:37.195 INFO blam! 1342ed8e617e8f1c5ac423c2f963f4655fce6899598d2e513c45f4c9c1a24084 Oct 14 21:53:37.196 INFO running `"docker" "start" "-a" "1342ed8e617e8f1c5ac423c2f963f4655fce6899598d2e513c45f4c9c1a24084"` Oct 14 21:53:38.551 INFO kablam! usermod: no changes Oct 14 21:53:38.715 INFO kablam! Compiling turtle_shell v0.1.0 (/source) Oct 14 21:53:39.135 INFO kablam! warning: unused import: `std::path::Path` Oct 14 21:53:39.135 INFO kablam! --> src/main.rs:3:5 Oct 14 21:53:39.135 INFO kablam! | Oct 14 21:53:39.135 INFO kablam! 3 | use std::path::Path; Oct 14 21:53:39.135 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 21:53:39.135 INFO kablam! | Oct 14 21:53:39.135 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:53:39.135 INFO kablam! Oct 14 21:53:39.135 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 14 21:53:39.135 INFO kablam! --> src/core.rs:2:5 Oct 14 21:53:39.135 INFO kablam! | Oct 14 21:53:39.135 INFO kablam! 2 | use std::collections::HashMap; Oct 14 21:53:39.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:39.135 INFO kablam! Oct 14 21:53:39.279 INFO kablam! warning: unused variable: `params` Oct 14 21:53:39.279 INFO kablam! --> src/core.rs:173:19 Oct 14 21:53:39.279 INFO kablam! | Oct 14 21:53:39.279 INFO kablam! 173 | fn ask(&self, params: Vec) -> Result { Oct 14 21:53:39.279 INFO kablam! | ^^^^^^ help: consider using `_params` instead Oct 14 21:53:39.279 INFO kablam! | Oct 14 21:53:39.279 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:53:39.279 INFO kablam! Oct 14 21:53:39.293 INFO kablam! warning: variable does not need to be mutable Oct 14 21:53:39.293 INFO kablam! --> src/turbin.rs:26:38 Oct 14 21:53:39.293 INFO kablam! | Oct 14 21:53:39.293 INFO kablam! 26 | fn receive(&self, message: &str, mut params: Vec) -> String { Oct 14 21:53:39.293 INFO kablam! | ----^^^^^^ Oct 14 21:53:39.293 INFO kablam! | | Oct 14 21:53:39.293 INFO kablam! | help: remove this `mut` Oct 14 21:53:39.293 INFO kablam! | Oct 14 21:53:39.293 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 21:53:39.293 INFO kablam! Oct 14 21:53:39.315 INFO kablam! warning: method is never used: `name` Oct 14 21:53:39.315 INFO kablam! --> src/core.rs:9:5 Oct 14 21:53:39.315 INFO kablam! | Oct 14 21:53:39.315 INFO kablam! 9 | pub fn name(&self) -> String { Oct 14 21:53:39.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:39.315 INFO kablam! | Oct 14 21:53:39.315 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:53:39.315 INFO kablam! Oct 14 21:53:39.315 INFO kablam! warning: method is never used: `load` Oct 14 21:53:39.315 INFO kablam! --> src/core.rs:12:5 Oct 14 21:53:39.315 INFO kablam! | Oct 14 21:53:39.315 INFO kablam! 12 | pub fn load(&self) -> bool { Oct 14 21:53:39.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:39.315 INFO kablam! Oct 14 21:53:39.316 INFO kablam! warning: method is never used: `load_plugin` Oct 14 21:53:39.316 INFO kablam! --> src/main.rs:52:5 Oct 14 21:53:39.316 INFO kablam! | Oct 14 21:53:39.316 INFO kablam! 52 | fn load_plugin(&mut self, plugin: &'a Plugin) -> bool { Oct 14 21:53:39.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:39.316 INFO kablam! Oct 14 21:53:39.320 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 21:53:39.320 INFO kablam! --> src/core.rs:175:9 Oct 14 21:53:39.320 INFO kablam! | Oct 14 21:53:39.320 INFO kablam! 175 | io::stdout().flush(); Oct 14 21:53:39.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:39.320 INFO kablam! | Oct 14 21:53:39.320 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 21:53:39.320 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 21:53:39.320 INFO kablam! Oct 14 21:53:39.320 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 21:53:39.320 INFO kablam! --> src/core.rs:191:9 Oct 14 21:53:39.320 INFO kablam! | Oct 14 21:53:39.320 INFO kablam! 191 | io::stdout().flush(); Oct 14 21:53:39.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:39.320 INFO kablam! | Oct 14 21:53:39.320 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 21:53:39.320 INFO kablam! Oct 14 21:53:39.320 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 21:53:39.320 INFO kablam! --> src/core.rs:200:9 Oct 14 21:53:39.320 INFO kablam! | Oct 14 21:53:39.320 INFO kablam! 200 | io::stdout().flush(); Oct 14 21:53:39.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:39.320 INFO kablam! | Oct 14 21:53:39.320 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 21:53:39.320 INFO kablam! Oct 14 21:53:40.019 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.44s Oct 14 21:53:40.019 INFO kablam! su: No module specific data is present Oct 14 21:53:40.735 INFO running `"docker" "rm" "-f" "1342ed8e617e8f1c5ac423c2f963f4655fce6899598d2e513c45f4c9c1a24084"` Oct 14 21:53:41.219 INFO blam! 1342ed8e617e8f1c5ac423c2f963f4655fce6899598d2e513c45f4c9c1a24084 Oct 14 21:53:41.235 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 21:53:41.710 INFO blam! 8eff07c0b34426df186402d28734dac33037a65d9c13f63f4f7c6897182ef0a1 Oct 14 21:53:41.719 INFO running `"docker" "start" "-a" "8eff07c0b34426df186402d28734dac33037a65d9c13f63f4f7c6897182ef0a1"` Oct 14 21:53:43.505 INFO kablam! usermod: no changes Oct 14 21:53:43.678 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 14 21:53:43.684 INFO kablam! Running /target/debug/deps/turtle_shell-460eb0980a45b132 Oct 14 21:53:43.693 INFO blam! Oct 14 21:53:43.693 INFO blam! running 0 tests Oct 14 21:53:43.694 INFO blam! Oct 14 21:53:43.694 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:53:43.694 INFO blam! Oct 14 21:53:43.695 INFO kablam! su: No module specific data is present Oct 14 21:53:45.153 INFO running `"docker" "rm" "-f" "8eff07c0b34426df186402d28734dac33037a65d9c13f63f4f7c6897182ef0a1"` Oct 14 21:53:45.507 INFO blam! 8eff07c0b34426df186402d28734dac33037a65d9c13f63f4f7c6897182ef0a1