Oct 15 19:38:45.464 INFO testing scroll_phat_hd-0.3.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 19:38:45.464 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 19:38:46.009 INFO blam! fef31ef4d54598a66e355e8cb44cfefb6a30e49d660ad5b192429a8d3616ee74 Oct 15 19:38:46.011 INFO running `"docker" "start" "-a" "fef31ef4d54598a66e355e8cb44cfefb6a30e49d660ad5b192429a8d3616ee74"` Oct 15 19:38:47.639 INFO kablam! usermod: no changes Oct 15 19:38:47.856 INFO kablam! Compiling termion v1.5.1 Oct 15 19:38:47.857 INFO kablam! Compiling nix v0.10.0 Oct 15 19:38:47.857 INFO kablam! Compiling i2cdev v0.3.2 Oct 15 19:39:00.951 INFO kablam! Compiling scroll_phat_hd v0.3.2 (/source) Oct 15 19:39:01.961 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:39:01.962 INFO kablam! --> src/display.rs:63:9 Oct 15 19:39:01.962 INFO kablam! | Oct 15 19:39:01.963 INFO kablam! 63 | display.register(CONFIG_BANK, MODE_REGISTER, PICTURE_MODE); Oct 15 19:39:01.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:39:01.963 INFO kablam! | Oct 15 19:39:01.964 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 19:39:01.964 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:39:01.964 INFO kablam! Oct 15 19:39:01.964 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:39:01.965 INFO kablam! --> src/display.rs:77:9 Oct 15 19:39:01.965 INFO kablam! | Oct 15 19:39:01.965 INFO kablam! 77 | self.bank(bank); Oct 15 19:39:01.966 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 19:39:01.966 INFO kablam! | Oct 15 19:39:01.966 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:39:01.967 INFO kablam! Oct 15 19:39:01.967 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:39:01.967 INFO kablam! --> src/display.rs:86:9 Oct 15 19:39:01.967 INFO kablam! | Oct 15 19:39:01.968 INFO kablam! 86 | self.sleep(true); Oct 15 19:39:01.968 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 19:39:01.968 INFO kablam! | Oct 15 19:39:01.969 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:39:01.969 INFO kablam! Oct 15 19:39:01.969 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:39:01.970 INFO kablam! --> src/display.rs:88:9 Oct 15 19:39:01.970 INFO kablam! | Oct 15 19:39:01.970 INFO kablam! 88 | self.sleep(false); Oct 15 19:39:01.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 19:39:01.971 INFO kablam! | Oct 15 19:39:01.971 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:39:01.971 INFO kablam! Oct 15 19:39:01.972 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:39:01.972 INFO kablam! --> src/display.rs:102:9 Oct 15 19:39:01.972 INFO kablam! | Oct 15 19:39:01.972 INFO kablam! 102 | self.bank(new_frame); Oct 15 19:39:01.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:39:01.973 INFO kablam! | Oct 15 19:39:01.973 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:39:01.973 INFO kablam! Oct 15 19:39:01.974 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:39:01.974 INFO kablam! --> src/display.rs:114:17 Oct 15 19:39:01.974 INFO kablam! | Oct 15 19:39:01.974 INFO kablam! 114 | / self.device Oct 15 19:39:01.975 INFO kablam! 115 | | .smbus_write_byte_data(COLOR_OFFSET + offset as u8, value); Oct 15 19:39:01.975 INFO kablam! | |_______________________________________________________________________________^ Oct 15 19:39:01.975 INFO kablam! | Oct 15 19:39:01.975 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:39:01.976 INFO kablam! Oct 15 19:39:01.976 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:39:01.976 INFO kablam! --> src/display.rs:118:9 Oct 15 19:39:01.977 INFO kablam! | Oct 15 19:39:01.977 INFO kablam! 118 | self.frame(new_frame); Oct 15 19:39:01.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:39:01.978 INFO kablam! | Oct 15 19:39:01.978 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:39:01.978 INFO kablam! Oct 15 19:39:02.592 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.93s Oct 15 19:39:02.599 INFO kablam! su: No module specific data is present Oct 15 19:39:03.687 INFO running `"docker" "rm" "-f" "fef31ef4d54598a66e355e8cb44cfefb6a30e49d660ad5b192429a8d3616ee74"` Oct 15 19:39:03.961 INFO blam! fef31ef4d54598a66e355e8cb44cfefb6a30e49d660ad5b192429a8d3616ee74 Oct 15 19:39:03.963 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 19:39:04.368 INFO blam! 67e2bdc50d3a9cfc8d85bb05040a1b4d3f7f9a8ca6108f9462b8ea88ed02f500 Oct 15 19:39:04.370 INFO running `"docker" "start" "-a" "67e2bdc50d3a9cfc8d85bb05040a1b4d3f7f9a8ca6108f9462b8ea88ed02f500"` Oct 15 19:39:06.146 INFO kablam! usermod: no changes Oct 15 19:39:06.303 INFO kablam! Compiling scroll_phat_hd v0.3.2 (/source) Oct 15 19:39:08.375 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:39:08.375 INFO kablam! --> src/display.rs:63:9 Oct 15 19:39:08.375 INFO kablam! | Oct 15 19:39:08.375 INFO kablam! 63 | display.register(CONFIG_BANK, MODE_REGISTER, PICTURE_MODE); Oct 15 19:39:08.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:39:08.375 INFO kablam! | Oct 15 19:39:08.375 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 19:39:08.375 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:39:08.375 INFO kablam! Oct 15 19:39:08.375 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:39:08.375 INFO kablam! --> src/display.rs:77:9 Oct 15 19:39:08.375 INFO kablam! | Oct 15 19:39:08.375 INFO kablam! 77 | self.bank(bank); Oct 15 19:39:08.375 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 19:39:08.375 INFO kablam! | Oct 15 19:39:08.375 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:39:08.378 INFO kablam! Oct 15 19:39:08.379 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:39:08.379 INFO kablam! --> src/display.rs:86:9 Oct 15 19:39:08.379 INFO kablam! | Oct 15 19:39:08.379 INFO kablam! 86 | self.sleep(true); Oct 15 19:39:08.379 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 19:39:08.379 INFO kablam! | Oct 15 19:39:08.379 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:39:08.379 INFO kablam! Oct 15 19:39:08.379 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:39:08.379 INFO kablam! --> src/display.rs:88:9 Oct 15 19:39:08.379 INFO kablam! | Oct 15 19:39:08.379 INFO kablam! 88 | self.sleep(false); Oct 15 19:39:08.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 19:39:08.379 INFO kablam! | Oct 15 19:39:08.379 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:39:08.379 INFO kablam! Oct 15 19:39:08.381 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:39:08.381 INFO kablam! --> src/display.rs:102:9 Oct 15 19:39:08.381 INFO kablam! | Oct 15 19:39:08.381 INFO kablam! 102 | self.bank(new_frame); Oct 15 19:39:08.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:39:08.381 INFO kablam! | Oct 15 19:39:08.381 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:39:08.381 INFO kablam! Oct 15 19:39:08.381 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:39:08.381 INFO kablam! --> src/display.rs:114:17 Oct 15 19:39:08.381 INFO kablam! | Oct 15 19:39:08.381 INFO kablam! 114 | / self.device Oct 15 19:39:08.381 INFO kablam! 115 | | .smbus_write_byte_data(COLOR_OFFSET + offset as u8, value); Oct 15 19:39:08.381 INFO kablam! | |_______________________________________________________________________________^ Oct 15 19:39:08.381 INFO kablam! | Oct 15 19:39:08.381 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:39:08.381 INFO kablam! Oct 15 19:39:08.381 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:39:08.381 INFO kablam! --> src/display.rs:118:9 Oct 15 19:39:08.381 INFO kablam! | Oct 15 19:39:08.381 INFO kablam! 118 | self.frame(new_frame); Oct 15 19:39:08.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:39:08.381 INFO kablam! | Oct 15 19:39:08.381 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:39:08.381 INFO kablam! Oct 15 19:39:09.687 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.52s Oct 15 19:39:09.691 INFO kablam! su: No module specific data is present Oct 15 19:39:10.482 INFO running `"docker" "rm" "-f" "67e2bdc50d3a9cfc8d85bb05040a1b4d3f7f9a8ca6108f9462b8ea88ed02f500"` Oct 15 19:39:10.687 INFO blam! 67e2bdc50d3a9cfc8d85bb05040a1b4d3f7f9a8ca6108f9462b8ea88ed02f500 Oct 15 19:39:10.691 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 19:39:11.132 INFO blam! 1b8c1eb22e845bcbf9469911345e9e22ba607032ad61af58b591e00a524baff9 Oct 15 19:39:11.136 INFO running `"docker" "start" "-a" "1b8c1eb22e845bcbf9469911345e9e22ba607032ad61af58b591e00a524baff9"` Oct 15 19:39:12.926 INFO kablam! usermod: no changes Oct 15 19:39:13.072 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 15 19:39:13.086 INFO kablam! Running /target/debug/deps/scroll_phat_hd-b581bb77fe7162c8 Oct 15 19:39:13.095 INFO blam! Oct 15 19:39:13.095 INFO blam! running 0 tests Oct 15 19:39:13.095 INFO blam! Oct 15 19:39:13.095 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 19:39:13.095 INFO blam! Oct 15 19:39:13.098 INFO kablam! Doc-tests scroll_phat_hd Oct 15 19:39:14.715 INFO blam! Oct 15 19:39:14.715 INFO blam! running 1 test Oct 15 19:39:16.999 INFO blam! test src/lib.rs - (line 5) ... ok Oct 15 19:39:17.000 INFO blam! Oct 15 19:39:17.000 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 19:39:17.000 INFO blam! Oct 15 19:39:17.004 INFO kablam! su: No module specific data is present Oct 15 19:39:17.560 INFO running `"docker" "rm" "-f" "1b8c1eb22e845bcbf9469911345e9e22ba607032ad61af58b591e00a524baff9"` Oct 15 19:39:17.884 INFO blam! 1b8c1eb22e845bcbf9469911345e9e22ba607032ad61af58b591e00a524baff9