Oct 14 10:39:59.133 INFO testing mlgubolin/PLUTOrust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 10:39:59.133 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 14 10:39:59.394 INFO blam! 98880edcc55dbb5e9d366f4b20cc94f285f5df7a560c600f16dc288b81410000 Oct 14 10:39:59.395 INFO running `"docker" "start" "-a" "98880edcc55dbb5e9d366f4b20cc94f285f5df7a560c600f16dc288b81410000"` Oct 14 10:39:59.742 INFO kablam! usermod: no changes Oct 14 10:39:59.768 INFO kablam! Compiling fnv v1.0.6 Oct 14 10:39:59.959 INFO kablam! Compiling PLUTOrust v0.1.0 (/source) Oct 14 10:40:00.131 INFO kablam! warning: unused variable: `next_grid` Oct 14 10:40:00.131 INFO kablam! --> src/main.rs:7:9 Oct 14 10:40:00.131 INFO kablam! | Oct 14 10:40:00.131 INFO kablam! 7 | let next_grid = grid::create_blank_grid(); Oct 14 10:40:00.131 INFO kablam! | ^^^^^^^^^ help: consider using `_next_grid` instead Oct 14 10:40:00.131 INFO kablam! | Oct 14 10:40:00.131 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 10:40:00.131 INFO kablam! Oct 14 10:40:00.131 INFO kablam! warning: value assigned to `initial_grid` is never read Oct 14 10:40:00.131 INFO kablam! --> src/main.rs:8:5 Oct 14 10:40:00.131 INFO kablam! | Oct 14 10:40:00.131 INFO kablam! 8 | initial_grid = grid::set_initial_condition(initial_grid); Oct 14 10:40:00.131 INFO kablam! | ^^^^^^^^^^^^ Oct 14 10:40:00.131 INFO kablam! | Oct 14 10:40:00.131 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 10:40:00.131 INFO kablam! Oct 14 10:40:00.142 INFO kablam! warning: field is never used: `density` Oct 14 10:40:00.142 INFO kablam! --> src/structs/grid.rs:6:3 Oct 14 10:40:00.142 INFO kablam! | Oct 14 10:40:00.142 INFO kablam! 6 | density: f64, Oct 14 10:40:00.142 INFO kablam! | ^^^^^^^^^^^^ Oct 14 10:40:00.142 INFO kablam! | Oct 14 10:40:00.142 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 10:40:00.142 INFO kablam! Oct 14 10:40:00.142 INFO kablam! warning: field is never used: `x` Oct 14 10:40:00.142 INFO kablam! --> src/structs/grid.rs:7:3 Oct 14 10:40:00.142 INFO kablam! | Oct 14 10:40:00.142 INFO kablam! 7 | x: f64, Oct 14 10:40:00.142 INFO kablam! | ^^^^^^ Oct 14 10:40:00.142 INFO kablam! Oct 14 10:40:00.142 INFO kablam! warning: field is never used: `y` Oct 14 10:40:00.142 INFO kablam! --> src/structs/grid.rs:8:3 Oct 14 10:40:00.142 INFO kablam! | Oct 14 10:40:00.142 INFO kablam! 8 | y: f64, Oct 14 10:40:00.142 INFO kablam! | ^^^^^^ Oct 14 10:40:00.142 INFO kablam! Oct 14 10:40:00.142 INFO kablam! warning: field is never used: `z` Oct 14 10:40:00.142 INFO kablam! --> src/structs/grid.rs:9:3 Oct 14 10:40:00.142 INFO kablam! | Oct 14 10:40:00.142 INFO kablam! 9 | z: f64, Oct 14 10:40:00.142 INFO kablam! | ^^^^^^ Oct 14 10:40:00.142 INFO kablam! Oct 14 10:40:00.142 INFO kablam! warning: field is never used: `vx` Oct 14 10:40:00.142 INFO kablam! --> src/structs/grid.rs:10:3 Oct 14 10:40:00.142 INFO kablam! | Oct 14 10:40:00.142 INFO kablam! 10 | vx: f64, Oct 14 10:40:00.142 INFO kablam! | ^^^^^^^ Oct 14 10:40:00.142 INFO kablam! Oct 14 10:40:00.142 INFO kablam! warning: field is never used: `vy` Oct 14 10:40:00.142 INFO kablam! --> src/structs/grid.rs:11:3 Oct 14 10:40:00.142 INFO kablam! | Oct 14 10:40:00.142 INFO kablam! 11 | vy: f64, Oct 14 10:40:00.142 INFO kablam! | ^^^^^^^ Oct 14 10:40:00.142 INFO kablam! Oct 14 10:40:00.142 INFO kablam! warning: field is never used: `vz` Oct 14 10:40:00.142 INFO kablam! --> src/structs/grid.rs:12:3 Oct 14 10:40:00.142 INFO kablam! | Oct 14 10:40:00.142 INFO kablam! 12 | vz: f64, Oct 14 10:40:00.142 INFO kablam! | ^^^^^^^ Oct 14 10:40:00.142 INFO kablam! Oct 14 10:40:00.142 INFO kablam! warning: field is never used: `temperature` Oct 14 10:40:00.142 INFO kablam! --> src/structs/grid.rs:13:3 Oct 14 10:40:00.142 INFO kablam! | Oct 14 10:40:00.142 INFO kablam! 13 | temperature: f64, Oct 14 10:40:00.142 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 10:40:00.142 INFO kablam! Oct 14 10:40:00.142 INFO kablam! warning: field is never used: `pression` Oct 14 10:40:00.142 INFO kablam! --> src/structs/grid.rs:14:3 Oct 14 10:40:00.142 INFO kablam! | Oct 14 10:40:00.142 INFO kablam! 14 | pression: f64, Oct 14 10:40:00.142 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 10:40:00.142 INFO kablam! Oct 14 10:40:00.142 INFO kablam! warning: crate `PLUTOrust` should have a snake case name such as `plutorust` Oct 14 10:40:00.142 INFO kablam! | Oct 14 10:40:00.142 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 10:40:00.142 INFO kablam! Oct 14 10:40:01.039 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Oct 14 10:40:01.042 INFO kablam! su: No module specific data is present Oct 14 10:40:02.247 INFO running `"docker" "rm" "-f" "98880edcc55dbb5e9d366f4b20cc94f285f5df7a560c600f16dc288b81410000"` Oct 14 10:40:02.603 INFO blam! 98880edcc55dbb5e9d366f4b20cc94f285f5df7a560c600f16dc288b81410000 Oct 14 10:40:02.619 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 14 10:40:03.200 INFO blam! 8f8691d0c6a93dc1758687fb398017cb76c2719b625c66417fe21e96d5da2864 Oct 14 10:40:03.202 INFO running `"docker" "start" "-a" "8f8691d0c6a93dc1758687fb398017cb76c2719b625c66417fe21e96d5da2864"` Oct 14 10:40:04.766 INFO kablam! usermod: no changes Oct 14 10:40:04.831 INFO kablam! Compiling PLUTOrust v0.1.0 (/source) Oct 14 10:40:05.075 INFO kablam! warning: unused variable: `next_grid` Oct 14 10:40:05.075 INFO kablam! --> src/main.rs:7:9 Oct 14 10:40:05.075 INFO kablam! | Oct 14 10:40:05.075 INFO kablam! 7 | let next_grid = grid::create_blank_grid(); Oct 14 10:40:05.075 INFO kablam! | ^^^^^^^^^ help: consider using `_next_grid` instead Oct 14 10:40:05.075 INFO kablam! | Oct 14 10:40:05.075 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 10:40:05.075 INFO kablam! Oct 14 10:40:05.075 INFO kablam! warning: value assigned to `initial_grid` is never read Oct 14 10:40:05.075 INFO kablam! --> src/main.rs:8:5 Oct 14 10:40:05.075 INFO kablam! | Oct 14 10:40:05.075 INFO kablam! 8 | initial_grid = grid::set_initial_condition(initial_grid); Oct 14 10:40:05.075 INFO kablam! | ^^^^^^^^^^^^ Oct 14 10:40:05.075 INFO kablam! | Oct 14 10:40:05.075 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 10:40:05.075 INFO kablam! Oct 14 10:40:05.075 INFO kablam! warning: field is never used: `density` Oct 14 10:40:05.075 INFO kablam! --> src/structs/grid.rs:6:3 Oct 14 10:40:05.075 INFO kablam! | Oct 14 10:40:05.075 INFO kablam! 6 | density: f64, Oct 14 10:40:05.075 INFO kablam! | ^^^^^^^^^^^^ Oct 14 10:40:05.075 INFO kablam! | Oct 14 10:40:05.075 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 10:40:05.075 INFO kablam! Oct 14 10:40:05.075 INFO kablam! warning: field is never used: `x` Oct 14 10:40:05.075 INFO kablam! --> src/structs/grid.rs:7:3 Oct 14 10:40:05.075 INFO kablam! | Oct 14 10:40:05.075 INFO kablam! 7 | x: f64, Oct 14 10:40:05.075 INFO kablam! | ^^^^^^ Oct 14 10:40:05.075 INFO kablam! Oct 14 10:40:05.075 INFO kablam! warning: field is never used: `y` Oct 14 10:40:05.075 INFO kablam! --> src/structs/grid.rs:8:3 Oct 14 10:40:05.075 INFO kablam! | Oct 14 10:40:05.075 INFO kablam! 8 | y: f64, Oct 14 10:40:05.075 INFO kablam! | ^^^^^^ Oct 14 10:40:05.075 INFO kablam! Oct 14 10:40:05.075 INFO kablam! warning: field is never used: `z` Oct 14 10:40:05.075 INFO kablam! --> src/structs/grid.rs:9:3 Oct 14 10:40:05.075 INFO kablam! | Oct 14 10:40:05.075 INFO kablam! 9 | z: f64, Oct 14 10:40:05.075 INFO kablam! | ^^^^^^ Oct 14 10:40:05.075 INFO kablam! Oct 14 10:40:05.075 INFO kablam! warning: field is never used: `vx` Oct 14 10:40:05.075 INFO kablam! --> src/structs/grid.rs:10:3 Oct 14 10:40:05.076 INFO kablam! | Oct 14 10:40:05.076 INFO kablam! 10 | vx: f64, Oct 14 10:40:05.076 INFO kablam! | ^^^^^^^ Oct 14 10:40:05.076 INFO kablam! Oct 14 10:40:05.076 INFO kablam! warning: field is never used: `vy` Oct 14 10:40:05.076 INFO kablam! --> src/structs/grid.rs:11:3 Oct 14 10:40:05.076 INFO kablam! | Oct 14 10:40:05.076 INFO kablam! 11 | vy: f64, Oct 14 10:40:05.076 INFO kablam! | ^^^^^^^ Oct 14 10:40:05.076 INFO kablam! Oct 14 10:40:05.076 INFO kablam! warning: field is never used: `vz` Oct 14 10:40:05.076 INFO kablam! --> src/structs/grid.rs:12:3 Oct 14 10:40:05.076 INFO kablam! | Oct 14 10:40:05.076 INFO kablam! 12 | vz: f64, Oct 14 10:40:05.076 INFO kablam! | ^^^^^^^ Oct 14 10:40:05.076 INFO kablam! Oct 14 10:40:05.076 INFO kablam! warning: field is never used: `temperature` Oct 14 10:40:05.076 INFO kablam! --> src/structs/grid.rs:13:3 Oct 14 10:40:05.076 INFO kablam! | Oct 14 10:40:05.076 INFO kablam! 13 | temperature: f64, Oct 14 10:40:05.076 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 10:40:05.076 INFO kablam! Oct 14 10:40:05.076 INFO kablam! warning: field is never used: `pression` Oct 14 10:40:05.076 INFO kablam! --> src/structs/grid.rs:14:3 Oct 14 10:40:05.076 INFO kablam! | Oct 14 10:40:05.076 INFO kablam! 14 | pression: f64, Oct 14 10:40:05.076 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 10:40:05.076 INFO kablam! Oct 14 10:40:05.076 INFO kablam! warning: crate `PLUTOrust` should have a snake case name such as `plutorust` Oct 14 10:40:05.076 INFO kablam! | Oct 14 10:40:05.076 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 10:40:05.076 INFO kablam! Oct 14 10:40:05.619 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.81s Oct 14 10:40:05.619 INFO kablam! su: No module specific data is present Oct 14 10:40:06.438 INFO running `"docker" "rm" "-f" "8f8691d0c6a93dc1758687fb398017cb76c2719b625c66417fe21e96d5da2864"` Oct 14 10:40:06.862 INFO blam! 8f8691d0c6a93dc1758687fb398017cb76c2719b625c66417fe21e96d5da2864 Oct 14 10:40:06.879 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 14 10:40:07.377 INFO blam! e7f656d0ea3293b9d76634f2ae69d4748091e06fb11780793232e6a626c7f14d Oct 14 10:40:07.379 INFO running `"docker" "start" "-a" "e7f656d0ea3293b9d76634f2ae69d4748091e06fb11780793232e6a626c7f14d"` Oct 14 10:40:09.323 INFO kablam! usermod: no changes Oct 14 10:40:09.382 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 10:40:09.387 INFO kablam! Running /target/debug/deps/PLUTOrust-2895c7aa14dd7783 Oct 14 10:40:09.388 INFO blam! Oct 14 10:40:09.388 INFO blam! running 0 tests Oct 14 10:40:09.391 INFO blam! Oct 14 10:40:09.391 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 10:40:09.391 INFO blam! Oct 14 10:40:09.395 INFO kablam! su: No module specific data is present Oct 14 10:40:10.399 INFO running `"docker" "rm" "-f" "e7f656d0ea3293b9d76634f2ae69d4748091e06fb11780793232e6a626c7f14d"` Oct 14 10:40:10.732 INFO blam! e7f656d0ea3293b9d76634f2ae69d4748091e06fb11780793232e6a626c7f14d