Oct 15 04:40:02.044 INFO testing alberdingk-thijm/podesta against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 04:40:02.045 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 04:40:02.575 INFO blam! 18b31b0f156b65b95ff2e35377daec30c28ba038d2b5113568f59f73bc5bae1b Oct 15 04:40:02.595 INFO running `"docker" "start" "-a" "18b31b0f156b65b95ff2e35377daec30c28ba038d2b5113568f59f73bc5bae1b"` Oct 15 04:40:03.977 INFO kablam! usermod: no changes Oct 15 04:40:04.169 INFO kablam! Compiling names v0.11.0 Oct 15 04:40:04.171 INFO kablam! Compiling enum_derive v0.1.7 Oct 15 04:40:04.171 INFO kablam! Compiling macro-attr v0.2.0 Oct 15 04:40:04.187 INFO kablam! Compiling term_size v0.3.0 Oct 15 04:40:04.187 INFO kablam! Compiling atty v0.2.2 Oct 15 04:40:04.187 INFO kablam! Compiling bincode v0.7.0 Oct 15 04:40:04.191 INFO kablam! Compiling serde_json v0.9.10 Oct 15 04:40:04.207 INFO kablam! Compiling rouler v0.1.3 Oct 15 04:40:06.647 INFO kablam! Compiling clap v2.24.2 Oct 15 04:40:34.511 INFO kablam! Compiling podesta v0.1.0 (/source) Oct 15 04:40:38.507 INFO kablam! warning: method is never used: `find_hero` Oct 15 04:40:38.507 INFO kablam! --> src/sett.rs:214:5 Oct 15 04:40:38.508 INFO kablam! | Oct 15 04:40:38.508 INFO kablam! 214 | / pub fn find_hero(&self, bname: &str, qname: &str, hname: &str) Oct 15 04:40:38.508 INFO kablam! 215 | | -> Option>> Oct 15 04:40:38.509 INFO kablam! 216 | | { Oct 15 04:40:38.509 INFO kablam! 217 | | self.find_building(bname, qname) Oct 15 04:40:38.509 INFO kablam! 218 | | .and_then(|b| b.borrow().find_hero(hname)) Oct 15 04:40:38.509 INFO kablam! 219 | | } Oct 15 04:40:38.510 INFO kablam! | |_____^ Oct 15 04:40:38.510 INFO kablam! | Oct 15 04:40:38.510 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:40:38.510 INFO kablam! Oct 15 04:40:38.511 INFO kablam! warning: variant is never constructed: `InvalidOccupant` Oct 15 04:40:38.511 INFO kablam! --> src/buildings.rs:47:5 Oct 15 04:40:38.511 INFO kablam! | Oct 15 04:40:38.512 INFO kablam! 47 | InvalidOccupant, Oct 15 04:40:38.512 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 04:40:38.512 INFO kablam! Oct 15 04:40:38.512 INFO kablam! warning: variant is never constructed: `InvalidItem` Oct 15 04:40:38.513 INFO kablam! --> src/buildings.rs:49:5 Oct 15 04:40:38.513 INFO kablam! | Oct 15 04:40:38.513 INFO kablam! 49 | InvalidItem, Oct 15 04:40:38.513 INFO kablam! | ^^^^^^^^^^^ Oct 15 04:40:38.514 INFO kablam! Oct 15 04:40:38.514 INFO kablam! warning: function is never used: `find_by_name` Oct 15 04:40:38.514 INFO kablam! --> src/prompts.rs:209:1 Oct 15 04:40:38.515 INFO kablam! | Oct 15 04:40:38.515 INFO kablam! 209 | / pub fn find_by_name<'a, 'b, T: Described>(v: &'a [T], name: &'b str) Oct 15 04:40:38.515 INFO kablam! 210 | | -> Option<&'a T> { Oct 15 04:40:38.515 INFO kablam! 211 | | v.iter().find(|&x| &x.name() == name) Oct 15 04:40:38.516 INFO kablam! 212 | | } Oct 15 04:40:38.516 INFO kablam! | |_^ Oct 15 04:40:38.516 INFO kablam! Oct 15 04:40:38.516 INFO kablam! warning: function is never used: `choose_by_name` Oct 15 04:40:38.517 INFO kablam! --> src/prompts.rs:214:1 Oct 15 04:40:38.517 INFO kablam! | Oct 15 04:40:38.517 INFO kablam! 214 | / pub fn choose_by_name(a: &[Rc>]) -> Result>, PromptError> Oct 15 04:40:38.517 INFO kablam! 215 | | where T: Sized + Described Oct 15 04:40:38.518 INFO kablam! 216 | | { Oct 15 04:40:38.518 INFO kablam! 217 | | let names = a.iter().map(|ref e| e.borrow().name()).collect::>(); Oct 15 04:40:38.518 INFO kablam! 218 | | choose(&names).map(|i| a[i].clone()) Oct 15 04:40:38.519 INFO kablam! 219 | | } Oct 15 04:40:38.519 INFO kablam! | |_^ Oct 15 04:40:38.519 INFO kablam! Oct 15 04:40:52.106 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.10s Oct 15 04:40:52.115 INFO kablam! su: No module specific data is present Oct 15 04:40:52.979 INFO running `"docker" "rm" "-f" "18b31b0f156b65b95ff2e35377daec30c28ba038d2b5113568f59f73bc5bae1b"` Oct 15 04:40:53.327 INFO blam! 18b31b0f156b65b95ff2e35377daec30c28ba038d2b5113568f59f73bc5bae1b Oct 15 04:40:53.333 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 04:40:53.859 INFO blam! cb5e4cf47d6620f1e1dc0303e84da6835742f984881497d69cd6b32d35e77ad3 Oct 15 04:40:53.861 INFO running `"docker" "start" "-a" "cb5e4cf47d6620f1e1dc0303e84da6835742f984881497d69cd6b32d35e77ad3"` Oct 15 04:40:55.147 INFO kablam! usermod: no changes Oct 15 04:40:55.328 INFO kablam! Compiling podesta v0.1.0 (/source) Oct 15 04:41:01.623 INFO kablam! warning: method is never used: `find_hero` Oct 15 04:41:01.623 INFO kablam! --> src/sett.rs:214:5 Oct 15 04:41:01.624 INFO kablam! | Oct 15 04:41:01.624 INFO kablam! 214 | / pub fn find_hero(&self, bname: &str, qname: &str, hname: &str) Oct 15 04:41:01.624 INFO kablam! 215 | | -> Option>> Oct 15 04:41:01.624 INFO kablam! 216 | | { Oct 15 04:41:01.625 INFO kablam! 217 | | self.find_building(bname, qname) Oct 15 04:41:01.625 INFO kablam! 218 | | .and_then(|b| b.borrow().find_hero(hname)) Oct 15 04:41:01.625 INFO kablam! 219 | | } Oct 15 04:41:01.625 INFO kablam! | |_____^ Oct 15 04:41:01.625 INFO kablam! | Oct 15 04:41:01.626 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:41:01.626 INFO kablam! Oct 15 04:41:01.626 INFO kablam! warning: variant is never constructed: `InvalidOccupant` Oct 15 04:41:01.626 INFO kablam! --> src/buildings.rs:47:5 Oct 15 04:41:01.626 INFO kablam! | Oct 15 04:41:01.627 INFO kablam! 47 | InvalidOccupant, Oct 15 04:41:01.627 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 04:41:01.627 INFO kablam! Oct 15 04:41:01.627 INFO kablam! warning: variant is never constructed: `InvalidItem` Oct 15 04:41:01.628 INFO kablam! --> src/buildings.rs:49:5 Oct 15 04:41:01.628 INFO kablam! | Oct 15 04:41:01.628 INFO kablam! 49 | InvalidItem, Oct 15 04:41:01.628 INFO kablam! | ^^^^^^^^^^^ Oct 15 04:41:01.628 INFO kablam! Oct 15 04:41:01.629 INFO kablam! warning: function is never used: `find_by_name` Oct 15 04:41:01.629 INFO kablam! --> src/prompts.rs:209:1 Oct 15 04:41:01.629 INFO kablam! | Oct 15 04:41:01.629 INFO kablam! 209 | / pub fn find_by_name<'a, 'b, T: Described>(v: &'a [T], name: &'b str) Oct 15 04:41:01.630 INFO kablam! 210 | | -> Option<&'a T> { Oct 15 04:41:01.630 INFO kablam! 211 | | v.iter().find(|&x| &x.name() == name) Oct 15 04:41:01.630 INFO kablam! 212 | | } Oct 15 04:41:01.630 INFO kablam! | |_^ Oct 15 04:41:01.630 INFO kablam! Oct 15 04:41:01.631 INFO kablam! warning: function is never used: `choose_by_name` Oct 15 04:41:01.631 INFO kablam! --> src/prompts.rs:214:1 Oct 15 04:41:01.631 INFO kablam! | Oct 15 04:41:01.631 INFO kablam! 214 | / pub fn choose_by_name(a: &[Rc>]) -> Result>, PromptError> Oct 15 04:41:01.632 INFO kablam! 215 | | where T: Sized + Described Oct 15 04:41:01.632 INFO kablam! 216 | | { Oct 15 04:41:01.632 INFO kablam! 217 | | let names = a.iter().map(|ref e| e.borrow().name()).collect::>(); Oct 15 04:41:01.632 INFO kablam! 218 | | choose(&names).map(|i| a[i].clone()) Oct 15 04:41:01.632 INFO kablam! 219 | | } Oct 15 04:41:01.633 INFO kablam! | |_^ Oct 15 04:41:01.633 INFO kablam! Oct 15 04:41:02.336 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.17s Oct 15 04:41:02.345 INFO kablam! su: No module specific data is present Oct 15 04:41:02.980 INFO running `"docker" "rm" "-f" "cb5e4cf47d6620f1e1dc0303e84da6835742f984881497d69cd6b32d35e77ad3"` Oct 15 04:41:03.391 INFO blam! cb5e4cf47d6620f1e1dc0303e84da6835742f984881497d69cd6b32d35e77ad3