Oct 15 06:55:02.532 INFO testing Scryfox/hutch against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:55:02.532 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 06:55:03.043 INFO blam! 2b854e67aed303fc4a41eca13ff3e85e6cd37e6e6cce8398b767d7e107fe09a9 Oct 15 06:55:03.049 INFO running `"docker" "start" "-a" "2b854e67aed303fc4a41eca13ff3e85e6cd37e6e6cce8398b767d7e107fe09a9"` Oct 15 06:55:04.278 INFO kablam! usermod: no changes Oct 15 06:55:04.321 INFO kablam! Compiling hutch v0.1.0 (/source) Oct 15 06:55:04.771 INFO kablam! warning: unused import: `organism::Item` Oct 15 06:55:04.772 INFO kablam! --> src/map.rs:6:5 Oct 15 06:55:04.772 INFO kablam! | Oct 15 06:55:04.772 INFO kablam! 6 | use organism::Item; Oct 15 06:55:04.772 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 06:55:04.772 INFO kablam! | Oct 15 06:55:04.772 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:55:04.772 INFO kablam! Oct 15 06:55:04.776 INFO kablam! warning: unused variable: `other_maps` Oct 15 06:55:04.776 INFO kablam! --> src/map.rs:90:24 Oct 15 06:55:04.776 INFO kablam! | Oct 15 06:55:04.777 INFO kablam! 90 | pub fn step(&self, other_maps: &Vec) -> Self { Oct 15 06:55:04.777 INFO kablam! | ^^^^^^^^^^ help: consider using `_other_maps` instead Oct 15 06:55:04.777 INFO kablam! | Oct 15 06:55:04.777 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:55:04.777 INFO kablam! Oct 15 06:55:04.778 INFO kablam! warning: unused variable: `org` Oct 15 06:55:04.778 INFO kablam! --> src/organism.rs:57:40 Oct 15 06:55:04.778 INFO kablam! | Oct 15 06:55:04.779 INFO kablam! 57 | map::Element::Organism(org) => {} Oct 15 06:55:04.779 INFO kablam! | ^^^ help: consider using `_org` instead Oct 15 06:55:04.779 INFO kablam! Oct 15 06:55:04.785 INFO kablam! warning: variable does not need to be mutable Oct 15 06:55:04.785 INFO kablam! --> src/map.rs:91:13 Oct 15 06:55:04.785 INFO kablam! | Oct 15 06:55:04.785 INFO kablam! 91 | let mut stepped_items = Vec::new(); Oct 15 06:55:04.786 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 06:55:04.786 INFO kablam! | | Oct 15 06:55:04.786 INFO kablam! | help: remove this `mut` Oct 15 06:55:04.786 INFO kablam! | Oct 15 06:55:04.786 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:55:04.787 INFO kablam! Oct 15 06:55:05.855 INFO kablam! warning: unused variable: `sim` Oct 15 06:55:05.855 INFO kablam! --> src/cli.rs:62:16 Oct 15 06:55:05.855 INFO kablam! | Oct 15 06:55:05.856 INFO kablam! 62 | pub fn log_sim(sim: &simulation::Simulation, filename: &str) { Oct 15 06:55:05.856 INFO kablam! | ^^^ help: consider using `_sim` instead Oct 15 06:55:05.856 INFO kablam! | Oct 15 06:55:05.856 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:55:05.856 INFO kablam! Oct 15 06:55:05.868 INFO kablam! warning: variable does not need to be mutable Oct 15 06:55:05.868 INFO kablam! --> src/cli.rs:63:9 Oct 15 06:55:05.868 INFO kablam! | Oct 15 06:55:05.869 INFO kablam! 63 | let mut file = File::create(filename).unwrap(); Oct 15 06:55:05.869 INFO kablam! | ----^^^^ Oct 15 06:55:05.869 INFO kablam! | | Oct 15 06:55:05.869 INFO kablam! | help: remove this `mut` Oct 15 06:55:05.870 INFO kablam! | Oct 15 06:55:05.870 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:55:05.870 INFO kablam! Oct 15 06:55:05.871 INFO kablam! warning: function is never used: `log_sim` Oct 15 06:55:05.871 INFO kablam! --> src/cli.rs:62:1 Oct 15 06:55:05.871 INFO kablam! | Oct 15 06:55:05.872 INFO kablam! 62 | pub fn log_sim(sim: &simulation::Simulation, filename: &str) { Oct 15 06:55:05.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:55:05.872 INFO kablam! | Oct 15 06:55:05.872 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:55:05.872 INFO kablam! Oct 15 06:55:06.452 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.15s Oct 15 06:55:06.454 INFO kablam! su: No module specific data is present Oct 15 06:55:07.471 INFO running `"docker" "rm" "-f" "2b854e67aed303fc4a41eca13ff3e85e6cd37e6e6cce8398b767d7e107fe09a9"` Oct 15 06:55:07.715 INFO blam! 2b854e67aed303fc4a41eca13ff3e85e6cd37e6e6cce8398b767d7e107fe09a9 Oct 15 06:55:07.723 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 06:55:08.291 INFO blam! 0f91c436906a2b32f92e276e0931b71c70f1d18c12cd0e548137eb226836ef73 Oct 15 06:55:08.293 INFO running `"docker" "start" "-a" "0f91c436906a2b32f92e276e0931b71c70f1d18c12cd0e548137eb226836ef73"` Oct 15 06:55:09.452 INFO kablam! usermod: no changes Oct 15 06:55:09.489 INFO kablam! Compiling hutch v0.1.0 (/source) Oct 15 06:55:10.271 INFO kablam! warning: unused variable: `sim` Oct 15 06:55:10.272 INFO kablam! --> src/cli.rs:62:16 Oct 15 06:55:10.272 INFO kablam! | Oct 15 06:55:10.272 INFO kablam! 62 | pub fn log_sim(sim: &simulation::Simulation, filename: &str) { Oct 15 06:55:10.272 INFO kablam! | ^^^ help: consider using `_sim` instead Oct 15 06:55:10.272 INFO kablam! | Oct 15 06:55:10.272 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:55:10.272 INFO kablam! Oct 15 06:55:10.272 INFO kablam! warning: variable does not need to be mutable Oct 15 06:55:10.272 INFO kablam! --> src/cli.rs:63:9 Oct 15 06:55:10.272 INFO kablam! | Oct 15 06:55:10.272 INFO kablam! 63 | let mut file = File::create(filename).unwrap(); Oct 15 06:55:10.272 INFO kablam! | ----^^^^ Oct 15 06:55:10.272 INFO kablam! | | Oct 15 06:55:10.272 INFO kablam! | help: remove this `mut` Oct 15 06:55:10.272 INFO kablam! | Oct 15 06:55:10.272 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:55:10.272 INFO kablam! Oct 15 06:55:10.272 INFO kablam! warning: function is never used: `log_sim` Oct 15 06:55:10.272 INFO kablam! --> src/cli.rs:62:1 Oct 15 06:55:10.272 INFO kablam! | Oct 15 06:55:10.272 INFO kablam! 62 | pub fn log_sim(sim: &simulation::Simulation, filename: &str) { Oct 15 06:55:10.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:55:10.272 INFO kablam! | Oct 15 06:55:10.272 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:55:10.272 INFO kablam! Oct 15 06:55:10.291 INFO kablam! warning: unused import: `organism::Item` Oct 15 06:55:10.291 INFO kablam! --> src/map.rs:6:5 Oct 15 06:55:10.291 INFO kablam! | Oct 15 06:55:10.291 INFO kablam! 6 | use organism::Item; Oct 15 06:55:10.291 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 06:55:10.291 INFO kablam! | Oct 15 06:55:10.291 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:55:10.291 INFO kablam! Oct 15 06:55:10.291 INFO kablam! warning: unused variable: `other_maps` Oct 15 06:55:10.291 INFO kablam! --> src/map.rs:90:24 Oct 15 06:55:10.291 INFO kablam! | Oct 15 06:55:10.291 INFO kablam! 90 | pub fn step(&self, other_maps: &Vec) -> Self { Oct 15 06:55:10.291 INFO kablam! | ^^^^^^^^^^ help: consider using `_other_maps` instead Oct 15 06:55:10.291 INFO kablam! | Oct 15 06:55:10.291 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:55:10.291 INFO kablam! Oct 15 06:55:10.291 INFO kablam! warning: unused variable: `org` Oct 15 06:55:10.291 INFO kablam! --> src/organism.rs:57:40 Oct 15 06:55:10.291 INFO kablam! | Oct 15 06:55:10.291 INFO kablam! 57 | map::Element::Organism(org) => {} Oct 15 06:55:10.291 INFO kablam! | ^^^ help: consider using `_org` instead Oct 15 06:55:10.291 INFO kablam! Oct 15 06:55:10.295 INFO kablam! warning: variable does not need to be mutable Oct 15 06:55:10.295 INFO kablam! --> src/map.rs:91:13 Oct 15 06:55:10.295 INFO kablam! | Oct 15 06:55:10.295 INFO kablam! 91 | let mut stepped_items = Vec::new(); Oct 15 06:55:10.295 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 06:55:10.295 INFO kablam! | | Oct 15 06:55:10.295 INFO kablam! | help: remove this `mut` Oct 15 06:55:10.295 INFO kablam! | Oct 15 06:55:10.295 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:55:10.295 INFO kablam! Oct 15 06:55:11.090 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.61s Oct 15 06:55:11.093 INFO kablam! su: No module specific data is present Oct 15 06:55:11.870 INFO running `"docker" "rm" "-f" "0f91c436906a2b32f92e276e0931b71c70f1d18c12cd0e548137eb226836ef73"` Oct 15 06:55:12.018 INFO blam! 0f91c436906a2b32f92e276e0931b71c70f1d18c12cd0e548137eb226836ef73 Oct 15 06:55:12.019 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 06:55:12.387 INFO blam! 1db1f965b2536a26821f3bae81f0d476151cf8b33b22587f89ea977541ba4369 Oct 15 06:55:12.391 INFO running `"docker" "start" "-a" "1db1f965b2536a26821f3bae81f0d476151cf8b33b22587f89ea977541ba4369"` Oct 15 06:55:12.919 INFO kablam! usermod: no changes Oct 15 06:55:12.952 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 06:55:12.953 INFO kablam! Running /target/debug/deps/hutch-8e6ee65d1e048580 Oct 15 06:55:12.955 INFO blam! Oct 15 06:55:12.956 INFO blam! running 0 tests Oct 15 06:55:12.956 INFO blam! Oct 15 06:55:12.956 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:55:12.956 INFO blam! Oct 15 06:55:12.956 INFO kablam! Running /target/debug/deps/hutch-70c2232ded1d4ef2 Oct 15 06:55:12.963 INFO kablam! Doc-tests hutch Oct 15 06:55:12.963 INFO blam! Oct 15 06:55:12.963 INFO blam! running 0 tests Oct 15 06:55:12.963 INFO blam! Oct 15 06:55:12.963 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:55:12.963 INFO blam! Oct 15 06:55:13.464 INFO blam! Oct 15 06:55:13.464 INFO blam! running 0 tests Oct 15 06:55:13.464 INFO blam! Oct 15 06:55:13.464 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:55:13.464 INFO blam! Oct 15 06:55:13.471 INFO kablam! su: No module specific data is present Oct 15 06:55:13.767 INFO running `"docker" "rm" "-f" "1db1f965b2536a26821f3bae81f0d476151cf8b33b22587f89ea977541ba4369"` Oct 15 06:55:13.891 INFO blam! 1db1f965b2536a26821f3bae81f0d476151cf8b33b22587f89ea977541ba4369