Oct 21 12:20:33.386 INFO checking wdcocq/sepc against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 12:20:33.386 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 12:20:33.850 INFO blam! 29b59e3262cf6262266fb408cfc9fc35f06e6afc46af9e64403b499ae923fcd8 Oct 21 12:20:33.851 INFO running `"docker" "start" "-a" "29b59e3262cf6262266fb408cfc9fc35f06e6afc46af9e64403b499ae923fcd8"` Oct 21 12:20:35.208 INFO kablam! usermod: no changes Oct 21 12:20:35.336 INFO kablam! Checking libc v0.2.16 Oct 21 12:20:35.337 INFO kablam! Checking regex-syntax v0.3.5 Oct 21 12:20:35.340 INFO kablam! Checking xml-rs v0.3.4 Oct 21 12:20:36.949 INFO kablam! Checking memchr v0.1.11 Oct 21 12:20:36.950 INFO kablam! Checking thread-id v2.0.0 Oct 21 12:20:37.210 INFO kablam! Checking thread_local v0.2.7 Oct 21 12:20:37.404 INFO kablam! Checking aho-corasick v0.5.3 Oct 21 12:20:39.482 INFO kablam! Checking regex v0.1.77 Oct 21 12:20:41.572 INFO kablam! Checking sepc v0.1.0 (/source) Oct 21 12:20:42.092 INFO kablam! warning: method is never used: `get_child` Oct 21 12:20:42.092 INFO kablam! --> src/xmlt/mod.rs:190:5 Oct 21 12:20:42.092 INFO kablam! | Oct 21 12:20:42.092 INFO kablam! 190 | / pub fn get_child(&self, k: K) -> Option<&Element> Oct 21 12:20:42.092 INFO kablam! 191 | | where String: PartialEq Oct 21 12:20:42.092 INFO kablam! 192 | | { Oct 21 12:20:42.092 INFO kablam! 193 | | self.children.iter().find(|e| e.name == k) Oct 21 12:20:42.092 INFO kablam! 194 | | } Oct 21 12:20:42.092 INFO kablam! | |_____^ Oct 21 12:20:42.092 INFO kablam! | Oct 21 12:20:42.092 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 12:20:42.092 INFO kablam! Oct 21 12:20:42.092 INFO kablam! warning: method is never used: `take_child` Oct 21 12:20:42.092 INFO kablam! --> src/xmlt/mod.rs:221:5 Oct 21 12:20:42.092 INFO kablam! | Oct 21 12:20:42.092 INFO kablam! 221 | / pub fn take_child<'a, K>(&'a mut self, k: K) -> Option Oct 21 12:20:42.092 INFO kablam! 222 | | where String: PartialEq Oct 21 12:20:42.092 INFO kablam! 223 | | { Oct 21 12:20:42.092 INFO kablam! 224 | | self.children.iter().position(|e| e.name == k).map(|i| self.children.remove(i)) Oct 21 12:20:42.093 INFO kablam! 225 | | } Oct 21 12:20:42.093 INFO kablam! | |_____^ Oct 21 12:20:42.093 INFO kablam! Oct 21 12:20:42.196 INFO kablam! warning: method is never used: `get_child` Oct 21 12:20:42.196 INFO kablam! --> src/xmlt/mod.rs:190:5 Oct 21 12:20:42.196 INFO kablam! | Oct 21 12:20:42.196 INFO kablam! 190 | / pub fn get_child(&self, k: K) -> Option<&Element> Oct 21 12:20:42.196 INFO kablam! 191 | | where String: PartialEq Oct 21 12:20:42.196 INFO kablam! 192 | | { Oct 21 12:20:42.196 INFO kablam! 193 | | self.children.iter().find(|e| e.name == k) Oct 21 12:20:42.196 INFO kablam! 194 | | } Oct 21 12:20:42.196 INFO kablam! | |_____^ Oct 21 12:20:42.196 INFO kablam! | Oct 21 12:20:42.196 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 12:20:42.196 INFO kablam! Oct 21 12:20:42.196 INFO kablam! warning: method is never used: `take_child` Oct 21 12:20:42.196 INFO kablam! --> src/xmlt/mod.rs:221:5 Oct 21 12:20:42.196 INFO kablam! | Oct 21 12:20:42.196 INFO kablam! 221 | / pub fn take_child<'a, K>(&'a mut self, k: K) -> Option Oct 21 12:20:42.196 INFO kablam! 222 | | where String: PartialEq Oct 21 12:20:42.196 INFO kablam! 223 | | { Oct 21 12:20:42.197 INFO kablam! 224 | | self.children.iter().position(|e| e.name == k).map(|i| self.children.remove(i)) Oct 21 12:20:42.197 INFO kablam! 225 | | } Oct 21 12:20:42.197 INFO kablam! | |_____^ Oct 21 12:20:42.197 INFO kablam! Oct 21 12:20:42.272 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.03s Oct 21 12:20:42.276 INFO kablam! su: No module specific data is present Oct 21 12:20:43.426 INFO running `"docker" "rm" "-f" "29b59e3262cf6262266fb408cfc9fc35f06e6afc46af9e64403b499ae923fcd8"` Oct 21 12:20:43.717 INFO blam! 29b59e3262cf6262266fb408cfc9fc35f06e6afc46af9e64403b499ae923fcd8