Oct 14 21:52:30.251 INFO testing eiko/turtle_shell against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 21:52:30.253 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:31.004 INFO blam! 49a155d82d0732b7e3db8b5afd96277609527a4ecfb5860b548d3fd9be759331 Oct 14 21:52:31.007 INFO running `"docker" "start" "-a" "49a155d82d0732b7e3db8b5afd96277609527a4ecfb5860b548d3fd9be759331"` Oct 14 21:52:33.586 INFO kablam! usermod: no changes Oct 14 21:52:33.819 INFO kablam! Compiling cairo-rs v0.1.2 Oct 14 21:52:33.823 INFO kablam! Compiling gio v0.1.2 Oct 14 21:52:33.824 INFO kablam! Compiling gdk-pixbuf v0.1.2 Oct 14 21:52:33.839 INFO kablam! Compiling gdk v0.5.2 Oct 14 21:52:33.839 INFO kablam! Compiling gtk v0.1.2 Oct 14 21:52:33.839 INFO kablam! Compiling gio-sys v0.3.3 Oct 14 21:52:33.855 INFO kablam! Compiling gdk-pixbuf-sys v0.3.3 Oct 14 21:52:33.855 INFO kablam! Compiling pango-sys v0.3.3 Oct 14 21:52:37.062 INFO kablam! Compiling cairo-sys-rs v0.3.3 Oct 14 21:52:37.074 INFO kablam! Compiling gdk-sys v0.3.3 Oct 14 21:52:37.076 INFO kablam! Compiling gtk-sys v0.3.3 Oct 14 21:52:41.865 INFO kablam! Compiling pango v0.1.2 Oct 14 21:53:24.665 INFO kablam! Compiling turtle_shell v0.1.0 (/source) Oct 14 21:53:25.087 INFO kablam! warning: unused import: `std::path::Path` Oct 14 21:53:25.087 INFO kablam! --> src/main.rs:3:5 Oct 14 21:53:25.087 INFO kablam! | Oct 14 21:53:25.087 INFO kablam! 3 | use std::path::Path; Oct 14 21:53:25.087 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 21:53:25.087 INFO kablam! | Oct 14 21:53:25.087 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:53:25.087 INFO kablam! Oct 14 21:53:25.087 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 14 21:53:25.087 INFO kablam! --> src/core.rs:2:5 Oct 14 21:53:25.087 INFO kablam! | Oct 14 21:53:25.087 INFO kablam! 2 | use std::collections::HashMap; Oct 14 21:53:25.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:25.087 INFO kablam! Oct 14 21:53:25.210 INFO kablam! warning: unused variable: `params` Oct 14 21:53:25.211 INFO kablam! --> src/core.rs:173:19 Oct 14 21:53:25.211 INFO kablam! | Oct 14 21:53:25.211 INFO kablam! 173 | fn ask(&self, params: Vec) -> Result { Oct 14 21:53:25.211 INFO kablam! | ^^^^^^ help: consider using `_params` instead Oct 14 21:53:25.211 INFO kablam! | Oct 14 21:53:25.211 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:53:25.211 INFO kablam! Oct 14 21:53:25.223 INFO kablam! warning: variable does not need to be mutable Oct 14 21:53:25.223 INFO kablam! --> src/turbin.rs:26:38 Oct 14 21:53:25.223 INFO kablam! | Oct 14 21:53:25.223 INFO kablam! 26 | fn receive(&self, message: &str, mut params: Vec) -> String { Oct 14 21:53:25.223 INFO kablam! | ----^^^^^^ Oct 14 21:53:25.223 INFO kablam! | | Oct 14 21:53:25.223 INFO kablam! | help: remove this `mut` Oct 14 21:53:25.223 INFO kablam! | Oct 14 21:53:25.223 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 21:53:25.223 INFO kablam! Oct 14 21:53:25.239 INFO kablam! warning: method is never used: `name` Oct 14 21:53:25.239 INFO kablam! --> src/core.rs:9:5 Oct 14 21:53:25.239 INFO kablam! | Oct 14 21:53:25.239 INFO kablam! 9 | pub fn name(&self) -> String { Oct 14 21:53:25.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:25.239 INFO kablam! | Oct 14 21:53:25.239 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:53:25.239 INFO kablam! Oct 14 21:53:25.239 INFO kablam! warning: method is never used: `load` Oct 14 21:53:25.239 INFO kablam! --> src/core.rs:12:5 Oct 14 21:53:25.239 INFO kablam! | Oct 14 21:53:25.239 INFO kablam! 12 | pub fn load(&self) -> bool { Oct 14 21:53:25.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:25.239 INFO kablam! Oct 14 21:53:25.247 INFO kablam! warning: method is never used: `load_plugin` Oct 14 21:53:25.247 INFO kablam! --> src/main.rs:52:5 Oct 14 21:53:25.247 INFO kablam! | Oct 14 21:53:25.247 INFO kablam! 52 | fn load_plugin(&mut self, plugin: &'a Plugin) -> bool { Oct 14 21:53:25.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:25.247 INFO kablam! Oct 14 21:53:25.247 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 21:53:25.247 INFO kablam! --> src/core.rs:175:9 Oct 14 21:53:25.247 INFO kablam! | Oct 14 21:53:25.247 INFO kablam! 175 | io::stdout().flush(); Oct 14 21:53:25.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:25.247 INFO kablam! | Oct 14 21:53:25.247 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 21:53:25.247 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 21:53:25.247 INFO kablam! Oct 14 21:53:25.247 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 21:53:25.247 INFO kablam! --> src/core.rs:191:9 Oct 14 21:53:25.247 INFO kablam! | Oct 14 21:53:25.247 INFO kablam! 191 | io::stdout().flush(); Oct 14 21:53:25.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:25.247 INFO kablam! | Oct 14 21:53:25.247 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 21:53:25.247 INFO kablam! Oct 14 21:53:25.247 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 21:53:25.247 INFO kablam! --> src/core.rs:200:9 Oct 14 21:53:25.247 INFO kablam! | Oct 14 21:53:25.247 INFO kablam! 200 | io::stdout().flush(); Oct 14 21:53:25.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:25.247 INFO kablam! | Oct 14 21:53:25.247 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 21:53:25.247 INFO kablam! Oct 14 21:53:26.875 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 53.25s Oct 14 21:53:26.880 INFO kablam! su: No module specific data is present Oct 14 21:53:27.251 INFO running `"docker" "rm" "-f" "49a155d82d0732b7e3db8b5afd96277609527a4ecfb5860b548d3fd9be759331"` Oct 14 21:53:27.466 INFO blam! 49a155d82d0732b7e3db8b5afd96277609527a4ecfb5860b548d3fd9be759331 Oct 14 21:53:27.474 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:27.797 INFO blam! 6bc9f8abbdd5fbcb434bf635b69d6efb87f2c3983ea6b02ca9edb83e074092ca Oct 14 21:53:27.807 INFO running `"docker" "start" "-a" "6bc9f8abbdd5fbcb434bf635b69d6efb87f2c3983ea6b02ca9edb83e074092ca"` Oct 14 21:53:28.833 INFO kablam! usermod: no changes Oct 14 21:53:28.943 INFO kablam! Compiling turtle_shell v0.1.0 (/source) Oct 14 21:53:29.265 INFO kablam! warning: unused import: `std::path::Path` Oct 14 21:53:29.265 INFO kablam! --> src/main.rs:3:5 Oct 14 21:53:29.265 INFO kablam! | Oct 14 21:53:29.265 INFO kablam! 3 | use std::path::Path; Oct 14 21:53:29.265 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 21:53:29.265 INFO kablam! | Oct 14 21:53:29.266 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:53:29.266 INFO kablam! Oct 14 21:53:29.266 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 14 21:53:29.266 INFO kablam! --> src/core.rs:2:5 Oct 14 21:53:29.266 INFO kablam! | Oct 14 21:53:29.266 INFO kablam! 2 | use std::collections::HashMap; Oct 14 21:53:29.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:29.266 INFO kablam! Oct 14 21:53:29.376 INFO kablam! warning: unused variable: `params` Oct 14 21:53:29.376 INFO kablam! --> src/core.rs:173:19 Oct 14 21:53:29.376 INFO kablam! | Oct 14 21:53:29.376 INFO kablam! 173 | fn ask(&self, params: Vec) -> Result { Oct 14 21:53:29.376 INFO kablam! | ^^^^^^ help: consider using `_params` instead Oct 14 21:53:29.376 INFO kablam! | Oct 14 21:53:29.376 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:53:29.376 INFO kablam! Oct 14 21:53:29.395 INFO kablam! warning: variable does not need to be mutable Oct 14 21:53:29.396 INFO kablam! --> src/turbin.rs:26:38 Oct 14 21:53:29.396 INFO kablam! | Oct 14 21:53:29.397 INFO kablam! 26 | fn receive(&self, message: &str, mut params: Vec) -> String { Oct 14 21:53:29.397 INFO kablam! | ----^^^^^^ Oct 14 21:53:29.398 INFO kablam! | | Oct 14 21:53:29.400 INFO kablam! | help: remove this `mut` Oct 14 21:53:29.401 INFO kablam! | Oct 14 21:53:29.401 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 21:53:29.403 INFO kablam! Oct 14 21:53:29.419 INFO kablam! warning: method is never used: `name` Oct 14 21:53:29.419 INFO kablam! --> src/core.rs:9:5 Oct 14 21:53:29.420 INFO kablam! | Oct 14 21:53:29.420 INFO kablam! 9 | pub fn name(&self) -> String { Oct 14 21:53:29.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:29.420 INFO kablam! | Oct 14 21:53:29.421 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:53:29.421 INFO kablam! Oct 14 21:53:29.421 INFO kablam! warning: method is never used: `load` Oct 14 21:53:29.422 INFO kablam! --> src/core.rs:12:5 Oct 14 21:53:29.422 INFO kablam! | Oct 14 21:53:29.422 INFO kablam! 12 | pub fn load(&self) -> bool { Oct 14 21:53:29.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:29.423 INFO kablam! Oct 14 21:53:29.423 INFO kablam! warning: method is never used: `load_plugin` Oct 14 21:53:29.423 INFO kablam! --> src/main.rs:52:5 Oct 14 21:53:29.424 INFO kablam! | Oct 14 21:53:29.424 INFO kablam! 52 | fn load_plugin(&mut self, plugin: &'a Plugin) -> bool { Oct 14 21:53:29.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:29.425 INFO kablam! Oct 14 21:53:29.425 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 21:53:29.425 INFO kablam! --> src/core.rs:175:9 Oct 14 21:53:29.426 INFO kablam! | Oct 14 21:53:29.426 INFO kablam! 175 | io::stdout().flush(); Oct 14 21:53:29.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:29.426 INFO kablam! | Oct 14 21:53:29.427 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 21:53:29.427 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 21:53:29.427 INFO kablam! Oct 14 21:53:29.428 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 21:53:29.428 INFO kablam! --> src/core.rs:191:9 Oct 14 21:53:29.428 INFO kablam! | Oct 14 21:53:29.429 INFO kablam! 191 | io::stdout().flush(); Oct 14 21:53:29.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:29.429 INFO kablam! | Oct 14 21:53:29.429 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 21:53:29.430 INFO kablam! Oct 14 21:53:29.430 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 21:53:29.430 INFO kablam! --> src/core.rs:200:9 Oct 14 21:53:29.431 INFO kablam! | Oct 14 21:53:29.431 INFO kablam! 200 | io::stdout().flush(); Oct 14 21:53:29.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:53:29.431 INFO kablam! | Oct 14 21:53:29.432 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 21:53:29.432 INFO kablam! Oct 14 21:53:29.822 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.95s Oct 14 21:53:29.827 INFO kablam! su: No module specific data is present Oct 14 21:53:30.324 INFO running `"docker" "rm" "-f" "6bc9f8abbdd5fbcb434bf635b69d6efb87f2c3983ea6b02ca9edb83e074092ca"` Oct 14 21:53:30.539 INFO blam! 6bc9f8abbdd5fbcb434bf635b69d6efb87f2c3983ea6b02ca9edb83e074092ca Oct 14 21:53:30.553 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:30.939 INFO blam! b940ec0569421afddf1e0cb85da9a225a6cc9e69dec58eceac979e10ad983ae9 Oct 14 21:53:30.941 INFO running `"docker" "start" "-a" "b940ec0569421afddf1e0cb85da9a225a6cc9e69dec58eceac979e10ad983ae9"` Oct 14 21:53:31.917 INFO kablam! usermod: no changes Oct 14 21:53:32.017 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 14 21:53:32.025 INFO blam! Oct 14 21:53:32.025 INFO kablam! Running /target/debug/deps/turtle_shell-1a648e6d9174472d Oct 14 21:53:32.025 INFO blam! running 0 tests Oct 14 21:53:32.025 INFO kablam! su: No module specific data is present Oct 14 21:53:32.025 INFO blam! Oct 14 21:53:32.025 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:53:32.025 INFO blam! Oct 14 21:53:32.689 INFO running `"docker" "rm" "-f" "b940ec0569421afddf1e0cb85da9a225a6cc9e69dec58eceac979e10ad983ae9"` Oct 14 21:53:33.008 INFO blam! b940ec0569421afddf1e0cb85da9a225a6cc9e69dec58eceac979e10ad983ae9