Nov 16 15:35:57.667 INFO testing robbieh/insigil against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 16 15:35:57.667 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 16 15:35:58.085 INFO [stdout] 880e1692e52fbf2a8f348129909f4153e46cf31f293ffc77a8612e0cbaff61b6 Nov 16 15:35:58.088 INFO running `"docker" "start" "-a" "880e1692e52fbf2a8f348129909f4153e46cf31f293ffc77a8612e0cbaff61b6"` Nov 16 15:35:59.530 INFO [stderr] usermod: no changes Nov 16 15:35:59.599 INFO [stderr] Blocking waiting for file lock on the registry index Nov 16 15:35:59.927 INFO [stderr] Compiling serde_json v0.9.10 Nov 16 15:35:59.943 INFO [stderr] Compiling num-complex v0.1.41 Nov 16 15:35:59.955 INFO [stderr] Compiling num-bigint v0.1.41 Nov 16 15:35:59.963 INFO [stderr] Compiling rusttype v0.2.3 Nov 16 15:35:59.963 INFO [stderr] Compiling gfx_core v0.8.2 Nov 16 15:36:08.708 INFO [stderr] Compiling num-rational v0.1.41 Nov 16 15:36:13.804 INFO [stderr] Compiling target_build_utils v0.3.1 Nov 16 15:36:14.430 INFO [stderr] Compiling piston2d-graphics v0.24.0 Nov 16 15:36:17.223 INFO [stderr] Compiling image v0.18.0 Nov 16 15:36:17.223 INFO [stderr] Compiling num v0.1.41 Nov 16 15:36:18.303 INFO [stderr] Compiling hdrsample v3.0.0 Nov 16 15:36:20.761 INFO [stderr] Compiling libloading v0.3.4 Nov 16 15:36:26.819 INFO [stderr] Compiling dlib v0.3.1 Nov 16 15:36:27.559 INFO [stderr] Compiling wayland-sys v0.9.10 Nov 16 15:36:30.559 INFO [stderr] Compiling wayland-client v0.9.10 Nov 16 15:36:35.431 INFO [stderr] Compiling wayland-protocols v0.9.10 Nov 16 15:36:35.433 INFO [stderr] Compiling wayland-kbd v0.9.1 Nov 16 15:36:50.363 INFO [stderr] Compiling wayland-window v0.8.0 Nov 16 15:36:51.271 INFO [stderr] Compiling piston2d-opengl_graphics v0.50.0 Nov 16 15:36:51.835 INFO [stderr] Compiling winit v0.8.3 Nov 16 15:37:02.203 INFO [stderr] Compiling glutin v0.10.1 Nov 16 15:37:06.862 INFO [stderr] Compiling pistoncore-glutin_window v0.43.0 Nov 16 15:37:15.776 INFO [stderr] Compiling gfx v0.17.1 Nov 16 15:37:15.777 INFO [stderr] Compiling gfx_device_gl v0.15.0 Nov 16 15:37:26.687 INFO [stderr] Compiling piston-gfx_texture v0.31.0 Nov 16 15:37:28.291 INFO [stderr] Compiling piston2d-gfx_graphics v0.48.0 Nov 16 15:37:31.655 INFO [stderr] Compiling piston_window v0.75.0 Nov 16 15:37:33.472 INFO [stderr] Compiling insigil v0.1.1 (/source) Nov 16 15:37:35.148 INFO [stderr] warning: unnecessary parentheses around function argument Nov 16 15:37:35.149 INFO [stderr] --> src/viz.rs:410:22 Nov 16 15:37:35.149 INFO [stderr] | Nov 16 15:37:35.149 INFO [stderr] 410 | 3.0, (1.0 * radius - buffer), Nov 16 15:37:35.149 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 16 15:37:35.149 INFO [stderr] | Nov 16 15:37:35.149 INFO [stderr] = note: #[warn(unused_parens)] on by default Nov 16 15:37:35.149 INFO [stderr] Nov 16 15:37:35.179 INFO [stderr] 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. Nov 16 15:37:35.179 INFO [stderr] --> src/config.rs:45:11 Nov 16 15:37:35.179 INFO [stderr] | Nov 16 15:37:35.179 INFO [stderr] 45 | match env::home_dir() { Nov 16 15:37:35.179 INFO [stderr] | ^^^^^^^^^^^^^ Nov 16 15:37:35.179 INFO [stderr] | Nov 16 15:37:35.179 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 16 15:37:35.179 INFO [stderr] Nov 16 15:37:35.741 INFO [stderr] warning: structure field `datType` should have a snake case name such as `dat_type` Nov 16 15:37:35.741 INFO [stderr] --> src/main.rs:107:5 Nov 16 15:37:35.741 INFO [stderr] | Nov 16 15:37:35.741 INFO [stderr] 107 | datType: RingDataType Nov 16 15:37:35.741 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ Nov 16 15:37:35.741 INFO [stderr] | Nov 16 15:37:35.743 INFO [stderr] = note: #[warn(non_snake_case)] on by default Nov 16 15:37:35.743 INFO [stderr] Nov 16 15:37:45.056 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 45s Nov 16 15:37:45.081 INFO [stderr] su: No module specific data is present Nov 16 15:37:46.749 INFO running `"docker" "inspect" "880e1692e52fbf2a8f348129909f4153e46cf31f293ffc77a8612e0cbaff61b6"` Nov 16 15:37:47.053 INFO running `"docker" "rm" "-f" "880e1692e52fbf2a8f348129909f4153e46cf31f293ffc77a8612e0cbaff61b6"` Nov 16 15:37:47.503 INFO [stdout] 880e1692e52fbf2a8f348129909f4153e46cf31f293ffc77a8612e0cbaff61b6 Nov 16 15:37:47.509 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 16 15:37:48.102 INFO [stdout] 9c52ac93057f7e747e2036531de107f1796c87e08e4b80575bab6a147d97c391 Nov 16 15:37:48.108 INFO running `"docker" "start" "-a" "9c52ac93057f7e747e2036531de107f1796c87e08e4b80575bab6a147d97c391"` Nov 16 15:37:49.778 INFO [stderr] usermod: no changes Nov 16 15:37:50.131 INFO [stderr] Compiling insigil v0.1.1 (/source) Nov 16 15:37:51.667 INFO [stderr] warning: unnecessary parentheses around function argument Nov 16 15:37:51.668 INFO [stderr] --> src/viz.rs:410:22 Nov 16 15:37:51.668 INFO [stderr] | Nov 16 15:37:51.669 INFO [stderr] 410 | 3.0, (1.0 * radius - buffer), Nov 16 15:37:51.669 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 16 15:37:51.669 INFO [stderr] | Nov 16 15:37:51.670 INFO [stderr] = note: #[warn(unused_parens)] on by default Nov 16 15:37:51.670 INFO [stderr] Nov 16 15:37:51.689 INFO [stderr] 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. Nov 16 15:37:51.689 INFO [stderr] --> src/config.rs:45:11 Nov 16 15:37:51.689 INFO [stderr] | Nov 16 15:37:51.690 INFO [stderr] 45 | match env::home_dir() { Nov 16 15:37:51.690 INFO [stderr] | ^^^^^^^^^^^^^ Nov 16 15:37:51.690 INFO [stderr] | Nov 16 15:37:51.691 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 16 15:37:51.691 INFO [stderr] Nov 16 15:37:52.163 INFO [stderr] warning: structure field `datType` should have a snake case name such as `dat_type` Nov 16 15:37:52.163 INFO [stderr] --> src/main.rs:107:5 Nov 16 15:37:52.163 INFO [stderr] | Nov 16 15:37:52.163 INFO [stderr] 107 | datType: RingDataType Nov 16 15:37:52.163 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ Nov 16 15:37:52.163 INFO [stderr] | Nov 16 15:37:52.163 INFO [stderr] = note: #[warn(non_snake_case)] on by default Nov 16 15:37:52.163 INFO [stderr] Nov 16 15:37:52.602 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.81s Nov 16 15:37:52.635 INFO [stderr] su: No module specific data is present Nov 16 15:37:53.844 INFO running `"docker" "inspect" "9c52ac93057f7e747e2036531de107f1796c87e08e4b80575bab6a147d97c391"` Nov 16 15:37:54.136 INFO running `"docker" "rm" "-f" "9c52ac93057f7e747e2036531de107f1796c87e08e4b80575bab6a147d97c391"` Nov 16 15:37:54.515 INFO [stdout] 9c52ac93057f7e747e2036531de107f1796c87e08e4b80575bab6a147d97c391 Nov 16 15:37:54.524 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 16 15:37:55.102 INFO [stdout] b1e7df7b2c3141996a2cba97c0ee85d340df47603afcd24f9d000d938cbaf226 Nov 16 15:37:55.104 INFO running `"docker" "start" "-a" "b1e7df7b2c3141996a2cba97c0ee85d340df47603afcd24f9d000d938cbaf226"` Nov 16 15:37:56.335 INFO [stderr] usermod: no changes Nov 16 15:37:56.623 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.25s Nov 16 15:37:56.647 INFO [stderr] Running /target/debug/deps/insigil-b19bf6f3323d6c8a Nov 16 15:37:56.651 INFO [stdout] Nov 16 15:37:56.651 INFO [stdout] running 0 tests Nov 16 15:37:56.651 INFO [stdout] Nov 16 15:37:56.651 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 15:37:56.651 INFO [stdout] Nov 16 15:37:56.655 INFO [stderr] su: No module specific data is present Nov 16 15:37:57.225 INFO running `"docker" "inspect" "b1e7df7b2c3141996a2cba97c0ee85d340df47603afcd24f9d000d938cbaf226"` Nov 16 15:37:57.449 INFO running `"docker" "rm" "-f" "b1e7df7b2c3141996a2cba97c0ee85d340df47603afcd24f9d000d938cbaf226"` Nov 16 15:37:57.791 INFO [stdout] b1e7df7b2c3141996a2cba97c0ee85d340df47603afcd24f9d000d938cbaf226