Oct 15 04:41:18.654 INFO testing alanjcfs/gpio-rust-code against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 04:41:18.654 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 04:41:18.999 INFO blam! 7fedbbd2d398b060364d1038b8364e8ae41d8a809205a06b278b80fce315d9f6 Oct 15 04:41:19.001 INFO running `"docker" "start" "-a" "7fedbbd2d398b060364d1038b8364e8ae41d8a809205a06b278b80fce315d9f6"` Oct 15 04:41:20.363 INFO kablam! usermod: no changes Oct 15 04:41:20.437 INFO kablam! Compiling memmap v0.5.0 Oct 15 04:41:21.295 INFO kablam! Compiling gpio-rust-code v0.1.0 (/source) Oct 15 04:41:21.631 INFO kablam! warning: unused import: `std::io` Oct 15 04:41:21.631 INFO kablam! --> src/lib.rs:5:5 Oct 15 04:41:21.631 INFO kablam! | Oct 15 04:41:21.631 INFO kablam! 5 | use std::io; Oct 15 04:41:21.631 INFO kablam! | ^^^^^^^ Oct 15 04:41:21.631 INFO kablam! | Oct 15 04:41:21.633 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:41:21.633 INFO kablam! Oct 15 04:41:21.659 INFO kablam! warning: unused variable: `gpio_base` Oct 15 04:41:21.659 INFO kablam! --> src/lib.rs:58:9 Oct 15 04:41:21.659 INFO kablam! | Oct 15 04:41:21.659 INFO kablam! 58 | let gpio_base = peribase as usize + GPIO_BASE_OFFSET; Oct 15 04:41:21.659 INFO kablam! | ^^^^^^^^^ help: consider using `_gpio_base` instead Oct 15 04:41:21.659 INFO kablam! | Oct 15 04:41:21.659 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:41:21.661 INFO kablam! Oct 15 04:41:21.661 INFO kablam! warning: constant item is never used: `BCM2708_PERI_BASE_DEFAULT` Oct 15 04:41:21.662 INFO kablam! --> src/lib.rs:10:1 Oct 15 04:41:21.662 INFO kablam! | Oct 15 04:41:21.662 INFO kablam! 10 | const BCM2708_PERI_BASE_DEFAULT: usize = 0x20000000; Oct 15 04:41:21.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.662 INFO kablam! | Oct 15 04:41:21.663 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:41:21.663 INFO kablam! Oct 15 04:41:21.663 INFO kablam! warning: constant item is never used: `BCM2709_PERI_BASE_DEFAULT` Oct 15 04:41:21.663 INFO kablam! --> src/lib.rs:11:1 Oct 15 04:41:21.663 INFO kablam! | Oct 15 04:41:21.663 INFO kablam! 11 | const BCM2709_PERI_BASE_DEFAULT: usize = 0x3f000000; Oct 15 04:41:21.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.663 INFO kablam! Oct 15 04:41:21.663 INFO kablam! warning: constant item is never used: `FSEL_OFFSET` Oct 15 04:41:21.663 INFO kablam! --> src/lib.rs:13:1 Oct 15 04:41:21.663 INFO kablam! | Oct 15 04:41:21.663 INFO kablam! 13 | const FSEL_OFFSET: usize = 0; // 0x0000 Oct 15 04:41:21.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.666 INFO kablam! Oct 15 04:41:21.666 INFO kablam! warning: constant item is never used: `SET_OFFSET` Oct 15 04:41:21.666 INFO kablam! --> src/lib.rs:14:1 Oct 15 04:41:21.666 INFO kablam! | Oct 15 04:41:21.666 INFO kablam! 14 | const SET_OFFSET: usize = 7; // 0x001c / 4 Oct 15 04:41:21.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.666 INFO kablam! Oct 15 04:41:21.666 INFO kablam! warning: constant item is never used: `CLR_OFFSET` Oct 15 04:41:21.666 INFO kablam! --> src/lib.rs:15:1 Oct 15 04:41:21.666 INFO kablam! | Oct 15 04:41:21.666 INFO kablam! 15 | const CLR_OFFSET: usize = 10; // 0x0028 / 4 Oct 15 04:41:21.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.666 INFO kablam! Oct 15 04:41:21.666 INFO kablam! warning: constant item is never used: `PINLEVEL_OFFSET` Oct 15 04:41:21.666 INFO kablam! --> src/lib.rs:16:1 Oct 15 04:41:21.666 INFO kablam! | Oct 15 04:41:21.666 INFO kablam! 16 | const PINLEVEL_OFFSET: usize = 13; // 0x0034 / 4 Oct 15 04:41:21.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.666 INFO kablam! Oct 15 04:41:21.666 INFO kablam! warning: constant item is never used: `EVENT_DETECT_OFFSET` Oct 15 04:41:21.666 INFO kablam! --> src/lib.rs:17:1 Oct 15 04:41:21.666 INFO kablam! | Oct 15 04:41:21.666 INFO kablam! 17 | const EVENT_DETECT_OFFSET: usize = 16; // 0x0040 / 4 Oct 15 04:41:21.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.666 INFO kablam! Oct 15 04:41:21.666 INFO kablam! warning: constant item is never used: `RISING_ED_OFFSET` Oct 15 04:41:21.666 INFO kablam! --> src/lib.rs:18:1 Oct 15 04:41:21.666 INFO kablam! | Oct 15 04:41:21.672 INFO kablam! 18 | const RISING_ED_OFFSET: usize = 19; // 0x004c / 4 Oct 15 04:41:21.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.672 INFO kablam! Oct 15 04:41:21.672 INFO kablam! warning: constant item is never used: `FALLING_ED_OFFSET` Oct 15 04:41:21.672 INFO kablam! --> src/lib.rs:19:1 Oct 15 04:41:21.672 INFO kablam! | Oct 15 04:41:21.672 INFO kablam! 19 | const FALLING_ED_OFFSET: usize = 22; // 0x0058 / 4 Oct 15 04:41:21.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.672 INFO kablam! Oct 15 04:41:21.672 INFO kablam! warning: constant item is never used: `HIGH_DETECT_OFFSET` Oct 15 04:41:21.672 INFO kablam! --> src/lib.rs:20:1 Oct 15 04:41:21.672 INFO kablam! | Oct 15 04:41:21.672 INFO kablam! 20 | const HIGH_DETECT_OFFSET: usize = 25; // 0x0064 / 4 Oct 15 04:41:21.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.672 INFO kablam! Oct 15 04:41:21.672 INFO kablam! warning: constant item is never used: `LOW_DETECT_OFFSET` Oct 15 04:41:21.672 INFO kablam! --> src/lib.rs:21:1 Oct 15 04:41:21.672 INFO kablam! | Oct 15 04:41:21.672 INFO kablam! 21 | const LOW_DETECT_OFFSET: usize = 28; // 0x0070 / 4 Oct 15 04:41:21.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.672 INFO kablam! Oct 15 04:41:21.672 INFO kablam! warning: constant item is never used: `PULLUPDN_OFFSET` Oct 15 04:41:21.672 INFO kablam! --> src/lib.rs:22:1 Oct 15 04:41:21.672 INFO kablam! | Oct 15 04:41:21.672 INFO kablam! 22 | const PULLUPDN_OFFSET: usize = 37; // 0x0094 / 4 Oct 15 04:41:21.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.672 INFO kablam! Oct 15 04:41:21.672 INFO kablam! warning: constant item is never used: `PULLUPDNCLK_OFFSET` Oct 15 04:41:21.672 INFO kablam! --> src/lib.rs:23:1 Oct 15 04:41:21.672 INFO kablam! | Oct 15 04:41:21.672 INFO kablam! 23 | const PULLUPDNCLK_OFFSET: usize = 38; // 0x0098 / 4 Oct 15 04:41:21.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.672 INFO kablam! Oct 15 04:41:21.672 INFO kablam! warning: constant item is never used: `PAGE_SIZE` Oct 15 04:41:21.672 INFO kablam! --> src/lib.rs:25:1 Oct 15 04:41:21.672 INFO kablam! | Oct 15 04:41:21.672 INFO kablam! 25 | const PAGE_SIZE: usize = 4 * 1024; Oct 15 04:41:21.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.672 INFO kablam! Oct 15 04:41:21.672 INFO kablam! warning: constant item is never used: `BLOCK_SIZE` Oct 15 04:41:21.672 INFO kablam! --> src/lib.rs:26:1 Oct 15 04:41:21.672 INFO kablam! | Oct 15 04:41:21.672 INFO kablam! 26 | const BLOCK_SIZE: usize = 4 * 1024; Oct 15 04:41:21.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.672 INFO kablam! Oct 15 04:41:21.672 INFO kablam! warning: constant item is never used: `SETUP_OK` Oct 15 04:41:21.672 INFO kablam! --> src/lib.rs:28:1 Oct 15 04:41:21.672 INFO kablam! | Oct 15 04:41:21.672 INFO kablam! 28 | const SETUP_OK: usize = 0; Oct 15 04:41:21.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.672 INFO kablam! Oct 15 04:41:21.672 INFO kablam! warning: constant item is never used: `SETUP_DEVMEM_FAIL` Oct 15 04:41:21.672 INFO kablam! --> src/lib.rs:29:1 Oct 15 04:41:21.672 INFO kablam! | Oct 15 04:41:21.672 INFO kablam! 29 | const SETUP_DEVMEM_FAIL: usize = 1; Oct 15 04:41:21.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.672 INFO kablam! Oct 15 04:41:21.672 INFO kablam! warning: constant item is never used: `SETUP_MALLOC_FAIL` Oct 15 04:41:21.672 INFO kablam! --> src/lib.rs:30:1 Oct 15 04:41:21.672 INFO kablam! | Oct 15 04:41:21.672 INFO kablam! 30 | const SETUP_MALLOC_FAIL: usize = 2; Oct 15 04:41:21.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.672 INFO kablam! Oct 15 04:41:21.672 INFO kablam! warning: constant item is never used: `SETUP_MMAP_FAIL` Oct 15 04:41:21.672 INFO kablam! --> src/lib.rs:31:1 Oct 15 04:41:21.672 INFO kablam! | Oct 15 04:41:21.673 INFO kablam! 31 | const SETUP_MMAP_FAIL: usize = 3; Oct 15 04:41:21.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.673 INFO kablam! Oct 15 04:41:21.673 INFO kablam! warning: constant item is never used: `SETUP_CPUINFO_FAIL` Oct 15 04:41:21.673 INFO kablam! --> src/lib.rs:32:1 Oct 15 04:41:21.673 INFO kablam! | Oct 15 04:41:21.673 INFO kablam! 32 | const SETUP_CPUINFO_FAIL: usize = 4; Oct 15 04:41:21.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.673 INFO kablam! Oct 15 04:41:21.673 INFO kablam! warning: constant item is never used: `SETUP_NOT_RPI_FAIL` Oct 15 04:41:21.673 INFO kablam! --> src/lib.rs:33:1 Oct 15 04:41:21.673 INFO kablam! | Oct 15 04:41:21.673 INFO kablam! 33 | const SETUP_NOT_RPI_FAIL: usize = 5; Oct 15 04:41:21.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.673 INFO kablam! Oct 15 04:41:21.673 INFO kablam! warning: constant item is never used: `INPUT` Oct 15 04:41:21.673 INFO kablam! --> src/lib.rs:35:1 Oct 15 04:41:21.673 INFO kablam! | Oct 15 04:41:21.673 INFO kablam! 35 | const INPUT: usize = 1;// is really 0 for control register! Oct 15 04:41:21.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.673 INFO kablam! Oct 15 04:41:21.673 INFO kablam! warning: constant item is never used: `OUTPUT` Oct 15 04:41:21.673 INFO kablam! --> src/lib.rs:36:1 Oct 15 04:41:21.673 INFO kablam! | Oct 15 04:41:21.673 INFO kablam! 36 | const OUTPUT: usize = 0;// is really 1 for control register! Oct 15 04:41:21.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.673 INFO kablam! Oct 15 04:41:21.673 INFO kablam! warning: constant item is never used: `ALT0` Oct 15 04:41:21.673 INFO kablam! --> src/lib.rs:37:1 Oct 15 04:41:21.673 INFO kablam! | Oct 15 04:41:21.673 INFO kablam! 37 | const ALT0: usize = 4; Oct 15 04:41:21.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.673 INFO kablam! Oct 15 04:41:21.673 INFO kablam! warning: constant item is never used: `HIGH` Oct 15 04:41:21.673 INFO kablam! --> src/lib.rs:39:1 Oct 15 04:41:21.673 INFO kablam! | Oct 15 04:41:21.673 INFO kablam! 39 | const HIGH: usize = 1; Oct 15 04:41:21.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.673 INFO kablam! Oct 15 04:41:21.673 INFO kablam! warning: constant item is never used: `LOW` Oct 15 04:41:21.673 INFO kablam! --> src/lib.rs:40:1 Oct 15 04:41:21.673 INFO kablam! | Oct 15 04:41:21.673 INFO kablam! 40 | const LOW: usize = 0; Oct 15 04:41:21.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.673 INFO kablam! Oct 15 04:41:21.673 INFO kablam! warning: constant item is never used: `PUD_OFF` Oct 15 04:41:21.673 INFO kablam! --> src/lib.rs:42:1 Oct 15 04:41:21.673 INFO kablam! | Oct 15 04:41:21.673 INFO kablam! 42 | const PUD_OFF: usize = 0; Oct 15 04:41:21.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.673 INFO kablam! Oct 15 04:41:21.673 INFO kablam! warning: constant item is never used: `PUD_DOWN` Oct 15 04:41:21.673 INFO kablam! --> src/lib.rs:43:1 Oct 15 04:41:21.673 INFO kablam! | Oct 15 04:41:21.673 INFO kablam! 43 | const PUD_DOWN: usize = 1; Oct 15 04:41:21.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.673 INFO kablam! Oct 15 04:41:21.687 INFO kablam! warning: constant item is never used: `PUD_UP` Oct 15 04:41:21.687 INFO kablam! --> src/lib.rs:44:1 Oct 15 04:41:21.687 INFO kablam! | Oct 15 04:41:21.687 INFO kablam! 44 | const PUD_UP: usize = 2; Oct 15 04:41:21.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.687 INFO kablam! Oct 15 04:41:22.404 INFO kablam! warning: unused variable: `result` Oct 15 04:41:22.404 INFO kablam! --> src/main.rs:6:13 Oct 15 04:41:22.404 INFO kablam! | Oct 15 04:41:22.404 INFO kablam! 6 | let mut result = gpio_rust_code::setup(); Oct 15 04:41:22.404 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 15 04:41:22.404 INFO kablam! | Oct 15 04:41:22.404 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:41:22.404 INFO kablam! Oct 15 04:41:22.407 INFO kablam! warning: variable does not need to be mutable Oct 15 04:41:22.407 INFO kablam! --> src/main.rs:6:9 Oct 15 04:41:22.407 INFO kablam! | Oct 15 04:41:22.411 INFO kablam! 6 | let mut result = gpio_rust_code::setup(); Oct 15 04:41:22.411 INFO kablam! | ----^^^^^^ Oct 15 04:41:22.411 INFO kablam! | | Oct 15 04:41:22.411 INFO kablam! | help: remove this `mut` Oct 15 04:41:22.411 INFO kablam! | Oct 15 04:41:22.411 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 04:41:22.411 INFO kablam! Oct 15 04:41:22.804 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.41s Oct 15 04:41:22.807 INFO kablam! su: No module specific data is present Oct 15 04:41:23.911 INFO running `"docker" "rm" "-f" "7fedbbd2d398b060364d1038b8364e8ae41d8a809205a06b278b80fce315d9f6"` Oct 15 04:41:24.227 INFO blam! 7fedbbd2d398b060364d1038b8364e8ae41d8a809205a06b278b80fce315d9f6 Oct 15 04:41:24.245 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 04:41:24.703 INFO blam! 945dfe6707218c6a54d34bc3d9594c5f2a125bf46fa4e366ce0002b67007ec46 Oct 15 04:41:24.709 INFO running `"docker" "start" "-a" "945dfe6707218c6a54d34bc3d9594c5f2a125bf46fa4e366ce0002b67007ec46"` Oct 15 04:41:26.248 INFO kablam! usermod: no changes Oct 15 04:41:26.315 INFO kablam! Compiling gpio-rust-code v0.1.0 (/source) Oct 15 04:41:27.135 INFO kablam! warning: unused import: `std::io` Oct 15 04:41:27.135 INFO kablam! --> src/lib.rs:5:5 Oct 15 04:41:27.135 INFO kablam! | Oct 15 04:41:27.135 INFO kablam! 5 | use std::io; Oct 15 04:41:27.135 INFO kablam! | ^^^^^^^ Oct 15 04:41:27.135 INFO kablam! | Oct 15 04:41:27.151 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:41:27.151 INFO kablam! Oct 15 04:41:27.196 INFO kablam! warning: unused variable: `gpio_base` Oct 15 04:41:27.196 INFO kablam! --> src/lib.rs:58:9 Oct 15 04:41:27.196 INFO kablam! | Oct 15 04:41:27.196 INFO kablam! 58 | let gpio_base = peribase as usize + GPIO_BASE_OFFSET; Oct 15 04:41:27.196 INFO kablam! | ^^^^^^^^^ help: consider using `_gpio_base` instead Oct 15 04:41:27.196 INFO kablam! | Oct 15 04:41:27.196 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:41:27.197 INFO kablam! Oct 15 04:41:27.200 INFO kablam! warning: constant item is never used: `BCM2708_PERI_BASE_DEFAULT` Oct 15 04:41:27.200 INFO kablam! --> src/lib.rs:10:1 Oct 15 04:41:27.201 INFO kablam! | Oct 15 04:41:27.201 INFO kablam! 10 | const BCM2708_PERI_BASE_DEFAULT: usize = 0x20000000; Oct 15 04:41:27.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.201 INFO kablam! | Oct 15 04:41:27.201 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:41:27.201 INFO kablam! Oct 15 04:41:27.201 INFO kablam! warning: constant item is never used: `BCM2709_PERI_BASE_DEFAULT` Oct 15 04:41:27.202 INFO kablam! --> src/lib.rs:11:1 Oct 15 04:41:27.202 INFO kablam! | Oct 15 04:41:27.202 INFO kablam! 11 | const BCM2709_PERI_BASE_DEFAULT: usize = 0x3f000000; Oct 15 04:41:27.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.202 INFO kablam! Oct 15 04:41:27.203 INFO kablam! warning: constant item is never used: `FSEL_OFFSET` Oct 15 04:41:27.203 INFO kablam! --> src/lib.rs:13:1 Oct 15 04:41:27.203 INFO kablam! | Oct 15 04:41:27.203 INFO kablam! 13 | const FSEL_OFFSET: usize = 0; // 0x0000 Oct 15 04:41:27.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.203 INFO kablam! Oct 15 04:41:27.204 INFO kablam! warning: constant item is never used: `SET_OFFSET` Oct 15 04:41:27.204 INFO kablam! --> src/lib.rs:14:1 Oct 15 04:41:27.204 INFO kablam! | Oct 15 04:41:27.204 INFO kablam! 14 | const SET_OFFSET: usize = 7; // 0x001c / 4 Oct 15 04:41:27.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.204 INFO kablam! Oct 15 04:41:27.204 INFO kablam! warning: constant item is never used: `CLR_OFFSET` Oct 15 04:41:27.204 INFO kablam! --> src/lib.rs:15:1 Oct 15 04:41:27.204 INFO kablam! | Oct 15 04:41:27.204 INFO kablam! 15 | const CLR_OFFSET: usize = 10; // 0x0028 / 4 Oct 15 04:41:27.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.204 INFO kablam! Oct 15 04:41:27.204 INFO kablam! warning: constant item is never used: `PINLEVEL_OFFSET` Oct 15 04:41:27.205 INFO kablam! --> src/lib.rs:16:1 Oct 15 04:41:27.205 INFO kablam! | Oct 15 04:41:27.205 INFO kablam! 16 | const PINLEVEL_OFFSET: usize = 13; // 0x0034 / 4 Oct 15 04:41:27.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.205 INFO kablam! Oct 15 04:41:27.205 INFO kablam! warning: constant item is never used: `EVENT_DETECT_OFFSET` Oct 15 04:41:27.205 INFO kablam! --> src/lib.rs:17:1 Oct 15 04:41:27.205 INFO kablam! | Oct 15 04:41:27.205 INFO kablam! 17 | const EVENT_DETECT_OFFSET: usize = 16; // 0x0040 / 4 Oct 15 04:41:27.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.205 INFO kablam! Oct 15 04:41:27.205 INFO kablam! warning: constant item is never used: `RISING_ED_OFFSET` Oct 15 04:41:27.205 INFO kablam! --> src/lib.rs:18:1 Oct 15 04:41:27.205 INFO kablam! | Oct 15 04:41:27.205 INFO kablam! 18 | const RISING_ED_OFFSET: usize = 19; // 0x004c / 4 Oct 15 04:41:27.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.205 INFO kablam! Oct 15 04:41:27.206 INFO kablam! warning: constant item is never used: `FALLING_ED_OFFSET` Oct 15 04:41:27.206 INFO kablam! --> src/lib.rs:19:1 Oct 15 04:41:27.206 INFO kablam! | Oct 15 04:41:27.206 INFO kablam! 19 | const FALLING_ED_OFFSET: usize = 22; // 0x0058 / 4 Oct 15 04:41:27.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.206 INFO kablam! Oct 15 04:41:27.206 INFO kablam! warning: constant item is never used: `HIGH_DETECT_OFFSET` Oct 15 04:41:27.206 INFO kablam! --> src/lib.rs:20:1 Oct 15 04:41:27.206 INFO kablam! | Oct 15 04:41:27.206 INFO kablam! 20 | const HIGH_DETECT_OFFSET: usize = 25; // 0x0064 / 4 Oct 15 04:41:27.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.206 INFO kablam! Oct 15 04:41:27.207 INFO kablam! warning: constant item is never used: `LOW_DETECT_OFFSET` Oct 15 04:41:27.207 INFO kablam! --> src/lib.rs:21:1 Oct 15 04:41:27.207 INFO kablam! | Oct 15 04:41:27.207 INFO kablam! 21 | const LOW_DETECT_OFFSET: usize = 28; // 0x0070 / 4 Oct 15 04:41:27.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.207 INFO kablam! Oct 15 04:41:27.207 INFO kablam! warning: constant item is never used: `PULLUPDN_OFFSET` Oct 15 04:41:27.207 INFO kablam! --> src/lib.rs:22:1 Oct 15 04:41:27.207 INFO kablam! | Oct 15 04:41:27.207 INFO kablam! 22 | const PULLUPDN_OFFSET: usize = 37; // 0x0094 / 4 Oct 15 04:41:27.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.207 INFO kablam! Oct 15 04:41:27.207 INFO kablam! warning: constant item is never used: `PULLUPDNCLK_OFFSET` Oct 15 04:41:27.207 INFO kablam! --> src/lib.rs:23:1 Oct 15 04:41:27.207 INFO kablam! | Oct 15 04:41:27.207 INFO kablam! 23 | const PULLUPDNCLK_OFFSET: usize = 38; // 0x0098 / 4 Oct 15 04:41:27.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.208 INFO kablam! Oct 15 04:41:27.208 INFO kablam! warning: constant item is never used: `PAGE_SIZE` Oct 15 04:41:27.208 INFO kablam! --> src/lib.rs:25:1 Oct 15 04:41:27.208 INFO kablam! | Oct 15 04:41:27.208 INFO kablam! 25 | const PAGE_SIZE: usize = 4 * 1024; Oct 15 04:41:27.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.208 INFO kablam! Oct 15 04:41:27.208 INFO kablam! warning: constant item is never used: `BLOCK_SIZE` Oct 15 04:41:27.208 INFO kablam! --> src/lib.rs:26:1 Oct 15 04:41:27.208 INFO kablam! | Oct 15 04:41:27.208 INFO kablam! 26 | const BLOCK_SIZE: usize = 4 * 1024; Oct 15 04:41:27.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.208 INFO kablam! Oct 15 04:41:27.208 INFO kablam! warning: constant item is never used: `SETUP_OK` Oct 15 04:41:27.208 INFO kablam! --> src/lib.rs:28:1 Oct 15 04:41:27.208 INFO kablam! | Oct 15 04:41:27.208 INFO kablam! 28 | const SETUP_OK: usize = 0; Oct 15 04:41:27.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.208 INFO kablam! Oct 15 04:41:27.209 INFO kablam! warning: constant item is never used: `SETUP_DEVMEM_FAIL` Oct 15 04:41:27.209 INFO kablam! --> src/lib.rs:29:1 Oct 15 04:41:27.209 INFO kablam! | Oct 15 04:41:27.209 INFO kablam! 29 | const SETUP_DEVMEM_FAIL: usize = 1; Oct 15 04:41:27.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.209 INFO kablam! Oct 15 04:41:27.209 INFO kablam! warning: constant item is never used: `SETUP_MALLOC_FAIL` Oct 15 04:41:27.209 INFO kablam! --> src/lib.rs:30:1 Oct 15 04:41:27.209 INFO kablam! | Oct 15 04:41:27.209 INFO kablam! 30 | const SETUP_MALLOC_FAIL: usize = 2; Oct 15 04:41:27.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.209 INFO kablam! Oct 15 04:41:27.209 INFO kablam! warning: constant item is never used: `SETUP_MMAP_FAIL` Oct 15 04:41:27.209 INFO kablam! --> src/lib.rs:31:1 Oct 15 04:41:27.209 INFO kablam! | Oct 15 04:41:27.210 INFO kablam! 31 | const SETUP_MMAP_FAIL: usize = 3; Oct 15 04:41:27.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.210 INFO kablam! Oct 15 04:41:27.210 INFO kablam! warning: constant item is never used: `SETUP_CPUINFO_FAIL` Oct 15 04:41:27.210 INFO kablam! --> src/lib.rs:32:1 Oct 15 04:41:27.210 INFO kablam! | Oct 15 04:41:27.210 INFO kablam! 32 | const SETUP_CPUINFO_FAIL: usize = 4; Oct 15 04:41:27.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.210 INFO kablam! Oct 15 04:41:27.210 INFO kablam! warning: constant item is never used: `SETUP_NOT_RPI_FAIL` Oct 15 04:41:27.210 INFO kablam! --> src/lib.rs:33:1 Oct 15 04:41:27.210 INFO kablam! | Oct 15 04:41:27.210 INFO kablam! 33 | const SETUP_NOT_RPI_FAIL: usize = 5; Oct 15 04:41:27.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.210 INFO kablam! Oct 15 04:41:27.211 INFO kablam! warning: constant item is never used: `INPUT` Oct 15 04:41:27.211 INFO kablam! --> src/lib.rs:35:1 Oct 15 04:41:27.211 INFO kablam! | Oct 15 04:41:27.211 INFO kablam! 35 | const INPUT: usize = 1;// is really 0 for control register! Oct 15 04:41:27.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.211 INFO kablam! Oct 15 04:41:27.211 INFO kablam! warning: constant item is never used: `OUTPUT` Oct 15 04:41:27.211 INFO kablam! --> src/lib.rs:36:1 Oct 15 04:41:27.211 INFO kablam! | Oct 15 04:41:27.211 INFO kablam! 36 | const OUTPUT: usize = 0;// is really 1 for control register! Oct 15 04:41:27.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.211 INFO kablam! Oct 15 04:41:27.211 INFO kablam! warning: constant item is never used: `ALT0` Oct 15 04:41:27.211 INFO kablam! --> src/lib.rs:37:1 Oct 15 04:41:27.211 INFO kablam! | Oct 15 04:41:27.211 INFO kablam! 37 | const ALT0: usize = 4; Oct 15 04:41:27.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.212 INFO kablam! Oct 15 04:41:27.212 INFO kablam! warning: constant item is never used: `HIGH` Oct 15 04:41:27.212 INFO kablam! --> src/lib.rs:39:1 Oct 15 04:41:27.212 INFO kablam! | Oct 15 04:41:27.212 INFO kablam! 39 | const HIGH: usize = 1; Oct 15 04:41:27.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.212 INFO kablam! Oct 15 04:41:27.212 INFO kablam! warning: constant item is never used: `LOW` Oct 15 04:41:27.212 INFO kablam! --> src/lib.rs:40:1 Oct 15 04:41:27.212 INFO kablam! | Oct 15 04:41:27.212 INFO kablam! 40 | const LOW: usize = 0; Oct 15 04:41:27.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.212 INFO kablam! Oct 15 04:41:27.212 INFO kablam! warning: constant item is never used: `PUD_OFF` Oct 15 04:41:27.212 INFO kablam! --> src/lib.rs:42:1 Oct 15 04:41:27.212 INFO kablam! | Oct 15 04:41:27.212 INFO kablam! 42 | const PUD_OFF: usize = 0; Oct 15 04:41:27.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.212 INFO kablam! Oct 15 04:41:27.213 INFO kablam! warning: constant item is never used: `PUD_DOWN` Oct 15 04:41:27.213 INFO kablam! --> src/lib.rs:43:1 Oct 15 04:41:27.213 INFO kablam! | Oct 15 04:41:27.213 INFO kablam! 43 | const PUD_DOWN: usize = 1; Oct 15 04:41:27.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.213 INFO kablam! Oct 15 04:41:27.219 INFO kablam! warning: constant item is never used: `PUD_UP` Oct 15 04:41:27.219 INFO kablam! --> src/lib.rs:44:1 Oct 15 04:41:27.219 INFO kablam! | Oct 15 04:41:27.219 INFO kablam! 44 | const PUD_UP: usize = 2; Oct 15 04:41:27.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:27.219 INFO kablam! Oct 15 04:41:27.299 INFO kablam! warning: unused variable: `result` Oct 15 04:41:27.299 INFO kablam! --> src/main.rs:6:13 Oct 15 04:41:27.299 INFO kablam! | Oct 15 04:41:27.299 INFO kablam! 6 | let mut result = gpio_rust_code::setup(); Oct 15 04:41:27.299 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 15 04:41:27.306 INFO kablam! | Oct 15 04:41:27.306 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:41:27.306 INFO kablam! Oct 15 04:41:27.308 INFO kablam! warning: variable does not need to be mutable Oct 15 04:41:27.309 INFO kablam! --> src/main.rs:6:9 Oct 15 04:41:27.309 INFO kablam! | Oct 15 04:41:27.309 INFO kablam! 6 | let mut result = gpio_rust_code::setup(); Oct 15 04:41:27.310 INFO kablam! | ----^^^^^^ Oct 15 04:41:27.310 INFO kablam! | | Oct 15 04:41:27.310 INFO kablam! | help: remove this `mut` Oct 15 04:41:27.310 INFO kablam! | Oct 15 04:41:27.310 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 04:41:27.310 INFO kablam! Oct 15 04:41:27.947 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.68s Oct 15 04:41:27.955 INFO kablam! su: No module specific data is present Oct 15 04:41:29.059 INFO running `"docker" "rm" "-f" "945dfe6707218c6a54d34bc3d9594c5f2a125bf46fa4e366ce0002b67007ec46"` Oct 15 04:41:29.327 INFO blam! 945dfe6707218c6a54d34bc3d9594c5f2a125bf46fa4e366ce0002b67007ec46 Oct 15 04:41:29.335 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 04:41:29.699 INFO blam! c0d44862d75f7dc2d4d876e07d94f1477793e84805b6702658aed0663749c031 Oct 15 04:41:29.707 INFO running `"docker" "start" "-a" "c0d44862d75f7dc2d4d876e07d94f1477793e84805b6702658aed0663749c031"` Oct 15 04:41:31.174 INFO kablam! usermod: no changes Oct 15 04:41:31.227 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 04:41:31.227 INFO kablam! Running /target/debug/deps/gpio_rust_code-328f6564c13e871e Oct 15 04:41:31.242 INFO blam! Oct 15 04:41:31.242 INFO blam! running 0 tests Oct 15 04:41:31.242 INFO blam! Oct 15 04:41:31.242 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:41:31.242 INFO blam! Oct 15 04:41:31.248 INFO kablam! Running /target/debug/deps/gpio_rust_code-ba1d59b7576b4888 Oct 15 04:41:31.256 INFO blam! Oct 15 04:41:31.256 INFO blam! running 1 test Oct 15 04:41:31.258 INFO blam! test it_opens ... ok Oct 15 04:41:31.258 INFO kablam! Doc-tests gpio-rust-code Oct 15 04:41:31.258 INFO blam! Oct 15 04:41:31.258 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:41:31.258 INFO blam! Oct 15 04:41:31.903 INFO blam! Oct 15 04:41:31.903 INFO blam! running 0 tests Oct 15 04:41:31.903 INFO blam! Oct 15 04:41:31.903 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:41:31.903 INFO blam! Oct 15 04:41:31.907 INFO kablam! su: No module specific data is present Oct 15 04:41:32.899 INFO running `"docker" "rm" "-f" "c0d44862d75f7dc2d4d876e07d94f1477793e84805b6702658aed0663749c031"` Oct 15 04:41:33.159 INFO blam! c0d44862d75f7dc2d4d876e07d94f1477793e84805b6702658aed0663749c031