Oct 26 18:09:52.823 INFO checking wdcocq/sepc against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 18:09:52.823 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/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 26 18:09:53.191 INFO blam! aba6e5198437430f8cc2012e758c40bc8a3a12f82f8c145925cefabf4d5e3d60 Oct 26 18:09:53.191 INFO running `"docker" "start" "-a" "aba6e5198437430f8cc2012e758c40bc8a3a12f82f8c145925cefabf4d5e3d60"` Oct 26 18:09:54.603 INFO kablam! usermod: no changes Oct 26 18:09:54.731 INFO kablam! Checking libc v0.2.16 Oct 26 18:09:54.731 INFO kablam! Checking regex-syntax v0.3.5 Oct 26 18:09:54.731 INFO kablam! Checking xml-rs v0.3.4 Oct 26 18:09:56.140 INFO kablam! Checking thread-id v2.0.0 Oct 26 18:09:56.140 INFO kablam! Checking memchr v0.1.11 Oct 26 18:09:56.651 INFO kablam! Checking thread_local v0.2.7 Oct 26 18:09:56.991 INFO kablam! Checking aho-corasick v0.5.3 Oct 26 18:09:59.707 INFO kablam! Checking regex v0.1.77 Oct 26 18:10:01.795 INFO kablam! Checking sepc v0.1.0 (/source) Oct 26 18:10:02.269 INFO kablam! warning: method is never used: `get_child` Oct 26 18:10:02.269 INFO kablam! --> src/xmlt/mod.rs:190:5 Oct 26 18:10:02.269 INFO kablam! | Oct 26 18:10:02.269 INFO kablam! 190 | / pub fn get_child(&self, k: K) -> Option<&Element> Oct 26 18:10:02.269 INFO kablam! 191 | | where String: PartialEq Oct 26 18:10:02.269 INFO kablam! 192 | | { Oct 26 18:10:02.269 INFO kablam! 193 | | self.children.iter().find(|e| e.name == k) Oct 26 18:10:02.269 INFO kablam! 194 | | } Oct 26 18:10:02.269 INFO kablam! | |_____^ Oct 26 18:10:02.269 INFO kablam! | Oct 26 18:10:02.269 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 18:10:02.269 INFO kablam! Oct 26 18:10:02.269 INFO kablam! warning: method is never used: `take_child` Oct 26 18:10:02.269 INFO kablam! --> src/xmlt/mod.rs:221:5 Oct 26 18:10:02.269 INFO kablam! | Oct 26 18:10:02.269 INFO kablam! 221 | / pub fn take_child<'a, K>(&'a mut self, k: K) -> Option Oct 26 18:10:02.269 INFO kablam! 222 | | where String: PartialEq Oct 26 18:10:02.269 INFO kablam! 223 | | { Oct 26 18:10:02.269 INFO kablam! 224 | | self.children.iter().position(|e| e.name == k).map(|i| self.children.remove(i)) Oct 26 18:10:02.269 INFO kablam! 225 | | } Oct 26 18:10:02.269 INFO kablam! | |_____^ Oct 26 18:10:02.269 INFO kablam! Oct 26 18:10:02.455 INFO kablam! warning: method is never used: `get_child` Oct 26 18:10:02.455 INFO kablam! --> src/xmlt/mod.rs:190:5 Oct 26 18:10:02.455 INFO kablam! | Oct 26 18:10:02.455 INFO kablam! 190 | / pub fn get_child(&self, k: K) -> Option<&Element> Oct 26 18:10:02.455 INFO kablam! 191 | | where String: PartialEq Oct 26 18:10:02.455 INFO kablam! 192 | | { Oct 26 18:10:02.455 INFO kablam! 193 | | self.children.iter().find(|e| e.name == k) Oct 26 18:10:02.455 INFO kablam! 194 | | } Oct 26 18:10:02.455 INFO kablam! | |_____^ Oct 26 18:10:02.455 INFO kablam! | Oct 26 18:10:02.455 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 18:10:02.455 INFO kablam! Oct 26 18:10:02.455 INFO kablam! warning: method is never used: `take_child` Oct 26 18:10:02.455 INFO kablam! --> src/xmlt/mod.rs:221:5 Oct 26 18:10:02.455 INFO kablam! | Oct 26 18:10:02.455 INFO kablam! 221 | / pub fn take_child<'a, K>(&'a mut self, k: K) -> Option Oct 26 18:10:02.455 INFO kablam! 222 | | where String: PartialEq Oct 26 18:10:02.455 INFO kablam! 223 | | { Oct 26 18:10:02.455 INFO kablam! 224 | | self.children.iter().position(|e| e.name == k).map(|i| self.children.remove(i)) Oct 26 18:10:02.455 INFO kablam! 225 | | } Oct 26 18:10:02.455 INFO kablam! | |_____^ Oct 26 18:10:02.455 INFO kablam! Oct 26 18:10:02.495 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.87s Oct 26 18:10:02.498 INFO kablam! su: No module specific data is present Oct 26 18:10:03.388 INFO running `"docker" "rm" "-f" "aba6e5198437430f8cc2012e758c40bc8a3a12f82f8c145925cefabf4d5e3d60"` Oct 26 18:10:03.793 INFO blam! aba6e5198437430f8cc2012e758c40bc8a3a12f82f8c145925cefabf4d5e3d60