Oct 14 20:18:26.704 INFO testing fry/beatmap against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 20:18:26.705 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 20:18:27.071 INFO blam! 43d9b61836403b34cef69c6fa2599eab8eee4d596e77de858611cd3ca739f94a Oct 14 20:18:27.091 INFO running `"docker" "start" "-a" "43d9b61836403b34cef69c6fa2599eab8eee4d596e77de858611cd3ca739f94a"` Oct 14 20:18:28.371 INFO kablam! usermod: no changes Oct 14 20:18:28.521 INFO kablam! Compiling openssl-sys v0.7.17 Oct 14 20:18:28.521 INFO kablam! Compiling openssl-sys-extras v0.7.14 Oct 14 20:18:28.522 INFO kablam! Compiling openssl v0.7.14 Oct 14 20:18:28.531 INFO kablam! Compiling num-integer v0.1.36 Oct 14 20:18:28.531 INFO kablam! Compiling mqtt3 v0.1.4 Oct 14 20:18:28.535 INFO kablam! Compiling enum_primitive v0.1.1 Oct 14 20:18:28.535 INFO kablam! Compiling rayon-core v1.3.0 Oct 14 20:18:30.080 INFO kablam! Compiling num-iter v0.1.35 Oct 14 20:18:30.081 INFO kablam! Compiling num-rational v0.1.42 Oct 14 20:18:30.773 INFO kablam! Compiling png v0.11.0 Oct 14 20:18:34.713 INFO kablam! Compiling rayon v0.8.2 Oct 14 20:18:42.437 INFO kablam! Compiling netopt v0.1.3 Oct 14 20:18:42.879 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 14 20:18:44.399 INFO kablam! Compiling mqttc v0.1.4 Oct 14 20:18:50.043 INFO kablam! Compiling image v0.18.0 Oct 14 20:19:08.045 INFO kablam! Compiling beatmap v0.1.0 (/source) Oct 14 20:19:08.879 INFO kablam! warning: unused import: `std::cell::Cell` Oct 14 20:19:08.879 INFO kablam! --> src/animator.rs:2:5 Oct 14 20:19:08.880 INFO kablam! | Oct 14 20:19:08.880 INFO kablam! 2 | use std::cell::Cell; Oct 14 20:19:08.880 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 20:19:08.881 INFO kablam! | Oct 14 20:19:08.881 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:19:08.881 INFO kablam! Oct 14 20:19:08.882 INFO kablam! warning: unused import: `PubOpt` Oct 14 20:19:08.882 INFO kablam! --> src/main.rs:14:53 Oct 14 20:19:08.882 INFO kablam! | Oct 14 20:19:08.883 INFO kablam! 14 | use mqttc::{PubSub, ClientOptions, ReconnectMethod, PubOpt}; Oct 14 20:19:08.883 INFO kablam! | ^^^^^^ Oct 14 20:19:08.883 INFO kablam! Oct 14 20:19:08.915 INFO kablam! warning: unreachable statement Oct 14 20:19:08.915 INFO kablam! --> src/main.rs:102:5 Oct 14 20:19:08.915 INFO kablam! | Oct 14 20:19:08.916 INFO kablam! 102 | t.join().unwrap(); Oct 14 20:19:08.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 20:19:08.916 INFO kablam! | Oct 14 20:19:08.916 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 20:19:08.917 INFO kablam! Oct 14 20:19:08.941 INFO kablam! warning: unused variable: `t` Oct 14 20:19:08.941 INFO kablam! --> src/main.rs:68:9 Oct 14 20:19:08.941 INFO kablam! | Oct 14 20:19:08.941 INFO kablam! 68 | let t = thread::spawn(move || { Oct 14 20:19:08.941 INFO kablam! | ^ help: consider using `_t` instead Oct 14 20:19:08.941 INFO kablam! | Oct 14 20:19:08.941 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:19:08.941 INFO kablam! Oct 14 20:19:08.958 INFO kablam! warning: field is never used: `animation` Oct 14 20:19:08.959 INFO kablam! --> src/animator.rs:20:5 Oct 14 20:19:08.959 INFO kablam! | Oct 14 20:19:08.959 INFO kablam! 20 | animation: Animation, Oct 14 20:19:08.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 20:19:08.959 INFO kablam! | Oct 14 20:19:08.959 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:19:08.959 INFO kablam! Oct 14 20:19:08.959 INFO kablam! warning: method is never used: `progress` Oct 14 20:19:08.959 INFO kablam! --> src/animator.rs:42:5 Oct 14 20:19:08.959 INFO kablam! | Oct 14 20:19:08.959 INFO kablam! 42 | pub fn progress(&self) -> f64 { Oct 14 20:19:08.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:19:08.959 INFO kablam! Oct 14 20:19:11.337 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.94s Oct 14 20:19:11.337 INFO kablam! su: No module specific data is present Oct 14 20:19:12.126 INFO running `"docker" "rm" "-f" "43d9b61836403b34cef69c6fa2599eab8eee4d596e77de858611cd3ca739f94a"` Oct 14 20:19:12.375 INFO blam! 43d9b61836403b34cef69c6fa2599eab8eee4d596e77de858611cd3ca739f94a Oct 14 20:19:12.381 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 20:19:12.845 INFO blam! 3930bab78cc64917be2241f29d46cbe0585703f973219915df0d6b2caa272cca Oct 14 20:19:12.847 INFO running `"docker" "start" "-a" "3930bab78cc64917be2241f29d46cbe0585703f973219915df0d6b2caa272cca"` Oct 14 20:19:14.097 INFO kablam! usermod: no changes Oct 14 20:19:14.207 INFO kablam! Compiling beatmap v0.1.0 (/source) Oct 14 20:19:15.044 INFO kablam! warning: unused import: `std::cell::Cell` Oct 14 20:19:15.044 INFO kablam! --> src/animator.rs:2:5 Oct 14 20:19:15.044 INFO kablam! | Oct 14 20:19:15.044 INFO kablam! 2 | use std::cell::Cell; Oct 14 20:19:15.044 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 20:19:15.044 INFO kablam! | Oct 14 20:19:15.044 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:19:15.044 INFO kablam! Oct 14 20:19:15.044 INFO kablam! warning: unused import: `PubOpt` Oct 14 20:19:15.044 INFO kablam! --> src/main.rs:14:53 Oct 14 20:19:15.044 INFO kablam! | Oct 14 20:19:15.044 INFO kablam! 14 | use mqttc::{PubSub, ClientOptions, ReconnectMethod, PubOpt}; Oct 14 20:19:15.044 INFO kablam! | ^^^^^^ Oct 14 20:19:15.044 INFO kablam! Oct 14 20:19:15.103 INFO kablam! warning: unreachable statement Oct 14 20:19:15.103 INFO kablam! --> src/main.rs:102:5 Oct 14 20:19:15.104 INFO kablam! | Oct 14 20:19:15.104 INFO kablam! 102 | t.join().unwrap(); Oct 14 20:19:15.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 20:19:15.104 INFO kablam! | Oct 14 20:19:15.104 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 20:19:15.104 INFO kablam! Oct 14 20:19:15.126 INFO kablam! warning: unused variable: `t` Oct 14 20:19:15.127 INFO kablam! --> src/main.rs:68:9 Oct 14 20:19:15.127 INFO kablam! | Oct 14 20:19:15.127 INFO kablam! 68 | let t = thread::spawn(move || { Oct 14 20:19:15.127 INFO kablam! | ^ help: consider using `_t` instead Oct 14 20:19:15.127 INFO kablam! | Oct 14 20:19:15.127 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:19:15.127 INFO kablam! Oct 14 20:19:15.144 INFO kablam! warning: field is never used: `animation` Oct 14 20:19:15.144 INFO kablam! --> src/animator.rs:20:5 Oct 14 20:19:15.144 INFO kablam! | Oct 14 20:19:15.144 INFO kablam! 20 | animation: Animation, Oct 14 20:19:15.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 20:19:15.144 INFO kablam! | Oct 14 20:19:15.144 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:19:15.144 INFO kablam! Oct 14 20:19:15.145 INFO kablam! warning: method is never used: `progress` Oct 14 20:19:15.145 INFO kablam! --> src/animator.rs:42:5 Oct 14 20:19:15.145 INFO kablam! | Oct 14 20:19:15.145 INFO kablam! 42 | pub fn progress(&self) -> f64 { Oct 14 20:19:15.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:19:15.145 INFO kablam! Oct 14 20:19:15.488 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.36s Oct 14 20:19:15.494 INFO kablam! su: No module specific data is present Oct 14 20:19:15.770 INFO running `"docker" "rm" "-f" "3930bab78cc64917be2241f29d46cbe0585703f973219915df0d6b2caa272cca"` Oct 14 20:19:15.833 INFO blam! 3930bab78cc64917be2241f29d46cbe0585703f973219915df0d6b2caa272cca Oct 14 20:19:15.835 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 20:19:16.090 INFO blam! 5a44b62b3aa16157f6fdc3e92a2c3c99ae51be6c5b6eabebf493cf659d62ed1b Oct 14 20:19:16.091 INFO running `"docker" "start" "-a" "5a44b62b3aa16157f6fdc3e92a2c3c99ae51be6c5b6eabebf493cf659d62ed1b"` Oct 14 20:19:16.457 INFO kablam! usermod: no changes Oct 14 20:19:16.543 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 20:19:16.558 INFO kablam! Running /target/debug/deps/beatmap-13cf49d86c66e479 Oct 14 20:19:16.561 INFO blam! Oct 14 20:19:16.561 INFO blam! running 0 tests Oct 14 20:19:16.561 INFO blam! Oct 14 20:19:16.561 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:19:16.561 INFO blam! Oct 14 20:19:16.565 INFO kablam! su: No module specific data is present Oct 14 20:19:16.923 INFO running `"docker" "rm" "-f" "5a44b62b3aa16157f6fdc3e92a2c3c99ae51be6c5b6eabebf493cf659d62ed1b"` Oct 14 20:19:17.110 INFO blam! 5a44b62b3aa16157f6fdc3e92a2c3c99ae51be6c5b6eabebf493cf659d62ed1b