Oct 10 11:36:21.994 INFO testing zzeroo/xmz-test-shiftregisters against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 11:36:21.995 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 11:36:21.996 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 11:36:22.436 INFO blam! 8f2b3964946b0971a6abdd520f1b923b481ec7b02ad2af6a51ea877e9360be55 Oct 10 11:36:22.437 INFO running `"docker" "start" "-a" "8f2b3964946b0971a6abdd520f1b923b481ec7b02ad2af6a51ea877e9360be55"` Oct 10 11:36:23.584 INFO kablam! usermod: no changes Oct 10 11:36:23.760 INFO kablam! Compiling clap v2.24.2 Oct 10 11:36:23.761 INFO kablam! Compiling backtrace-sys v0.1.10 Oct 10 11:36:23.770 INFO kablam! Compiling nix v0.6.0 Oct 10 11:36:24.452 INFO kablam! Compiling backtrace v0.3.2 Oct 10 11:36:25.368 INFO kablam! Compiling error-chain v0.10.0 Oct 10 11:36:28.102 INFO kablam! Compiling sysfs_gpio v0.5.0 Oct 10 11:36:40.977 INFO kablam! Compiling xmz-test-shiftregisters v0.1.0 (/source) Oct 10 11:36:41.734 INFO kablam! warning: unused import: `errors::*` Oct 10 11:36:41.734 INFO kablam! --> src/main.rs:9:5 Oct 10 11:36:41.734 INFO kablam! | Oct 10 11:36:41.734 INFO kablam! 9 | use errors::*; Oct 10 11:36:41.734 INFO kablam! | ^^^^^^^^^ Oct 10 11:36:41.734 INFO kablam! | Oct 10 11:36:41.734 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 11:36:41.734 INFO kablam! Oct 10 11:36:42.014 INFO kablam! warning: method is never used: `set` Oct 10 11:36:42.014 INFO kablam! --> src/shift_register.rs:113:5 Oct 10 11:36:42.014 INFO kablam! | Oct 10 11:36:42.014 INFO kablam! 113 | pub fn set(&mut self, num: u64) -> Result<()> { Oct 10 11:36:42.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:36:42.014 INFO kablam! | Oct 10 11:36:42.014 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 11:36:42.014 INFO kablam! Oct 10 11:36:42.014 INFO kablam! warning: method is never used: `get` Oct 10 11:36:42.014 INFO kablam! --> src/shift_register.rs:141:5 Oct 10 11:36:42.014 INFO kablam! | Oct 10 11:36:42.014 INFO kablam! 141 | pub fn get(&self, num: u64) -> bool { Oct 10 11:36:42.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:36:42.014 INFO kablam! Oct 10 11:36:42.014 INFO kablam! warning: method is never used: `clear` Oct 10 11:36:42.014 INFO kablam! --> src/shift_register.rs:173:5 Oct 10 11:36:42.014 INFO kablam! | Oct 10 11:36:42.014 INFO kablam! 173 | pub fn clear(&mut self, num: u64) -> Result<()> { Oct 10 11:36:42.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:36:42.014 INFO kablam! Oct 10 11:36:42.014 INFO kablam! warning: method is never used: `toggle` Oct 10 11:36:42.014 INFO kablam! --> src/shift_register.rs:201:5 Oct 10 11:36:42.014 INFO kablam! | Oct 10 11:36:42.014 INFO kablam! 201 | pub fn toggle(&mut self, num: u64) -> Result<()> { Oct 10 11:36:42.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:36:42.014 INFO kablam! Oct 10 11:36:42.014 INFO kablam! warning: method is never used: `test_random` Oct 10 11:36:42.014 INFO kablam! --> src/shift_register.rs:277:5 Oct 10 11:36:42.014 INFO kablam! | Oct 10 11:36:42.014 INFO kablam! 277 | pub fn test_random(&mut self) -> Result<()> { Oct 10 11:36:42.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:36:42.014 INFO kablam! Oct 10 11:36:42.018 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 11:36:42.018 INFO kablam! --> src/main.rs:17:9 Oct 10 11:36:42.018 INFO kablam! | Oct 10 11:36:42.018 INFO kablam! 17 | leds.test(); Oct 10 11:36:42.018 INFO kablam! | ^^^^^^^^^^^^ Oct 10 11:36:42.018 INFO kablam! | Oct 10 11:36:42.018 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 11:36:42.018 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 11:36:42.018 INFO kablam! Oct 10 11:36:42.018 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 11:36:42.018 INFO kablam! --> src/main.rs:18:9 Oct 10 11:36:42.018 INFO kablam! | Oct 10 11:36:42.018 INFO kablam! 18 | relais.test(); Oct 10 11:36:42.018 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 11:36:42.018 INFO kablam! | Oct 10 11:36:42.018 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 11:36:42.018 INFO kablam! Oct 10 11:36:42.840 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.20s Oct 10 11:36:42.840 INFO kablam! su: No module specific data is present Oct 10 11:36:43.158 INFO running `"docker" "rm" "-f" "8f2b3964946b0971a6abdd520f1b923b481ec7b02ad2af6a51ea877e9360be55"` Oct 10 11:36:43.433 INFO blam! 8f2b3964946b0971a6abdd520f1b923b481ec7b02ad2af6a51ea877e9360be55 Oct 10 11:36:43.437 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 11:36:43.438 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 11:36:43.786 INFO blam! 9468e138ed1a718d6644cd9bb72c1313666e2ba809a4c8e5e2dafbd1a717d20f Oct 10 11:36:43.787 INFO running `"docker" "start" "-a" "9468e138ed1a718d6644cd9bb72c1313666e2ba809a4c8e5e2dafbd1a717d20f"` Oct 10 11:36:44.451 INFO kablam! usermod: no changes Oct 10 11:36:44.526 INFO kablam! Compiling xmz-test-shiftregisters v0.1.0 (/source) Oct 10 11:36:45.549 INFO kablam! warning: unused import: `errors::*` Oct 10 11:36:45.549 INFO kablam! --> src/main.rs:9:5 Oct 10 11:36:45.549 INFO kablam! | Oct 10 11:36:45.550 INFO kablam! 9 | use errors::*; Oct 10 11:36:45.550 INFO kablam! | ^^^^^^^^^ Oct 10 11:36:45.550 INFO kablam! | Oct 10 11:36:45.550 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 11:36:45.551 INFO kablam! Oct 10 11:36:45.836 INFO kablam! warning: method is never used: `set` Oct 10 11:36:45.836 INFO kablam! --> src/shift_register.rs:113:5 Oct 10 11:36:45.836 INFO kablam! | Oct 10 11:36:45.836 INFO kablam! 113 | pub fn set(&mut self, num: u64) -> Result<()> { Oct 10 11:36:45.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:36:45.836 INFO kablam! | Oct 10 11:36:45.836 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 11:36:45.836 INFO kablam! Oct 10 11:36:45.836 INFO kablam! warning: method is never used: `get` Oct 10 11:36:45.836 INFO kablam! --> src/shift_register.rs:141:5 Oct 10 11:36:45.836 INFO kablam! | Oct 10 11:36:45.836 INFO kablam! 141 | pub fn get(&self, num: u64) -> bool { Oct 10 11:36:45.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:36:45.836 INFO kablam! Oct 10 11:36:45.836 INFO kablam! warning: method is never used: `clear` Oct 10 11:36:45.836 INFO kablam! --> src/shift_register.rs:173:5 Oct 10 11:36:45.836 INFO kablam! | Oct 10 11:36:45.836 INFO kablam! 173 | pub fn clear(&mut self, num: u64) -> Result<()> { Oct 10 11:36:45.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:36:45.836 INFO kablam! Oct 10 11:36:45.836 INFO kablam! warning: method is never used: `toggle` Oct 10 11:36:45.836 INFO kablam! --> src/shift_register.rs:201:5 Oct 10 11:36:45.836 INFO kablam! | Oct 10 11:36:45.836 INFO kablam! 201 | pub fn toggle(&mut self, num: u64) -> Result<()> { Oct 10 11:36:45.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:36:45.836 INFO kablam! Oct 10 11:36:45.836 INFO kablam! warning: method is never used: `test_random` Oct 10 11:36:45.836 INFO kablam! --> src/shift_register.rs:277:5 Oct 10 11:36:45.836 INFO kablam! | Oct 10 11:36:45.836 INFO kablam! 277 | pub fn test_random(&mut self) -> Result<()> { Oct 10 11:36:45.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:36:45.836 INFO kablam! Oct 10 11:36:45.844 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 11:36:45.844 INFO kablam! --> src/main.rs:17:9 Oct 10 11:36:45.844 INFO kablam! | Oct 10 11:36:45.844 INFO kablam! 17 | leds.test(); Oct 10 11:36:45.844 INFO kablam! | ^^^^^^^^^^^^ Oct 10 11:36:45.844 INFO kablam! | Oct 10 11:36:45.844 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 11:36:45.844 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 11:36:45.844 INFO kablam! Oct 10 11:36:45.844 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 11:36:45.844 INFO kablam! --> src/main.rs:18:9 Oct 10 11:36:45.844 INFO kablam! | Oct 10 11:36:45.844 INFO kablam! 18 | relais.test(); Oct 10 11:36:45.844 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 11:36:45.844 INFO kablam! | Oct 10 11:36:45.844 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 11:36:45.844 INFO kablam! Oct 10 11:36:46.384 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.92s Oct 10 11:36:46.391 INFO kablam! su: No module specific data is present Oct 10 11:36:47.100 INFO running `"docker" "rm" "-f" "9468e138ed1a718d6644cd9bb72c1313666e2ba809a4c8e5e2dafbd1a717d20f"` Oct 10 11:36:47.354 INFO blam! 9468e138ed1a718d6644cd9bb72c1313666e2ba809a4c8e5e2dafbd1a717d20f Oct 10 11:36:47.368 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 11:36:47.368 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 11:36:47.818 INFO blam! 3e81137b9b7f0d74d7db98980fb308937226bf5bae50968680aaa3c480ec61fc Oct 10 11:36:47.820 INFO running `"docker" "start" "-a" "3e81137b9b7f0d74d7db98980fb308937226bf5bae50968680aaa3c480ec61fc"` Oct 10 11:36:49.449 INFO kablam! usermod: no changes Oct 10 11:36:49.596 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 10 11:36:49.608 INFO kablam! Running /target/debug/deps/xmz_test_shiftregisters-57fb70bbf85d0861 Oct 10 11:36:49.609 INFO blam! Oct 10 11:36:49.609 INFO kablam! su: No module specific data is present Oct 10 11:36:49.609 INFO blam! running 0 tests Oct 10 11:36:49.609 INFO blam! Oct 10 11:36:49.609 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 11:36:49.609 INFO blam! Oct 10 11:36:50.226 INFO running `"docker" "rm" "-f" "3e81137b9b7f0d74d7db98980fb308937226bf5bae50968680aaa3c480ec61fc"` Oct 10 11:36:50.564 INFO blam! 3e81137b9b7f0d74d7db98980fb308937226bf5bae50968680aaa3c480ec61fc