Oct 14 20:18:28.900 INFO testing fry/beatmap against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 20:18:28.900 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 20:18:29.350 INFO blam! 58b548485187d836d70aedb12c8076bd96d059de1f9e2258597dda5894269c6c Oct 14 20:18:29.353 INFO running `"docker" "start" "-a" "58b548485187d836d70aedb12c8076bd96d059de1f9e2258597dda5894269c6c"` Oct 14 20:18:30.378 INFO kablam! usermod: no changes Oct 14 20:18:30.579 INFO kablam! Compiling floating-duration v0.1.1 Oct 14 20:18:30.579 INFO kablam! Compiling openssl-sys v0.7.17 Oct 14 20:18:30.579 INFO kablam! Compiling openssl-sys-extras v0.7.14 Oct 14 20:18:30.579 INFO kablam! Compiling openssl v0.7.14 Oct 14 20:18:30.579 INFO kablam! Compiling num-integer v0.1.36 Oct 14 20:18:30.579 INFO kablam! Compiling mqtt3 v0.1.4 Oct 14 20:18:30.579 INFO kablam! Compiling rand v0.3.22 Oct 14 20:18:30.579 INFO kablam! Compiling enum_primitive v0.1.1 Oct 14 20:18:31.599 INFO kablam! Compiling rayon-core v1.3.0 Oct 14 20:18:33.159 INFO kablam! Compiling num-iter v0.1.35 Oct 14 20:18:33.159 INFO kablam! Compiling num-rational v0.1.42 Oct 14 20:18:34.757 INFO kablam! Compiling png v0.11.0 Oct 14 20:18:40.067 INFO kablam! Compiling rayon v0.8.2 Oct 14 20:18:48.097 INFO kablam! Compiling netopt v0.1.3 Oct 14 20:18:48.780 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 14 20:18:50.094 INFO kablam! Compiling mqttc v0.1.4 Oct 14 20:18:55.885 INFO kablam! Compiling image v0.18.0 Oct 14 20:19:11.012 INFO kablam! Compiling beatmap v0.1.0 (/source) Oct 14 20:19:11.891 INFO kablam! warning: unused import: `std::cell::Cell` Oct 14 20:19:11.892 INFO kablam! --> src/animator.rs:2:5 Oct 14 20:19:11.892 INFO kablam! | Oct 14 20:19:11.892 INFO kablam! 2 | use std::cell::Cell; Oct 14 20:19:11.892 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 20:19:11.893 INFO kablam! | Oct 14 20:19:11.893 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:19:11.893 INFO kablam! Oct 14 20:19:11.894 INFO kablam! warning: unused import: `PubOpt` Oct 14 20:19:11.894 INFO kablam! --> src/main.rs:14:53 Oct 14 20:19:11.894 INFO kablam! | Oct 14 20:19:11.895 INFO kablam! 14 | use mqttc::{PubSub, ClientOptions, ReconnectMethod, PubOpt}; Oct 14 20:19:11.895 INFO kablam! | ^^^^^^ Oct 14 20:19:11.895 INFO kablam! Oct 14 20:19:11.955 INFO kablam! warning: unreachable statement Oct 14 20:19:11.955 INFO kablam! --> src/main.rs:102:5 Oct 14 20:19:11.955 INFO kablam! | Oct 14 20:19:11.955 INFO kablam! 102 | t.join().unwrap(); Oct 14 20:19:11.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 20:19:11.955 INFO kablam! | Oct 14 20:19:11.955 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 20:19:11.955 INFO kablam! Oct 14 20:19:11.983 INFO kablam! warning: unused variable: `t` Oct 14 20:19:11.983 INFO kablam! --> src/main.rs:68:9 Oct 14 20:19:11.983 INFO kablam! | Oct 14 20:19:11.983 INFO kablam! 68 | let t = thread::spawn(move || { Oct 14 20:19:11.983 INFO kablam! | ^ help: consider using `_t` instead Oct 14 20:19:11.983 INFO kablam! | Oct 14 20:19:11.983 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:19:11.983 INFO kablam! Oct 14 20:19:11.999 INFO kablam! warning: field is never used: `animation` Oct 14 20:19:11.999 INFO kablam! --> src/animator.rs:20:5 Oct 14 20:19:11.999 INFO kablam! | Oct 14 20:19:11.999 INFO kablam! 20 | animation: Animation, Oct 14 20:19:11.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 20:19:11.999 INFO kablam! | Oct 14 20:19:11.999 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:19:11.999 INFO kablam! Oct 14 20:19:12.003 INFO kablam! warning: method is never used: `progress` Oct 14 20:19:12.003 INFO kablam! --> src/animator.rs:42:5 Oct 14 20:19:12.003 INFO kablam! | Oct 14 20:19:12.003 INFO kablam! 42 | pub fn progress(&self) -> f64 { Oct 14 20:19:12.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:19:12.003 INFO kablam! Oct 14 20:19:14.295 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 43.88s Oct 14 20:19:14.295 INFO kablam! su: No module specific data is present Oct 14 20:19:14.764 INFO running `"docker" "rm" "-f" "58b548485187d836d70aedb12c8076bd96d059de1f9e2258597dda5894269c6c"` Oct 14 20:19:14.867 INFO blam! 58b548485187d836d70aedb12c8076bd96d059de1f9e2258597dda5894269c6c Oct 14 20:19:14.870 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 20:19:15.053 INFO blam! 4cd6d0d69dd335c23679c7f3c1d0e73fa84ccfa58138f0872dbf39944acab4d4 Oct 14 20:19:15.055 INFO running `"docker" "start" "-a" "4cd6d0d69dd335c23679c7f3c1d0e73fa84ccfa58138f0872dbf39944acab4d4"` Oct 14 20:19:15.488 INFO kablam! usermod: no changes Oct 14 20:19:15.571 INFO kablam! Compiling beatmap v0.1.0 (/source) Oct 14 20:19:16.239 INFO kablam! warning: unused import: `std::cell::Cell` Oct 14 20:19:16.239 INFO kablam! --> src/animator.rs:2:5 Oct 14 20:19:16.239 INFO kablam! | Oct 14 20:19:16.239 INFO kablam! 2 | use std::cell::Cell; Oct 14 20:19:16.239 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 20:19:16.239 INFO kablam! | Oct 14 20:19:16.239 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:19:16.239 INFO kablam! Oct 14 20:19:16.239 INFO kablam! warning: unused import: `PubOpt` Oct 14 20:19:16.239 INFO kablam! --> src/main.rs:14:53 Oct 14 20:19:16.239 INFO kablam! | Oct 14 20:19:16.239 INFO kablam! 14 | use mqttc::{PubSub, ClientOptions, ReconnectMethod, PubOpt}; Oct 14 20:19:16.239 INFO kablam! | ^^^^^^ Oct 14 20:19:16.239 INFO kablam! Oct 14 20:19:16.284 INFO kablam! warning: unreachable statement Oct 14 20:19:16.284 INFO kablam! --> src/main.rs:102:5 Oct 14 20:19:16.284 INFO kablam! | Oct 14 20:19:16.284 INFO kablam! 102 | t.join().unwrap(); Oct 14 20:19:16.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 20:19:16.284 INFO kablam! | Oct 14 20:19:16.284 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 20:19:16.284 INFO kablam! Oct 14 20:19:16.308 INFO kablam! warning: unused variable: `t` Oct 14 20:19:16.308 INFO kablam! --> src/main.rs:68:9 Oct 14 20:19:16.308 INFO kablam! | Oct 14 20:19:16.308 INFO kablam! 68 | let t = thread::spawn(move || { Oct 14 20:19:16.308 INFO kablam! | ^ help: consider using `_t` instead Oct 14 20:19:16.308 INFO kablam! | Oct 14 20:19:16.308 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:19:16.308 INFO kablam! Oct 14 20:19:16.323 INFO kablam! warning: field is never used: `animation` Oct 14 20:19:16.323 INFO kablam! --> src/animator.rs:20:5 Oct 14 20:19:16.323 INFO kablam! | Oct 14 20:19:16.323 INFO kablam! 20 | animation: Animation, Oct 14 20:19:16.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 20:19:16.323 INFO kablam! | Oct 14 20:19:16.323 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:19:16.323 INFO kablam! Oct 14 20:19:16.323 INFO kablam! warning: method is never used: `progress` Oct 14 20:19:16.323 INFO kablam! --> src/animator.rs:42:5 Oct 14 20:19:16.323 INFO kablam! | Oct 14 20:19:16.323 INFO kablam! 42 | pub fn progress(&self) -> f64 { Oct 14 20:19:16.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:19:16.323 INFO kablam! Oct 14 20:19:16.689 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.19s Oct 14 20:19:16.695 INFO kablam! su: No module specific data is present Oct 14 20:19:17.030 INFO running `"docker" "rm" "-f" "4cd6d0d69dd335c23679c7f3c1d0e73fa84ccfa58138f0872dbf39944acab4d4"` Oct 14 20:19:17.195 INFO blam! 4cd6d0d69dd335c23679c7f3c1d0e73fa84ccfa58138f0872dbf39944acab4d4 Oct 14 20:19:17.195 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 20:19:17.457 INFO blam! ba16808cf7a2782c85af49d421a8b6505f70841758b8ddab952434e46c53c279 Oct 14 20:19:17.468 INFO running `"docker" "start" "-a" "ba16808cf7a2782c85af49d421a8b6505f70841758b8ddab952434e46c53c279"` Oct 14 20:19:18.142 INFO kablam! usermod: no changes Oct 14 20:19:18.218 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 20:19:18.221 INFO kablam! Running /target/debug/deps/beatmap-b5223a9c3a8cfad0 Oct 14 20:19:18.222 INFO blam! Oct 14 20:19:18.222 INFO blam! running 0 tests Oct 14 20:19:18.222 INFO blam! Oct 14 20:19:18.222 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:19:18.222 INFO blam! Oct 14 20:19:18.224 INFO kablam! su: No module specific data is present Oct 14 20:19:18.486 INFO running `"docker" "rm" "-f" "ba16808cf7a2782c85af49d421a8b6505f70841758b8ddab952434e46c53c279"` Oct 14 20:19:18.645 INFO blam! ba16808cf7a2782c85af49d421a8b6505f70841758b8ddab952434e46c53c279