Oct 15 04:41:18.388 INFO testing alanjcfs/gpio-rust-code against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 04:41:18.388 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 04:41:18.891 INFO blam! 02466f97972f359684ecfa3703003f8bd06828b191cb2c6a97402cc053db65c7 Oct 15 04:41:18.893 INFO running `"docker" "start" "-a" "02466f97972f359684ecfa3703003f8bd06828b191cb2c6a97402cc053db65c7"` Oct 15 04:41:20.355 INFO kablam! usermod: no changes Oct 15 04:41:20.439 INFO kablam! Compiling memmap v0.5.0 Oct 15 04:41:21.323 INFO kablam! Compiling gpio-rust-code v0.1.0 (/source) Oct 15 04:41:21.703 INFO kablam! warning: unused import: `std::io` Oct 15 04:41:21.703 INFO kablam! --> src/lib.rs:5:5 Oct 15 04:41:21.703 INFO kablam! | Oct 15 04:41:21.703 INFO kablam! 5 | use std::io; Oct 15 04:41:21.703 INFO kablam! | ^^^^^^^ Oct 15 04:41:21.703 INFO kablam! | Oct 15 04:41:21.703 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:41:21.703 INFO kablam! Oct 15 04:41:21.725 INFO kablam! warning: unused variable: `gpio_base` Oct 15 04:41:21.725 INFO kablam! --> src/lib.rs:58:9 Oct 15 04:41:21.725 INFO kablam! | Oct 15 04:41:21.725 INFO kablam! 58 | let gpio_base = peribase as usize + GPIO_BASE_OFFSET; Oct 15 04:41:21.725 INFO kablam! | ^^^^^^^^^ help: consider using `_gpio_base` instead Oct 15 04:41:21.725 INFO kablam! | Oct 15 04:41:21.725 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:41:21.725 INFO kablam! Oct 15 04:41:21.736 INFO kablam! warning: constant item is never used: `BCM2708_PERI_BASE_DEFAULT` Oct 15 04:41:21.736 INFO kablam! --> src/lib.rs:10:1 Oct 15 04:41:21.736 INFO kablam! | Oct 15 04:41:21.736 INFO kablam! 10 | const BCM2708_PERI_BASE_DEFAULT: usize = 0x20000000; Oct 15 04:41:21.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.736 INFO kablam! | Oct 15 04:41:21.736 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:41:21.736 INFO kablam! Oct 15 04:41:21.736 INFO kablam! warning: constant item is never used: `BCM2709_PERI_BASE_DEFAULT` Oct 15 04:41:21.736 INFO kablam! --> src/lib.rs:11:1 Oct 15 04:41:21.736 INFO kablam! | Oct 15 04:41:21.736 INFO kablam! 11 | const BCM2709_PERI_BASE_DEFAULT: usize = 0x3f000000; Oct 15 04:41:21.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.736 INFO kablam! Oct 15 04:41:21.736 INFO kablam! warning: constant item is never used: `FSEL_OFFSET` Oct 15 04:41:21.736 INFO kablam! --> src/lib.rs:13:1 Oct 15 04:41:21.736 INFO kablam! | Oct 15 04:41:21.736 INFO kablam! 13 | const FSEL_OFFSET: usize = 0; // 0x0000 Oct 15 04:41:21.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.736 INFO kablam! Oct 15 04:41:21.736 INFO kablam! warning: constant item is never used: `SET_OFFSET` Oct 15 04:41:21.736 INFO kablam! --> src/lib.rs:14:1 Oct 15 04:41:21.736 INFO kablam! | Oct 15 04:41:21.736 INFO kablam! 14 | const SET_OFFSET: usize = 7; // 0x001c / 4 Oct 15 04:41:21.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.736 INFO kablam! Oct 15 04:41:21.736 INFO kablam! warning: constant item is never used: `CLR_OFFSET` Oct 15 04:41:21.736 INFO kablam! --> src/lib.rs:15:1 Oct 15 04:41:21.736 INFO kablam! | Oct 15 04:41:21.736 INFO kablam! 15 | const CLR_OFFSET: usize = 10; // 0x0028 / 4 Oct 15 04:41:21.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.736 INFO kablam! Oct 15 04:41:21.736 INFO kablam! warning: constant item is never used: `PINLEVEL_OFFSET` Oct 15 04:41:21.736 INFO kablam! --> src/lib.rs:16:1 Oct 15 04:41:21.736 INFO kablam! | Oct 15 04:41:21.736 INFO kablam! 16 | const PINLEVEL_OFFSET: usize = 13; // 0x0034 / 4 Oct 15 04:41:21.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.736 INFO kablam! Oct 15 04:41:21.736 INFO kablam! warning: constant item is never used: `EVENT_DETECT_OFFSET` Oct 15 04:41:21.736 INFO kablam! --> src/lib.rs:17:1 Oct 15 04:41:21.736 INFO kablam! | Oct 15 04:41:21.736 INFO kablam! 17 | const EVENT_DETECT_OFFSET: usize = 16; // 0x0040 / 4 Oct 15 04:41:21.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.736 INFO kablam! Oct 15 04:41:21.736 INFO kablam! warning: constant item is never used: `RISING_ED_OFFSET` Oct 15 04:41:21.736 INFO kablam! --> src/lib.rs:18:1 Oct 15 04:41:21.736 INFO kablam! | Oct 15 04:41:21.736 INFO kablam! 18 | const RISING_ED_OFFSET: usize = 19; // 0x004c / 4 Oct 15 04:41:21.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.736 INFO kablam! Oct 15 04:41:21.736 INFO kablam! warning: constant item is never used: `FALLING_ED_OFFSET` Oct 15 04:41:21.736 INFO kablam! --> src/lib.rs:19:1 Oct 15 04:41:21.736 INFO kablam! | Oct 15 04:41:21.736 INFO kablam! 19 | const FALLING_ED_OFFSET: usize = 22; // 0x0058 / 4 Oct 15 04:41:21.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.736 INFO kablam! Oct 15 04:41:21.736 INFO kablam! warning: constant item is never used: `HIGH_DETECT_OFFSET` Oct 15 04:41:21.736 INFO kablam! --> src/lib.rs:20:1 Oct 15 04:41:21.736 INFO kablam! | Oct 15 04:41:21.736 INFO kablam! 20 | const HIGH_DETECT_OFFSET: usize = 25; // 0x0064 / 4 Oct 15 04:41:21.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.736 INFO kablam! Oct 15 04:41:21.736 INFO kablam! warning: constant item is never used: `LOW_DETECT_OFFSET` Oct 15 04:41:21.736 INFO kablam! --> src/lib.rs:21:1 Oct 15 04:41:21.736 INFO kablam! | Oct 15 04:41:21.736 INFO kablam! 21 | const LOW_DETECT_OFFSET: usize = 28; // 0x0070 / 4 Oct 15 04:41:21.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.736 INFO kablam! Oct 15 04:41:21.736 INFO kablam! warning: constant item is never used: `PULLUPDN_OFFSET` Oct 15 04:41:21.736 INFO kablam! --> src/lib.rs:22:1 Oct 15 04:41:21.736 INFO kablam! | Oct 15 04:41:21.736 INFO kablam! 22 | const PULLUPDN_OFFSET: usize = 37; // 0x0094 / 4 Oct 15 04:41:21.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.736 INFO kablam! Oct 15 04:41:21.736 INFO kablam! warning: constant item is never used: `PULLUPDNCLK_OFFSET` Oct 15 04:41:21.736 INFO kablam! --> src/lib.rs:23:1 Oct 15 04:41:21.736 INFO kablam! | Oct 15 04:41:21.736 INFO kablam! 23 | const PULLUPDNCLK_OFFSET: usize = 38; // 0x0098 / 4 Oct 15 04:41:21.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.736 INFO kablam! Oct 15 04:41:21.736 INFO kablam! warning: constant item is never used: `PAGE_SIZE` Oct 15 04:41:21.736 INFO kablam! --> src/lib.rs:25:1 Oct 15 04:41:21.736 INFO kablam! | Oct 15 04:41:21.736 INFO kablam! 25 | const PAGE_SIZE: usize = 4 * 1024; Oct 15 04:41:21.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.736 INFO kablam! Oct 15 04:41:21.736 INFO kablam! warning: constant item is never used: `BLOCK_SIZE` Oct 15 04:41:21.737 INFO kablam! --> src/lib.rs:26:1 Oct 15 04:41:21.737 INFO kablam! | Oct 15 04:41:21.737 INFO kablam! 26 | const BLOCK_SIZE: usize = 4 * 1024; Oct 15 04:41:21.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.737 INFO kablam! Oct 15 04:41:21.737 INFO kablam! warning: constant item is never used: `SETUP_OK` Oct 15 04:41:21.737 INFO kablam! --> src/lib.rs:28:1 Oct 15 04:41:21.737 INFO kablam! | Oct 15 04:41:21.737 INFO kablam! 28 | const SETUP_OK: usize = 0; Oct 15 04:41:21.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.737 INFO kablam! Oct 15 04:41:21.737 INFO kablam! warning: constant item is never used: `SETUP_DEVMEM_FAIL` Oct 15 04:41:21.737 INFO kablam! --> src/lib.rs:29:1 Oct 15 04:41:21.737 INFO kablam! | Oct 15 04:41:21.737 INFO kablam! 29 | const SETUP_DEVMEM_FAIL: usize = 1; Oct 15 04:41:21.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.737 INFO kablam! Oct 15 04:41:21.737 INFO kablam! warning: constant item is never used: `SETUP_MALLOC_FAIL` Oct 15 04:41:21.737 INFO kablam! --> src/lib.rs:30:1 Oct 15 04:41:21.737 INFO kablam! | Oct 15 04:41:21.737 INFO kablam! 30 | const SETUP_MALLOC_FAIL: usize = 2; Oct 15 04:41:21.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.737 INFO kablam! Oct 15 04:41:21.737 INFO kablam! warning: constant item is never used: `SETUP_MMAP_FAIL` Oct 15 04:41:21.737 INFO kablam! --> src/lib.rs:31:1 Oct 15 04:41:21.737 INFO kablam! | Oct 15 04:41:21.737 INFO kablam! 31 | const SETUP_MMAP_FAIL: usize = 3; Oct 15 04:41:21.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.737 INFO kablam! Oct 15 04:41:21.737 INFO kablam! warning: constant item is never used: `SETUP_CPUINFO_FAIL` Oct 15 04:41:21.737 INFO kablam! --> src/lib.rs:32:1 Oct 15 04:41:21.737 INFO kablam! | Oct 15 04:41:21.737 INFO kablam! 32 | const SETUP_CPUINFO_FAIL: usize = 4; Oct 15 04:41:21.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.737 INFO kablam! Oct 15 04:41:21.737 INFO kablam! warning: constant item is never used: `SETUP_NOT_RPI_FAIL` Oct 15 04:41:21.737 INFO kablam! --> src/lib.rs:33:1 Oct 15 04:41:21.737 INFO kablam! | Oct 15 04:41:21.737 INFO kablam! 33 | const SETUP_NOT_RPI_FAIL: usize = 5; Oct 15 04:41:21.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.737 INFO kablam! Oct 15 04:41:21.737 INFO kablam! warning: constant item is never used: `INPUT` Oct 15 04:41:21.737 INFO kablam! --> src/lib.rs:35:1 Oct 15 04:41:21.737 INFO kablam! | Oct 15 04:41:21.737 INFO kablam! 35 | const INPUT: usize = 1;// is really 0 for control register! Oct 15 04:41:21.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.737 INFO kablam! Oct 15 04:41:21.737 INFO kablam! warning: constant item is never used: `OUTPUT` Oct 15 04:41:21.737 INFO kablam! --> src/lib.rs:36:1 Oct 15 04:41:21.737 INFO kablam! | Oct 15 04:41:21.737 INFO kablam! 36 | const OUTPUT: usize = 0;// is really 1 for control register! Oct 15 04:41:21.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.737 INFO kablam! Oct 15 04:41:21.737 INFO kablam! warning: constant item is never used: `ALT0` Oct 15 04:41:21.737 INFO kablam! --> src/lib.rs:37:1 Oct 15 04:41:21.737 INFO kablam! | Oct 15 04:41:21.737 INFO kablam! 37 | const ALT0: usize = 4; Oct 15 04:41:21.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.737 INFO kablam! Oct 15 04:41:21.737 INFO kablam! warning: constant item is never used: `HIGH` Oct 15 04:41:21.737 INFO kablam! --> src/lib.rs:39:1 Oct 15 04:41:21.737 INFO kablam! | Oct 15 04:41:21.737 INFO kablam! 39 | const HIGH: usize = 1; Oct 15 04:41:21.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.737 INFO kablam! Oct 15 04:41:21.737 INFO kablam! warning: constant item is never used: `LOW` Oct 15 04:41:21.737 INFO kablam! --> src/lib.rs:40:1 Oct 15 04:41:21.737 INFO kablam! | Oct 15 04:41:21.737 INFO kablam! 40 | const LOW: usize = 0; Oct 15 04:41:21.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.737 INFO kablam! Oct 15 04:41:21.737 INFO kablam! warning: constant item is never used: `PUD_OFF` Oct 15 04:41:21.737 INFO kablam! --> src/lib.rs:42:1 Oct 15 04:41:21.737 INFO kablam! | Oct 15 04:41:21.737 INFO kablam! 42 | const PUD_OFF: usize = 0; Oct 15 04:41:21.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.737 INFO kablam! Oct 15 04:41:21.737 INFO kablam! warning: constant item is never used: `PUD_DOWN` Oct 15 04:41:21.737 INFO kablam! --> src/lib.rs:43:1 Oct 15 04:41:21.737 INFO kablam! | Oct 15 04:41:21.737 INFO kablam! 43 | const PUD_DOWN: usize = 1; Oct 15 04:41:21.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.737 INFO kablam! Oct 15 04:41:21.737 INFO kablam! warning: constant item is never used: `PUD_UP` Oct 15 04:41:21.737 INFO kablam! --> src/lib.rs:44:1 Oct 15 04:41:21.737 INFO kablam! | Oct 15 04:41:21.737 INFO kablam! 44 | const PUD_UP: usize = 2; Oct 15 04:41:21.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:21.738 INFO kablam! Oct 15 04:41:22.348 INFO kablam! warning: unused variable: `result` Oct 15 04:41:22.348 INFO kablam! --> src/main.rs:6:13 Oct 15 04:41:22.349 INFO kablam! | Oct 15 04:41:22.350 INFO kablam! 6 | let mut result = gpio_rust_code::setup(); Oct 15 04:41:22.350 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 15 04:41:22.351 INFO kablam! | Oct 15 04:41:22.351 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:41:22.352 INFO kablam! Oct 15 04:41:22.355 INFO kablam! warning: variable does not need to be mutable Oct 15 04:41:22.356 INFO kablam! --> src/main.rs:6:9 Oct 15 04:41:22.357 INFO kablam! | Oct 15 04:41:22.357 INFO kablam! 6 | let mut result = gpio_rust_code::setup(); Oct 15 04:41:22.358 INFO kablam! | ----^^^^^^ Oct 15 04:41:22.358 INFO kablam! | | Oct 15 04:41:22.359 INFO kablam! | help: remove this `mut` Oct 15 04:41:22.363 INFO kablam! | Oct 15 04:41:22.363 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 04:41:22.364 INFO kablam! Oct 15 04:41:22.810 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.43s Oct 15 04:41:22.813 INFO kablam! su: No module specific data is present Oct 15 04:41:23.723 INFO running `"docker" "rm" "-f" "02466f97972f359684ecfa3703003f8bd06828b191cb2c6a97402cc053db65c7"` Oct 15 04:41:23.995 INFO blam! 02466f97972f359684ecfa3703003f8bd06828b191cb2c6a97402cc053db65c7 Oct 15 04:41:24.005 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 04:41:24.495 INFO blam! 184556f4c41cf7a02541302d52afbf8d432d928db824200604645b6fe0002c19 Oct 15 04:41:24.496 INFO running `"docker" "start" "-a" "184556f4c41cf7a02541302d52afbf8d432d928db824200604645b6fe0002c19"` Oct 15 04:41:25.511 INFO kablam! usermod: no changes Oct 15 04:41:25.595 INFO kablam! Compiling gpio-rust-code v0.1.0 (/source) Oct 15 04:41:26.135 INFO kablam! warning: unused import: `std::io` Oct 15 04:41:26.135 INFO kablam! --> src/lib.rs:5:5 Oct 15 04:41:26.135 INFO kablam! | Oct 15 04:41:26.135 INFO kablam! 5 | use std::io; Oct 15 04:41:26.135 INFO kablam! | ^^^^^^^ Oct 15 04:41:26.135 INFO kablam! | Oct 15 04:41:26.135 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:41:26.135 INFO kablam! Oct 15 04:41:26.215 INFO kablam! warning: unused variable: `gpio_base` Oct 15 04:41:26.215 INFO kablam! --> src/lib.rs:58:9 Oct 15 04:41:26.215 INFO kablam! | Oct 15 04:41:26.215 INFO kablam! 58 | let gpio_base = peribase as usize + GPIO_BASE_OFFSET; Oct 15 04:41:26.215 INFO kablam! | ^^^^^^^^^ help: consider using `_gpio_base` instead Oct 15 04:41:26.215 INFO kablam! | Oct 15 04:41:26.215 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:41:26.215 INFO kablam! Oct 15 04:41:26.227 INFO kablam! warning: constant item is never used: `BCM2708_PERI_BASE_DEFAULT` Oct 15 04:41:26.227 INFO kablam! --> src/lib.rs:10:1 Oct 15 04:41:26.227 INFO kablam! | Oct 15 04:41:26.227 INFO kablam! 10 | const BCM2708_PERI_BASE_DEFAULT: usize = 0x20000000; Oct 15 04:41:26.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.227 INFO kablam! | Oct 15 04:41:26.227 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:41:26.227 INFO kablam! Oct 15 04:41:26.227 INFO kablam! warning: constant item is never used: `BCM2709_PERI_BASE_DEFAULT` Oct 15 04:41:26.227 INFO kablam! --> src/lib.rs:11:1 Oct 15 04:41:26.227 INFO kablam! | Oct 15 04:41:26.227 INFO kablam! 11 | const BCM2709_PERI_BASE_DEFAULT: usize = 0x3f000000; Oct 15 04:41:26.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.227 INFO kablam! Oct 15 04:41:26.227 INFO kablam! warning: constant item is never used: `FSEL_OFFSET` Oct 15 04:41:26.228 INFO kablam! --> src/lib.rs:13:1 Oct 15 04:41:26.228 INFO kablam! | Oct 15 04:41:26.228 INFO kablam! 13 | const FSEL_OFFSET: usize = 0; // 0x0000 Oct 15 04:41:26.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.228 INFO kablam! Oct 15 04:41:26.228 INFO kablam! warning: constant item is never used: `SET_OFFSET` Oct 15 04:41:26.228 INFO kablam! --> src/lib.rs:14:1 Oct 15 04:41:26.228 INFO kablam! | Oct 15 04:41:26.228 INFO kablam! 14 | const SET_OFFSET: usize = 7; // 0x001c / 4 Oct 15 04:41:26.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.228 INFO kablam! Oct 15 04:41:26.228 INFO kablam! warning: constant item is never used: `CLR_OFFSET` Oct 15 04:41:26.228 INFO kablam! --> src/lib.rs:15:1 Oct 15 04:41:26.228 INFO kablam! | Oct 15 04:41:26.228 INFO kablam! 15 | const CLR_OFFSET: usize = 10; // 0x0028 / 4 Oct 15 04:41:26.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.228 INFO kablam! Oct 15 04:41:26.228 INFO kablam! warning: constant item is never used: `PINLEVEL_OFFSET` Oct 15 04:41:26.228 INFO kablam! --> src/lib.rs:16:1 Oct 15 04:41:26.228 INFO kablam! | Oct 15 04:41:26.228 INFO kablam! 16 | const PINLEVEL_OFFSET: usize = 13; // 0x0034 / 4 Oct 15 04:41:26.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.228 INFO kablam! Oct 15 04:41:26.228 INFO kablam! warning: constant item is never used: `EVENT_DETECT_OFFSET` Oct 15 04:41:26.228 INFO kablam! --> src/lib.rs:17:1 Oct 15 04:41:26.228 INFO kablam! | Oct 15 04:41:26.228 INFO kablam! 17 | const EVENT_DETECT_OFFSET: usize = 16; // 0x0040 / 4 Oct 15 04:41:26.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.228 INFO kablam! Oct 15 04:41:26.228 INFO kablam! warning: constant item is never used: `RISING_ED_OFFSET` Oct 15 04:41:26.228 INFO kablam! --> src/lib.rs:18:1 Oct 15 04:41:26.228 INFO kablam! | Oct 15 04:41:26.228 INFO kablam! 18 | const RISING_ED_OFFSET: usize = 19; // 0x004c / 4 Oct 15 04:41:26.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.228 INFO kablam! Oct 15 04:41:26.228 INFO kablam! warning: constant item is never used: `FALLING_ED_OFFSET` Oct 15 04:41:26.228 INFO kablam! --> src/lib.rs:19:1 Oct 15 04:41:26.228 INFO kablam! | Oct 15 04:41:26.228 INFO kablam! 19 | const FALLING_ED_OFFSET: usize = 22; // 0x0058 / 4 Oct 15 04:41:26.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.228 INFO kablam! Oct 15 04:41:26.228 INFO kablam! warning: constant item is never used: `HIGH_DETECT_OFFSET` Oct 15 04:41:26.228 INFO kablam! --> src/lib.rs:20:1 Oct 15 04:41:26.228 INFO kablam! | Oct 15 04:41:26.228 INFO kablam! 20 | const HIGH_DETECT_OFFSET: usize = 25; // 0x0064 / 4 Oct 15 04:41:26.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.228 INFO kablam! Oct 15 04:41:26.228 INFO kablam! warning: constant item is never used: `LOW_DETECT_OFFSET` Oct 15 04:41:26.228 INFO kablam! --> src/lib.rs:21:1 Oct 15 04:41:26.228 INFO kablam! | Oct 15 04:41:26.228 INFO kablam! 21 | const LOW_DETECT_OFFSET: usize = 28; // 0x0070 / 4 Oct 15 04:41:26.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.228 INFO kablam! Oct 15 04:41:26.228 INFO kablam! warning: constant item is never used: `PULLUPDN_OFFSET` Oct 15 04:41:26.228 INFO kablam! --> src/lib.rs:22:1 Oct 15 04:41:26.228 INFO kablam! | Oct 15 04:41:26.228 INFO kablam! 22 | const PULLUPDN_OFFSET: usize = 37; // 0x0094 / 4 Oct 15 04:41:26.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.228 INFO kablam! Oct 15 04:41:26.228 INFO kablam! warning: constant item is never used: `PULLUPDNCLK_OFFSET` Oct 15 04:41:26.228 INFO kablam! --> src/lib.rs:23:1 Oct 15 04:41:26.228 INFO kablam! | Oct 15 04:41:26.228 INFO kablam! 23 | const PULLUPDNCLK_OFFSET: usize = 38; // 0x0098 / 4 Oct 15 04:41:26.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.228 INFO kablam! Oct 15 04:41:26.228 INFO kablam! warning: constant item is never used: `PAGE_SIZE` Oct 15 04:41:26.228 INFO kablam! --> src/lib.rs:25:1 Oct 15 04:41:26.228 INFO kablam! | Oct 15 04:41:26.228 INFO kablam! 25 | const PAGE_SIZE: usize = 4 * 1024; Oct 15 04:41:26.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.228 INFO kablam! Oct 15 04:41:26.228 INFO kablam! warning: constant item is never used: `BLOCK_SIZE` Oct 15 04:41:26.228 INFO kablam! --> src/lib.rs:26:1 Oct 15 04:41:26.228 INFO kablam! | Oct 15 04:41:26.228 INFO kablam! 26 | const BLOCK_SIZE: usize = 4 * 1024; Oct 15 04:41:26.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.228 INFO kablam! Oct 15 04:41:26.228 INFO kablam! warning: constant item is never used: `SETUP_OK` Oct 15 04:41:26.228 INFO kablam! --> src/lib.rs:28:1 Oct 15 04:41:26.228 INFO kablam! | Oct 15 04:41:26.228 INFO kablam! 28 | const SETUP_OK: usize = 0; Oct 15 04:41:26.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.229 INFO kablam! Oct 15 04:41:26.229 INFO kablam! warning: constant item is never used: `SETUP_DEVMEM_FAIL` Oct 15 04:41:26.229 INFO kablam! --> src/lib.rs:29:1 Oct 15 04:41:26.229 INFO kablam! | Oct 15 04:41:26.229 INFO kablam! 29 | const SETUP_DEVMEM_FAIL: usize = 1; Oct 15 04:41:26.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.229 INFO kablam! Oct 15 04:41:26.229 INFO kablam! warning: constant item is never used: `SETUP_MALLOC_FAIL` Oct 15 04:41:26.229 INFO kablam! --> src/lib.rs:30:1 Oct 15 04:41:26.229 INFO kablam! | Oct 15 04:41:26.229 INFO kablam! 30 | const SETUP_MALLOC_FAIL: usize = 2; Oct 15 04:41:26.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.229 INFO kablam! Oct 15 04:41:26.229 INFO kablam! warning: constant item is never used: `SETUP_MMAP_FAIL` Oct 15 04:41:26.229 INFO kablam! --> src/lib.rs:31:1 Oct 15 04:41:26.229 INFO kablam! | Oct 15 04:41:26.229 INFO kablam! 31 | const SETUP_MMAP_FAIL: usize = 3; Oct 15 04:41:26.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.229 INFO kablam! Oct 15 04:41:26.229 INFO kablam! warning: constant item is never used: `SETUP_CPUINFO_FAIL` Oct 15 04:41:26.229 INFO kablam! --> src/lib.rs:32:1 Oct 15 04:41:26.229 INFO kablam! | Oct 15 04:41:26.229 INFO kablam! 32 | const SETUP_CPUINFO_FAIL: usize = 4; Oct 15 04:41:26.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.229 INFO kablam! Oct 15 04:41:26.229 INFO kablam! warning: constant item is never used: `SETUP_NOT_RPI_FAIL` Oct 15 04:41:26.229 INFO kablam! --> src/lib.rs:33:1 Oct 15 04:41:26.229 INFO kablam! | Oct 15 04:41:26.229 INFO kablam! 33 | const SETUP_NOT_RPI_FAIL: usize = 5; Oct 15 04:41:26.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.229 INFO kablam! Oct 15 04:41:26.229 INFO kablam! warning: constant item is never used: `INPUT` Oct 15 04:41:26.229 INFO kablam! --> src/lib.rs:35:1 Oct 15 04:41:26.229 INFO kablam! | Oct 15 04:41:26.229 INFO kablam! 35 | const INPUT: usize = 1;// is really 0 for control register! Oct 15 04:41:26.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.229 INFO kablam! Oct 15 04:41:26.229 INFO kablam! warning: constant item is never used: `OUTPUT` Oct 15 04:41:26.229 INFO kablam! --> src/lib.rs:36:1 Oct 15 04:41:26.229 INFO kablam! | Oct 15 04:41:26.229 INFO kablam! 36 | const OUTPUT: usize = 0;// is really 1 for control register! Oct 15 04:41:26.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.229 INFO kablam! Oct 15 04:41:26.229 INFO kablam! warning: constant item is never used: `ALT0` Oct 15 04:41:26.229 INFO kablam! --> src/lib.rs:37:1 Oct 15 04:41:26.229 INFO kablam! | Oct 15 04:41:26.229 INFO kablam! 37 | const ALT0: usize = 4; Oct 15 04:41:26.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.229 INFO kablam! Oct 15 04:41:26.229 INFO kablam! warning: constant item is never used: `HIGH` Oct 15 04:41:26.229 INFO kablam! --> src/lib.rs:39:1 Oct 15 04:41:26.229 INFO kablam! | Oct 15 04:41:26.229 INFO kablam! 39 | const HIGH: usize = 1; Oct 15 04:41:26.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.229 INFO kablam! Oct 15 04:41:26.229 INFO kablam! warning: constant item is never used: `LOW` Oct 15 04:41:26.229 INFO kablam! --> src/lib.rs:40:1 Oct 15 04:41:26.229 INFO kablam! | Oct 15 04:41:26.229 INFO kablam! 40 | const LOW: usize = 0; Oct 15 04:41:26.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.229 INFO kablam! Oct 15 04:41:26.229 INFO kablam! warning: constant item is never used: `PUD_OFF` Oct 15 04:41:26.229 INFO kablam! --> src/lib.rs:42:1 Oct 15 04:41:26.229 INFO kablam! | Oct 15 04:41:26.229 INFO kablam! 42 | const PUD_OFF: usize = 0; Oct 15 04:41:26.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.229 INFO kablam! Oct 15 04:41:26.229 INFO kablam! warning: constant item is never used: `PUD_DOWN` Oct 15 04:41:26.229 INFO kablam! --> src/lib.rs:43:1 Oct 15 04:41:26.229 INFO kablam! | Oct 15 04:41:26.229 INFO kablam! 43 | const PUD_DOWN: usize = 1; Oct 15 04:41:26.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.229 INFO kablam! Oct 15 04:41:26.229 INFO kablam! warning: constant item is never used: `PUD_UP` Oct 15 04:41:26.229 INFO kablam! --> src/lib.rs:44:1 Oct 15 04:41:26.229 INFO kablam! | Oct 15 04:41:26.229 INFO kablam! 44 | const PUD_UP: usize = 2; Oct 15 04:41:26.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:41:26.229 INFO kablam! Oct 15 04:41:26.543 INFO kablam! warning: unused variable: `result` Oct 15 04:41:26.543 INFO kablam! --> src/main.rs:6:13 Oct 15 04:41:26.543 INFO kablam! | Oct 15 04:41:26.543 INFO kablam! 6 | let mut result = gpio_rust_code::setup(); Oct 15 04:41:26.543 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 15 04:41:26.543 INFO kablam! | Oct 15 04:41:26.544 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:41:26.544 INFO kablam! Oct 15 04:41:26.544 INFO kablam! warning: variable does not need to be mutable Oct 15 04:41:26.544 INFO kablam! --> src/main.rs:6:9 Oct 15 04:41:26.545 INFO kablam! | Oct 15 04:41:26.545 INFO kablam! 6 | let mut result = gpio_rust_code::setup(); Oct 15 04:41:26.545 INFO kablam! | ----^^^^^^ Oct 15 04:41:26.545 INFO kablam! | | Oct 15 04:41:26.546 INFO kablam! | help: remove this `mut` Oct 15 04:41:26.546 INFO kablam! | Oct 15 04:41:26.546 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 04:41:26.546 INFO kablam! Oct 15 04:41:27.371 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.84s Oct 15 04:41:27.375 INFO kablam! su: No module specific data is present Oct 15 04:41:28.447 INFO running `"docker" "rm" "-f" "184556f4c41cf7a02541302d52afbf8d432d928db824200604645b6fe0002c19"` Oct 15 04:41:28.935 INFO blam! 184556f4c41cf7a02541302d52afbf8d432d928db824200604645b6fe0002c19 Oct 15 04:41:28.935 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 04:41:29.363 INFO blam! be9a45c26cdfeeba321d1062fbbe9fcf577f30557c47c287d2d69b481939d436 Oct 15 04:41:29.371 INFO running `"docker" "start" "-a" "be9a45c26cdfeeba321d1062fbbe9fcf577f30557c47c287d2d69b481939d436"` Oct 15 04:41:30.631 INFO kablam! usermod: no changes Oct 15 04:41:30.719 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 04:41:30.732 INFO kablam! Running /target/debug/deps/gpio_rust_code-51cc129c521c1e72 Oct 15 04:41:30.732 INFO blam! Oct 15 04:41:30.732 INFO blam! running 0 tests Oct 15 04:41:30.732 INFO blam! Oct 15 04:41:30.732 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:41:30.733 INFO blam! Oct 15 04:41:30.743 INFO blam! Oct 15 04:41:30.744 INFO kablam! Running /target/debug/deps/gpio_rust_code-db293a816633a349 Oct 15 04:41:30.744 INFO blam! running 1 test Oct 15 04:41:30.744 INFO kablam! Doc-tests gpio-rust-code Oct 15 04:41:30.744 INFO blam! test it_opens ... ok Oct 15 04:41:30.744 INFO blam! Oct 15 04:41:30.744 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:41:30.744 INFO blam! Oct 15 04:41:31.328 INFO blam! Oct 15 04:41:31.328 INFO blam! running 0 tests Oct 15 04:41:31.328 INFO blam! Oct 15 04:41:31.328 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:41:31.328 INFO blam! Oct 15 04:41:31.339 INFO kablam! su: No module specific data is present Oct 15 04:41:32.639 INFO running `"docker" "rm" "-f" "be9a45c26cdfeeba321d1062fbbe9fcf577f30557c47c287d2d69b481939d436"` Oct 15 04:41:32.893 INFO blam! be9a45c26cdfeeba321d1062fbbe9fcf577f30557c47c287d2d69b481939d436