Oct 15 06:55:30.375 INFO testing Schlechtwetterfront/snippeteer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:55:30.375 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 06:55:30.683 INFO blam! 3bf547da647a2b323df09de831b29eaad382989b8c5f0163bb2c53237a291652 Oct 15 06:55:30.687 INFO running `"docker" "start" "-a" "3bf547da647a2b323df09de831b29eaad382989b8c5f0163bb2c53237a291652"` Oct 15 06:55:31.443 INFO kablam! usermod: no changes Oct 15 06:55:31.579 INFO kablam! Compiling gio v0.1.2 Oct 15 06:55:31.579 INFO kablam! Compiling gdk-pixbuf v0.1.2 Oct 15 06:55:31.589 INFO kablam! Compiling cairo-rs v0.1.2 Oct 15 06:55:31.595 INFO kablam! Compiling gdk v0.5.2 Oct 15 06:55:31.595 INFO kablam! Compiling c_vec v1.2.0 Oct 15 06:55:31.595 INFO kablam! Compiling gtk v0.1.2 Oct 15 06:55:31.595 INFO kablam! Compiling glib-sys v0.3.3 Oct 15 06:55:31.595 INFO kablam! Compiling gobject-sys v0.3.3 Oct 15 06:55:32.973 INFO kablam! Compiling gio-sys v0.3.3 Oct 15 06:55:33.995 INFO kablam! Compiling pango-sys v0.3.3 Oct 15 06:55:34.091 INFO kablam! Compiling cairo-sys-rs v0.3.3 Oct 15 06:55:34.091 INFO kablam! Compiling gdk-pixbuf-sys v0.3.3 Oct 15 06:55:34.351 INFO kablam! Compiling atk-sys v0.3.3 Oct 15 06:55:34.581 INFO kablam! Compiling gdk-sys v0.3.3 Oct 15 06:55:35.467 INFO kablam! Compiling gtk-sys v0.3.3 Oct 15 06:55:36.010 INFO kablam! Compiling chrono v0.3.0 Oct 15 06:55:40.891 INFO kablam! Compiling glib v0.1.2 Oct 15 06:55:45.608 INFO kablam! Compiling pango v0.1.2 Oct 15 06:56:31.839 INFO kablam! Compiling snippeteer v0.1.0 (/source) Oct 15 06:56:33.227 INFO kablam! warning: method is never used: `new` Oct 15 06:56:33.227 INFO kablam! --> src/clipman/clip.rs:13:5 Oct 15 06:56:33.227 INFO kablam! | Oct 15 06:56:33.227 INFO kablam! 13 | pub fn new() -> Self { Oct 15 06:56:33.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 06:56:33.227 INFO kablam! | Oct 15 06:56:33.227 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:56:33.227 INFO kablam! Oct 15 06:56:33.227 INFO kablam! warning: method is never used: `set_content` Oct 15 06:56:33.227 INFO kablam! --> src/clipman/clip.rs:23:5 Oct 15 06:56:33.227 INFO kablam! | Oct 15 06:56:33.227 INFO kablam! 23 | pub fn set_content(&mut self, content: String) { Oct 15 06:56:33.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:56:33.227 INFO kablam! Oct 15 06:56:33.227 INFO kablam! warning: method is never used: `set_title` Oct 15 06:56:33.227 INFO kablam! --> src/clipman/clip.rs:28:5 Oct 15 06:56:33.227 INFO kablam! | Oct 15 06:56:33.227 INFO kablam! 28 | pub fn set_title(&mut self, title: String) { Oct 15 06:56:33.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:56:33.227 INFO kablam! Oct 15 06:56:33.227 INFO kablam! warning: method is never used: `title` Oct 15 06:56:33.227 INFO kablam! --> src/clipman/clip.rs:38:5 Oct 15 06:56:33.227 INFO kablam! | Oct 15 06:56:33.227 INFO kablam! 38 | pub fn title(&self) -> String { Oct 15 06:56:33.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:56:33.227 INFO kablam! Oct 15 06:56:33.227 INFO kablam! warning: method is never used: `modified` Oct 15 06:56:33.227 INFO kablam! --> src/clipman/clip.rs:54:5 Oct 15 06:56:33.227 INFO kablam! | Oct 15 06:56:33.227 INFO kablam! 54 | pub fn modified(&self) -> DateTime { Oct 15 06:56:33.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:56:33.227 INFO kablam! Oct 15 06:56:33.227 INFO kablam! warning: function is never used: `add_column` Oct 15 06:56:33.227 INFO kablam! --> src/gui/mod.rs:8:1 Oct 15 06:56:33.227 INFO kablam! | Oct 15 06:56:33.227 INFO kablam! 8 | fn add_column(tree: &TreeView, id: i32, title: &str) { Oct 15 06:56:33.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:56:33.227 INFO kablam! Oct 15 06:56:35.236 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 03s Oct 15 06:56:35.236 INFO kablam! su: No module specific data is present Oct 15 06:56:35.863 INFO running `"docker" "rm" "-f" "3bf547da647a2b323df09de831b29eaad382989b8c5f0163bb2c53237a291652"` Oct 15 06:56:36.126 INFO blam! 3bf547da647a2b323df09de831b29eaad382989b8c5f0163bb2c53237a291652 Oct 15 06:56:36.135 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 06:56:36.570 INFO blam! ebab604f85039a16c38cd6be4e68cf6502504a0f2e35532e475d837671bafb16 Oct 15 06:56:36.575 INFO running `"docker" "start" "-a" "ebab604f85039a16c38cd6be4e68cf6502504a0f2e35532e475d837671bafb16"` Oct 15 06:56:37.672 INFO kablam! usermod: no changes Oct 15 06:56:37.802 INFO kablam! Compiling snippeteer v0.1.0 (/source) Oct 15 06:56:39.271 INFO kablam! warning: method is never used: `new` Oct 15 06:56:39.271 INFO kablam! --> src/clipman/clip.rs:13:5 Oct 15 06:56:39.271 INFO kablam! | Oct 15 06:56:39.271 INFO kablam! 13 | pub fn new() -> Self { Oct 15 06:56:39.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 06:56:39.271 INFO kablam! | Oct 15 06:56:39.271 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:56:39.271 INFO kablam! Oct 15 06:56:39.271 INFO kablam! warning: method is never used: `set_content` Oct 15 06:56:39.271 INFO kablam! --> src/clipman/clip.rs:23:5 Oct 15 06:56:39.271 INFO kablam! | Oct 15 06:56:39.271 INFO kablam! 23 | pub fn set_content(&mut self, content: String) { Oct 15 06:56:39.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:56:39.271 INFO kablam! Oct 15 06:56:39.271 INFO kablam! warning: method is never used: `set_title` Oct 15 06:56:39.271 INFO kablam! --> src/clipman/clip.rs:28:5 Oct 15 06:56:39.271 INFO kablam! | Oct 15 06:56:39.271 INFO kablam! 28 | pub fn set_title(&mut self, title: String) { Oct 15 06:56:39.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:56:39.271 INFO kablam! Oct 15 06:56:39.271 INFO kablam! warning: method is never used: `title` Oct 15 06:56:39.271 INFO kablam! --> src/clipman/clip.rs:38:5 Oct 15 06:56:39.271 INFO kablam! | Oct 15 06:56:39.271 INFO kablam! 38 | pub fn title(&self) -> String { Oct 15 06:56:39.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:56:39.271 INFO kablam! Oct 15 06:56:39.271 INFO kablam! warning: method is never used: `modified` Oct 15 06:56:39.271 INFO kablam! --> src/clipman/clip.rs:54:5 Oct 15 06:56:39.271 INFO kablam! | Oct 15 06:56:39.271 INFO kablam! 54 | pub fn modified(&self) -> DateTime { Oct 15 06:56:39.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:56:39.271 INFO kablam! Oct 15 06:56:39.271 INFO kablam! warning: function is never used: `add_column` Oct 15 06:56:39.271 INFO kablam! --> src/gui/mod.rs:8:1 Oct 15 06:56:39.271 INFO kablam! | Oct 15 06:56:39.271 INFO kablam! 8 | fn add_column(tree: &TreeView, id: i32, title: &str) { Oct 15 06:56:39.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:56:39.271 INFO kablam! Oct 15 06:56:39.871 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.17s Oct 15 06:56:39.871 INFO kablam! su: No module specific data is present Oct 15 06:56:40.683 INFO running `"docker" "rm" "-f" "ebab604f85039a16c38cd6be4e68cf6502504a0f2e35532e475d837671bafb16"` Oct 15 06:56:41.038 INFO blam! ebab604f85039a16c38cd6be4e68cf6502504a0f2e35532e475d837671bafb16 Oct 15 06:56:41.047 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 06:56:41.499 INFO blam! fbdc604aaa6a04bad12895585ef311b7758e8a1bf1025359eabc176bc2154462 Oct 15 06:56:41.507 INFO running `"docker" "start" "-a" "fbdc604aaa6a04bad12895585ef311b7758e8a1bf1025359eabc176bc2154462"` Oct 15 06:56:42.668 INFO kablam! usermod: no changes Oct 15 06:56:42.792 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 06:56:42.827 INFO kablam! Running /target/debug/deps/snippeteer-8f80a4ebe2895daf Oct 15 06:56:42.827 INFO blam! Oct 15 06:56:42.827 INFO blam! running 0 tests Oct 15 06:56:42.827 INFO blam! Oct 15 06:56:42.827 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:56:42.827 INFO blam! Oct 15 06:56:42.829 INFO kablam! su: No module specific data is present Oct 15 06:56:43.627 INFO running `"docker" "rm" "-f" "fbdc604aaa6a04bad12895585ef311b7758e8a1bf1025359eabc176bc2154462"` Oct 15 06:56:43.930 INFO blam! fbdc604aaa6a04bad12895585ef311b7758e8a1bf1025359eabc176bc2154462