Oct 27 06:20:05.238 INFO checking cundd/rcoin against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 06:20:05.240 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 06:20:05.479 INFO blam! bbb3c3e46768e5097de4bab9c83c6d3f2b2be46e0ea2df7fa10e9762bcadcb52 Oct 27 06:20:05.487 INFO running `"docker" "start" "-a" "bbb3c3e46768e5097de4bab9c83c6d3f2b2be46e0ea2df7fa10e9762bcadcb52"` Oct 27 06:20:06.232 INFO kablam! usermod: no changes Oct 27 06:20:06.371 INFO kablam! Checking term_size v0.3.1 Oct 27 06:20:06.371 INFO kablam! Checking rand v0.4.2 Oct 27 06:20:06.371 INFO kablam! Checking socket2 v0.2.4 Oct 27 06:20:06.375 INFO kablam! Checking clap v2.29.0 Oct 27 06:20:06.375 INFO kablam! Checking libz-sys v1.0.18 Oct 27 06:20:06.376 INFO kablam! Compiling curl-sys v0.3.15 Oct 27 06:20:09.308 INFO kablam! Checking curl v0.4.8 Oct 27 06:20:17.250 INFO kablam! Checking rcoin v0.1.0 (/source) Oct 27 06:20:21.670 INFO kablam! warning: variable `current_index` is assigned to, but never used Oct 27 06:20:21.671 INFO kablam! --> src/ui/screen_buffer.rs:195:17 Oct 27 06:20:21.671 INFO kablam! | Oct 27 06:20:21.671 INFO kablam! 195 | let mut current_index = y * width; Oct 27 06:20:21.671 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 06:20:21.671 INFO kablam! | Oct 27 06:20:21.671 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 06:20:21.671 INFO kablam! = note: consider using `_current_index` instead Oct 27 06:20:21.671 INFO kablam! Oct 27 06:20:22.267 INFO kablam! warning: method is never used: `price_to_coordinate` Oct 27 06:20:22.267 INFO kablam! --> src/rate/mod.rs:32:5 Oct 27 06:20:22.267 INFO kablam! | Oct 27 06:20:22.267 INFO kablam! 32 | pub fn price_to_coordinate(price: f32) -> CoordinatePrecision { Oct 27 06:20:22.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:20:22.267 INFO kablam! | Oct 27 06:20:22.269 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:20:22.269 INFO kablam! Oct 27 06:20:22.311 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 06:20:22.311 INFO kablam! --> src/chart/configuration.rs:5:13 Oct 27 06:20:22.311 INFO kablam! | Oct 27 06:20:22.311 INFO kablam! 5 | type Row = BTreeMap; Oct 27 06:20:22.311 INFO kablam! | ^^^^^^^^^^ Oct 27 06:20:22.319 INFO kablam! | Oct 27 06:20:22.319 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 06:20:22.319 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 06:20:22.319 INFO kablam! Oct 27 06:20:22.322 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 06:20:22.322 INFO kablam! --> src/matrix.rs:5:17 Oct 27 06:20:22.322 INFO kablam! | Oct 27 06:20:22.323 INFO kablam! 5 | pub type Row = BTreeMap; Oct 27 06:20:22.323 INFO kablam! | ^^^^^ Oct 27 06:20:22.323 INFO kablam! | Oct 27 06:20:22.324 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 06:20:22.324 INFO kablam! Oct 27 06:20:22.533 INFO kablam! warning: variable `current_index` is assigned to, but never used Oct 27 06:20:22.533 INFO kablam! --> src/ui/screen_buffer.rs:195:17 Oct 27 06:20:22.534 INFO kablam! | Oct 27 06:20:22.534 INFO kablam! 195 | let mut current_index = y * width; Oct 27 06:20:22.534 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 06:20:22.535 INFO kablam! | Oct 27 06:20:22.535 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 06:20:22.536 INFO kablam! = note: consider using `_current_index` instead Oct 27 06:20:22.536 INFO kablam! Oct 27 06:20:23.167 INFO kablam! warning: method is never used: `price_to_coordinate` Oct 27 06:20:23.167 INFO kablam! --> src/rate/mod.rs:32:5 Oct 27 06:20:23.167 INFO kablam! | Oct 27 06:20:23.167 INFO kablam! 32 | pub fn price_to_coordinate(price: f32) -> CoordinatePrecision { Oct 27 06:20:23.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:20:23.167 INFO kablam! | Oct 27 06:20:23.167 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:20:23.167 INFO kablam! Oct 27 06:20:23.227 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 06:20:23.227 INFO kablam! --> src/chart/configuration.rs:5:13 Oct 27 06:20:23.227 INFO kablam! | Oct 27 06:20:23.227 INFO kablam! 5 | type Row = BTreeMap; Oct 27 06:20:23.227 INFO kablam! | ^^^^^^^^^^ Oct 27 06:20:23.227 INFO kablam! | Oct 27 06:20:23.227 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 06:20:23.227 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 06:20:23.227 INFO kablam! Oct 27 06:20:23.234 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 06:20:23.234 INFO kablam! --> src/matrix.rs:5:17 Oct 27 06:20:23.234 INFO kablam! | Oct 27 06:20:23.234 INFO kablam! 5 | pub type Row = BTreeMap; Oct 27 06:20:23.234 INFO kablam! | ^^^^^ Oct 27 06:20:23.234 INFO kablam! | Oct 27 06:20:23.239 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 06:20:23.239 INFO kablam! Oct 27 06:20:23.415 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.15s Oct 27 06:20:23.424 INFO kablam! su: No module specific data is present Oct 27 06:20:24.395 INFO running `"docker" "rm" "-f" "bbb3c3e46768e5097de4bab9c83c6d3f2b2be46e0ea2df7fa10e9762bcadcb52"` Oct 27 06:20:24.687 INFO blam! bbb3c3e46768e5097de4bab9c83c6d3f2b2be46e0ea2df7fa10e9762bcadcb52