Oct 11 06:49:17.766 INFO testing ExcaliburZero/alloy-simulation-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:49:17.766 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:49:17.766 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 06:49:18.000 INFO blam! 75cad67469f7d1c7a3639a8d213722ff9afd20740c7764e43779bfdc73e4e040 Oct 11 06:49:18.001 INFO running `"docker" "start" "-a" "75cad67469f7d1c7a3639a8d213722ff9afd20740c7764e43779bfdc73e4e040"` Oct 11 06:49:18.624 INFO kablam! usermod: no changes Oct 11 06:49:18.764 INFO kablam! Compiling alloy v0.1.0 (/source) Oct 11 06:49:23.245 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 06:49:23.245 INFO kablam! --> src/main.rs:27:12 Oct 11 06:49:23.245 INFO kablam! | Oct 11 06:49:23.246 INFO kablam! 27 | if (write_images) { Oct 11 06:49:23.246 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 06:49:23.246 INFO kablam! | Oct 11 06:49:23.246 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 06:49:23.247 INFO kablam! Oct 11 06:49:23.417 INFO kablam! warning: unused variable: `x` Oct 11 06:49:23.417 INFO kablam! --> src/main.rs:126:17 Oct 11 06:49:23.417 INFO kablam! | Oct 11 06:49:23.417 INFO kablam! 126 | let x = a * width / 10.0; Oct 11 06:49:23.417 INFO kablam! | ^ help: consider using `_x` instead Oct 11 06:49:23.417 INFO kablam! | Oct 11 06:49:23.418 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:49:23.418 INFO kablam! Oct 11 06:49:23.418 INFO kablam! warning: unused variable: `y` Oct 11 06:49:23.418 INFO kablam! --> src/main.rs:127:17 Oct 11 06:49:23.418 INFO kablam! | Oct 11 06:49:23.418 INFO kablam! 127 | let y = b * width / 10.0; Oct 11 06:49:23.418 INFO kablam! | ^ help: consider using `_y` instead Oct 11 06:49:23.419 INFO kablam! Oct 11 06:49:23.419 INFO kablam! warning: unused variable: `sum` Oct 11 06:49:23.419 INFO kablam! --> src/main.rs:137:21 Oct 11 06:49:23.419 INFO kablam! | Oct 11 06:49:23.419 INFO kablam! 137 | let mut sum = 0.0; Oct 11 06:49:23.419 INFO kablam! | ^^^ help: consider using `_sum` instead Oct 11 06:49:23.419 INFO kablam! Oct 11 06:49:23.419 INFO kablam! warning: unused variable: `index` Oct 11 06:49:23.420 INFO kablam! --> src/main.rs:186:21 Oct 11 06:49:23.420 INFO kablam! | Oct 11 06:49:23.420 INFO kablam! 186 | let index = offset_2d(width, i as i32, j) as usize; Oct 11 06:49:23.420 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 11 06:49:23.420 INFO kablam! Oct 11 06:49:23.445 INFO kablam! warning: function is never used: `stamp_dots` Oct 11 06:49:23.445 INFO kablam! --> src/main.rs:121:1 Oct 11 06:49:23.445 INFO kablam! | Oct 11 06:49:23.445 INFO kablam! 121 | fn stamp_dots(alloy: &mut Alloy) { Oct 11 06:49:23.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:49:23.446 INFO kablam! | Oct 11 06:49:23.446 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:49:23.446 INFO kablam! Oct 11 06:49:23.446 INFO kablam! warning: function is never used: `print_materials` Oct 11 06:49:23.446 INFO kablam! --> src/main.rs:134:1 Oct 11 06:49:23.446 INFO kablam! | Oct 11 06:49:23.446 INFO kablam! 134 | fn print_materials(alloy: &Alloy) { Oct 11 06:49:23.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:49:23.447 INFO kablam! Oct 11 06:49:23.447 INFO kablam! warning: function is never used: `print_points` Oct 11 06:49:23.447 INFO kablam! --> src/main.rs:151:1 Oct 11 06:49:23.447 INFO kablam! | Oct 11 06:49:23.447 INFO kablam! 151 | fn print_points(points: &Vec, width: i32, height: i32) { Oct 11 06:49:23.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:49:23.448 INFO kablam! Oct 11 06:49:25.569 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.90s Oct 11 06:49:25.569 INFO kablam! su: No module specific data is present Oct 11 06:49:26.214 INFO running `"docker" "rm" "-f" "75cad67469f7d1c7a3639a8d213722ff9afd20740c7764e43779bfdc73e4e040"` Oct 11 06:49:26.405 INFO blam! 75cad67469f7d1c7a3639a8d213722ff9afd20740c7764e43779bfdc73e4e040 Oct 11 06:49:26.413 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:49:26.413 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 06:49:26.782 INFO blam! 08290f1376d5c1df96f5b29a9e95a5c0ab7330d71c8d92a096f565dbb377ab4b Oct 11 06:49:26.784 INFO running `"docker" "start" "-a" "08290f1376d5c1df96f5b29a9e95a5c0ab7330d71c8d92a096f565dbb377ab4b"` Oct 11 06:49:27.587 INFO kablam! usermod: no changes Oct 11 06:49:27.701 INFO kablam! Compiling alloy v0.1.0 (/source) Oct 11 06:49:30.724 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 06:49:30.724 INFO kablam! --> src/main.rs:27:12 Oct 11 06:49:30.724 INFO kablam! | Oct 11 06:49:30.724 INFO kablam! 27 | if (write_images) { Oct 11 06:49:30.724 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 06:49:30.724 INFO kablam! | Oct 11 06:49:30.724 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 06:49:30.724 INFO kablam! Oct 11 06:49:30.793 INFO kablam! warning: unused variable: `x` Oct 11 06:49:30.793 INFO kablam! --> src/main.rs:126:17 Oct 11 06:49:30.793 INFO kablam! | Oct 11 06:49:30.793 INFO kablam! 126 | let x = a * width / 10.0; Oct 11 06:49:30.793 INFO kablam! | ^ help: consider using `_x` instead Oct 11 06:49:30.793 INFO kablam! | Oct 11 06:49:30.793 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:49:30.793 INFO kablam! Oct 11 06:49:30.793 INFO kablam! warning: unused variable: `y` Oct 11 06:49:30.793 INFO kablam! --> src/main.rs:127:17 Oct 11 06:49:30.793 INFO kablam! | Oct 11 06:49:30.793 INFO kablam! 127 | let y = b * width / 10.0; Oct 11 06:49:30.793 INFO kablam! | ^ help: consider using `_y` instead Oct 11 06:49:30.793 INFO kablam! Oct 11 06:49:30.793 INFO kablam! warning: unused variable: `sum` Oct 11 06:49:30.793 INFO kablam! --> src/main.rs:137:21 Oct 11 06:49:30.793 INFO kablam! | Oct 11 06:49:30.793 INFO kablam! 137 | let mut sum = 0.0; Oct 11 06:49:30.793 INFO kablam! | ^^^ help: consider using `_sum` instead Oct 11 06:49:30.793 INFO kablam! Oct 11 06:49:30.793 INFO kablam! warning: unused variable: `index` Oct 11 06:49:30.793 INFO kablam! --> src/main.rs:186:21 Oct 11 06:49:30.793 INFO kablam! | Oct 11 06:49:30.793 INFO kablam! 186 | let index = offset_2d(width, i as i32, j) as usize; Oct 11 06:49:30.794 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 11 06:49:30.794 INFO kablam! Oct 11 06:49:30.812 INFO kablam! warning: function is never used: `stamp_dots` Oct 11 06:49:30.812 INFO kablam! --> src/main.rs:121:1 Oct 11 06:49:30.812 INFO kablam! | Oct 11 06:49:30.812 INFO kablam! 121 | fn stamp_dots(alloy: &mut Alloy) { Oct 11 06:49:30.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:49:30.812 INFO kablam! | Oct 11 06:49:30.812 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:49:30.812 INFO kablam! Oct 11 06:49:30.812 INFO kablam! warning: function is never used: `print_materials` Oct 11 06:49:30.812 INFO kablam! --> src/main.rs:134:1 Oct 11 06:49:30.812 INFO kablam! | Oct 11 06:49:30.812 INFO kablam! 134 | fn print_materials(alloy: &Alloy) { Oct 11 06:49:30.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:49:30.812 INFO kablam! Oct 11 06:49:30.812 INFO kablam! warning: function is never used: `print_points` Oct 11 06:49:30.812 INFO kablam! --> src/main.rs:151:1 Oct 11 06:49:30.813 INFO kablam! | Oct 11 06:49:30.813 INFO kablam! 151 | fn print_points(points: &Vec, width: i32, height: i32) { Oct 11 06:49:30.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:49:30.813 INFO kablam! Oct 11 06:49:31.200 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.57s Oct 11 06:49:31.200 INFO kablam! su: No module specific data is present Oct 11 06:49:31.505 INFO running `"docker" "rm" "-f" "08290f1376d5c1df96f5b29a9e95a5c0ab7330d71c8d92a096f565dbb377ab4b"` Oct 11 06:49:31.612 INFO blam! 08290f1376d5c1df96f5b29a9e95a5c0ab7330d71c8d92a096f565dbb377ab4b Oct 11 06:49:31.614 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:49:31.615 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 06:49:31.802 INFO blam! 3c55dcba23c2e8abe016366277114d7c3d055df2ad3848344a86a8fbdadc3e92 Oct 11 06:49:31.803 INFO running `"docker" "start" "-a" "3c55dcba23c2e8abe016366277114d7c3d055df2ad3848344a86a8fbdadc3e92"` Oct 11 06:49:32.184 INFO kablam! usermod: no changes Oct 11 06:49:32.255 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 06:49:32.259 INFO kablam! Running /target/debug/deps/alloy-1288329119eb3e51 Oct 11 06:49:32.262 INFO blam! Oct 11 06:49:32.262 INFO blam! running 1 test Oct 11 06:49:32.262 INFO blam! test tests::it_works ... ok Oct 11 06:49:32.262 INFO blam! Oct 11 06:49:32.262 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:49:32.262 INFO blam! Oct 11 06:49:32.263 INFO kablam! Running /target/debug/deps/alloy-917ee15ad80d10fd Oct 11 06:49:32.265 INFO blam! Oct 11 06:49:32.265 INFO blam! running 0 tests Oct 11 06:49:32.265 INFO blam! Oct 11 06:49:32.265 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:49:32.265 INFO blam! Oct 11 06:49:32.265 INFO kablam! Doc-tests alloy Oct 11 06:49:33.383 INFO blam! Oct 11 06:49:33.384 INFO blam! running 0 tests Oct 11 06:49:33.384 INFO blam! Oct 11 06:49:33.384 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:49:33.384 INFO blam! Oct 11 06:49:33.388 INFO kablam! su: No module specific data is present Oct 11 06:49:33.628 INFO running `"docker" "rm" "-f" "3c55dcba23c2e8abe016366277114d7c3d055df2ad3848344a86a8fbdadc3e92"` Oct 11 06:49:33.683 INFO blam! 3c55dcba23c2e8abe016366277114d7c3d055df2ad3848344a86a8fbdadc3e92