Oct 15 11:05:19.722 INFO testing ExcaliburZero/alloy-simulation-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:05:19.723 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 11:05:20.303 INFO blam! f44862d6cf2f7ff3f3169385a4156f316e459e2d07ce264c47a295e5e2124a8d Oct 15 11:05:20.309 INFO running `"docker" "start" "-a" "f44862d6cf2f7ff3f3169385a4156f316e459e2d07ce264c47a295e5e2124a8d"` Oct 15 11:05:21.491 INFO kablam! usermod: no changes Oct 15 11:05:21.663 INFO kablam! Compiling num-derive v0.2.2 Oct 15 11:05:21.678 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 15 11:05:26.631 INFO kablam! Compiling image v0.19.0 Oct 15 11:05:39.645 INFO kablam! Compiling alloy v0.1.0 (/source) Oct 15 11:05:41.719 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 11:05:41.719 INFO kablam! --> src/main.rs:27:12 Oct 15 11:05:41.719 INFO kablam! | Oct 15 11:05:41.719 INFO kablam! 27 | if (write_images) { Oct 15 11:05:41.719 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:05:41.719 INFO kablam! | Oct 15 11:05:41.719 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 11:05:41.719 INFO kablam! Oct 15 11:05:41.800 INFO kablam! warning: unused variable: `x` Oct 15 11:05:41.800 INFO kablam! --> src/main.rs:126:17 Oct 15 11:05:41.800 INFO kablam! | Oct 15 11:05:41.800 INFO kablam! 126 | let x = a * width / 10.0; Oct 15 11:05:41.800 INFO kablam! | ^ help: consider using `_x` instead Oct 15 11:05:41.800 INFO kablam! | Oct 15 11:05:41.800 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:05:41.800 INFO kablam! Oct 15 11:05:41.800 INFO kablam! warning: unused variable: `y` Oct 15 11:05:41.800 INFO kablam! --> src/main.rs:127:17 Oct 15 11:05:41.800 INFO kablam! | Oct 15 11:05:41.800 INFO kablam! 127 | let y = b * width / 10.0; Oct 15 11:05:41.800 INFO kablam! | ^ help: consider using `_y` instead Oct 15 11:05:41.800 INFO kablam! Oct 15 11:05:41.801 INFO kablam! warning: unused variable: `sum` Oct 15 11:05:41.801 INFO kablam! --> src/main.rs:137:21 Oct 15 11:05:41.801 INFO kablam! | Oct 15 11:05:41.801 INFO kablam! 137 | let mut sum = 0.0; Oct 15 11:05:41.801 INFO kablam! | ^^^ help: consider using `_sum` instead Oct 15 11:05:41.801 INFO kablam! Oct 15 11:05:41.801 INFO kablam! warning: unused variable: `index` Oct 15 11:05:41.801 INFO kablam! --> src/main.rs:186:21 Oct 15 11:05:41.801 INFO kablam! | Oct 15 11:05:41.801 INFO kablam! 186 | let index = offset_2d(width, i as i32, j) as usize; Oct 15 11:05:41.801 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 15 11:05:41.801 INFO kablam! Oct 15 11:05:41.821 INFO kablam! warning: function is never used: `stamp_dots` Oct 15 11:05:41.821 INFO kablam! --> src/main.rs:121:1 Oct 15 11:05:41.821 INFO kablam! | Oct 15 11:05:41.821 INFO kablam! 121 | fn stamp_dots(alloy: &mut Alloy) { Oct 15 11:05:41.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:05:41.823 INFO kablam! | Oct 15 11:05:41.823 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:05:41.823 INFO kablam! Oct 15 11:05:41.823 INFO kablam! warning: function is never used: `print_materials` Oct 15 11:05:41.823 INFO kablam! --> src/main.rs:134:1 Oct 15 11:05:41.823 INFO kablam! | Oct 15 11:05:41.823 INFO kablam! 134 | fn print_materials(alloy: &Alloy) { Oct 15 11:05:41.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:05:41.823 INFO kablam! Oct 15 11:05:41.823 INFO kablam! warning: function is never used: `print_points` Oct 15 11:05:41.823 INFO kablam! --> src/main.rs:151:1 Oct 15 11:05:41.823 INFO kablam! | Oct 15 11:05:41.823 INFO kablam! 151 | fn print_points(points: &Vec, width: i32, height: i32) { Oct 15 11:05:41.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:05:41.823 INFO kablam! Oct 15 11:05:43.787 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.26s Oct 15 11:05:43.792 INFO kablam! su: No module specific data is present Oct 15 11:05:45.075 INFO running `"docker" "rm" "-f" "f44862d6cf2f7ff3f3169385a4156f316e459e2d07ce264c47a295e5e2124a8d"` Oct 15 11:05:45.452 INFO blam! f44862d6cf2f7ff3f3169385a4156f316e459e2d07ce264c47a295e5e2124a8d Oct 15 11:05:45.461 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 11:05:46.084 INFO blam! bf925301861afbfac1cfd28b60fa585b36e98a3d52d8410f5aa7f9d0725d84f5 Oct 15 11:05:46.087 INFO running `"docker" "start" "-a" "bf925301861afbfac1cfd28b60fa585b36e98a3d52d8410f5aa7f9d0725d84f5"` Oct 15 11:05:47.295 INFO kablam! usermod: no changes Oct 15 11:05:47.439 INFO kablam! Compiling alloy v0.1.0 (/source) Oct 15 11:05:49.107 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 11:05:49.107 INFO kablam! --> src/main.rs:27:12 Oct 15 11:05:49.107 INFO kablam! | Oct 15 11:05:49.107 INFO kablam! 27 | if (write_images) { Oct 15 11:05:49.107 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:05:49.107 INFO kablam! | Oct 15 11:05:49.107 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 11:05:49.107 INFO kablam! Oct 15 11:05:49.215 INFO kablam! warning: unused variable: `x` Oct 15 11:05:49.215 INFO kablam! --> src/main.rs:126:17 Oct 15 11:05:49.215 INFO kablam! | Oct 15 11:05:49.215 INFO kablam! 126 | let x = a * width / 10.0; Oct 15 11:05:49.215 INFO kablam! | ^ help: consider using `_x` instead Oct 15 11:05:49.215 INFO kablam! | Oct 15 11:05:49.215 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:05:49.215 INFO kablam! Oct 15 11:05:49.215 INFO kablam! warning: unused variable: `y` Oct 15 11:05:49.215 INFO kablam! --> src/main.rs:127:17 Oct 15 11:05:49.215 INFO kablam! | Oct 15 11:05:49.215 INFO kablam! 127 | let y = b * width / 10.0; Oct 15 11:05:49.215 INFO kablam! | ^ help: consider using `_y` instead Oct 15 11:05:49.215 INFO kablam! Oct 15 11:05:49.215 INFO kablam! warning: unused variable: `sum` Oct 15 11:05:49.215 INFO kablam! --> src/main.rs:137:21 Oct 15 11:05:49.215 INFO kablam! | Oct 15 11:05:49.215 INFO kablam! 137 | let mut sum = 0.0; Oct 15 11:05:49.215 INFO kablam! | ^^^ help: consider using `_sum` instead Oct 15 11:05:49.215 INFO kablam! Oct 15 11:05:49.215 INFO kablam! warning: unused variable: `index` Oct 15 11:05:49.215 INFO kablam! --> src/main.rs:186:21 Oct 15 11:05:49.215 INFO kablam! | Oct 15 11:05:49.215 INFO kablam! 186 | let index = offset_2d(width, i as i32, j) as usize; Oct 15 11:05:49.215 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 15 11:05:49.215 INFO kablam! Oct 15 11:05:49.240 INFO kablam! warning: function is never used: `stamp_dots` Oct 15 11:05:49.240 INFO kablam! --> src/main.rs:121:1 Oct 15 11:05:49.240 INFO kablam! | Oct 15 11:05:49.240 INFO kablam! 121 | fn stamp_dots(alloy: &mut Alloy) { Oct 15 11:05:49.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:05:49.240 INFO kablam! | Oct 15 11:05:49.240 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:05:49.240 INFO kablam! Oct 15 11:05:49.240 INFO kablam! warning: function is never used: `print_materials` Oct 15 11:05:49.240 INFO kablam! --> src/main.rs:134:1 Oct 15 11:05:49.240 INFO kablam! | Oct 15 11:05:49.240 INFO kablam! 134 | fn print_materials(alloy: &Alloy) { Oct 15 11:05:49.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:05:49.240 INFO kablam! Oct 15 11:05:49.240 INFO kablam! warning: function is never used: `print_points` Oct 15 11:05:49.240 INFO kablam! --> src/main.rs:151:1 Oct 15 11:05:49.240 INFO kablam! | Oct 15 11:05:49.240 INFO kablam! 151 | fn print_points(points: &Vec, width: i32, height: i32) { Oct 15 11:05:49.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:05:49.240 INFO kablam! Oct 15 11:05:49.666 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.34s Oct 15 11:05:49.671 INFO kablam! su: No module specific data is present Oct 15 11:05:49.969 INFO running `"docker" "rm" "-f" "bf925301861afbfac1cfd28b60fa585b36e98a3d52d8410f5aa7f9d0725d84f5"` Oct 15 11:05:50.140 INFO blam! bf925301861afbfac1cfd28b60fa585b36e98a3d52d8410f5aa7f9d0725d84f5 Oct 15 11:05:50.142 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 11:05:50.318 INFO blam! 8837993e84150a6704c9f3721e01b0a3f876b0aa7eb471fabe0f0b6205b0b397 Oct 15 11:05:50.319 INFO running `"docker" "start" "-a" "8837993e84150a6704c9f3721e01b0a3f876b0aa7eb471fabe0f0b6205b0b397"` Oct 15 11:05:50.806 INFO kablam! usermod: no changes Oct 15 11:05:50.871 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 11:05:50.883 INFO kablam! Running /target/debug/deps/alloy-1288329119eb3e51 Oct 15 11:05:50.893 INFO blam! Oct 15 11:05:50.893 INFO blam! running 1 test Oct 15 11:05:50.893 INFO blam! test tests::it_works ... ok Oct 15 11:05:50.893 INFO blam! Oct 15 11:05:50.893 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:05:50.893 INFO blam! Oct 15 11:05:50.893 INFO kablam! Running /target/debug/deps/alloy-917ee15ad80d10fd Oct 15 11:05:50.896 INFO blam! Oct 15 11:05:50.896 INFO blam! running 0 tests Oct 15 11:05:50.896 INFO blam! Oct 15 11:05:50.896 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:05:50.896 INFO blam! Oct 15 11:05:50.896 INFO kablam! Doc-tests alloy Oct 15 11:05:51.367 INFO blam! Oct 15 11:05:51.367 INFO blam! running 0 tests Oct 15 11:05:51.367 INFO blam! Oct 15 11:05:51.367 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:05:51.367 INFO blam! Oct 15 11:05:51.372 INFO kablam! su: No module specific data is present Oct 15 11:05:51.670 INFO running `"docker" "rm" "-f" "8837993e84150a6704c9f3721e01b0a3f876b0aa7eb471fabe0f0b6205b0b397"` Oct 15 11:05:51.854 INFO blam! 8837993e84150a6704c9f3721e01b0a3f876b0aa7eb471fabe0f0b6205b0b397