Oct 11 03:21:21.284 INFO testing alanjcfs/gpio-rust-code against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:21:21.284 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:21:21.284 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 11 03:21:21.641 INFO blam! fa429d4ac0441e626062d802ce703238845c21167f28c28bdfc41bd63de828d6 Oct 11 03:21:21.646 INFO running `"docker" "start" "-a" "fa429d4ac0441e626062d802ce703238845c21167f28c28bdfc41bd63de828d6"` Oct 11 03:21:22.740 INFO kablam! usermod: no changes Oct 11 03:21:22.790 INFO kablam! Compiling memmap v0.5.0 Oct 11 03:21:23.949 INFO kablam! Compiling gpio-rust-code v0.1.0 (/source) Oct 11 03:21:24.614 INFO kablam! warning: unused import: `std::io` Oct 11 03:21:24.615 INFO kablam! --> src/lib.rs:5:5 Oct 11 03:21:24.615 INFO kablam! | Oct 11 03:21:24.615 INFO kablam! 5 | use std::io; Oct 11 03:21:24.616 INFO kablam! | ^^^^^^^ Oct 11 03:21:24.616 INFO kablam! | Oct 11 03:21:24.617 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 03:21:24.617 INFO kablam! Oct 11 03:21:24.647 INFO kablam! warning: unused variable: `gpio_base` Oct 11 03:21:24.647 INFO kablam! --> src/lib.rs:58:9 Oct 11 03:21:24.648 INFO kablam! | Oct 11 03:21:24.648 INFO kablam! 58 | let gpio_base = peribase as usize + GPIO_BASE_OFFSET; Oct 11 03:21:24.648 INFO kablam! | ^^^^^^^^^ help: consider using `_gpio_base` instead Oct 11 03:21:24.649 INFO kablam! | Oct 11 03:21:24.649 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:21:24.649 INFO kablam! Oct 11 03:21:24.653 INFO kablam! warning: constant item is never used: `BCM2708_PERI_BASE_DEFAULT` Oct 11 03:21:24.653 INFO kablam! --> src/lib.rs:10:1 Oct 11 03:21:24.653 INFO kablam! | Oct 11 03:21:24.653 INFO kablam! 10 | const BCM2708_PERI_BASE_DEFAULT: usize = 0x20000000; Oct 11 03:21:24.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.653 INFO kablam! | Oct 11 03:21:24.653 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:21:24.653 INFO kablam! Oct 11 03:21:24.653 INFO kablam! warning: constant item is never used: `BCM2709_PERI_BASE_DEFAULT` Oct 11 03:21:24.653 INFO kablam! --> src/lib.rs:11:1 Oct 11 03:21:24.653 INFO kablam! | Oct 11 03:21:24.653 INFO kablam! 11 | const BCM2709_PERI_BASE_DEFAULT: usize = 0x3f000000; Oct 11 03:21:24.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.653 INFO kablam! Oct 11 03:21:24.653 INFO kablam! warning: constant item is never used: `FSEL_OFFSET` Oct 11 03:21:24.653 INFO kablam! --> src/lib.rs:13:1 Oct 11 03:21:24.653 INFO kablam! | Oct 11 03:21:24.653 INFO kablam! 13 | const FSEL_OFFSET: usize = 0; // 0x0000 Oct 11 03:21:24.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.653 INFO kablam! Oct 11 03:21:24.653 INFO kablam! warning: constant item is never used: `SET_OFFSET` Oct 11 03:21:24.653 INFO kablam! --> src/lib.rs:14:1 Oct 11 03:21:24.653 INFO kablam! | Oct 11 03:21:24.653 INFO kablam! 14 | const SET_OFFSET: usize = 7; // 0x001c / 4 Oct 11 03:21:24.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.653 INFO kablam! Oct 11 03:21:24.653 INFO kablam! warning: constant item is never used: `CLR_OFFSET` Oct 11 03:21:24.653 INFO kablam! --> src/lib.rs:15:1 Oct 11 03:21:24.653 INFO kablam! | Oct 11 03:21:24.653 INFO kablam! 15 | const CLR_OFFSET: usize = 10; // 0x0028 / 4 Oct 11 03:21:24.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.653 INFO kablam! Oct 11 03:21:24.653 INFO kablam! warning: constant item is never used: `PINLEVEL_OFFSET` Oct 11 03:21:24.653 INFO kablam! --> src/lib.rs:16:1 Oct 11 03:21:24.653 INFO kablam! | Oct 11 03:21:24.653 INFO kablam! 16 | const PINLEVEL_OFFSET: usize = 13; // 0x0034 / 4 Oct 11 03:21:24.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.653 INFO kablam! Oct 11 03:21:24.653 INFO kablam! warning: constant item is never used: `EVENT_DETECT_OFFSET` Oct 11 03:21:24.653 INFO kablam! --> src/lib.rs:17:1 Oct 11 03:21:24.653 INFO kablam! | Oct 11 03:21:24.653 INFO kablam! 17 | const EVENT_DETECT_OFFSET: usize = 16; // 0x0040 / 4 Oct 11 03:21:24.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.653 INFO kablam! Oct 11 03:21:24.653 INFO kablam! warning: constant item is never used: `RISING_ED_OFFSET` Oct 11 03:21:24.653 INFO kablam! --> src/lib.rs:18:1 Oct 11 03:21:24.653 INFO kablam! | Oct 11 03:21:24.653 INFO kablam! 18 | const RISING_ED_OFFSET: usize = 19; // 0x004c / 4 Oct 11 03:21:24.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.653 INFO kablam! Oct 11 03:21:24.653 INFO kablam! warning: constant item is never used: `FALLING_ED_OFFSET` Oct 11 03:21:24.653 INFO kablam! --> src/lib.rs:19:1 Oct 11 03:21:24.653 INFO kablam! | Oct 11 03:21:24.653 INFO kablam! 19 | const FALLING_ED_OFFSET: usize = 22; // 0x0058 / 4 Oct 11 03:21:24.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.653 INFO kablam! Oct 11 03:21:24.653 INFO kablam! warning: constant item is never used: `HIGH_DETECT_OFFSET` Oct 11 03:21:24.653 INFO kablam! --> src/lib.rs:20:1 Oct 11 03:21:24.653 INFO kablam! | Oct 11 03:21:24.653 INFO kablam! 20 | const HIGH_DETECT_OFFSET: usize = 25; // 0x0064 / 4 Oct 11 03:21:24.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.653 INFO kablam! Oct 11 03:21:24.654 INFO kablam! warning: constant item is never used: `LOW_DETECT_OFFSET` Oct 11 03:21:24.654 INFO kablam! --> src/lib.rs:21:1 Oct 11 03:21:24.654 INFO kablam! | Oct 11 03:21:24.654 INFO kablam! 21 | const LOW_DETECT_OFFSET: usize = 28; // 0x0070 / 4 Oct 11 03:21:24.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.654 INFO kablam! Oct 11 03:21:24.654 INFO kablam! warning: constant item is never used: `PULLUPDN_OFFSET` Oct 11 03:21:24.654 INFO kablam! --> src/lib.rs:22:1 Oct 11 03:21:24.654 INFO kablam! | Oct 11 03:21:24.654 INFO kablam! 22 | const PULLUPDN_OFFSET: usize = 37; // 0x0094 / 4 Oct 11 03:21:24.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.654 INFO kablam! Oct 11 03:21:24.654 INFO kablam! warning: constant item is never used: `PULLUPDNCLK_OFFSET` Oct 11 03:21:24.654 INFO kablam! --> src/lib.rs:23:1 Oct 11 03:21:24.654 INFO kablam! | Oct 11 03:21:24.654 INFO kablam! 23 | const PULLUPDNCLK_OFFSET: usize = 38; // 0x0098 / 4 Oct 11 03:21:24.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.654 INFO kablam! Oct 11 03:21:24.654 INFO kablam! warning: constant item is never used: `PAGE_SIZE` Oct 11 03:21:24.654 INFO kablam! --> src/lib.rs:25:1 Oct 11 03:21:24.654 INFO kablam! | Oct 11 03:21:24.654 INFO kablam! 25 | const PAGE_SIZE: usize = 4 * 1024; Oct 11 03:21:24.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.654 INFO kablam! Oct 11 03:21:24.654 INFO kablam! warning: constant item is never used: `BLOCK_SIZE` Oct 11 03:21:24.654 INFO kablam! --> src/lib.rs:26:1 Oct 11 03:21:24.654 INFO kablam! | Oct 11 03:21:24.654 INFO kablam! 26 | const BLOCK_SIZE: usize = 4 * 1024; Oct 11 03:21:24.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.654 INFO kablam! Oct 11 03:21:24.654 INFO kablam! warning: constant item is never used: `SETUP_OK` Oct 11 03:21:24.654 INFO kablam! --> src/lib.rs:28:1 Oct 11 03:21:24.654 INFO kablam! | Oct 11 03:21:24.654 INFO kablam! 28 | const SETUP_OK: usize = 0; Oct 11 03:21:24.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.654 INFO kablam! Oct 11 03:21:24.654 INFO kablam! warning: constant item is never used: `SETUP_DEVMEM_FAIL` Oct 11 03:21:24.654 INFO kablam! --> src/lib.rs:29:1 Oct 11 03:21:24.654 INFO kablam! | Oct 11 03:21:24.654 INFO kablam! 29 | const SETUP_DEVMEM_FAIL: usize = 1; Oct 11 03:21:24.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.654 INFO kablam! Oct 11 03:21:24.654 INFO kablam! warning: constant item is never used: `SETUP_MALLOC_FAIL` Oct 11 03:21:24.654 INFO kablam! --> src/lib.rs:30:1 Oct 11 03:21:24.654 INFO kablam! | Oct 11 03:21:24.654 INFO kablam! 30 | const SETUP_MALLOC_FAIL: usize = 2; Oct 11 03:21:24.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.654 INFO kablam! Oct 11 03:21:24.654 INFO kablam! warning: constant item is never used: `SETUP_MMAP_FAIL` Oct 11 03:21:24.654 INFO kablam! --> src/lib.rs:31:1 Oct 11 03:21:24.654 INFO kablam! | Oct 11 03:21:24.654 INFO kablam! 31 | const SETUP_MMAP_FAIL: usize = 3; Oct 11 03:21:24.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.654 INFO kablam! Oct 11 03:21:24.654 INFO kablam! warning: constant item is never used: `SETUP_CPUINFO_FAIL` Oct 11 03:21:24.654 INFO kablam! --> src/lib.rs:32:1 Oct 11 03:21:24.654 INFO kablam! | Oct 11 03:21:24.654 INFO kablam! 32 | const SETUP_CPUINFO_FAIL: usize = 4; Oct 11 03:21:24.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.654 INFO kablam! Oct 11 03:21:24.654 INFO kablam! warning: constant item is never used: `SETUP_NOT_RPI_FAIL` Oct 11 03:21:24.654 INFO kablam! --> src/lib.rs:33:1 Oct 11 03:21:24.654 INFO kablam! | Oct 11 03:21:24.654 INFO kablam! 33 | const SETUP_NOT_RPI_FAIL: usize = 5; Oct 11 03:21:24.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.654 INFO kablam! Oct 11 03:21:24.654 INFO kablam! warning: constant item is never used: `INPUT` Oct 11 03:21:24.654 INFO kablam! --> src/lib.rs:35:1 Oct 11 03:21:24.654 INFO kablam! | Oct 11 03:21:24.654 INFO kablam! 35 | const INPUT: usize = 1;// is really 0 for control register! Oct 11 03:21:24.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.654 INFO kablam! Oct 11 03:21:24.654 INFO kablam! warning: constant item is never used: `OUTPUT` Oct 11 03:21:24.654 INFO kablam! --> src/lib.rs:36:1 Oct 11 03:21:24.654 INFO kablam! | Oct 11 03:21:24.654 INFO kablam! 36 | const OUTPUT: usize = 0;// is really 1 for control register! Oct 11 03:21:24.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.654 INFO kablam! Oct 11 03:21:24.654 INFO kablam! warning: constant item is never used: `ALT0` Oct 11 03:21:24.654 INFO kablam! --> src/lib.rs:37:1 Oct 11 03:21:24.654 INFO kablam! | Oct 11 03:21:24.654 INFO kablam! 37 | const ALT0: usize = 4; Oct 11 03:21:24.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.654 INFO kablam! Oct 11 03:21:24.654 INFO kablam! warning: constant item is never used: `HIGH` Oct 11 03:21:24.654 INFO kablam! --> src/lib.rs:39:1 Oct 11 03:21:24.654 INFO kablam! | Oct 11 03:21:24.654 INFO kablam! 39 | const HIGH: usize = 1; Oct 11 03:21:24.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.655 INFO kablam! Oct 11 03:21:24.655 INFO kablam! warning: constant item is never used: `LOW` Oct 11 03:21:24.655 INFO kablam! --> src/lib.rs:40:1 Oct 11 03:21:24.655 INFO kablam! | Oct 11 03:21:24.655 INFO kablam! 40 | const LOW: usize = 0; Oct 11 03:21:24.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.655 INFO kablam! Oct 11 03:21:24.655 INFO kablam! warning: constant item is never used: `PUD_OFF` Oct 11 03:21:24.655 INFO kablam! --> src/lib.rs:42:1 Oct 11 03:21:24.655 INFO kablam! | Oct 11 03:21:24.655 INFO kablam! 42 | const PUD_OFF: usize = 0; Oct 11 03:21:24.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.655 INFO kablam! Oct 11 03:21:24.655 INFO kablam! warning: constant item is never used: `PUD_DOWN` Oct 11 03:21:24.655 INFO kablam! --> src/lib.rs:43:1 Oct 11 03:21:24.655 INFO kablam! | Oct 11 03:21:24.655 INFO kablam! 43 | const PUD_DOWN: usize = 1; Oct 11 03:21:24.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.655 INFO kablam! Oct 11 03:21:24.655 INFO kablam! warning: constant item is never used: `PUD_UP` Oct 11 03:21:24.655 INFO kablam! --> src/lib.rs:44:1 Oct 11 03:21:24.655 INFO kablam! | Oct 11 03:21:24.655 INFO kablam! 44 | const PUD_UP: usize = 2; Oct 11 03:21:24.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:24.655 INFO kablam! Oct 11 03:21:25.660 INFO kablam! warning: unused variable: `result` Oct 11 03:21:25.660 INFO kablam! --> src/main.rs:6:13 Oct 11 03:21:25.660 INFO kablam! | Oct 11 03:21:25.660 INFO kablam! 6 | let mut result = gpio_rust_code::setup(); Oct 11 03:21:25.660 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 11 03:21:25.660 INFO kablam! | Oct 11 03:21:25.660 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:21:25.660 INFO kablam! Oct 11 03:21:25.660 INFO kablam! warning: variable does not need to be mutable Oct 11 03:21:25.660 INFO kablam! --> src/main.rs:6:9 Oct 11 03:21:25.660 INFO kablam! | Oct 11 03:21:25.660 INFO kablam! 6 | let mut result = gpio_rust_code::setup(); Oct 11 03:21:25.660 INFO kablam! | ----^^^^^^ Oct 11 03:21:25.660 INFO kablam! | | Oct 11 03:21:25.660 INFO kablam! | help: remove this `mut` Oct 11 03:21:25.660 INFO kablam! | Oct 11 03:21:25.660 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 03:21:25.660 INFO kablam! Oct 11 03:21:26.032 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.27s Oct 11 03:21:26.039 INFO kablam! su: No module specific data is present Oct 11 03:21:26.535 INFO running `"docker" "rm" "-f" "fa429d4ac0441e626062d802ce703238845c21167f28c28bdfc41bd63de828d6"` Oct 11 03:21:26.618 INFO blam! fa429d4ac0441e626062d802ce703238845c21167f28c28bdfc41bd63de828d6 Oct 11 03:21:26.620 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:21:26.620 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 11 03:21:26.859 INFO blam! a8a2df38342df3107bb097e13bda513282a19e37a0f282c23be1b2fbc5a600f0 Oct 11 03:21:26.861 INFO running `"docker" "start" "-a" "a8a2df38342df3107bb097e13bda513282a19e37a0f282c23be1b2fbc5a600f0"` Oct 11 03:21:27.553 INFO kablam! usermod: no changes Oct 11 03:21:27.636 INFO kablam! Compiling gpio-rust-code v0.1.0 (/source) Oct 11 03:21:28.605 INFO kablam! warning: unused import: `std::io` Oct 11 03:21:28.605 INFO kablam! --> src/lib.rs:5:5 Oct 11 03:21:28.605 INFO kablam! | Oct 11 03:21:28.606 INFO kablam! 5 | use std::io; Oct 11 03:21:28.606 INFO kablam! | ^^^^^^^ Oct 11 03:21:28.606 INFO kablam! | Oct 11 03:21:28.606 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 03:21:28.607 INFO kablam! Oct 11 03:21:28.626 INFO kablam! warning: unused variable: `gpio_base` Oct 11 03:21:28.627 INFO kablam! --> src/lib.rs:58:9 Oct 11 03:21:28.627 INFO kablam! | Oct 11 03:21:28.627 INFO kablam! 58 | let gpio_base = peribase as usize + GPIO_BASE_OFFSET; Oct 11 03:21:28.630 INFO kablam! | ^^^^^^^^^ help: consider using `_gpio_base` instead Oct 11 03:21:28.630 INFO kablam! | Oct 11 03:21:28.630 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:21:28.631 INFO kablam! Oct 11 03:21:28.631 INFO kablam! warning: constant item is never used: `BCM2708_PERI_BASE_DEFAULT` Oct 11 03:21:28.631 INFO kablam! --> src/lib.rs:10:1 Oct 11 03:21:28.632 INFO kablam! | Oct 11 03:21:28.632 INFO kablam! 10 | const BCM2708_PERI_BASE_DEFAULT: usize = 0x20000000; Oct 11 03:21:28.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.632 INFO kablam! | Oct 11 03:21:28.633 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:21:28.633 INFO kablam! Oct 11 03:21:28.633 INFO kablam! warning: constant item is never used: `BCM2709_PERI_BASE_DEFAULT` Oct 11 03:21:28.633 INFO kablam! --> src/lib.rs:11:1 Oct 11 03:21:28.634 INFO kablam! | Oct 11 03:21:28.634 INFO kablam! 11 | const BCM2709_PERI_BASE_DEFAULT: usize = 0x3f000000; Oct 11 03:21:28.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.634 INFO kablam! Oct 11 03:21:28.635 INFO kablam! warning: constant item is never used: `FSEL_OFFSET` Oct 11 03:21:28.635 INFO kablam! --> src/lib.rs:13:1 Oct 11 03:21:28.635 INFO kablam! | Oct 11 03:21:28.635 INFO kablam! 13 | const FSEL_OFFSET: usize = 0; // 0x0000 Oct 11 03:21:28.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.636 INFO kablam! Oct 11 03:21:28.636 INFO kablam! warning: constant item is never used: `SET_OFFSET` Oct 11 03:21:28.636 INFO kablam! --> src/lib.rs:14:1 Oct 11 03:21:28.637 INFO kablam! | Oct 11 03:21:28.637 INFO kablam! 14 | const SET_OFFSET: usize = 7; // 0x001c / 4 Oct 11 03:21:28.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.638 INFO kablam! Oct 11 03:21:28.638 INFO kablam! warning: constant item is never used: `CLR_OFFSET` Oct 11 03:21:28.638 INFO kablam! --> src/lib.rs:15:1 Oct 11 03:21:28.638 INFO kablam! | Oct 11 03:21:28.639 INFO kablam! 15 | const CLR_OFFSET: usize = 10; // 0x0028 / 4 Oct 11 03:21:28.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.639 INFO kablam! Oct 11 03:21:28.639 INFO kablam! warning: constant item is never used: `PINLEVEL_OFFSET` Oct 11 03:21:28.640 INFO kablam! --> src/lib.rs:16:1 Oct 11 03:21:28.640 INFO kablam! | Oct 11 03:21:28.647 INFO kablam! 16 | const PINLEVEL_OFFSET: usize = 13; // 0x0034 / 4 Oct 11 03:21:28.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.647 INFO kablam! Oct 11 03:21:28.647 INFO kablam! warning: constant item is never used: `EVENT_DETECT_OFFSET` Oct 11 03:21:28.647 INFO kablam! --> src/lib.rs:17:1 Oct 11 03:21:28.647 INFO kablam! | Oct 11 03:21:28.647 INFO kablam! 17 | const EVENT_DETECT_OFFSET: usize = 16; // 0x0040 / 4 Oct 11 03:21:28.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.647 INFO kablam! Oct 11 03:21:28.647 INFO kablam! warning: constant item is never used: `RISING_ED_OFFSET` Oct 11 03:21:28.647 INFO kablam! --> src/lib.rs:18:1 Oct 11 03:21:28.647 INFO kablam! | Oct 11 03:21:28.647 INFO kablam! 18 | const RISING_ED_OFFSET: usize = 19; // 0x004c / 4 Oct 11 03:21:28.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.647 INFO kablam! Oct 11 03:21:28.647 INFO kablam! warning: constant item is never used: `FALLING_ED_OFFSET` Oct 11 03:21:28.647 INFO kablam! --> src/lib.rs:19:1 Oct 11 03:21:28.647 INFO kablam! | Oct 11 03:21:28.647 INFO kablam! 19 | const FALLING_ED_OFFSET: usize = 22; // 0x0058 / 4 Oct 11 03:21:28.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.647 INFO kablam! Oct 11 03:21:28.647 INFO kablam! warning: constant item is never used: `HIGH_DETECT_OFFSET` Oct 11 03:21:28.647 INFO kablam! --> src/lib.rs:20:1 Oct 11 03:21:28.647 INFO kablam! | Oct 11 03:21:28.647 INFO kablam! 20 | const HIGH_DETECT_OFFSET: usize = 25; // 0x0064 / 4 Oct 11 03:21:28.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.647 INFO kablam! Oct 11 03:21:28.647 INFO kablam! warning: constant item is never used: `LOW_DETECT_OFFSET` Oct 11 03:21:28.647 INFO kablam! --> src/lib.rs:21:1 Oct 11 03:21:28.647 INFO kablam! | Oct 11 03:21:28.647 INFO kablam! 21 | const LOW_DETECT_OFFSET: usize = 28; // 0x0070 / 4 Oct 11 03:21:28.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.647 INFO kablam! Oct 11 03:21:28.647 INFO kablam! warning: constant item is never used: `PULLUPDN_OFFSET` Oct 11 03:21:28.647 INFO kablam! --> src/lib.rs:22:1 Oct 11 03:21:28.647 INFO kablam! | Oct 11 03:21:28.647 INFO kablam! 22 | const PULLUPDN_OFFSET: usize = 37; // 0x0094 / 4 Oct 11 03:21:28.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.647 INFO kablam! Oct 11 03:21:28.647 INFO kablam! warning: constant item is never used: `PULLUPDNCLK_OFFSET` Oct 11 03:21:28.647 INFO kablam! --> src/lib.rs:23:1 Oct 11 03:21:28.647 INFO kablam! | Oct 11 03:21:28.647 INFO kablam! 23 | const PULLUPDNCLK_OFFSET: usize = 38; // 0x0098 / 4 Oct 11 03:21:28.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.647 INFO kablam! Oct 11 03:21:28.647 INFO kablam! warning: constant item is never used: `PAGE_SIZE` Oct 11 03:21:28.647 INFO kablam! --> src/lib.rs:25:1 Oct 11 03:21:28.647 INFO kablam! | Oct 11 03:21:28.647 INFO kablam! 25 | const PAGE_SIZE: usize = 4 * 1024; Oct 11 03:21:28.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.647 INFO kablam! Oct 11 03:21:28.647 INFO kablam! warning: constant item is never used: `BLOCK_SIZE` Oct 11 03:21:28.647 INFO kablam! --> src/lib.rs:26:1 Oct 11 03:21:28.647 INFO kablam! | Oct 11 03:21:28.647 INFO kablam! 26 | const BLOCK_SIZE: usize = 4 * 1024; Oct 11 03:21:28.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.647 INFO kablam! Oct 11 03:21:28.647 INFO kablam! warning: constant item is never used: `SETUP_OK` Oct 11 03:21:28.647 INFO kablam! --> src/lib.rs:28:1 Oct 11 03:21:28.647 INFO kablam! | Oct 11 03:21:28.647 INFO kablam! 28 | const SETUP_OK: usize = 0; Oct 11 03:21:28.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.647 INFO kablam! Oct 11 03:21:28.647 INFO kablam! warning: constant item is never used: `SETUP_DEVMEM_FAIL` Oct 11 03:21:28.648 INFO kablam! --> src/lib.rs:29:1 Oct 11 03:21:28.648 INFO kablam! | Oct 11 03:21:28.648 INFO kablam! 29 | const SETUP_DEVMEM_FAIL: usize = 1; Oct 11 03:21:28.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.648 INFO kablam! Oct 11 03:21:28.648 INFO kablam! warning: constant item is never used: `SETUP_MALLOC_FAIL` Oct 11 03:21:28.648 INFO kablam! --> src/lib.rs:30:1 Oct 11 03:21:28.648 INFO kablam! | Oct 11 03:21:28.648 INFO kablam! 30 | const SETUP_MALLOC_FAIL: usize = 2; Oct 11 03:21:28.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.648 INFO kablam! Oct 11 03:21:28.648 INFO kablam! warning: constant item is never used: `SETUP_MMAP_FAIL` Oct 11 03:21:28.648 INFO kablam! --> src/lib.rs:31:1 Oct 11 03:21:28.648 INFO kablam! | Oct 11 03:21:28.648 INFO kablam! 31 | const SETUP_MMAP_FAIL: usize = 3; Oct 11 03:21:28.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.648 INFO kablam! Oct 11 03:21:28.648 INFO kablam! warning: constant item is never used: `SETUP_CPUINFO_FAIL` Oct 11 03:21:28.648 INFO kablam! --> src/lib.rs:32:1 Oct 11 03:21:28.648 INFO kablam! | Oct 11 03:21:28.648 INFO kablam! 32 | const SETUP_CPUINFO_FAIL: usize = 4; Oct 11 03:21:28.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.648 INFO kablam! Oct 11 03:21:28.648 INFO kablam! warning: constant item is never used: `SETUP_NOT_RPI_FAIL` Oct 11 03:21:28.648 INFO kablam! --> src/lib.rs:33:1 Oct 11 03:21:28.648 INFO kablam! | Oct 11 03:21:28.648 INFO kablam! 33 | const SETUP_NOT_RPI_FAIL: usize = 5; Oct 11 03:21:28.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.648 INFO kablam! Oct 11 03:21:28.648 INFO kablam! warning: constant item is never used: `INPUT` Oct 11 03:21:28.648 INFO kablam! --> src/lib.rs:35:1 Oct 11 03:21:28.652 INFO kablam! | Oct 11 03:21:28.652 INFO kablam! 35 | const INPUT: usize = 1;// is really 0 for control register! Oct 11 03:21:28.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.652 INFO kablam! Oct 11 03:21:28.652 INFO kablam! warning: constant item is never used: `OUTPUT` Oct 11 03:21:28.652 INFO kablam! --> src/lib.rs:36:1 Oct 11 03:21:28.652 INFO kablam! | Oct 11 03:21:28.652 INFO kablam! 36 | const OUTPUT: usize = 0;// is really 1 for control register! Oct 11 03:21:28.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.652 INFO kablam! Oct 11 03:21:28.652 INFO kablam! warning: constant item is never used: `ALT0` Oct 11 03:21:28.652 INFO kablam! --> src/lib.rs:37:1 Oct 11 03:21:28.652 INFO kablam! | Oct 11 03:21:28.652 INFO kablam! 37 | const ALT0: usize = 4; Oct 11 03:21:28.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.652 INFO kablam! Oct 11 03:21:28.652 INFO kablam! warning: constant item is never used: `HIGH` Oct 11 03:21:28.652 INFO kablam! --> src/lib.rs:39:1 Oct 11 03:21:28.652 INFO kablam! | Oct 11 03:21:28.652 INFO kablam! 39 | const HIGH: usize = 1; Oct 11 03:21:28.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.652 INFO kablam! Oct 11 03:21:28.652 INFO kablam! warning: constant item is never used: `LOW` Oct 11 03:21:28.652 INFO kablam! --> src/lib.rs:40:1 Oct 11 03:21:28.652 INFO kablam! | Oct 11 03:21:28.652 INFO kablam! 40 | const LOW: usize = 0; Oct 11 03:21:28.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.652 INFO kablam! Oct 11 03:21:28.652 INFO kablam! warning: constant item is never used: `PUD_OFF` Oct 11 03:21:28.652 INFO kablam! --> src/lib.rs:42:1 Oct 11 03:21:28.652 INFO kablam! | Oct 11 03:21:28.652 INFO kablam! 42 | const PUD_OFF: usize = 0; Oct 11 03:21:28.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.652 INFO kablam! Oct 11 03:21:28.652 INFO kablam! warning: constant item is never used: `PUD_DOWN` Oct 11 03:21:28.652 INFO kablam! --> src/lib.rs:43:1 Oct 11 03:21:28.652 INFO kablam! | Oct 11 03:21:28.652 INFO kablam! 43 | const PUD_DOWN: usize = 1; Oct 11 03:21:28.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.652 INFO kablam! Oct 11 03:21:28.652 INFO kablam! warning: constant item is never used: `PUD_UP` Oct 11 03:21:28.653 INFO kablam! --> src/lib.rs:44:1 Oct 11 03:21:28.653 INFO kablam! | Oct 11 03:21:28.653 INFO kablam! 44 | const PUD_UP: usize = 2; Oct 11 03:21:28.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:21:28.653 INFO kablam! Oct 11 03:21:28.715 INFO kablam! warning: unused variable: `result` Oct 11 03:21:28.715 INFO kablam! --> src/main.rs:6:13 Oct 11 03:21:28.715 INFO kablam! | Oct 11 03:21:28.715 INFO kablam! 6 | let mut result = gpio_rust_code::setup(); Oct 11 03:21:28.715 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 11 03:21:28.715 INFO kablam! | Oct 11 03:21:28.715 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:21:28.715 INFO kablam! Oct 11 03:21:28.715 INFO kablam! warning: variable does not need to be mutable Oct 11 03:21:28.715 INFO kablam! --> src/main.rs:6:9 Oct 11 03:21:28.715 INFO kablam! | Oct 11 03:21:28.715 INFO kablam! 6 | let mut result = gpio_rust_code::setup(); Oct 11 03:21:28.715 INFO kablam! | ----^^^^^^ Oct 11 03:21:28.715 INFO kablam! | | Oct 11 03:21:28.715 INFO kablam! | help: remove this `mut` Oct 11 03:21:28.715 INFO kablam! | Oct 11 03:21:28.715 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 03:21:28.715 INFO kablam! Oct 11 03:21:29.209 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.62s Oct 11 03:21:29.216 INFO kablam! su: No module specific data is present Oct 11 03:21:29.726 INFO running `"docker" "rm" "-f" "a8a2df38342df3107bb097e13bda513282a19e37a0f282c23be1b2fbc5a600f0"` Oct 11 03:21:30.028 INFO blam! a8a2df38342df3107bb097e13bda513282a19e37a0f282c23be1b2fbc5a600f0 Oct 11 03:21:30.030 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:21:30.032 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 11 03:21:30.542 INFO blam! f54c0ee73b36d7255fe95a6bc31206556602156e48aa9b690f12d13b5eedcebf Oct 11 03:21:30.544 INFO running `"docker" "start" "-a" "f54c0ee73b36d7255fe95a6bc31206556602156e48aa9b690f12d13b5eedcebf"` Oct 11 03:21:31.485 INFO kablam! usermod: no changes Oct 11 03:21:31.546 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 03:21:31.546 INFO kablam! Running /target/debug/deps/gpio_rust_code-328f6564c13e871e Oct 11 03:21:31.568 INFO kablam! Running /target/debug/deps/gpio_rust_code-ba1d59b7576b4888 Oct 11 03:21:31.568 INFO blam! Oct 11 03:21:31.568 INFO kablam! Doc-tests gpio-rust-code Oct 11 03:21:31.568 INFO blam! running 0 tests Oct 11 03:21:31.568 INFO blam! Oct 11 03:21:31.568 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:21:31.568 INFO blam! Oct 11 03:21:31.568 INFO blam! Oct 11 03:21:31.568 INFO blam! running 1 test Oct 11 03:21:31.568 INFO blam! test it_opens ... ok Oct 11 03:21:31.568 INFO blam! Oct 11 03:21:31.568 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:21:31.568 INFO blam! Oct 11 03:21:32.748 INFO blam! Oct 11 03:21:32.748 INFO kablam! su: No module specific data is present Oct 11 03:21:32.748 INFO blam! running 0 tests Oct 11 03:21:32.748 INFO blam! Oct 11 03:21:32.748 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:21:32.748 INFO blam! Oct 11 03:21:33.182 INFO running `"docker" "rm" "-f" "f54c0ee73b36d7255fe95a6bc31206556602156e48aa9b690f12d13b5eedcebf"` Oct 11 03:21:33.336 INFO blam! f54c0ee73b36d7255fe95a6bc31206556602156e48aa9b690f12d13b5eedcebf