Oct 27 06:20:04.954 INFO checking cundd/rcoin against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 06:20:04.955 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.317 INFO blam! 38d1668378591b9af0a4d4e6377e80d57d294b473651f279d4c12e92accbb189 Oct 27 06:20:05.320 INFO running `"docker" "start" "-a" "38d1668378591b9af0a4d4e6377e80d57d294b473651f279d4c12e92accbb189"` Oct 27 06:20:06.306 INFO kablam! usermod: no changes Oct 27 06:20:06.440 INFO kablam! Checking term_size v0.3.1 Oct 27 06:20:06.442 INFO kablam! Checking rand v0.4.2 Oct 27 06:20:06.443 INFO kablam! Checking socket2 v0.2.4 Oct 27 06:20:06.451 INFO kablam! Checking clap v2.29.0 Oct 27 06:20:06.451 INFO kablam! Checking libz-sys v1.0.18 Oct 27 06:20:06.451 INFO kablam! Compiling curl-sys v0.3.15 Oct 27 06:20:08.851 INFO kablam! Checking curl v0.4.8 Oct 27 06:20:16.729 INFO kablam! Checking rcoin v0.1.0 (/source) Oct 27 06:20:21.067 INFO kablam! warning: variable `current_index` is assigned to, but never used Oct 27 06:20:21.067 INFO kablam! --> src/ui/screen_buffer.rs:195:17 Oct 27 06:20:21.068 INFO kablam! | Oct 27 06:20:21.068 INFO kablam! 195 | let mut current_index = y * width; Oct 27 06:20:21.068 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 06:20:21.068 INFO kablam! | Oct 27 06:20:21.068 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 06:20:21.069 INFO kablam! = note: consider using `_current_index` instead Oct 27 06:20:21.069 INFO kablam! Oct 27 06:20:21.787 INFO kablam! warning: method is never used: `price_to_coordinate` Oct 27 06:20:21.787 INFO kablam! --> src/rate/mod.rs:32:5 Oct 27 06:20:21.787 INFO kablam! | Oct 27 06:20:21.788 INFO kablam! 32 | pub fn price_to_coordinate(price: f32) -> CoordinatePrecision { Oct 27 06:20:21.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:20:21.789 INFO kablam! | Oct 27 06:20:21.790 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:20:21.791 INFO kablam! Oct 27 06:20:21.839 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 06:20:21.840 INFO kablam! --> src/chart/configuration.rs:5:13 Oct 27 06:20:21.840 INFO kablam! | Oct 27 06:20:21.840 INFO kablam! 5 | type Row = BTreeMap; Oct 27 06:20:21.840 INFO kablam! | ^^^^^^^^^^ Oct 27 06:20:21.841 INFO kablam! | Oct 27 06:20:21.841 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 06:20:21.842 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 06:20:21.842 INFO kablam! Oct 27 06:20:21.845 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 06:20:21.845 INFO kablam! --> src/matrix.rs:5:17 Oct 27 06:20:21.845 INFO kablam! | Oct 27 06:20:21.845 INFO kablam! 5 | pub type Row = BTreeMap; Oct 27 06:20:21.845 INFO kablam! | ^^^^^ Oct 27 06:20:21.845 INFO kablam! | Oct 27 06:20:21.845 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 06:20:21.845 INFO kablam! Oct 27 06:20:22.033 INFO kablam! warning: variable `current_index` is assigned to, but never used Oct 27 06:20:22.033 INFO kablam! --> src/ui/screen_buffer.rs:195:17 Oct 27 06:20:22.033 INFO kablam! | Oct 27 06:20:22.033 INFO kablam! 195 | let mut current_index = y * width; Oct 27 06:20:22.033 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 06:20:22.033 INFO kablam! | Oct 27 06:20:22.033 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 06:20:22.033 INFO kablam! = note: consider using `_current_index` instead Oct 27 06:20:22.033 INFO kablam! Oct 27 06:20:22.648 INFO kablam! warning: method is never used: `price_to_coordinate` Oct 27 06:20:22.648 INFO kablam! --> src/rate/mod.rs:32:5 Oct 27 06:20:22.648 INFO kablam! | Oct 27 06:20:22.648 INFO kablam! 32 | pub fn price_to_coordinate(price: f32) -> CoordinatePrecision { Oct 27 06:20:22.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:20:22.648 INFO kablam! | Oct 27 06:20:22.648 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:20:22.648 INFO kablam! Oct 27 06:20:22.689 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 06:20:22.689 INFO kablam! --> src/chart/configuration.rs:5:13 Oct 27 06:20:22.689 INFO kablam! | Oct 27 06:20:22.689 INFO kablam! 5 | type Row = BTreeMap; Oct 27 06:20:22.689 INFO kablam! | ^^^^^^^^^^ Oct 27 06:20:22.689 INFO kablam! | Oct 27 06:20:22.689 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 06:20:22.689 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 06:20:22.689 INFO kablam! Oct 27 06:20:22.696 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 06:20:22.696 INFO kablam! --> src/matrix.rs:5:17 Oct 27 06:20:22.697 INFO kablam! | Oct 27 06:20:22.697 INFO kablam! 5 | pub type Row = BTreeMap; Oct 27 06:20:22.697 INFO kablam! | ^^^^^ Oct 27 06:20:22.697 INFO kablam! | Oct 27 06:20:22.697 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 06:20:22.697 INFO kablam! Oct 27 06:20:22.772 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.45s Oct 27 06:20:22.798 INFO kablam! su: No module specific data is present Oct 27 06:20:24.391 INFO running `"docker" "rm" "-f" "38d1668378591b9af0a4d4e6377e80d57d294b473651f279d4c12e92accbb189"` Oct 27 06:20:24.658 INFO blam! 38d1668378591b9af0a4d4e6377e80d57d294b473651f279d4c12e92accbb189