Oct 27 21:05:50.660 INFO checking gst-0.1.3 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 21:05:50.661 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 21:05:51.143 INFO blam! f673d5f2bac9cf417441c40615a694ac98fc0d98fecf90843d3d4c150879b1f2 Oct 27 21:05:51.148 INFO running `"docker" "start" "-a" "f673d5f2bac9cf417441c40615a694ac98fc0d98fecf90843d3d4c150879b1f2"` Oct 27 21:05:52.282 INFO kablam! usermod: no changes Oct 27 21:05:52.427 INFO kablam! Checking ordered-float v0.0.2 Oct 27 21:05:53.809 INFO kablam! Checking gst v0.1.3 (/source) Oct 27 21:05:56.087 INFO kablam! warning: unused variable: `v` Oct 27 21:05:56.087 INFO kablam! --> src/rtree.rs:367:13 Oct 27 21:05:56.087 INFO kablam! | Oct 27 21:05:56.087 INFO kablam! 367 | let v = vec![ Oct 27 21:05:56.087 INFO kablam! | ^ help: consider using `_v` instead Oct 27 21:05:56.087 INFO kablam! | Oct 27 21:05:56.087 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 21:05:56.087 INFO kablam! Oct 27 21:05:56.087 INFO kablam! warning: unused variable: `v` Oct 27 21:05:56.087 INFO kablam! --> src/rtree.rs:378:13 Oct 27 21:05:56.087 INFO kablam! | Oct 27 21:05:56.087 INFO kablam! 378 | let v = vec![ Oct 27 21:05:56.087 INFO kablam! | ^ help: consider using `_v` instead Oct 27 21:05:56.087 INFO kablam! Oct 27 21:05:59.071 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 27 21:05:59.071 INFO kablam! --> benches/rtree.rs:33:5 Oct 27 21:05:59.071 INFO kablam! | Oct 27 21:05:59.071 INFO kablam! 33 | / (0..100_000).map(|i| { Oct 27 21:05:59.071 INFO kablam! 34 | | let x = between.ind_sample(&mut rng); Oct 27 21:05:59.071 INFO kablam! 35 | | let y = between.ind_sample(&mut rng); Oct 27 21:05:59.071 INFO kablam! 36 | | rtree.insert(Rect::from_float(x, x, y, y), format!("{}", i)); Oct 27 21:05:59.071 INFO kablam! 37 | | }).collect::>(); Oct 27 21:05:59.071 INFO kablam! | |___________________________^ Oct 27 21:05:59.071 INFO kablam! | Oct 27 21:05:59.071 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 21:05:59.071 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 27 21:05:59.071 INFO kablam! Oct 27 21:05:59.263 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 27 21:05:59.263 INFO kablam! --> benches/rtreebad.rs:62:5 Oct 27 21:05:59.263 INFO kablam! | Oct 27 21:05:59.263 INFO kablam! 62 | / (0..100_000).map(|i| { Oct 27 21:05:59.263 INFO kablam! 63 | | let x = between.ind_sample(&mut rng); Oct 27 21:05:59.263 INFO kablam! 64 | | let y = between.ind_sample(&mut rng); Oct 27 21:05:59.263 INFO kablam! 65 | | rtree.insert(Rect::from_float(x, x, y, y), format!("{}", i.to_string())); Oct 27 21:05:59.263 INFO kablam! 66 | | }).collect::>(); Oct 27 21:05:59.263 INFO kablam! | |___________________________^ Oct 27 21:05:59.263 INFO kablam! | Oct 27 21:05:59.263 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 21:05:59.263 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 27 21:05:59.263 INFO kablam! Oct 27 21:05:59.574 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.25s Oct 27 21:05:59.578 INFO kablam! su: No module specific data is present Oct 27 21:05:59.999 INFO running `"docker" "rm" "-f" "f673d5f2bac9cf417441c40615a694ac98fc0d98fecf90843d3d4c150879b1f2"` Oct 27 21:06:00.227 INFO blam! f673d5f2bac9cf417441c40615a694ac98fc0d98fecf90843d3d4c150879b1f2