Oct 13 03:48:55.152 INFO testing planet0104/rust_wechat_jump_helper against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 03:48:55.153 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 03:48:55.394 INFO blam! f30ac4e48e47f642b81dc41894d1b06cb9fcb4e84a33d7044675d68146399c86 Oct 13 03:48:55.397 INFO running `"docker" "start" "-a" "f30ac4e48e47f642b81dc41894d1b06cb9fcb4e84a33d7044675d68146399c86"` Oct 13 03:48:55.951 INFO kablam! usermod: no changes Oct 13 03:48:56.087 INFO kablam! Compiling jumpjump v0.1.0 (/source) Oct 13 03:48:57.029 INFO kablam! warning: unused import: `MenuModelExt` Oct 13 03:48:57.029 INFO kablam! --> src/main.rs:37:21 Oct 13 03:48:57.029 INFO kablam! | Oct 13 03:48:57.029 INFO kablam! 37 | use gio::{ MenuExt, MenuModelExt }; Oct 13 03:48:57.029 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:48:57.029 INFO kablam! | Oct 13 03:48:57.029 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:48:57.029 INFO kablam! Oct 13 03:48:57.029 INFO kablam! warning: unused import: `InterpType` Oct 13 03:48:57.029 INFO kablam! --> src/main.rs:38:26 Oct 13 03:48:57.029 INFO kablam! | Oct 13 03:48:57.029 INFO kablam! 38 | use gdk_pixbuf::{Pixbuf, InterpType}; Oct 13 03:48:57.029 INFO kablam! | ^^^^^^^^^^ Oct 13 03:48:57.029 INFO kablam! Oct 13 03:48:57.029 INFO kablam! warning: unused import: `Read` Oct 13 03:48:57.030 INFO kablam! --> src/main.rs:43:22 Oct 13 03:48:57.030 INFO kablam! | Oct 13 03:48:57.030 INFO kablam! 43 | use std::io::{ Write,Read }; Oct 13 03:48:57.030 INFO kablam! | ^^^^ Oct 13 03:48:57.030 INFO kablam! Oct 13 03:48:57.267 INFO kablam! warning: unused variable: `obj` Oct 13 03:48:57.267 INFO kablam! --> src/main.rs:102:54 Oct 13 03:48:57.267 INFO kablam! | Oct 13 03:48:57.267 INFO kablam! 102 | event_box.connect_button_release_event(move |obj, event_button| { Oct 13 03:48:57.267 INFO kablam! | ^^^ help: consider using `_obj` instead Oct 13 03:48:57.267 INFO kablam! | Oct 13 03:48:57.267 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:48:57.267 INFO kablam! Oct 13 03:48:57.267 INFO kablam! warning: unused variable: `g` Oct 13 03:48:57.267 INFO kablam! --> src/main.rs:144:47 Oct 13 03:48:57.267 INFO kablam! | Oct 13 03:48:57.267 INFO kablam! 144 | capture_action.connect_activate(move |g, _| { Oct 13 03:48:57.267 INFO kablam! | ^ help: consider using `_g` instead Oct 13 03:48:57.267 INFO kablam! Oct 13 03:48:57.267 INFO kablam! warning: unused variable: `window_clone` Oct 13 03:48:57.267 INFO kablam! --> src/main.rs:143:13 Oct 13 03:48:57.267 INFO kablam! | Oct 13 03:48:57.267 INFO kablam! 143 | let window_clone = window.clone(); Oct 13 03:48:57.267 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_window_clone` instead Oct 13 03:48:57.267 INFO kablam! Oct 13 03:48:57.279 INFO kablam! warning: variable does not need to be mutable Oct 13 03:48:57.279 INFO kablam! --> src/main.rs:145:17 Oct 13 03:48:57.279 INFO kablam! | Oct 13 03:48:57.279 INFO kablam! 145 | let mut holder = holder.borrow_mut(); Oct 13 03:48:57.279 INFO kablam! | ----^^^^^^ Oct 13 03:48:57.279 INFO kablam! | | Oct 13 03:48:57.279 INFO kablam! | help: remove this `mut` Oct 13 03:48:57.279 INFO kablam! | Oct 13 03:48:57.279 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:48:57.279 INFO kablam! Oct 13 03:48:57.279 INFO kablam! warning: variable does not need to be mutable Oct 13 03:48:57.279 INFO kablam! --> src/main.rs:145:17 Oct 13 03:48:57.279 INFO kablam! | Oct 13 03:48:57.279 INFO kablam! 145 | let mut holder = holder.borrow_mut(); Oct 13 03:48:57.279 INFO kablam! | ----^^^^^^ Oct 13 03:48:57.279 INFO kablam! | | Oct 13 03:48:57.279 INFO kablam! | help: remove this `mut` Oct 13 03:48:57.279 INFO kablam! Oct 13 03:48:57.279 INFO kablam! warning: function is never used: `print_elapsed` Oct 13 03:48:57.279 INFO kablam! --> src/main.rs:171:1 Oct 13 03:48:57.279 INFO kablam! | Oct 13 03:48:57.279 INFO kablam! 171 | fn print_elapsed(tag:i32, start:&mut Instant){ Oct 13 03:48:57.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:48:57.279 INFO kablam! | Oct 13 03:48:57.279 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:48:57.279 INFO kablam! Oct 13 03:48:57.291 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 03:48:57.291 INFO kablam! --> src/main.rs:164:5 Oct 13 03:48:57.291 INFO kablam! | Oct 13 03:48:57.291 INFO kablam! 164 | file.write_all(capture.as_slice()); Oct 13 03:48:57.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:48:57.291 INFO kablam! | Oct 13 03:48:57.291 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 03:48:57.291 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 03:48:57.291 INFO kablam! Oct 13 03:49:03.997 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.02s Oct 13 03:49:04.000 INFO kablam! su: No module specific data is present Oct 13 03:49:04.256 INFO running `"docker" "rm" "-f" "f30ac4e48e47f642b81dc41894d1b06cb9fcb4e84a33d7044675d68146399c86"` Oct 13 03:49:04.364 INFO blam! f30ac4e48e47f642b81dc41894d1b06cb9fcb4e84a33d7044675d68146399c86 Oct 13 03:49:04.367 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 03:49:04.623 INFO blam! 014afb29ed2bc3dc2c7098b45c3a4e658de2b3bf48c23510cf433b1f9c051273 Oct 13 03:49:04.624 INFO running `"docker" "start" "-a" "014afb29ed2bc3dc2c7098b45c3a4e658de2b3bf48c23510cf433b1f9c051273"` Oct 13 03:49:05.639 INFO kablam! usermod: no changes Oct 13 03:49:05.780 INFO kablam! Compiling jumpjump v0.1.0 (/source) Oct 13 03:49:06.551 INFO kablam! warning: unused import: `MenuModelExt` Oct 13 03:49:06.551 INFO kablam! --> src/main.rs:37:21 Oct 13 03:49:06.551 INFO kablam! | Oct 13 03:49:06.551 INFO kablam! 37 | use gio::{ MenuExt, MenuModelExt }; Oct 13 03:49:06.551 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:49:06.551 INFO kablam! | Oct 13 03:49:06.551 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:49:06.551 INFO kablam! Oct 13 03:49:06.551 INFO kablam! warning: unused import: `InterpType` Oct 13 03:49:06.551 INFO kablam! --> src/main.rs:38:26 Oct 13 03:49:06.551 INFO kablam! | Oct 13 03:49:06.551 INFO kablam! 38 | use gdk_pixbuf::{Pixbuf, InterpType}; Oct 13 03:49:06.551 INFO kablam! | ^^^^^^^^^^ Oct 13 03:49:06.551 INFO kablam! Oct 13 03:49:06.551 INFO kablam! warning: unused import: `Read` Oct 13 03:49:06.551 INFO kablam! --> src/main.rs:43:22 Oct 13 03:49:06.551 INFO kablam! | Oct 13 03:49:06.551 INFO kablam! 43 | use std::io::{ Write,Read }; Oct 13 03:49:06.551 INFO kablam! | ^^^^ Oct 13 03:49:06.551 INFO kablam! Oct 13 03:49:06.709 INFO kablam! warning: unused variable: `obj` Oct 13 03:49:06.709 INFO kablam! --> src/main.rs:102:54 Oct 13 03:49:06.709 INFO kablam! | Oct 13 03:49:06.709 INFO kablam! 102 | event_box.connect_button_release_event(move |obj, event_button| { Oct 13 03:49:06.709 INFO kablam! | ^^^ help: consider using `_obj` instead Oct 13 03:49:06.710 INFO kablam! | Oct 13 03:49:06.710 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:49:06.710 INFO kablam! Oct 13 03:49:06.710 INFO kablam! warning: unused variable: `g` Oct 13 03:49:06.710 INFO kablam! --> src/main.rs:144:47 Oct 13 03:49:06.710 INFO kablam! | Oct 13 03:49:06.710 INFO kablam! 144 | capture_action.connect_activate(move |g, _| { Oct 13 03:49:06.710 INFO kablam! | ^ help: consider using `_g` instead Oct 13 03:49:06.710 INFO kablam! Oct 13 03:49:06.710 INFO kablam! warning: unused variable: `window_clone` Oct 13 03:49:06.710 INFO kablam! --> src/main.rs:143:13 Oct 13 03:49:06.710 INFO kablam! | Oct 13 03:49:06.710 INFO kablam! 143 | let window_clone = window.clone(); Oct 13 03:49:06.710 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_window_clone` instead Oct 13 03:49:06.710 INFO kablam! Oct 13 03:49:06.720 INFO kablam! warning: variable does not need to be mutable Oct 13 03:49:06.720 INFO kablam! --> src/main.rs:145:17 Oct 13 03:49:06.720 INFO kablam! | Oct 13 03:49:06.720 INFO kablam! 145 | let mut holder = holder.borrow_mut(); Oct 13 03:49:06.720 INFO kablam! | ----^^^^^^ Oct 13 03:49:06.720 INFO kablam! | | Oct 13 03:49:06.720 INFO kablam! | help: remove this `mut` Oct 13 03:49:06.721 INFO kablam! | Oct 13 03:49:06.721 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:49:06.721 INFO kablam! Oct 13 03:49:06.721 INFO kablam! warning: variable does not need to be mutable Oct 13 03:49:06.721 INFO kablam! --> src/main.rs:145:17 Oct 13 03:49:06.721 INFO kablam! | Oct 13 03:49:06.721 INFO kablam! 145 | let mut holder = holder.borrow_mut(); Oct 13 03:49:06.721 INFO kablam! | ----^^^^^^ Oct 13 03:49:06.721 INFO kablam! | | Oct 13 03:49:06.721 INFO kablam! | help: remove this `mut` Oct 13 03:49:06.721 INFO kablam! Oct 13 03:49:06.726 INFO kablam! warning: function is never used: `print_elapsed` Oct 13 03:49:06.726 INFO kablam! --> src/main.rs:171:1 Oct 13 03:49:06.726 INFO kablam! | Oct 13 03:49:06.726 INFO kablam! 171 | fn print_elapsed(tag:i32, start:&mut Instant){ Oct 13 03:49:06.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:49:06.726 INFO kablam! | Oct 13 03:49:06.726 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:49:06.726 INFO kablam! Oct 13 03:49:06.727 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 03:49:06.727 INFO kablam! --> src/main.rs:164:5 Oct 13 03:49:06.727 INFO kablam! | Oct 13 03:49:06.727 INFO kablam! 164 | file.write_all(capture.as_slice()); Oct 13 03:49:06.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:49:06.727 INFO kablam! | Oct 13 03:49:06.727 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 03:49:06.727 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 03:49:06.727 INFO kablam! Oct 13 03:49:07.331 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.66s Oct 13 03:49:07.331 INFO kablam! su: No module specific data is present Oct 13 03:49:07.685 INFO running `"docker" "rm" "-f" "014afb29ed2bc3dc2c7098b45c3a4e658de2b3bf48c23510cf433b1f9c051273"` Oct 13 03:49:07.802 INFO blam! 014afb29ed2bc3dc2c7098b45c3a4e658de2b3bf48c23510cf433b1f9c051273 Oct 13 03:49:07.804 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 03:49:07.995 INFO blam! 24773334a4c5004ca6741435e84b04939eedbea4ee59ce6ce29e4aa5c6c13cfa Oct 13 03:49:07.995 INFO running `"docker" "start" "-a" "24773334a4c5004ca6741435e84b04939eedbea4ee59ce6ce29e4aa5c6c13cfa"` Oct 13 03:49:08.497 INFO kablam! usermod: no changes Oct 13 03:49:08.566 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 13 03:49:08.578 INFO kablam! Running /target/debug/deps/jumpjump-e8971a3ddd593a97 Oct 13 03:49:08.580 INFO blam! Oct 13 03:49:08.580 INFO blam! running 0 tests Oct 13 03:49:08.580 INFO blam! Oct 13 03:49:08.580 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:49:08.580 INFO blam! Oct 13 03:49:08.581 INFO kablam! su: No module specific data is present Oct 13 03:49:08.876 INFO running `"docker" "rm" "-f" "24773334a4c5004ca6741435e84b04939eedbea4ee59ce6ce29e4aa5c6c13cfa"` Oct 13 03:49:09.031 INFO blam! 24773334a4c5004ca6741435e84b04939eedbea4ee59ce6ce29e4aa5c6c13cfa