Nov 30 00:40:26.748 INFO checking jorgeer/miner against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 30 00:40:26.748 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-0/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56323/try#32252761328f59ccfadb1bafb8148c685bc830b3:/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 +32252761328f59ccfadb1bafb8148c685bc830b3-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"` Nov 30 00:40:27.269 INFO [stdout] 5ff74a54757d625061a5d3782ccf6b86aae055e4972323093a9b87d2f1afc9c2 Nov 30 00:40:27.271 INFO running `"docker" "start" "-a" "5ff74a54757d625061a5d3782ccf6b86aae055e4972323093a9b87d2f1afc9c2"` Nov 30 00:40:28.773 INFO [stderr] usermod: no changes Nov 30 00:40:29.152 INFO [stderr] Checking crossbeam-epoch v0.3.1 Nov 30 00:40:29.158 INFO [stderr] Compiling syn v0.15.15 Nov 30 00:40:29.160 INFO [stderr] Checking ordered-float v0.5.2 Nov 30 00:40:30.392 INFO [stderr] Checking rusttype v0.4.3 Nov 30 00:40:31.289 INFO [stderr] Checking crossbeam-deque v0.2.0 Nov 30 00:40:32.928 INFO [stderr] Checking piston2d-graphics v0.26.0 Nov 30 00:40:33.000 INFO [stderr] Checking rayon-core v1.4.1 Nov 30 00:40:34.816 INFO [stderr] Checking rayon v1.0.2 Nov 30 00:40:41.502 INFO [stderr] Checking jpeg-decoder v0.1.15 Nov 30 00:40:57.266 INFO [stderr] Compiling num-derive v0.2.3 Nov 30 00:40:57.268 INFO [stderr] Compiling derivative v1.0.1 Nov 30 00:40:57.270 INFO [stderr] Compiling serde_derive v1.0.80 Nov 30 00:41:14.472 INFO [stderr] Checking gfx_core v0.8.3 Nov 30 00:41:16.176 INFO [stderr] Checking tiff v0.2.1 Nov 30 00:41:17.735 INFO [stderr] Checking image v0.20.0 Nov 30 00:41:32.180 INFO [stderr] Checking pistoncore-input v0.21.0 Nov 30 00:41:34.732 INFO [stderr] Checking piston2d-opengl_graphics v0.54.0 Nov 30 00:41:38.235 INFO [stderr] Checking pistoncore-window v0.32.0 Nov 30 00:41:40.830 INFO [stderr] Checking pistoncore-event_loop v0.37.0 Nov 30 00:41:40.830 INFO [stderr] Checking pistoncore-glutin_window v0.48.0 Nov 30 00:41:42.597 INFO [stderr] Checking piston v0.37.0 Nov 30 00:41:53.792 INFO [stderr] Checking gfx v0.17.1 Nov 30 00:41:53.792 INFO [stderr] Checking gfx_device_gl v0.15.3 Nov 30 00:41:59.856 INFO [stderr] Checking piston-gfx_texture v0.34.0 Nov 30 00:42:01.779 INFO [stderr] Checking piston2d-gfx_graphics v0.52.0 Nov 30 00:42:05.232 INFO [stderr] Checking piston_window v0.81.0 Nov 30 00:42:08.184 INFO [stderr] Checking miner v0.1.0 (/source) Nov 30 00:42:11.562 INFO [stderr] warning: unused variable: `grid_width` Nov 30 00:42:11.562 INFO [stderr] --> src/main.rs:99:9 Nov 30 00:42:11.562 INFO [stderr] | Nov 30 00:42:11.562 INFO [stderr] 99 | let grid_width = 30; Nov 30 00:42:11.562 INFO [stderr] | ^^^^^^^^^^ help: consider using `_grid_width` instead Nov 30 00:42:11.562 INFO [stderr] | Nov 30 00:42:11.562 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 30 00:42:11.562 INFO [stderr] Nov 30 00:42:11.571 INFO [stderr] warning: unused variable: `lives` Nov 30 00:42:11.571 INFO [stderr] --> src/main.rs:43:23 Nov 30 00:42:11.571 INFO [stderr] | Nov 30 00:42:11.571 INFO [stderr] 43 | for (pos, lives) in cells { Nov 30 00:42:11.571 INFO [stderr] | ^^^^^ help: consider using `_lives` instead Nov 30 00:42:11.571 INFO [stderr] Nov 30 00:42:11.571 INFO [stderr] warning: unused variable: `lives` Nov 30 00:42:11.571 INFO [stderr] --> src/main.rs:64:19 Nov 30 00:42:11.571 INFO [stderr] | Nov 30 00:42:11.571 INFO [stderr] 64 | for (pos, lives) in &self.cells { Nov 30 00:42:11.571 INFO [stderr] | ^^^^^ help: consider using `_lives` instead Nov 30 00:42:11.572 INFO [stderr] Nov 30 00:42:11.572 INFO [stderr] warning: unused variable: `args` Nov 30 00:42:11.572 INFO [stderr] --> src/main.rs:58:26 Nov 30 00:42:11.572 INFO [stderr] | Nov 30 00:42:11.572 INFO [stderr] 58 | fn update(&mut self, args: &UpdateArgs) { Nov 30 00:42:11.572 INFO [stderr] | ^^^^ help: consider using `_args` instead Nov 30 00:42:11.572 INFO [stderr] Nov 30 00:42:11.579 INFO [stderr] error[E0596]: cannot borrow immutable borrowed content `*newCells` as mutable Nov 30 00:42:11.579 INFO [stderr] --> src/main.rs:67:13 Nov 30 00:42:11.579 INFO [stderr] | Nov 30 00:42:11.579 INFO [stderr] 67 | newCells.entry(xy_to_pos((x + 1, y), grid_width)).or_insert(1); Nov 30 00:42:11.579 INFO [stderr] | ^^^^^^^^ cannot borrow as mutable Nov 30 00:42:11.579 INFO [stderr] Nov 30 00:42:11.579 INFO [stderr] error[E0596]: cannot borrow immutable borrowed content `*newCells` as mutable Nov 30 00:42:11.579 INFO [stderr] --> src/main.rs:68:13 Nov 30 00:42:11.579 INFO [stderr] | Nov 30 00:42:11.579 INFO [stderr] 68 | newCells.entry(xy_to_pos((x - 1, y), grid_width)).or_insert(1); Nov 30 00:42:11.579 INFO [stderr] | ^^^^^^^^ cannot borrow as mutable Nov 30 00:42:11.579 INFO [stderr] Nov 30 00:42:11.579 INFO [stderr] error[E0596]: cannot borrow immutable borrowed content `*newCells` as mutable Nov 30 00:42:11.579 INFO [stderr] --> src/main.rs:69:13 Nov 30 00:42:11.579 INFO [stderr] | Nov 30 00:42:11.579 INFO [stderr] 69 | newCells.entry(xy_to_pos((x, y + 1), grid_width)).or_insert(1); Nov 30 00:42:11.579 INFO [stderr] | ^^^^^^^^ cannot borrow as mutable Nov 30 00:42:11.579 INFO [stderr] Nov 30 00:42:11.582 INFO [stderr] error[E0596]: cannot borrow immutable borrowed content `*newCells` as mutable Nov 30 00:42:11.582 INFO [stderr] --> src/main.rs:70:13 Nov 30 00:42:11.582 INFO [stderr] | Nov 30 00:42:11.582 INFO [stderr] 70 | newCells.entry(xy_to_pos((x, y - 1), grid_width)).or_insert(1); Nov 30 00:42:11.582 INFO [stderr] | ^^^^^^^^ cannot borrow as mutable Nov 30 00:42:11.582 INFO [stderr] Nov 30 00:42:11.582 INFO [stderr] error[E0507]: cannot move out of borrowed content Nov 30 00:42:11.582 INFO [stderr] --> src/main.rs:73:22 Nov 30 00:42:11.582 INFO [stderr] | Nov 30 00:42:11.582 INFO [stderr] 73 | self.cells = *newCells; Nov 30 00:42:11.582 INFO [stderr] | ^^^^^^^^^ cannot move out of borrowed content Nov 30 00:42:11.582 INFO [stderr] Nov 30 00:42:11.609 INFO [stderr] error: aborting due to 5 previous errors Nov 30 00:42:11.609 INFO [stderr] Nov 30 00:42:11.609 INFO [stderr] Some errors occurred: E0507, E0596. Nov 30 00:42:11.609 INFO [stderr] For more information about an error, try `rustc --explain E0507`. Nov 30 00:42:11.620 INFO [stderr] error: Could not compile `miner`. Nov 30 00:42:11.620 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 30 00:42:11.864 INFO [stderr] warning: unused variable: `grid_width` Nov 30 00:42:11.864 INFO [stderr] --> src/main.rs:99:9 Nov 30 00:42:11.864 INFO [stderr] | Nov 30 00:42:11.864 INFO [stderr] 99 | let grid_width = 30; Nov 30 00:42:11.864 INFO [stderr] | ^^^^^^^^^^ help: consider using `_grid_width` instead Nov 30 00:42:11.864 INFO [stderr] | Nov 30 00:42:11.864 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 30 00:42:11.864 INFO [stderr] Nov 30 00:42:11.872 INFO [stderr] warning: unused variable: `lives` Nov 30 00:42:11.872 INFO [stderr] --> src/main.rs:43:23 Nov 30 00:42:11.872 INFO [stderr] | Nov 30 00:42:11.872 INFO [stderr] 43 | for (pos, lives) in cells { Nov 30 00:42:11.872 INFO [stderr] | ^^^^^ help: consider using `_lives` instead Nov 30 00:42:11.872 INFO [stderr] Nov 30 00:42:11.872 INFO [stderr] warning: unused variable: `lives` Nov 30 00:42:11.872 INFO [stderr] --> src/main.rs:64:19 Nov 30 00:42:11.872 INFO [stderr] | Nov 30 00:42:11.872 INFO [stderr] 64 | for (pos, lives) in &self.cells { Nov 30 00:42:11.872 INFO [stderr] | ^^^^^ help: consider using `_lives` instead Nov 30 00:42:11.872 INFO [stderr] Nov 30 00:42:11.872 INFO [stderr] warning: unused variable: `args` Nov 30 00:42:11.872 INFO [stderr] --> src/main.rs:58:26 Nov 30 00:42:11.872 INFO [stderr] | Nov 30 00:42:11.872 INFO [stderr] 58 | fn update(&mut self, args: &UpdateArgs) { Nov 30 00:42:11.873 INFO [stderr] | ^^^^ help: consider using `_args` instead Nov 30 00:42:11.873 INFO [stderr] Nov 30 00:42:11.873 INFO [stderr] error[E0596]: cannot borrow immutable borrowed content `*newCells` as mutable Nov 30 00:42:11.873 INFO [stderr] --> src/main.rs:67:13 Nov 30 00:42:11.873 INFO [stderr] | Nov 30 00:42:11.873 INFO [stderr] 67 | newCells.entry(xy_to_pos((x + 1, y), grid_width)).or_insert(1); Nov 30 00:42:11.873 INFO [stderr] | ^^^^^^^^ cannot borrow as mutable Nov 30 00:42:11.873 INFO [stderr] Nov 30 00:42:11.873 INFO [stderr] error[E0596]: cannot borrow immutable borrowed content `*newCells` as mutable Nov 30 00:42:11.873 INFO [stderr] --> src/main.rs:68:13 Nov 30 00:42:11.873 INFO [stderr] | Nov 30 00:42:11.873 INFO [stderr] 68 | newCells.entry(xy_to_pos((x - 1, y), grid_width)).or_insert(1); Nov 30 00:42:11.873 INFO [stderr] | ^^^^^^^^ cannot borrow as mutable Nov 30 00:42:11.873 INFO [stderr] Nov 30 00:42:11.873 INFO [stderr] error[E0596]: cannot borrow immutable borrowed content `*newCells` as mutable Nov 30 00:42:11.873 INFO [stderr] --> src/main.rs:69:13 Nov 30 00:42:11.873 INFO [stderr] | Nov 30 00:42:11.873 INFO [stderr] 69 | newCells.entry(xy_to_pos((x, y + 1), grid_width)).or_insert(1); Nov 30 00:42:11.873 INFO [stderr] | ^^^^^^^^ cannot borrow as mutable Nov 30 00:42:11.873 INFO [stderr] Nov 30 00:42:11.880 INFO [stderr] error[E0596]: cannot borrow immutable borrowed content `*newCells` as mutable Nov 30 00:42:11.880 INFO [stderr] --> src/main.rs:70:13 Nov 30 00:42:11.880 INFO [stderr] | Nov 30 00:42:11.880 INFO [stderr] 70 | newCells.entry(xy_to_pos((x, y - 1), grid_width)).or_insert(1); Nov 30 00:42:11.880 INFO [stderr] | ^^^^^^^^ cannot borrow as mutable Nov 30 00:42:11.880 INFO [stderr] Nov 30 00:42:11.880 INFO [stderr] error[E0507]: cannot move out of borrowed content Nov 30 00:42:11.880 INFO [stderr] --> src/main.rs:73:22 Nov 30 00:42:11.880 INFO [stderr] | Nov 30 00:42:11.880 INFO [stderr] 73 | self.cells = *newCells; Nov 30 00:42:11.880 INFO [stderr] | ^^^^^^^^^ cannot move out of borrowed content Nov 30 00:42:11.880 INFO [stderr] Nov 30 00:42:11.880 INFO [stderr] error: aborting due to 5 previous errors Nov 30 00:42:11.880 INFO [stderr] Nov 30 00:42:11.880 INFO [stderr] Some errors occurred: E0507, E0596. Nov 30 00:42:11.880 INFO [stderr] For more information about an error, try `rustc --explain E0507`. Nov 30 00:42:11.904 INFO [stderr] error: Could not compile `miner`. Nov 30 00:42:11.904 INFO [stderr] Nov 30 00:42:11.904 INFO [stderr] To learn more, run the command again with --verbose. Nov 30 00:42:11.909 INFO [stderr] su: No module specific data is present Nov 30 00:42:12.186 INFO running `"docker" "inspect" "5ff74a54757d625061a5d3782ccf6b86aae055e4972323093a9b87d2f1afc9c2"` Nov 30 00:42:12.327 INFO running `"docker" "rm" "-f" "5ff74a54757d625061a5d3782ccf6b86aae055e4972323093a9b87d2f1afc9c2"` Nov 30 00:42:12.495 INFO [stdout] 5ff74a54757d625061a5d3782ccf6b86aae055e4972323093a9b87d2f1afc9c2