Oct 15 04:40:01.899 INFO testing alberdingk-thijm/podesta against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 04:40:01.900 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 04:40:02.535 INFO blam! f268e2db45c578517ba3dfe5deb8a52813a54463f72ef4f3141314d8287d832d Oct 15 04:40:02.537 INFO running `"docker" "start" "-a" "f268e2db45c578517ba3dfe5deb8a52813a54463f72ef4f3141314d8287d832d"` Oct 15 04:40:04.155 INFO kablam! usermod: no changes Oct 15 04:40:04.303 INFO kablam! Compiling names v0.11.0 Oct 15 04:40:04.330 INFO kablam! Compiling enum_derive v0.1.7 Oct 15 04:40:04.330 INFO kablam! Compiling macro-attr v0.2.0 Oct 15 04:40:04.339 INFO kablam! Compiling bincode v0.7.0 Oct 15 04:40:04.359 INFO kablam! Compiling serde_json v0.9.10 Oct 15 04:40:04.371 INFO kablam! Compiling rouler v0.1.3 Oct 15 04:40:12.167 INFO kablam! Compiling podesta v0.1.0 (/source) Oct 15 04:40:15.783 INFO kablam! warning: method is never used: `find_hero` Oct 15 04:40:15.783 INFO kablam! --> src/sett.rs:214:5 Oct 15 04:40:15.783 INFO kablam! | Oct 15 04:40:15.783 INFO kablam! 214 | / pub fn find_hero(&self, bname: &str, qname: &str, hname: &str) Oct 15 04:40:15.783 INFO kablam! 215 | | -> Option>> Oct 15 04:40:15.783 INFO kablam! 216 | | { Oct 15 04:40:15.783 INFO kablam! 217 | | self.find_building(bname, qname) Oct 15 04:40:15.783 INFO kablam! 218 | | .and_then(|b| b.borrow().find_hero(hname)) Oct 15 04:40:15.783 INFO kablam! 219 | | } Oct 15 04:40:15.783 INFO kablam! | |_____^ Oct 15 04:40:15.783 INFO kablam! | Oct 15 04:40:15.783 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:40:15.783 INFO kablam! Oct 15 04:40:15.783 INFO kablam! warning: variant is never constructed: `InvalidOccupant` Oct 15 04:40:15.783 INFO kablam! --> src/buildings.rs:47:5 Oct 15 04:40:15.783 INFO kablam! | Oct 15 04:40:15.783 INFO kablam! 47 | InvalidOccupant, Oct 15 04:40:15.783 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 04:40:15.783 INFO kablam! Oct 15 04:40:15.783 INFO kablam! warning: variant is never constructed: `InvalidItem` Oct 15 04:40:15.783 INFO kablam! --> src/buildings.rs:49:5 Oct 15 04:40:15.783 INFO kablam! | Oct 15 04:40:15.783 INFO kablam! 49 | InvalidItem, Oct 15 04:40:15.783 INFO kablam! | ^^^^^^^^^^^ Oct 15 04:40:15.783 INFO kablam! Oct 15 04:40:15.783 INFO kablam! warning: function is never used: `find_by_name` Oct 15 04:40:15.783 INFO kablam! --> src/prompts.rs:209:1 Oct 15 04:40:15.783 INFO kablam! | Oct 15 04:40:15.783 INFO kablam! 209 | / pub fn find_by_name<'a, 'b, T: Described>(v: &'a [T], name: &'b str) Oct 15 04:40:15.783 INFO kablam! 210 | | -> Option<&'a T> { Oct 15 04:40:15.783 INFO kablam! 211 | | v.iter().find(|&x| &x.name() == name) Oct 15 04:40:15.783 INFO kablam! 212 | | } Oct 15 04:40:15.783 INFO kablam! | |_^ Oct 15 04:40:15.783 INFO kablam! Oct 15 04:40:15.783 INFO kablam! warning: function is never used: `choose_by_name` Oct 15 04:40:15.783 INFO kablam! --> src/prompts.rs:214:1 Oct 15 04:40:15.783 INFO kablam! | Oct 15 04:40:15.783 INFO kablam! 214 | / pub fn choose_by_name(a: &[Rc>]) -> Result>, PromptError> Oct 15 04:40:15.783 INFO kablam! 215 | | where T: Sized + Described Oct 15 04:40:15.783 INFO kablam! 216 | | { Oct 15 04:40:15.783 INFO kablam! 217 | | let names = a.iter().map(|ref e| e.borrow().name()).collect::>(); Oct 15 04:40:15.783 INFO kablam! 218 | | choose(&names).map(|i| a[i].clone()) Oct 15 04:40:15.783 INFO kablam! 219 | | } Oct 15 04:40:15.783 INFO kablam! | |_^ Oct 15 04:40:15.783 INFO kablam! Oct 15 04:40:30.719 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.52s Oct 15 04:40:30.727 INFO kablam! su: No module specific data is present Oct 15 04:40:31.623 INFO running `"docker" "rm" "-f" "f268e2db45c578517ba3dfe5deb8a52813a54463f72ef4f3141314d8287d832d"` Oct 15 04:40:31.986 INFO blam! f268e2db45c578517ba3dfe5deb8a52813a54463f72ef4f3141314d8287d832d Oct 15 04:40:31.991 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 04:40:32.406 INFO blam! d77a29d50b229eda7f286bb34bb5e31b4251effee7e1d4d84d5c450b9526bb44 Oct 15 04:40:32.408 INFO running `"docker" "start" "-a" "d77a29d50b229eda7f286bb34bb5e31b4251effee7e1d4d84d5c450b9526bb44"` Oct 15 04:40:34.506 INFO kablam! usermod: no changes Oct 15 04:40:34.755 INFO kablam! Compiling podesta v0.1.0 (/source) Oct 15 04:40:40.405 INFO kablam! warning: method is never used: `find_hero` Oct 15 04:40:40.405 INFO kablam! --> src/sett.rs:214:5 Oct 15 04:40:40.405 INFO kablam! | Oct 15 04:40:40.405 INFO kablam! 214 | / pub fn find_hero(&self, bname: &str, qname: &str, hname: &str) Oct 15 04:40:40.405 INFO kablam! 215 | | -> Option>> Oct 15 04:40:40.405 INFO kablam! 216 | | { Oct 15 04:40:40.405 INFO kablam! 217 | | self.find_building(bname, qname) Oct 15 04:40:40.405 INFO kablam! 218 | | .and_then(|b| b.borrow().find_hero(hname)) Oct 15 04:40:40.405 INFO kablam! 219 | | } Oct 15 04:40:40.405 INFO kablam! | |_____^ Oct 15 04:40:40.408 INFO kablam! | Oct 15 04:40:40.408 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:40:40.408 INFO kablam! Oct 15 04:40:40.408 INFO kablam! warning: variant is never constructed: `InvalidOccupant` Oct 15 04:40:40.408 INFO kablam! --> src/buildings.rs:47:5 Oct 15 04:40:40.408 INFO kablam! | Oct 15 04:40:40.408 INFO kablam! 47 | InvalidOccupant, Oct 15 04:40:40.408 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 04:40:40.408 INFO kablam! Oct 15 04:40:40.408 INFO kablam! warning: variant is never constructed: `InvalidItem` Oct 15 04:40:40.408 INFO kablam! --> src/buildings.rs:49:5 Oct 15 04:40:40.408 INFO kablam! | Oct 15 04:40:40.408 INFO kablam! 49 | InvalidItem, Oct 15 04:40:40.408 INFO kablam! | ^^^^^^^^^^^ Oct 15 04:40:40.408 INFO kablam! Oct 15 04:40:40.408 INFO kablam! warning: function is never used: `find_by_name` Oct 15 04:40:40.408 INFO kablam! --> src/prompts.rs:209:1 Oct 15 04:40:40.408 INFO kablam! | Oct 15 04:40:40.408 INFO kablam! 209 | / pub fn find_by_name<'a, 'b, T: Described>(v: &'a [T], name: &'b str) Oct 15 04:40:40.408 INFO kablam! 210 | | -> Option<&'a T> { Oct 15 04:40:40.408 INFO kablam! 211 | | v.iter().find(|&x| &x.name() == name) Oct 15 04:40:40.408 INFO kablam! 212 | | } Oct 15 04:40:40.408 INFO kablam! | |_^ Oct 15 04:40:40.408 INFO kablam! Oct 15 04:40:40.408 INFO kablam! warning: function is never used: `choose_by_name` Oct 15 04:40:40.408 INFO kablam! --> src/prompts.rs:214:1 Oct 15 04:40:40.408 INFO kablam! | Oct 15 04:40:40.408 INFO kablam! 214 | / pub fn choose_by_name(a: &[Rc>]) -> Result>, PromptError> Oct 15 04:40:40.408 INFO kablam! 215 | | where T: Sized + Described Oct 15 04:40:40.408 INFO kablam! 216 | | { Oct 15 04:40:40.408 INFO kablam! 217 | | let names = a.iter().map(|ref e| e.borrow().name()).collect::>(); Oct 15 04:40:40.408 INFO kablam! 218 | | choose(&names).map(|i| a[i].clone()) Oct 15 04:40:40.408 INFO kablam! 219 | | } Oct 15 04:40:40.408 INFO kablam! | |_^ Oct 15 04:40:40.408 INFO kablam! Oct 15 04:40:41.027 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.47s Oct 15 04:40:41.027 INFO kablam! su: No module specific data is present Oct 15 04:40:41.966 INFO running `"docker" "rm" "-f" "d77a29d50b229eda7f286bb34bb5e31b4251effee7e1d4d84d5c450b9526bb44"` Oct 15 04:40:42.287 INFO blam! d77a29d50b229eda7f286bb34bb5e31b4251effee7e1d4d84d5c450b9526bb44