Oct 15 13:47:06.077 INFO testing ws281x-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 13:47:06.077 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 13:47:06.576 INFO blam! a1c7dea04890ac33e9dee914a67459b439233fe29ec8523bf4db320f2f6ef93e Oct 15 13:47:06.591 INFO running `"docker" "start" "-a" "a1c7dea04890ac33e9dee914a67459b439233fe29ec8523bf4db320f2f6ef93e"` Oct 15 13:47:07.418 INFO kablam! usermod: no changes Oct 15 13:47:07.465 INFO kablam! Compiling ws281x v0.1.0 (/source) Oct 15 13:47:07.836 INFO kablam! warning: use of deprecated item 'gcc::compile_library': crate has been renamed to `cc`, the `gcc` name is not maintained Oct 15 13:47:07.836 INFO kablam! --> build.rs:4:2 Oct 15 13:47:07.836 INFO kablam! | Oct 15 13:47:07.836 INFO kablam! 4 | gcc::compile_library("libws281x.a", &["c/mailbox.c", "c/ws2811.c", "c/pwm.c", "c/dma.c", "c/rpihw.c"]); Oct 15 13:47:07.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 13:47:07.836 INFO kablam! | Oct 15 13:47:07.836 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 13:47:07.836 INFO kablam! Oct 15 13:47:08.580 INFO kablam! warning: c/mailbox.c: In function 'unmapmem': Oct 15 13:47:08.580 INFO kablam! warning: c/mailbox.c:71:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Oct 15 13:47:08.580 INFO kablam! warning: uint32_t baseaddr = (uint32_t)addr & pagemask; Oct 15 13:47:08.580 INFO kablam! warning: ^ Oct 15 13:47:08.580 INFO kablam! warning: c/mailbox.c:74:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Oct 15 13:47:08.580 INFO kablam! warning: s = munmap((void *)baseaddr, size); Oct 15 13:47:08.580 INFO kablam! warning: ^ Oct 15 13:47:08.580 INFO kablam! warning: c/ws2811.c: In function 'setup_pwm': Oct 15 13:47:08.580 INFO kablam! warning: c/ws2811.c:302:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Oct 15 13:47:08.580 INFO kablam! warning: dma_cb->dest_ad = (uint32_t)&((pwm_t *)PWM_PERIPH_PHYS)->fif1; Oct 15 13:47:08.580 INFO kablam! warning: ^ Oct 15 13:47:09.102 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.66s Oct 15 13:47:09.105 INFO kablam! su: No module specific data is present Oct 15 13:47:09.456 INFO running `"docker" "rm" "-f" "a1c7dea04890ac33e9dee914a67459b439233fe29ec8523bf4db320f2f6ef93e"` Oct 15 13:47:09.557 INFO blam! a1c7dea04890ac33e9dee914a67459b439233fe29ec8523bf4db320f2f6ef93e Oct 15 13:47:09.561 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 13:47:09.783 INFO blam! 922b400da60b1f1cce16a68cb6f4e024dc4aa4cce9462f3a5ef5ed8381e51381 Oct 15 13:47:09.791 INFO running `"docker" "start" "-a" "922b400da60b1f1cce16a68cb6f4e024dc4aa4cce9462f3a5ef5ed8381e51381"` Oct 15 13:47:10.315 INFO kablam! usermod: no changes Oct 15 13:47:10.371 INFO kablam! warning: c/mailbox.c: In function 'unmapmem': Oct 15 13:47:10.371 INFO kablam! warning: c/mailbox.c:71:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Oct 15 13:47:10.371 INFO kablam! warning: uint32_t baseaddr = (uint32_t)addr & pagemask; Oct 15 13:47:10.371 INFO kablam! warning: ^ Oct 15 13:47:10.371 INFO kablam! warning: c/mailbox.c:74:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Oct 15 13:47:10.371 INFO kablam! warning: s = munmap((void *)baseaddr, size); Oct 15 13:47:10.371 INFO kablam! warning: ^ Oct 15 13:47:10.371 INFO kablam! warning: c/ws2811.c: In function 'setup_pwm': Oct 15 13:47:10.371 INFO kablam! warning: c/ws2811.c:302:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Oct 15 13:47:10.371 INFO kablam! warning: dma_cb->dest_ad = (uint32_t)&((pwm_t *)PWM_PERIPH_PHYS)->fif1; Oct 15 13:47:10.371 INFO kablam! warning: ^ Oct 15 13:47:10.371 INFO kablam! Compiling ws281x v0.1.0 (/source) Oct 15 13:47:11.627 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Oct 15 13:47:11.629 INFO kablam! su: No module specific data is present Oct 15 13:47:12.006 INFO running `"docker" "rm" "-f" "922b400da60b1f1cce16a68cb6f4e024dc4aa4cce9462f3a5ef5ed8381e51381"` Oct 15 13:47:12.101 INFO blam! 922b400da60b1f1cce16a68cb6f4e024dc4aa4cce9462f3a5ef5ed8381e51381 Oct 15 13:47:12.105 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 13:47:12.331 INFO blam! e1ea67e46de86b68eec305ac4db869fd97e8e47bc0298d42aed2c42e83634597 Oct 15 13:47:12.336 INFO running `"docker" "start" "-a" "e1ea67e46de86b68eec305ac4db869fd97e8e47bc0298d42aed2c42e83634597"` Oct 15 13:47:13.253 INFO kablam! usermod: no changes Oct 15 13:47:13.286 INFO kablam! warning: c/mailbox.c: In function 'unmapmem': Oct 15 13:47:13.286 INFO kablam! warning: c/mailbox.c:71:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Oct 15 13:47:13.286 INFO kablam! warning: uint32_t baseaddr = (uint32_t)addr & pagemask; Oct 15 13:47:13.286 INFO kablam! warning: ^ Oct 15 13:47:13.286 INFO kablam! warning: c/mailbox.c:74:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Oct 15 13:47:13.286 INFO kablam! warning: s = munmap((void *)baseaddr, size); Oct 15 13:47:13.286 INFO kablam! warning: ^ Oct 15 13:47:13.286 INFO kablam! warning: c/ws2811.c: In function 'setup_pwm': Oct 15 13:47:13.286 INFO kablam! warning: c/ws2811.c:302:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Oct 15 13:47:13.287 INFO kablam! warning: dma_cb->dest_ad = (uint32_t)&((pwm_t *)PWM_PERIPH_PHYS)->fif1; Oct 15 13:47:13.287 INFO kablam! warning: ^ Oct 15 13:47:13.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 13:47:13.288 INFO kablam! Running /target/debug/deps/ws281x-7d65847c70ac1c92 Oct 15 13:47:13.293 INFO blam! Oct 15 13:47:13.293 INFO blam! running 0 tests Oct 15 13:47:13.293 INFO blam! Oct 15 13:47:13.293 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:47:13.293 INFO blam! Oct 15 13:47:13.293 INFO kablam! Doc-tests ws281x Oct 15 13:47:13.915 INFO blam! Oct 15 13:47:13.915 INFO blam! running 0 tests Oct 15 13:47:13.916 INFO blam! Oct 15 13:47:13.916 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:47:13.916 INFO blam! Oct 15 13:47:13.918 INFO kablam! su: No module specific data is present Oct 15 13:47:14.339 INFO running `"docker" "rm" "-f" "e1ea67e46de86b68eec305ac4db869fd97e8e47bc0298d42aed2c42e83634597"` Oct 15 13:47:14.472 INFO blam! e1ea67e46de86b68eec305ac4db869fd97e8e47bc0298d42aed2c42e83634597