Oct 10 22:53:13.544 INFO testing fry/beatmap against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:53:13.545 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:53:13.546 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 22:53:14.009 INFO blam! 473e94e87456626d0166081b59f23acd74b61569e79208468a21a79560534738 Oct 10 22:53:14.011 INFO running `"docker" "start" "-a" "473e94e87456626d0166081b59f23acd74b61569e79208468a21a79560534738"` Oct 10 22:53:15.604 INFO kablam! usermod: no changes Oct 10 22:53:15.761 INFO kablam! Compiling pkg-config v0.3.9 Oct 10 22:53:15.761 INFO kablam! Compiling rayon-core v1.3.0 Oct 10 22:53:15.761 INFO kablam! Compiling scopeguard v0.3.3 Oct 10 22:53:15.761 INFO kablam! Compiling either v1.4.0 Oct 10 22:53:15.761 INFO kablam! Compiling num-traits v0.2.0 Oct 10 22:53:15.768 INFO kablam! Compiling byteorder v0.4.2 Oct 10 22:53:15.769 INFO kablam! Compiling scoped_threadpool v0.1.8 Oct 10 22:53:15.769 INFO kablam! Compiling floating-duration v0.1.1 Oct 10 22:53:16.736 INFO kablam! Compiling openssl-sys-extras v0.7.14 Oct 10 22:53:16.944 INFO kablam! Compiling openssl v0.7.14 Oct 10 22:53:17.956 INFO kablam! Compiling rand v0.4.2 Oct 10 22:53:18.076 INFO kablam! Compiling num_cpus v1.8.0 Oct 10 22:53:21.444 INFO kablam! Compiling inflate v0.3.4 Oct 10 22:53:21.525 INFO kablam! Compiling deflate v0.7.17 Oct 10 22:53:21.525 INFO kablam! Compiling log v0.4.1 Oct 10 22:53:21.564 INFO kablam! Compiling coco v0.1.1 Oct 10 22:53:21.631 INFO kablam! Compiling mqtt3 v0.1.4 Oct 10 22:53:21.638 INFO kablam! Compiling openssl-sys v0.7.17 Oct 10 22:53:24.688 INFO kablam! Compiling num-integer v0.1.36 Oct 10 22:53:27.229 INFO kablam! Compiling num-traits v0.1.43 Oct 10 22:53:27.730 INFO kablam! Compiling log v0.3.9 Oct 10 22:53:29.332 INFO kablam! Compiling enum_primitive v0.1.1 Oct 10 22:53:29.424 INFO kablam! Compiling num-iter v0.1.35 Oct 10 22:53:29.488 INFO kablam! Compiling num-rational v0.1.42 Oct 10 22:53:29.576 INFO kablam! Compiling rand v0.3.22 Oct 10 22:53:32.639 INFO kablam! Compiling png v0.11.0 Oct 10 22:53:35.036 INFO kablam! Compiling rayon v0.8.2 Oct 10 22:53:39.788 INFO kablam! Compiling netopt v0.1.3 Oct 10 22:53:40.440 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 10 22:53:41.148 INFO kablam! Compiling mqttc v0.1.4 Oct 10 22:53:44.624 INFO kablam! Compiling image v0.18.0 Oct 10 22:53:58.168 INFO kablam! Compiling beatmap v0.1.0 (/source) Oct 10 22:53:58.433 INFO kablam! warning: unused import: `std::cell::Cell` Oct 10 22:53:58.433 INFO kablam! --> src/animator.rs:2:5 Oct 10 22:53:58.433 INFO kablam! | Oct 10 22:53:58.433 INFO kablam! 2 | use std::cell::Cell; Oct 10 22:53:58.433 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 22:53:58.433 INFO kablam! | Oct 10 22:53:58.433 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 22:53:58.433 INFO kablam! Oct 10 22:53:58.433 INFO kablam! warning: unused import: `PubOpt` Oct 10 22:53:58.433 INFO kablam! --> src/main.rs:14:53 Oct 10 22:53:58.433 INFO kablam! | Oct 10 22:53:58.433 INFO kablam! 14 | use mqttc::{PubSub, ClientOptions, ReconnectMethod, PubOpt}; Oct 10 22:53:58.433 INFO kablam! | ^^^^^^ Oct 10 22:53:58.433 INFO kablam! Oct 10 22:53:58.484 INFO kablam! warning: unreachable statement Oct 10 22:53:58.484 INFO kablam! --> src/main.rs:102:5 Oct 10 22:53:58.484 INFO kablam! | Oct 10 22:53:58.484 INFO kablam! 102 | t.join().unwrap(); Oct 10 22:53:58.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 22:53:58.484 INFO kablam! | Oct 10 22:53:58.484 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 10 22:53:58.484 INFO kablam! Oct 10 22:53:58.508 INFO kablam! warning: unused variable: `t` Oct 10 22:53:58.508 INFO kablam! --> src/main.rs:68:9 Oct 10 22:53:58.508 INFO kablam! | Oct 10 22:53:58.508 INFO kablam! 68 | let t = thread::spawn(move || { Oct 10 22:53:58.508 INFO kablam! | ^ help: consider using `_t` instead Oct 10 22:53:58.508 INFO kablam! | Oct 10 22:53:58.508 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:53:58.508 INFO kablam! Oct 10 22:53:58.522 INFO kablam! warning: field is never used: `animation` Oct 10 22:53:58.522 INFO kablam! --> src/animator.rs:20:5 Oct 10 22:53:58.522 INFO kablam! | Oct 10 22:53:58.522 INFO kablam! 20 | animation: Animation, Oct 10 22:53:58.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 22:53:58.522 INFO kablam! | Oct 10 22:53:58.522 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:53:58.522 INFO kablam! Oct 10 22:53:58.522 INFO kablam! warning: method is never used: `progress` Oct 10 22:53:58.522 INFO kablam! --> src/animator.rs:42:5 Oct 10 22:53:58.522 INFO kablam! | Oct 10 22:53:58.522 INFO kablam! 42 | pub fn progress(&self) -> f64 { Oct 10 22:53:58.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:53:58.522 INFO kablam! Oct 10 22:54:00.965 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 45.34s Oct 10 22:54:00.973 INFO kablam! su: No module specific data is present Oct 10 22:54:01.697 INFO running `"docker" "rm" "-f" "473e94e87456626d0166081b59f23acd74b61569e79208468a21a79560534738"` Oct 10 22:54:02.220 INFO blam! 473e94e87456626d0166081b59f23acd74b61569e79208468a21a79560534738 Oct 10 22:54:02.222 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:54:02.222 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 22:54:02.642 INFO blam! 0de8f2cca27fb16112d08fc860d8c348d2bd3f9218284494f4e49873a4cea1a0 Oct 10 22:54:02.650 INFO running `"docker" "start" "-a" "0de8f2cca27fb16112d08fc860d8c348d2bd3f9218284494f4e49873a4cea1a0"` Oct 10 22:54:03.749 INFO kablam! usermod: no changes Oct 10 22:54:03.908 INFO kablam! Compiling beatmap v0.1.0 (/source) Oct 10 22:54:04.140 INFO kablam! warning: unused import: `std::cell::Cell` Oct 10 22:54:04.140 INFO kablam! --> src/animator.rs:2:5 Oct 10 22:54:04.140 INFO kablam! | Oct 10 22:54:04.140 INFO kablam! 2 | use std::cell::Cell; Oct 10 22:54:04.140 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 22:54:04.140 INFO kablam! | Oct 10 22:54:04.140 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 22:54:04.140 INFO kablam! Oct 10 22:54:04.141 INFO kablam! warning: unused import: `PubOpt` Oct 10 22:54:04.141 INFO kablam! --> src/main.rs:14:53 Oct 10 22:54:04.141 INFO kablam! | Oct 10 22:54:04.141 INFO kablam! 14 | use mqttc::{PubSub, ClientOptions, ReconnectMethod, PubOpt}; Oct 10 22:54:04.141 INFO kablam! | ^^^^^^ Oct 10 22:54:04.141 INFO kablam! Oct 10 22:54:04.188 INFO kablam! warning: unreachable statement Oct 10 22:54:04.188 INFO kablam! --> src/main.rs:102:5 Oct 10 22:54:04.188 INFO kablam! | Oct 10 22:54:04.188 INFO kablam! 102 | t.join().unwrap(); Oct 10 22:54:04.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 22:54:04.188 INFO kablam! | Oct 10 22:54:04.188 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 10 22:54:04.188 INFO kablam! Oct 10 22:54:04.220 INFO kablam! warning: unused variable: `t` Oct 10 22:54:04.220 INFO kablam! --> src/main.rs:68:9 Oct 10 22:54:04.220 INFO kablam! | Oct 10 22:54:04.220 INFO kablam! 68 | let t = thread::spawn(move || { Oct 10 22:54:04.220 INFO kablam! | ^ help: consider using `_t` instead Oct 10 22:54:04.220 INFO kablam! | Oct 10 22:54:04.220 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:54:04.220 INFO kablam! Oct 10 22:54:04.236 INFO kablam! warning: field is never used: `animation` Oct 10 22:54:04.236 INFO kablam! --> src/animator.rs:20:5 Oct 10 22:54:04.236 INFO kablam! | Oct 10 22:54:04.236 INFO kablam! 20 | animation: Animation, Oct 10 22:54:04.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 22:54:04.236 INFO kablam! | Oct 10 22:54:04.236 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:54:04.236 INFO kablam! Oct 10 22:54:04.236 INFO kablam! warning: method is never used: `progress` Oct 10 22:54:04.236 INFO kablam! --> src/animator.rs:42:5 Oct 10 22:54:04.236 INFO kablam! | Oct 10 22:54:04.237 INFO kablam! 42 | pub fn progress(&self) -> f64 { Oct 10 22:54:04.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:54:04.237 INFO kablam! Oct 10 22:54:04.751 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.95s Oct 10 22:54:04.751 INFO kablam! su: No module specific data is present Oct 10 22:54:05.492 INFO running `"docker" "rm" "-f" "0de8f2cca27fb16112d08fc860d8c348d2bd3f9218284494f4e49873a4cea1a0"` Oct 10 22:54:05.732 INFO blam! 0de8f2cca27fb16112d08fc860d8c348d2bd3f9218284494f4e49873a4cea1a0 Oct 10 22:54:05.734 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:54:05.734 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 22:54:06.140 INFO blam! ff1ff139615e2cc52bd080240c4c6c3e438b88065c24f5daac2cdff478ec242e Oct 10 22:54:06.141 INFO running `"docker" "start" "-a" "ff1ff139615e2cc52bd080240c4c6c3e438b88065c24f5daac2cdff478ec242e"` Oct 10 22:54:06.961 INFO kablam! usermod: no changes Oct 10 22:54:07.042 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 22:54:07.056 INFO kablam! Running /target/debug/deps/beatmap-b5223a9c3a8cfad0 Oct 10 22:54:07.058 INFO blam! Oct 10 22:54:07.058 INFO blam! running 0 tests Oct 10 22:54:07.058 INFO blam! Oct 10 22:54:07.058 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:54:07.058 INFO blam! Oct 10 22:54:07.059 INFO kablam! su: No module specific data is present Oct 10 22:54:07.269 INFO running `"docker" "rm" "-f" "ff1ff139615e2cc52bd080240c4c6c3e438b88065c24f5daac2cdff478ec242e"` Oct 10 22:54:07.394 INFO blam! ff1ff139615e2cc52bd080240c4c6c3e438b88065c24f5daac2cdff478ec242e