Oct 31 22:26:00.090 INFO checking robbieh/insigil against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 22:26:00.091 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-3/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 22:26:00.620 INFO blam! 4346293e4e9270b5aba9efc24d129e94b0dc35a7943dbbd02ed801f94d3e2760 Oct 31 22:26:00.624 INFO running `"docker" "start" "-a" "4346293e4e9270b5aba9efc24d129e94b0dc35a7943dbbd02ed801f94d3e2760"` Oct 31 22:26:01.716 INFO kablam! usermod: no changes Oct 31 22:26:02.073 INFO kablam! Compiling num-traits v0.1.42 Oct 31 22:26:02.079 INFO kablam! Checking num-complex v0.1.41 Oct 31 22:26:02.084 INFO kablam! Checking num-bigint v0.1.41 Oct 31 22:26:02.084 INFO kablam! Checking rusttype v0.2.3 Oct 31 22:26:02.089 INFO kablam! Compiling gl_generator v0.6.1 Oct 31 22:26:02.090 INFO kablam! Checking fs2 v0.2.5 Oct 31 22:26:02.090 INFO kablam! Compiling gl v0.7.0 Oct 31 22:26:02.091 INFO kablam! Compiling gfx_gl v0.4.0 Oct 31 22:26:03.782 INFO kablam! Checking memmap v0.4.0 Oct 31 22:26:12.519 INFO kablam! Compiling serde_json v0.9.10 Oct 31 22:26:14.585 INFO kablam! Checking piston2d-graphics v0.24.0 Oct 31 22:26:15.265 INFO kablam! Checking num-rational v0.1.41 Oct 31 22:26:15.453 INFO kablam! Compiling glutin v0.10.1 Oct 31 22:26:18.044 INFO kablam! Checking image v0.18.0 Oct 31 22:26:18.044 INFO kablam! Checking num v0.1.41 Oct 31 22:26:19.287 INFO kablam! Checking hdrsample v3.0.0 Oct 31 22:26:26.481 INFO kablam! Compiling target_build_utils v0.3.1 Oct 31 22:26:30.136 INFO kablam! Compiling libloading v0.3.4 Oct 31 22:26:33.818 INFO kablam! Checking dlib v0.3.1 Oct 31 22:26:34.356 INFO kablam! Checking piston-gfx_texture v0.31.0 Oct 31 22:26:34.476 INFO kablam! Checking wayland-sys v0.9.10 Oct 31 22:26:35.649 INFO kablam! Checking wayland-client v0.9.10 Oct 31 22:26:36.703 INFO kablam! Checking gfx_device_gl v0.15.0 Oct 31 22:26:38.782 INFO kablam! Checking piston2d-gfx_graphics v0.48.0 Oct 31 22:26:40.808 INFO kablam! Checking piston2d-opengl_graphics v0.50.0 Oct 31 22:26:41.519 INFO kablam! Checking wayland-protocols v0.9.10 Oct 31 22:26:41.519 INFO kablam! Checking wayland-kbd v0.9.1 Oct 31 22:26:45.448 INFO kablam! Checking wayland-window v0.8.0 Oct 31 22:26:46.046 INFO kablam! Checking winit v0.8.3 Oct 31 22:26:49.475 INFO kablam! Checking pistoncore-glutin_window v0.43.0 Oct 31 22:26:51.001 INFO kablam! Checking piston_window v0.75.0 Oct 31 22:26:52.612 INFO kablam! Checking insigil v0.1.1 (/source) Oct 31 22:26:54.164 INFO kablam! warning: unnecessary parentheses around function argument Oct 31 22:26:54.164 INFO kablam! --> src/viz.rs:410:22 Oct 31 22:26:54.165 INFO kablam! | Oct 31 22:26:54.165 INFO kablam! 410 | 3.0, (1.0 * radius - buffer), Oct 31 22:26:54.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 22:26:54.165 INFO kablam! | Oct 31 22:26:54.166 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 31 22:26:54.166 INFO kablam! Oct 31 22:26:54.193 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 31 22:26:54.193 INFO kablam! --> src/config.rs:45:11 Oct 31 22:26:54.193 INFO kablam! | Oct 31 22:26:54.193 INFO kablam! 45 | match env::home_dir() { Oct 31 22:26:54.194 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 22:26:54.194 INFO kablam! | Oct 31 22:26:54.194 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 22:26:54.195 INFO kablam! Oct 31 22:26:54.216 INFO kablam! warning: unnecessary parentheses around function argument Oct 31 22:26:54.217 INFO kablam! --> src/viz.rs:410:22 Oct 31 22:26:54.217 INFO kablam! | Oct 31 22:26:54.217 INFO kablam! 410 | 3.0, (1.0 * radius - buffer), Oct 31 22:26:54.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 22:26:54.218 INFO kablam! | Oct 31 22:26:54.218 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 31 22:26:54.218 INFO kablam! Oct 31 22:26:54.256 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 31 22:26:54.257 INFO kablam! --> src/config.rs:45:11 Oct 31 22:26:54.257 INFO kablam! | Oct 31 22:26:54.257 INFO kablam! 45 | match env::home_dir() { Oct 31 22:26:54.258 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 22:26:54.258 INFO kablam! | Oct 31 22:26:54.258 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 22:26:54.258 INFO kablam! Oct 31 22:26:54.640 INFO kablam! warning: structure field `datType` should have a snake case name such as `dat_type` Oct 31 22:26:54.640 INFO kablam! --> src/main.rs:107:5 Oct 31 22:26:54.640 INFO kablam! | Oct 31 22:26:54.640 INFO kablam! 107 | datType: RingDataType Oct 31 22:26:54.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:26:54.640 INFO kablam! | Oct 31 22:26:54.640 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 22:26:54.640 INFO kablam! Oct 31 22:26:54.647 INFO kablam! warning: structure field `datType` should have a snake case name such as `dat_type` Oct 31 22:26:54.648 INFO kablam! --> src/main.rs:107:5 Oct 31 22:26:54.648 INFO kablam! | Oct 31 22:26:54.648 INFO kablam! 107 | datType: RingDataType Oct 31 22:26:54.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:26:54.648 INFO kablam! | Oct 31 22:26:54.648 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 22:26:54.648 INFO kablam! Oct 31 22:26:54.684 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 52.93s Oct 31 22:26:54.725 INFO kablam! su: No module specific data is present Oct 31 22:26:55.113 INFO running `"docker" "rm" "-f" "4346293e4e9270b5aba9efc24d129e94b0dc35a7943dbbd02ed801f94d3e2760"` Oct 31 22:26:55.219 INFO blam! 4346293e4e9270b5aba9efc24d129e94b0dc35a7943dbbd02ed801f94d3e2760