Oct 15 09:07:40.333 INFO testing LogoiLab/rpi against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:07:40.334 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 09:07:41.207 INFO blam! 9a7260c723207b62c2511375a458ac049c9337a784256a8aadfd917dcb994ef8 Oct 15 09:07:41.211 INFO running `"docker" "start" "-a" "9a7260c723207b62c2511375a458ac049c9337a784256a8aadfd917dcb994ef8"` Oct 15 09:07:42.316 INFO kablam! usermod: no changes Oct 15 09:07:42.399 INFO kablam! Compiling nix v0.6.0 Oct 15 09:07:46.317 INFO kablam! Compiling sysfs_gpio v0.5.1 Oct 15 09:07:47.429 INFO kablam! Compiling rpi v0.1.0 (/source) Oct 15 09:07:48.143 INFO kablam! warning: unused import: `std::env` Oct 15 09:07:48.143 INFO kablam! --> src/main.rs:6:5 Oct 15 09:07:48.143 INFO kablam! | Oct 15 09:07:48.143 INFO kablam! 6 | use std::env; Oct 15 09:07:48.143 INFO kablam! | ^^^^^^^^ Oct 15 09:07:48.143 INFO kablam! | Oct 15 09:07:48.143 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:07:48.143 INFO kablam! Oct 15 09:07:48.187 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 09:07:48.187 INFO kablam! --> src/main.rs:21:5 Oct 15 09:07:48.187 INFO kablam! | Oct 15 09:07:48.187 INFO kablam! 21 | / match error_num { Oct 15 09:07:48.187 INFO kablam! 22 | | 0 => led_red.with_exported(|| { Oct 15 09:07:48.187 INFO kablam! 23 | | led_red.set_direction(Direction::Low)?; Oct 15 09:07:48.187 INFO kablam! 24 | | let iterations = duration_ms / period_ms / 2; Oct 15 09:07:48.187 INFO kablam! ... | Oct 15 09:07:48.187 INFO kablam! 58 | | _ => Ok(()), Oct 15 09:07:48.187 INFO kablam! 59 | | }; Oct 15 09:07:48.187 INFO kablam! | |______^ Oct 15 09:07:48.187 INFO kablam! | Oct 15 09:07:48.187 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 09:07:48.187 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 09:07:48.187 INFO kablam! Oct 15 09:07:49.194 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.86s Oct 15 09:07:49.198 INFO kablam! su: No module specific data is present Oct 15 09:07:49.638 INFO running `"docker" "rm" "-f" "9a7260c723207b62c2511375a458ac049c9337a784256a8aadfd917dcb994ef8"` Oct 15 09:07:49.972 INFO blam! 9a7260c723207b62c2511375a458ac049c9337a784256a8aadfd917dcb994ef8 Oct 15 09:07:49.983 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 09:07:50.331 INFO blam! 7f0195331a01a166f3fe44d8485abc446122bb88a4e0c2fc69449ba885521d88 Oct 15 09:07:50.331 INFO running `"docker" "start" "-a" "7f0195331a01a166f3fe44d8485abc446122bb88a4e0c2fc69449ba885521d88"` Oct 15 09:07:50.831 INFO kablam! usermod: no changes Oct 15 09:07:50.886 INFO kablam! Compiling rpi v0.1.0 (/source) Oct 15 09:07:51.677 INFO kablam! warning: unused import: `std::env` Oct 15 09:07:51.678 INFO kablam! --> src/main.rs:6:5 Oct 15 09:07:51.679 INFO kablam! | Oct 15 09:07:51.680 INFO kablam! 6 | use std::env; Oct 15 09:07:51.681 INFO kablam! | ^^^^^^^^ Oct 15 09:07:51.682 INFO kablam! | Oct 15 09:07:51.682 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:07:51.683 INFO kablam! Oct 15 09:07:51.735 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 09:07:51.736 INFO kablam! --> src/main.rs:21:5 Oct 15 09:07:51.736 INFO kablam! | Oct 15 09:07:51.736 INFO kablam! 21 | / match error_num { Oct 15 09:07:51.736 INFO kablam! 22 | | 0 => led_red.with_exported(|| { Oct 15 09:07:51.737 INFO kablam! 23 | | led_red.set_direction(Direction::Low)?; Oct 15 09:07:51.737 INFO kablam! 24 | | let iterations = duration_ms / period_ms / 2; Oct 15 09:07:51.738 INFO kablam! ... | Oct 15 09:07:51.738 INFO kablam! 58 | | _ => Ok(()), Oct 15 09:07:51.738 INFO kablam! 59 | | }; Oct 15 09:07:51.739 INFO kablam! | |______^ Oct 15 09:07:51.739 INFO kablam! | Oct 15 09:07:51.740 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 09:07:51.740 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 09:07:51.740 INFO kablam! Oct 15 09:07:52.182 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 15 09:07:52.186 INFO kablam! su: No module specific data is present Oct 15 09:07:52.416 INFO running `"docker" "rm" "-f" "7f0195331a01a166f3fe44d8485abc446122bb88a4e0c2fc69449ba885521d88"` Oct 15 09:07:52.539 INFO blam! 7f0195331a01a166f3fe44d8485abc446122bb88a4e0c2fc69449ba885521d88 Oct 15 09:07:52.542 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 09:07:52.758 INFO blam! 0c716a1ac5120f1ecc2130d723b95d8daf4e84a1e4736f14ee75ce98a50f9900 Oct 15 09:07:52.761 INFO running `"docker" "start" "-a" "0c716a1ac5120f1ecc2130d723b95d8daf4e84a1e4736f14ee75ce98a50f9900"` Oct 15 09:07:53.198 INFO kablam! usermod: no changes Oct 15 09:07:53.288 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 09:07:53.299 INFO kablam! Running /target/debug/deps/rpi-d4b677bddff6253e Oct 15 09:07:53.304 INFO blam! Oct 15 09:07:53.304 INFO blam! running 0 tests Oct 15 09:07:53.304 INFO blam! Oct 15 09:07:53.304 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:07:53.304 INFO blam! Oct 15 09:07:53.307 INFO kablam! su: No module specific data is present Oct 15 09:07:53.599 INFO running `"docker" "rm" "-f" "0c716a1ac5120f1ecc2130d723b95d8daf4e84a1e4736f14ee75ce98a50f9900"` Oct 15 09:07:53.662 INFO blam! 0c716a1ac5120f1ecc2130d723b95d8daf4e84a1e4736f14ee75ce98a50f9900