Oct 15 06:55:02.360 INFO testing Scryfox/hutch against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 06:55:02.360 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 06:55:02.757 INFO blam! 2692ca19ebfa79b310e06ae1418d8d04987d3e0d75d271d32a4f87535265da09 Oct 15 06:55:02.771 INFO running `"docker" "start" "-a" "2692ca19ebfa79b310e06ae1418d8d04987d3e0d75d271d32a4f87535265da09"` Oct 15 06:55:04.610 INFO kablam! usermod: no changes Oct 15 06:55:04.641 INFO kablam! Compiling hutch v0.1.0 (/source) Oct 15 06:55:05.092 INFO kablam! warning: unused import: `organism::Item` Oct 15 06:55:05.093 INFO kablam! --> src/map.rs:6:5 Oct 15 06:55:05.094 INFO kablam! | Oct 15 06:55:05.094 INFO kablam! 6 | use organism::Item; Oct 15 06:55:05.095 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 06:55:05.096 INFO kablam! | Oct 15 06:55:05.096 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:55:05.097 INFO kablam! Oct 15 06:55:05.097 INFO kablam! warning: unused variable: `other_maps` Oct 15 06:55:05.098 INFO kablam! --> src/map.rs:90:24 Oct 15 06:55:05.099 INFO kablam! | Oct 15 06:55:05.099 INFO kablam! 90 | pub fn step(&self, other_maps: &Vec) -> Self { Oct 15 06:55:05.100 INFO kablam! | ^^^^^^^^^^ help: consider using `_other_maps` instead Oct 15 06:55:05.100 INFO kablam! | Oct 15 06:55:05.100 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:55:05.100 INFO kablam! Oct 15 06:55:05.101 INFO kablam! warning: unused variable: `org` Oct 15 06:55:05.101 INFO kablam! --> src/organism.rs:57:40 Oct 15 06:55:05.101 INFO kablam! | Oct 15 06:55:05.101 INFO kablam! 57 | map::Element::Organism(org) => {} Oct 15 06:55:05.101 INFO kablam! | ^^^ help: consider using `_org` instead Oct 15 06:55:05.101 INFO kablam! Oct 15 06:55:05.103 INFO kablam! warning: variable does not need to be mutable Oct 15 06:55:05.103 INFO kablam! --> src/map.rs:91:13 Oct 15 06:55:05.103 INFO kablam! | Oct 15 06:55:05.103 INFO kablam! 91 | let mut stepped_items = Vec::new(); Oct 15 06:55:05.103 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 06:55:05.104 INFO kablam! | | Oct 15 06:55:05.104 INFO kablam! | help: remove this `mut` Oct 15 06:55:05.104 INFO kablam! | Oct 15 06:55:05.104 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:55:05.104 INFO kablam! Oct 15 06:55:05.814 INFO kablam! warning: unused variable: `sim` Oct 15 06:55:05.814 INFO kablam! --> src/cli.rs:62:16 Oct 15 06:55:05.814 INFO kablam! | Oct 15 06:55:05.814 INFO kablam! 62 | pub fn log_sim(sim: &simulation::Simulation, filename: &str) { Oct 15 06:55:05.814 INFO kablam! | ^^^ help: consider using `_sim` instead Oct 15 06:55:05.814 INFO kablam! | Oct 15 06:55:05.814 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:55:05.814 INFO kablam! Oct 15 06:55:05.833 INFO kablam! warning: variable does not need to be mutable Oct 15 06:55:05.833 INFO kablam! --> src/cli.rs:63:9 Oct 15 06:55:05.833 INFO kablam! | Oct 15 06:55:05.833 INFO kablam! 63 | let mut file = File::create(filename).unwrap(); Oct 15 06:55:05.833 INFO kablam! | ----^^^^ Oct 15 06:55:05.834 INFO kablam! | | Oct 15 06:55:05.834 INFO kablam! | help: remove this `mut` Oct 15 06:55:05.834 INFO kablam! | Oct 15 06:55:05.834 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:55:05.834 INFO kablam! Oct 15 06:55:05.834 INFO kablam! warning: function is never used: `log_sim` Oct 15 06:55:05.834 INFO kablam! --> src/cli.rs:62:1 Oct 15 06:55:05.834 INFO kablam! | Oct 15 06:55:05.834 INFO kablam! 62 | pub fn log_sim(sim: &simulation::Simulation, filename: &str) { Oct 15 06:55:05.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:55:05.834 INFO kablam! | Oct 15 06:55:05.834 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:55:05.834 INFO kablam! Oct 15 06:55:06.367 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.74s Oct 15 06:55:06.369 INFO kablam! su: No module specific data is present Oct 15 06:55:07.470 INFO running `"docker" "rm" "-f" "2692ca19ebfa79b310e06ae1418d8d04987d3e0d75d271d32a4f87535265da09"` Oct 15 06:55:07.755 INFO blam! 2692ca19ebfa79b310e06ae1418d8d04987d3e0d75d271d32a4f87535265da09 Oct 15 06:55:07.775 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 06:55:08.207 INFO blam! 5596d435f2d710b53c9855ff582d15d7dbb4f2e0a5f2a45ef944c99733d50fc1 Oct 15 06:55:08.210 INFO running `"docker" "start" "-a" "5596d435f2d710b53c9855ff582d15d7dbb4f2e0a5f2a45ef944c99733d50fc1"` Oct 15 06:55:09.431 INFO kablam! usermod: no changes Oct 15 06:55:09.490 INFO kablam! Compiling hutch v0.1.0 (/source) Oct 15 06:55:10.347 INFO kablam! warning: unused variable: `sim` Oct 15 06:55:10.347 INFO kablam! --> src/cli.rs:62:16 Oct 15 06:55:10.347 INFO kablam! | Oct 15 06:55:10.347 INFO kablam! 62 | pub fn log_sim(sim: &simulation::Simulation, filename: &str) { Oct 15 06:55:10.347 INFO kablam! | ^^^ help: consider using `_sim` instead Oct 15 06:55:10.347 INFO kablam! | Oct 15 06:55:10.348 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:55:10.348 INFO kablam! Oct 15 06:55:10.383 INFO kablam! warning: unused import: `organism::Item` Oct 15 06:55:10.383 INFO kablam! --> src/map.rs:6:5 Oct 15 06:55:10.383 INFO kablam! | Oct 15 06:55:10.383 INFO kablam! 6 | use organism::Item; Oct 15 06:55:10.383 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 06:55:10.383 INFO kablam! | Oct 15 06:55:10.383 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:55:10.383 INFO kablam! Oct 15 06:55:10.383 INFO kablam! warning: variable does not need to be mutable Oct 15 06:55:10.383 INFO kablam! --> src/cli.rs:63:9 Oct 15 06:55:10.383 INFO kablam! | Oct 15 06:55:10.383 INFO kablam! 63 | let mut file = File::create(filename).unwrap(); Oct 15 06:55:10.383 INFO kablam! | ----^^^^ Oct 15 06:55:10.383 INFO kablam! | | Oct 15 06:55:10.383 INFO kablam! | help: remove this `mut` Oct 15 06:55:10.383 INFO kablam! | Oct 15 06:55:10.383 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:55:10.383 INFO kablam! Oct 15 06:55:10.383 INFO kablam! warning: function is never used: `log_sim` Oct 15 06:55:10.383 INFO kablam! --> src/cli.rs:62:1 Oct 15 06:55:10.383 INFO kablam! | Oct 15 06:55:10.383 INFO kablam! 62 | pub fn log_sim(sim: &simulation::Simulation, filename: &str) { Oct 15 06:55:10.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:55:10.383 INFO kablam! | Oct 15 06:55:10.403 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:55:10.403 INFO kablam! Oct 15 06:55:10.403 INFO kablam! warning: unused variable: `other_maps` Oct 15 06:55:10.403 INFO kablam! --> src/map.rs:90:24 Oct 15 06:55:10.403 INFO kablam! | Oct 15 06:55:10.403 INFO kablam! 90 | pub fn step(&self, other_maps: &Vec) -> Self { Oct 15 06:55:10.403 INFO kablam! | ^^^^^^^^^^ help: consider using `_other_maps` instead Oct 15 06:55:10.403 INFO kablam! | Oct 15 06:55:10.403 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:55:10.403 INFO kablam! Oct 15 06:55:10.403 INFO kablam! warning: unused variable: `org` Oct 15 06:55:10.403 INFO kablam! --> src/organism.rs:57:40 Oct 15 06:55:10.403 INFO kablam! | Oct 15 06:55:10.403 INFO kablam! 57 | map::Element::Organism(org) => {} Oct 15 06:55:10.403 INFO kablam! | ^^^ help: consider using `_org` instead Oct 15 06:55:10.403 INFO kablam! Oct 15 06:55:10.405 INFO kablam! warning: variable does not need to be mutable Oct 15 06:55:10.405 INFO kablam! --> src/map.rs:91:13 Oct 15 06:55:10.405 INFO kablam! | Oct 15 06:55:10.405 INFO kablam! 91 | let mut stepped_items = Vec::new(); Oct 15 06:55:10.405 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 06:55:10.405 INFO kablam! | | Oct 15 06:55:10.405 INFO kablam! | help: remove this `mut` Oct 15 06:55:10.405 INFO kablam! | Oct 15 06:55:10.405 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:55:10.405 INFO kablam! Oct 15 06:55:11.167 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.70s Oct 15 06:55:11.169 INFO kablam! su: No module specific data is present Oct 15 06:55:11.869 INFO running `"docker" "rm" "-f" "5596d435f2d710b53c9855ff582d15d7dbb4f2e0a5f2a45ef944c99733d50fc1"` Oct 15 06:55:12.016 INFO blam! 5596d435f2d710b53c9855ff582d15d7dbb4f2e0a5f2a45ef944c99733d50fc1 Oct 15 06:55:12.024 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 06:55:12.230 INFO blam! 88a2180f22ad4fce345969148c793afe309a504ac4ab168e1ea4b09677dbd323 Oct 15 06:55:12.232 INFO running `"docker" "start" "-a" "88a2180f22ad4fce345969148c793afe309a504ac4ab168e1ea4b09677dbd323"` Oct 15 06:55:12.615 INFO kablam! usermod: no changes Oct 15 06:55:12.645 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 06:55:12.645 INFO kablam! Running /target/debug/deps/hutch-3588386ac227d0aa Oct 15 06:55:12.648 INFO blam! Oct 15 06:55:12.648 INFO blam! running 0 tests Oct 15 06:55:12.648 INFO blam! Oct 15 06:55:12.648 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:55:12.648 INFO blam! Oct 15 06:55:12.649 INFO kablam! Running /target/debug/deps/hutch-5efe3aaea6ad6f82 Oct 15 06:55:12.665 INFO kablam! Doc-tests hutch Oct 15 06:55:12.665 INFO blam! Oct 15 06:55:12.665 INFO blam! running 0 tests Oct 15 06:55:12.665 INFO blam! Oct 15 06:55:12.665 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:55:12.665 INFO blam! Oct 15 06:55:13.198 INFO blam! Oct 15 06:55:13.198 INFO blam! running 0 tests Oct 15 06:55:13.198 INFO blam! Oct 15 06:55:13.198 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:55:13.198 INFO blam! Oct 15 06:55:13.203 INFO kablam! su: No module specific data is present Oct 15 06:55:13.587 INFO running `"docker" "rm" "-f" "88a2180f22ad4fce345969148c793afe309a504ac4ab168e1ea4b09677dbd323"` Oct 15 06:55:13.726 INFO blam! 88a2180f22ad4fce345969148c793afe309a504ac4ab168e1ea4b09677dbd323