Oct 15 04:04:33.485 INFO testing andygrove/octasonic-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 04:04:33.485 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:04:33.890 INFO blam! 1837613c9b5402644c78ecb704fab3b6b907614dab2409fd42f37520a70386b6 Oct 15 04:04:33.895 INFO running `"docker" "start" "-a" "1837613c9b5402644c78ecb704fab3b6b907614dab2409fd42f37520a70386b6"` Oct 15 04:04:34.883 INFO kablam! usermod: no changes Oct 15 04:04:35.043 INFO kablam! Compiling memchr v0.1.11 Oct 15 04:04:35.051 INFO kablam! Compiling nix v0.5.1 Oct 15 04:04:35.051 INFO kablam! Compiling thread-id v2.0.0 Oct 15 04:04:35.051 INFO kablam! Compiling nix v0.6.0 Oct 15 04:04:36.088 INFO kablam! Compiling thread_local v0.2.7 Oct 15 04:04:36.511 INFO kablam! Compiling aho-corasick v0.5.3 Oct 15 04:04:38.847 INFO kablam! Compiling regex v0.1.80 Oct 15 04:04:44.598 INFO kablam! Compiling spidev v0.2.1 Oct 15 04:04:50.351 INFO kablam! Compiling sysfs_gpio v0.4.4 Oct 15 04:04:51.717 INFO kablam! Compiling octasonic v0.1.0 (/source) Oct 15 04:04:52.407 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.48s Oct 15 04:04:52.410 INFO kablam! su: No module specific data is present Oct 15 04:04:53.780 INFO running `"docker" "rm" "-f" "1837613c9b5402644c78ecb704fab3b6b907614dab2409fd42f37520a70386b6"` Oct 15 04:04:54.055 INFO blam! 1837613c9b5402644c78ecb704fab3b6b907614dab2409fd42f37520a70386b6 Oct 15 04:04:54.059 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:04:54.681 INFO blam! b136fa02aa1197d9d33e0c519f7dce1972e4b6b1b467dffced0e3556e9a83cc4 Oct 15 04:04:54.683 INFO running `"docker" "start" "-a" "b136fa02aa1197d9d33e0c519f7dce1972e4b6b1b467dffced0e3556e9a83cc4"` Oct 15 04:04:55.918 INFO kablam! usermod: no changes Oct 15 04:04:56.039 INFO kablam! Compiling octasonic v0.1.0 (/source) Oct 15 04:04:57.103 INFO kablam! warning: unused import: `std::thread::sleep` Oct 15 04:04:57.103 INFO kablam! --> examples/piano.rs:4:5 Oct 15 04:04:57.103 INFO kablam! | Oct 15 04:04:57.103 INFO kablam! 4 | use std::thread::sleep; Oct 15 04:04:57.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 04:04:57.103 INFO kablam! | Oct 15 04:04:57.103 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:04:57.103 INFO kablam! Oct 15 04:04:57.103 INFO kablam! warning: unused import: `std::time::Duration` Oct 15 04:04:57.103 INFO kablam! --> examples/piano.rs:5:5 Oct 15 04:04:57.103 INFO kablam! | Oct 15 04:04:57.103 INFO kablam! 5 | use std::time::Duration; Oct 15 04:04:57.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 04:04:57.103 INFO kablam! Oct 15 04:04:57.207 INFO kablam! warning: unused import: `std::thread::sleep` Oct 15 04:04:57.208 INFO kablam! --> examples/theramin.rs:4:5 Oct 15 04:04:57.208 INFO kablam! | Oct 15 04:04:57.208 INFO kablam! 4 | use std::thread::sleep; Oct 15 04:04:57.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 04:04:57.209 INFO kablam! | Oct 15 04:04:57.209 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:04:57.210 INFO kablam! Oct 15 04:04:57.210 INFO kablam! warning: unused import: `std::time::Duration` Oct 15 04:04:57.210 INFO kablam! --> examples/theramin.rs:5:5 Oct 15 04:04:57.211 INFO kablam! | Oct 15 04:04:57.211 INFO kablam! 5 | use std::time::Duration; Oct 15 04:04:57.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 04:04:57.211 INFO kablam! Oct 15 04:04:57.639 INFO kablam! warning: field is never used: `playing` Oct 15 04:04:57.640 INFO kablam! --> examples/theramin.rs:8:3 Oct 15 04:04:57.640 INFO kablam! | Oct 15 04:04:57.640 INFO kablam! 8 | playing: bool, Oct 15 04:04:57.640 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 04:04:57.641 INFO kablam! | Oct 15 04:04:57.641 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:04:57.642 INFO kablam! Oct 15 04:04:57.642 INFO kablam! warning: field is never used: `counter` Oct 15 04:04:57.642 INFO kablam! --> examples/theramin.rs:9:3 Oct 15 04:04:57.642 INFO kablam! | Oct 15 04:04:57.643 INFO kablam! 9 | counter: u8 Oct 15 04:04:57.643 INFO kablam! | ^^^^^^^^^^^ Oct 15 04:04:57.643 INFO kablam! Oct 15 04:04:58.267 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.30s Oct 15 04:04:58.267 INFO kablam! su: No module specific data is present Oct 15 04:04:58.608 INFO running `"docker" "rm" "-f" "b136fa02aa1197d9d33e0c519f7dce1972e4b6b1b467dffced0e3556e9a83cc4"` Oct 15 04:04:58.843 INFO blam! b136fa02aa1197d9d33e0c519f7dce1972e4b6b1b467dffced0e3556e9a83cc4 Oct 15 04:04:58.847 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:04:59.177 INFO blam! 7c48ed088479ac4d58923e61072d12231e2e5b1796755c6f4c8dd373a355012e Oct 15 04:04:59.181 INFO running `"docker" "start" "-a" "7c48ed088479ac4d58923e61072d12231e2e5b1796755c6f4c8dd373a355012e"` Oct 15 04:04:59.655 INFO kablam! usermod: no changes Oct 15 04:04:59.708 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 04:04:59.719 INFO kablam! Running /target/debug/deps/octasonic-1a9b8f6d937935f0 Oct 15 04:04:59.721 INFO blam! Oct 15 04:04:59.721 INFO blam! running 0 tests Oct 15 04:04:59.721 INFO blam! Oct 15 04:04:59.722 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:04:59.722 INFO blam! Oct 15 04:04:59.727 INFO kablam! Doc-tests octasonic Oct 15 04:05:00.404 INFO blam! Oct 15 04:05:00.404 INFO blam! running 0 tests Oct 15 04:05:00.404 INFO blam! Oct 15 04:05:00.411 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:05:00.411 INFO blam! Oct 15 04:05:00.415 INFO kablam! su: No module specific data is present Oct 15 04:05:00.878 INFO running `"docker" "rm" "-f" "7c48ed088479ac4d58923e61072d12231e2e5b1796755c6f4c8dd373a355012e"` Oct 15 04:05:00.953 INFO blam! 7c48ed088479ac4d58923e61072d12231e2e5b1796755c6f4c8dd373a355012e