Oct 10 18:20:15.256 INFO testing mlgubolin/PLUTOrust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:20:15.256 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:20:15.258 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:20:15.780 INFO blam! 1370de714a202554b65835f3c9046bc5f3399715a03ae976a5629042a9bf6a8a Oct 10 18:20:15.782 INFO running `"docker" "start" "-a" "1370de714a202554b65835f3c9046bc5f3399715a03ae976a5629042a9bf6a8a"` Oct 10 18:20:18.068 INFO kablam! usermod: no changes Oct 10 18:20:18.136 INFO kablam! Compiling PLUTOrust v0.1.0 (/source) Oct 10 18:20:18.872 INFO kablam! warning: unused variable: `next_grid` Oct 10 18:20:18.872 INFO kablam! --> src/main.rs:7:9 Oct 10 18:20:18.872 INFO kablam! | Oct 10 18:20:18.872 INFO kablam! 7 | let next_grid = grid::create_blank_grid(); Oct 10 18:20:18.872 INFO kablam! | ^^^^^^^^^ help: consider using `_next_grid` instead Oct 10 18:20:18.872 INFO kablam! | Oct 10 18:20:18.872 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 18:20:18.872 INFO kablam! Oct 10 18:20:18.872 INFO kablam! warning: value assigned to `initial_grid` is never read Oct 10 18:20:18.872 INFO kablam! --> src/main.rs:8:5 Oct 10 18:20:18.872 INFO kablam! | Oct 10 18:20:18.872 INFO kablam! 8 | initial_grid = grid::set_initial_condition(initial_grid); Oct 10 18:20:18.872 INFO kablam! | ^^^^^^^^^^^^ Oct 10 18:20:18.872 INFO kablam! | Oct 10 18:20:18.872 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 18:20:18.872 INFO kablam! Oct 10 18:20:18.872 INFO kablam! warning: field is never used: `density` Oct 10 18:20:18.872 INFO kablam! --> src/structs/grid.rs:6:3 Oct 10 18:20:18.872 INFO kablam! | Oct 10 18:20:18.872 INFO kablam! 6 | density: f64, Oct 10 18:20:18.872 INFO kablam! | ^^^^^^^^^^^^ Oct 10 18:20:18.872 INFO kablam! | Oct 10 18:20:18.872 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:20:18.872 INFO kablam! Oct 10 18:20:18.872 INFO kablam! warning: field is never used: `x` Oct 10 18:20:18.872 INFO kablam! --> src/structs/grid.rs:7:3 Oct 10 18:20:18.872 INFO kablam! | Oct 10 18:20:18.872 INFO kablam! 7 | x: f64, Oct 10 18:20:18.872 INFO kablam! | ^^^^^^ Oct 10 18:20:18.872 INFO kablam! Oct 10 18:20:18.872 INFO kablam! warning: field is never used: `y` Oct 10 18:20:18.872 INFO kablam! --> src/structs/grid.rs:8:3 Oct 10 18:20:18.872 INFO kablam! | Oct 10 18:20:18.872 INFO kablam! 8 | y: f64, Oct 10 18:20:18.872 INFO kablam! | ^^^^^^ Oct 10 18:20:18.872 INFO kablam! Oct 10 18:20:18.872 INFO kablam! warning: field is never used: `z` Oct 10 18:20:18.872 INFO kablam! --> src/structs/grid.rs:9:3 Oct 10 18:20:18.872 INFO kablam! | Oct 10 18:20:18.872 INFO kablam! 9 | z: f64, Oct 10 18:20:18.873 INFO kablam! | ^^^^^^ Oct 10 18:20:18.873 INFO kablam! Oct 10 18:20:18.873 INFO kablam! warning: field is never used: `vx` Oct 10 18:20:18.873 INFO kablam! --> src/structs/grid.rs:10:3 Oct 10 18:20:18.873 INFO kablam! | Oct 10 18:20:18.873 INFO kablam! 10 | vx: f64, Oct 10 18:20:18.873 INFO kablam! | ^^^^^^^ Oct 10 18:20:18.873 INFO kablam! Oct 10 18:20:18.873 INFO kablam! warning: field is never used: `vy` Oct 10 18:20:18.873 INFO kablam! --> src/structs/grid.rs:11:3 Oct 10 18:20:18.873 INFO kablam! | Oct 10 18:20:18.873 INFO kablam! 11 | vy: f64, Oct 10 18:20:18.873 INFO kablam! | ^^^^^^^ Oct 10 18:20:18.873 INFO kablam! Oct 10 18:20:18.873 INFO kablam! warning: field is never used: `vz` Oct 10 18:20:18.873 INFO kablam! --> src/structs/grid.rs:12:3 Oct 10 18:20:18.873 INFO kablam! | Oct 10 18:20:18.873 INFO kablam! 12 | vz: f64, Oct 10 18:20:18.873 INFO kablam! | ^^^^^^^ Oct 10 18:20:18.873 INFO kablam! Oct 10 18:20:18.873 INFO kablam! warning: field is never used: `temperature` Oct 10 18:20:18.873 INFO kablam! --> src/structs/grid.rs:13:3 Oct 10 18:20:18.873 INFO kablam! | Oct 10 18:20:18.873 INFO kablam! 13 | temperature: f64, Oct 10 18:20:18.873 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 18:20:18.873 INFO kablam! Oct 10 18:20:18.873 INFO kablam! warning: field is never used: `pression` Oct 10 18:20:18.873 INFO kablam! --> src/structs/grid.rs:14:3 Oct 10 18:20:18.873 INFO kablam! | Oct 10 18:20:18.873 INFO kablam! 14 | pression: f64, Oct 10 18:20:18.873 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 18:20:18.873 INFO kablam! Oct 10 18:20:18.873 INFO kablam! warning: crate `PLUTOrust` should have a snake case name such as `plutorust` Oct 10 18:20:18.873 INFO kablam! | Oct 10 18:20:18.873 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 18:20:18.873 INFO kablam! Oct 10 18:20:19.892 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.80s Oct 10 18:20:19.900 INFO kablam! su: No module specific data is present Oct 10 18:20:20.976 INFO running `"docker" "rm" "-f" "1370de714a202554b65835f3c9046bc5f3399715a03ae976a5629042a9bf6a8a"` Oct 10 18:20:21.386 INFO blam! 1370de714a202554b65835f3c9046bc5f3399715a03ae976a5629042a9bf6a8a Oct 10 18:20:21.386 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:20:21.387 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:20:21.907 INFO blam! 6288e6cbb2f2b7b946069e9e72b0e3a122c7d3802d4f8c9168ee498981c82ecc Oct 10 18:20:21.908 INFO running `"docker" "start" "-a" "6288e6cbb2f2b7b946069e9e72b0e3a122c7d3802d4f8c9168ee498981c82ecc"` Oct 10 18:20:23.405 INFO kablam! usermod: no changes Oct 10 18:20:23.488 INFO kablam! Compiling PLUTOrust v0.1.0 (/source) Oct 10 18:20:24.256 INFO kablam! warning: unused variable: `next_grid` Oct 10 18:20:24.256 INFO kablam! --> src/main.rs:7:9 Oct 10 18:20:24.256 INFO kablam! | Oct 10 18:20:24.257 INFO kablam! 7 | let next_grid = grid::create_blank_grid(); Oct 10 18:20:24.257 INFO kablam! | ^^^^^^^^^ help: consider using `_next_grid` instead Oct 10 18:20:24.257 INFO kablam! | Oct 10 18:20:24.257 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 18:20:24.257 INFO kablam! Oct 10 18:20:24.257 INFO kablam! warning: value assigned to `initial_grid` is never read Oct 10 18:20:24.257 INFO kablam! --> src/main.rs:8:5 Oct 10 18:20:24.257 INFO kablam! | Oct 10 18:20:24.257 INFO kablam! 8 | initial_grid = grid::set_initial_condition(initial_grid); Oct 10 18:20:24.257 INFO kablam! | ^^^^^^^^^^^^ Oct 10 18:20:24.257 INFO kablam! | Oct 10 18:20:24.257 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 18:20:24.257 INFO kablam! Oct 10 18:20:24.261 INFO kablam! warning: field is never used: `density` Oct 10 18:20:24.261 INFO kablam! --> src/structs/grid.rs:6:3 Oct 10 18:20:24.261 INFO kablam! | Oct 10 18:20:24.261 INFO kablam! 6 | density: f64, Oct 10 18:20:24.261 INFO kablam! | ^^^^^^^^^^^^ Oct 10 18:20:24.261 INFO kablam! | Oct 10 18:20:24.261 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:20:24.261 INFO kablam! Oct 10 18:20:24.261 INFO kablam! warning: field is never used: `x` Oct 10 18:20:24.261 INFO kablam! --> src/structs/grid.rs:7:3 Oct 10 18:20:24.261 INFO kablam! | Oct 10 18:20:24.261 INFO kablam! 7 | x: f64, Oct 10 18:20:24.262 INFO kablam! | ^^^^^^ Oct 10 18:20:24.262 INFO kablam! Oct 10 18:20:24.262 INFO kablam! warning: field is never used: `y` Oct 10 18:20:24.262 INFO kablam! --> src/structs/grid.rs:8:3 Oct 10 18:20:24.262 INFO kablam! | Oct 10 18:20:24.262 INFO kablam! 8 | y: f64, Oct 10 18:20:24.262 INFO kablam! | ^^^^^^ Oct 10 18:20:24.262 INFO kablam! Oct 10 18:20:24.262 INFO kablam! warning: field is never used: `z` Oct 10 18:20:24.262 INFO kablam! --> src/structs/grid.rs:9:3 Oct 10 18:20:24.262 INFO kablam! | Oct 10 18:20:24.262 INFO kablam! 9 | z: f64, Oct 10 18:20:24.262 INFO kablam! | ^^^^^^ Oct 10 18:20:24.262 INFO kablam! Oct 10 18:20:24.262 INFO kablam! warning: field is never used: `vx` Oct 10 18:20:24.262 INFO kablam! --> src/structs/grid.rs:10:3 Oct 10 18:20:24.262 INFO kablam! | Oct 10 18:20:24.262 INFO kablam! 10 | vx: f64, Oct 10 18:20:24.262 INFO kablam! | ^^^^^^^ Oct 10 18:20:24.262 INFO kablam! Oct 10 18:20:24.262 INFO kablam! warning: field is never used: `vy` Oct 10 18:20:24.262 INFO kablam! --> src/structs/grid.rs:11:3 Oct 10 18:20:24.262 INFO kablam! | Oct 10 18:20:24.262 INFO kablam! 11 | vy: f64, Oct 10 18:20:24.262 INFO kablam! | ^^^^^^^ Oct 10 18:20:24.262 INFO kablam! Oct 10 18:20:24.262 INFO kablam! warning: field is never used: `vz` Oct 10 18:20:24.262 INFO kablam! --> src/structs/grid.rs:12:3 Oct 10 18:20:24.262 INFO kablam! | Oct 10 18:20:24.262 INFO kablam! 12 | vz: f64, Oct 10 18:20:24.262 INFO kablam! | ^^^^^^^ Oct 10 18:20:24.262 INFO kablam! Oct 10 18:20:24.262 INFO kablam! warning: field is never used: `temperature` Oct 10 18:20:24.262 INFO kablam! --> src/structs/grid.rs:13:3 Oct 10 18:20:24.262 INFO kablam! | Oct 10 18:20:24.262 INFO kablam! 13 | temperature: f64, Oct 10 18:20:24.262 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 18:20:24.262 INFO kablam! Oct 10 18:20:24.262 INFO kablam! warning: field is never used: `pression` Oct 10 18:20:24.262 INFO kablam! --> src/structs/grid.rs:14:3 Oct 10 18:20:24.262 INFO kablam! | Oct 10 18:20:24.262 INFO kablam! 14 | pression: f64, Oct 10 18:20:24.262 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 18:20:24.262 INFO kablam! Oct 10 18:20:24.262 INFO kablam! warning: crate `PLUTOrust` should have a snake case name such as `plutorust` Oct 10 18:20:24.262 INFO kablam! | Oct 10 18:20:24.262 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 18:20:24.262 INFO kablam! Oct 10 18:20:24.914 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.47s Oct 10 18:20:24.917 INFO kablam! su: No module specific data is present Oct 10 18:20:25.936 INFO running `"docker" "rm" "-f" "6288e6cbb2f2b7b946069e9e72b0e3a122c7d3802d4f8c9168ee498981c82ecc"` Oct 10 18:20:26.216 INFO blam! 6288e6cbb2f2b7b946069e9e72b0e3a122c7d3802d4f8c9168ee498981c82ecc Oct 10 18:20:26.217 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:20:26.219 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:20:29.139 INFO blam! e97082c6a376aa967293dfa943aed621a784e466dc6cdb7ae68418907c41240c Oct 10 18:20:29.141 INFO running `"docker" "start" "-a" "e97082c6a376aa967293dfa943aed621a784e466dc6cdb7ae68418907c41240c"` Oct 10 18:20:30.649 INFO kablam! usermod: no changes Oct 10 18:20:30.744 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 18:20:30.752 INFO kablam! Running /target/debug/deps/PLUTOrust-38e5937883c4c3d4 Oct 10 18:20:30.756 INFO kablam! su: No module specific data is present Oct 10 18:20:30.756 INFO blam! Oct 10 18:20:30.756 INFO blam! running 0 tests Oct 10 18:20:30.756 INFO blam! Oct 10 18:20:30.756 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:20:30.756 INFO blam! Oct 10 18:20:31.432 INFO running `"docker" "rm" "-f" "e97082c6a376aa967293dfa943aed621a784e466dc6cdb7ae68418907c41240c"` Oct 10 18:20:31.684 INFO blam! e97082c6a376aa967293dfa943aed621a784e466dc6cdb7ae68418907c41240c