Oct 14 10:40:10.316 INFO testing mlgubolin/PLUTOrust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 10:40:10.316 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:40:10.811 INFO blam! dcd19555d12fed659d202322493d1e4e5e9a9459815f4a2b49afbce3b70529d4 Oct 14 10:40:10.826 INFO running `"docker" "start" "-a" "dcd19555d12fed659d202322493d1e4e5e9a9459815f4a2b49afbce3b70529d4"` Oct 14 10:40:11.871 INFO kablam! usermod: no changes Oct 14 10:40:11.923 INFO kablam! Compiling PLUTOrust v0.1.0 (/source) Oct 14 10:40:12.139 INFO kablam! warning: unused variable: `next_grid` Oct 14 10:40:12.139 INFO kablam! --> src/main.rs:7:9 Oct 14 10:40:12.139 INFO kablam! | Oct 14 10:40:12.139 INFO kablam! 7 | let next_grid = grid::create_blank_grid(); Oct 14 10:40:12.139 INFO kablam! | ^^^^^^^^^ help: consider using `_next_grid` instead Oct 14 10:40:12.139 INFO kablam! | Oct 14 10:40:12.139 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 10:40:12.139 INFO kablam! Oct 14 10:40:12.139 INFO kablam! warning: value assigned to `initial_grid` is never read Oct 14 10:40:12.139 INFO kablam! --> src/main.rs:8:5 Oct 14 10:40:12.139 INFO kablam! | Oct 14 10:40:12.139 INFO kablam! 8 | initial_grid = grid::set_initial_condition(initial_grid); Oct 14 10:40:12.139 INFO kablam! | ^^^^^^^^^^^^ Oct 14 10:40:12.139 INFO kablam! | Oct 14 10:40:12.139 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 10:40:12.139 INFO kablam! Oct 14 10:40:12.142 INFO kablam! warning: field is never used: `density` Oct 14 10:40:12.142 INFO kablam! --> src/structs/grid.rs:6:3 Oct 14 10:40:12.142 INFO kablam! | Oct 14 10:40:12.142 INFO kablam! 6 | density: f64, Oct 14 10:40:12.142 INFO kablam! | ^^^^^^^^^^^^ Oct 14 10:40:12.142 INFO kablam! | Oct 14 10:40:12.142 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 10:40:12.142 INFO kablam! Oct 14 10:40:12.142 INFO kablam! warning: field is never used: `x` Oct 14 10:40:12.142 INFO kablam! --> src/structs/grid.rs:7:3 Oct 14 10:40:12.142 INFO kablam! | Oct 14 10:40:12.142 INFO kablam! 7 | x: f64, Oct 14 10:40:12.142 INFO kablam! | ^^^^^^ Oct 14 10:40:12.142 INFO kablam! Oct 14 10:40:12.142 INFO kablam! warning: field is never used: `y` Oct 14 10:40:12.142 INFO kablam! --> src/structs/grid.rs:8:3 Oct 14 10:40:12.142 INFO kablam! | Oct 14 10:40:12.142 INFO kablam! 8 | y: f64, Oct 14 10:40:12.143 INFO kablam! | ^^^^^^ Oct 14 10:40:12.143 INFO kablam! Oct 14 10:40:12.143 INFO kablam! warning: field is never used: `z` Oct 14 10:40:12.143 INFO kablam! --> src/structs/grid.rs:9:3 Oct 14 10:40:12.143 INFO kablam! | Oct 14 10:40:12.143 INFO kablam! 9 | z: f64, Oct 14 10:40:12.143 INFO kablam! | ^^^^^^ Oct 14 10:40:12.143 INFO kablam! Oct 14 10:40:12.143 INFO kablam! warning: field is never used: `vx` Oct 14 10:40:12.143 INFO kablam! --> src/structs/grid.rs:10:3 Oct 14 10:40:12.143 INFO kablam! | Oct 14 10:40:12.143 INFO kablam! 10 | vx: f64, Oct 14 10:40:12.143 INFO kablam! | ^^^^^^^ Oct 14 10:40:12.143 INFO kablam! Oct 14 10:40:12.143 INFO kablam! warning: field is never used: `vy` Oct 14 10:40:12.143 INFO kablam! --> src/structs/grid.rs:11:3 Oct 14 10:40:12.143 INFO kablam! | Oct 14 10:40:12.143 INFO kablam! 11 | vy: f64, Oct 14 10:40:12.143 INFO kablam! | ^^^^^^^ Oct 14 10:40:12.143 INFO kablam! Oct 14 10:40:12.143 INFO kablam! warning: field is never used: `vz` Oct 14 10:40:12.143 INFO kablam! --> src/structs/grid.rs:12:3 Oct 14 10:40:12.143 INFO kablam! | Oct 14 10:40:12.143 INFO kablam! 12 | vz: f64, Oct 14 10:40:12.143 INFO kablam! | ^^^^^^^ Oct 14 10:40:12.143 INFO kablam! Oct 14 10:40:12.143 INFO kablam! warning: field is never used: `temperature` Oct 14 10:40:12.143 INFO kablam! --> src/structs/grid.rs:13:3 Oct 14 10:40:12.143 INFO kablam! | Oct 14 10:40:12.143 INFO kablam! 13 | temperature: f64, Oct 14 10:40:12.143 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 10:40:12.143 INFO kablam! Oct 14 10:40:12.143 INFO kablam! warning: field is never used: `pression` Oct 14 10:40:12.143 INFO kablam! --> src/structs/grid.rs:14:3 Oct 14 10:40:12.143 INFO kablam! | Oct 14 10:40:12.143 INFO kablam! 14 | pression: f64, Oct 14 10:40:12.143 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 10:40:12.143 INFO kablam! Oct 14 10:40:12.143 INFO kablam! warning: crate `PLUTOrust` should have a snake case name such as `plutorust` Oct 14 10:40:12.143 INFO kablam! | Oct 14 10:40:12.143 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 10:40:12.143 INFO kablam! Oct 14 10:40:13.248 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.36s Oct 14 10:40:13.250 INFO kablam! su: No module specific data is present Oct 14 10:40:14.408 INFO running `"docker" "rm" "-f" "dcd19555d12fed659d202322493d1e4e5e9a9459815f4a2b49afbce3b70529d4"` Oct 14 10:40:14.827 INFO blam! dcd19555d12fed659d202322493d1e4e5e9a9459815f4a2b49afbce3b70529d4 Oct 14 10:40:14.832 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:15.327 INFO blam! eb1fd074fc3bafe841220655dc11108f3619ecaa2e6fe490cdf5fbd6578e197e Oct 14 10:40:15.347 INFO running `"docker" "start" "-a" "eb1fd074fc3bafe841220655dc11108f3619ecaa2e6fe490cdf5fbd6578e197e"` Oct 14 10:40:16.751 INFO kablam! usermod: no changes Oct 14 10:40:16.847 INFO kablam! Compiling PLUTOrust v0.1.0 (/source) Oct 14 10:40:17.107 INFO kablam! warning: unused variable: `next_grid` Oct 14 10:40:17.107 INFO kablam! --> src/main.rs:7:9 Oct 14 10:40:17.107 INFO kablam! | Oct 14 10:40:17.107 INFO kablam! 7 | let next_grid = grid::create_blank_grid(); Oct 14 10:40:17.107 INFO kablam! | ^^^^^^^^^ help: consider using `_next_grid` instead Oct 14 10:40:17.107 INFO kablam! | Oct 14 10:40:17.107 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 10:40:17.107 INFO kablam! Oct 14 10:40:17.107 INFO kablam! warning: value assigned to `initial_grid` is never read Oct 14 10:40:17.107 INFO kablam! --> src/main.rs:8:5 Oct 14 10:40:17.107 INFO kablam! | Oct 14 10:40:17.107 INFO kablam! 8 | initial_grid = grid::set_initial_condition(initial_grid); Oct 14 10:40:17.107 INFO kablam! | ^^^^^^^^^^^^ Oct 14 10:40:17.107 INFO kablam! | Oct 14 10:40:17.107 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 10:40:17.107 INFO kablam! Oct 14 10:40:17.115 INFO kablam! warning: field is never used: `density` Oct 14 10:40:17.115 INFO kablam! --> src/structs/grid.rs:6:3 Oct 14 10:40:17.115 INFO kablam! | Oct 14 10:40:17.115 INFO kablam! 6 | density: f64, Oct 14 10:40:17.115 INFO kablam! | ^^^^^^^^^^^^ Oct 14 10:40:17.115 INFO kablam! | Oct 14 10:40:17.115 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 10:40:17.115 INFO kablam! Oct 14 10:40:17.115 INFO kablam! warning: field is never used: `x` Oct 14 10:40:17.115 INFO kablam! --> src/structs/grid.rs:7:3 Oct 14 10:40:17.115 INFO kablam! | Oct 14 10:40:17.115 INFO kablam! 7 | x: f64, Oct 14 10:40:17.115 INFO kablam! | ^^^^^^ Oct 14 10:40:17.115 INFO kablam! Oct 14 10:40:17.115 INFO kablam! warning: field is never used: `y` Oct 14 10:40:17.115 INFO kablam! --> src/structs/grid.rs:8:3 Oct 14 10:40:17.115 INFO kablam! | Oct 14 10:40:17.115 INFO kablam! 8 | y: f64, Oct 14 10:40:17.115 INFO kablam! | ^^^^^^ Oct 14 10:40:17.115 INFO kablam! Oct 14 10:40:17.115 INFO kablam! warning: field is never used: `z` Oct 14 10:40:17.115 INFO kablam! --> src/structs/grid.rs:9:3 Oct 14 10:40:17.115 INFO kablam! | Oct 14 10:40:17.115 INFO kablam! 9 | z: f64, Oct 14 10:40:17.115 INFO kablam! | ^^^^^^ Oct 14 10:40:17.115 INFO kablam! Oct 14 10:40:17.115 INFO kablam! warning: field is never used: `vx` Oct 14 10:40:17.115 INFO kablam! --> src/structs/grid.rs:10:3 Oct 14 10:40:17.115 INFO kablam! | Oct 14 10:40:17.115 INFO kablam! 10 | vx: f64, Oct 14 10:40:17.115 INFO kablam! | ^^^^^^^ Oct 14 10:40:17.115 INFO kablam! Oct 14 10:40:17.115 INFO kablam! warning: field is never used: `vy` Oct 14 10:40:17.115 INFO kablam! --> src/structs/grid.rs:11:3 Oct 14 10:40:17.115 INFO kablam! | Oct 14 10:40:17.115 INFO kablam! 11 | vy: f64, Oct 14 10:40:17.115 INFO kablam! | ^^^^^^^ Oct 14 10:40:17.115 INFO kablam! Oct 14 10:40:17.115 INFO kablam! warning: field is never used: `vz` Oct 14 10:40:17.115 INFO kablam! --> src/structs/grid.rs:12:3 Oct 14 10:40:17.115 INFO kablam! | Oct 14 10:40:17.115 INFO kablam! 12 | vz: f64, Oct 14 10:40:17.115 INFO kablam! | ^^^^^^^ Oct 14 10:40:17.115 INFO kablam! Oct 14 10:40:17.115 INFO kablam! warning: field is never used: `temperature` Oct 14 10:40:17.115 INFO kablam! --> src/structs/grid.rs:13:3 Oct 14 10:40:17.115 INFO kablam! | Oct 14 10:40:17.115 INFO kablam! 13 | temperature: f64, Oct 14 10:40:17.115 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 10:40:17.115 INFO kablam! Oct 14 10:40:17.115 INFO kablam! warning: field is never used: `pression` Oct 14 10:40:17.115 INFO kablam! --> src/structs/grid.rs:14:3 Oct 14 10:40:17.115 INFO kablam! | Oct 14 10:40:17.115 INFO kablam! 14 | pression: f64, Oct 14 10:40:17.115 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 10:40:17.115 INFO kablam! Oct 14 10:40:17.115 INFO kablam! warning: crate `PLUTOrust` should have a snake case name such as `plutorust` Oct 14 10:40:17.115 INFO kablam! | Oct 14 10:40:17.115 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 10:40:17.115 INFO kablam! Oct 14 10:40:17.739 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.95s Oct 14 10:40:17.742 INFO kablam! su: No module specific data is present Oct 14 10:40:19.270 INFO running `"docker" "rm" "-f" "eb1fd074fc3bafe841220655dc11108f3619ecaa2e6fe490cdf5fbd6578e197e"` Oct 14 10:40:19.647 INFO blam! eb1fd074fc3bafe841220655dc11108f3619ecaa2e6fe490cdf5fbd6578e197e Oct 14 10:40:19.652 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:20.125 INFO blam! 8a89f1ed2ba5107b5360385a2e74402e28d49d62af4f711e1d7d90540ae16457 Oct 14 10:40:20.129 INFO running `"docker" "start" "-a" "8a89f1ed2ba5107b5360385a2e74402e28d49d62af4f711e1d7d90540ae16457"` Oct 14 10:40:22.293 INFO kablam! usermod: no changes Oct 14 10:40:22.347 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 10:40:22.347 INFO kablam! Running /target/debug/deps/PLUTOrust-38e5937883c4c3d4 Oct 14 10:40:22.363 INFO blam! Oct 14 10:40:22.363 INFO kablam! su: No module specific data is present Oct 14 10:40:22.363 INFO blam! running 0 tests Oct 14 10:40:22.363 INFO blam! Oct 14 10:40:22.363 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 10:40:22.363 INFO blam! Oct 14 10:40:23.489 INFO running `"docker" "rm" "-f" "8a89f1ed2ba5107b5360385a2e74402e28d49d62af4f711e1d7d90540ae16457"` Oct 14 10:40:23.815 INFO blam! 8a89f1ed2ba5107b5360385a2e74402e28d49d62af4f711e1d7d90540ae16457