Oct 10 12:26:25.968 INFO testing wdcocq/sepc against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:26:25.968 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:26:25.968 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:26:26.336 INFO blam! 37d1c58ec06847892806a6751158e9fc9fc775fd5522c40e25b617de40696cd5 Oct 10 12:26:26.338 INFO running `"docker" "start" "-a" "37d1c58ec06847892806a6751158e9fc9fc775fd5522c40e25b617de40696cd5"` Oct 10 12:26:27.154 INFO kablam! usermod: no changes Oct 10 12:26:27.235 INFO kablam! Compiling xml-rs v0.3.4 Oct 10 12:26:29.728 INFO kablam! Compiling sepc v0.1.0 (/source) Oct 10 12:26:30.702 INFO kablam! warning: method is never used: `get_child` Oct 10 12:26:30.702 INFO kablam! --> src/xmlt/mod.rs:190:5 Oct 10 12:26:30.703 INFO kablam! | Oct 10 12:26:30.703 INFO kablam! 190 | / pub fn get_child(&self, k: K) -> Option<&Element> Oct 10 12:26:30.703 INFO kablam! 191 | | where String: PartialEq Oct 10 12:26:30.703 INFO kablam! 192 | | { Oct 10 12:26:30.703 INFO kablam! 193 | | self.children.iter().find(|e| e.name == k) Oct 10 12:26:30.703 INFO kablam! 194 | | } Oct 10 12:26:30.703 INFO kablam! | |_____^ Oct 10 12:26:30.703 INFO kablam! | Oct 10 12:26:30.703 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:26:30.703 INFO kablam! Oct 10 12:26:30.703 INFO kablam! warning: method is never used: `take_child` Oct 10 12:26:30.703 INFO kablam! --> src/xmlt/mod.rs:221:5 Oct 10 12:26:30.703 INFO kablam! | Oct 10 12:26:30.703 INFO kablam! 221 | / pub fn take_child<'a, K>(&'a mut self, k: K) -> Option Oct 10 12:26:30.703 INFO kablam! 222 | | where String: PartialEq Oct 10 12:26:30.703 INFO kablam! 223 | | { Oct 10 12:26:30.703 INFO kablam! 224 | | self.children.iter().position(|e| e.name == k).map(|i| self.children.remove(i)) Oct 10 12:26:30.703 INFO kablam! 225 | | } Oct 10 12:26:30.703 INFO kablam! | |_____^ Oct 10 12:26:30.703 INFO kablam! Oct 10 12:26:32.232 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.05s Oct 10 12:26:32.232 INFO kablam! su: No module specific data is present Oct 10 12:26:32.472 INFO running `"docker" "rm" "-f" "37d1c58ec06847892806a6751158e9fc9fc775fd5522c40e25b617de40696cd5"` Oct 10 12:26:32.729 INFO blam! 37d1c58ec06847892806a6751158e9fc9fc775fd5522c40e25b617de40696cd5 Oct 10 12:26:32.730 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:26:32.730 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:26:33.016 INFO blam! 4f697b28e87b76f63d608005903edcfee82e1f2bb5e8f04a861f3a8a03304388 Oct 10 12:26:33.017 INFO running `"docker" "start" "-a" "4f697b28e87b76f63d608005903edcfee82e1f2bb5e8f04a861f3a8a03304388"` Oct 10 12:26:33.873 INFO kablam! usermod: no changes Oct 10 12:26:33.966 INFO kablam! Compiling sepc v0.1.0 (/source) Oct 10 12:26:34.923 INFO kablam! warning: method is never used: `get_child` Oct 10 12:26:34.923 INFO kablam! --> src/xmlt/mod.rs:190:5 Oct 10 12:26:34.923 INFO kablam! | Oct 10 12:26:34.923 INFO kablam! 190 | / pub fn get_child(&self, k: K) -> Option<&Element> Oct 10 12:26:34.923 INFO kablam! 191 | | where String: PartialEq Oct 10 12:26:34.923 INFO kablam! 192 | | { Oct 10 12:26:34.923 INFO kablam! 193 | | self.children.iter().find(|e| e.name == k) Oct 10 12:26:34.923 INFO kablam! 194 | | } Oct 10 12:26:34.923 INFO kablam! | |_____^ Oct 10 12:26:34.923 INFO kablam! | Oct 10 12:26:34.923 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:26:34.923 INFO kablam! Oct 10 12:26:34.923 INFO kablam! warning: method is never used: `take_child` Oct 10 12:26:34.923 INFO kablam! --> src/xmlt/mod.rs:221:5 Oct 10 12:26:34.923 INFO kablam! | Oct 10 12:26:34.923 INFO kablam! 221 | / pub fn take_child<'a, K>(&'a mut self, k: K) -> Option Oct 10 12:26:34.923 INFO kablam! 222 | | where String: PartialEq Oct 10 12:26:34.923 INFO kablam! 223 | | { Oct 10 12:26:34.923 INFO kablam! 224 | | self.children.iter().position(|e| e.name == k).map(|i| self.children.remove(i)) Oct 10 12:26:34.923 INFO kablam! 225 | | } Oct 10 12:26:34.923 INFO kablam! | |_____^ Oct 10 12:26:34.923 INFO kablam! Oct 10 12:26:35.329 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.40s Oct 10 12:26:35.329 INFO kablam! su: No module specific data is present Oct 10 12:26:35.784 INFO running `"docker" "rm" "-f" "4f697b28e87b76f63d608005903edcfee82e1f2bb5e8f04a861f3a8a03304388"` Oct 10 12:26:36.015 INFO blam! 4f697b28e87b76f63d608005903edcfee82e1f2bb5e8f04a861f3a8a03304388 Oct 10 12:26:36.016 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:26:36.016 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:26:36.384 INFO blam! e4d35abe24c4c343d2927f4a961d5341d527697522913d008abe3f52e74c9309 Oct 10 12:26:36.386 INFO running `"docker" "start" "-a" "e4d35abe24c4c343d2927f4a961d5341d527697522913d008abe3f52e74c9309"` Oct 10 12:26:37.372 INFO kablam! usermod: no changes Oct 10 12:26:37.464 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 10 12:26:37.476 INFO kablam! Running /target/debug/deps/sepc-7d43500034786d68 Oct 10 12:26:37.477 INFO blam! Oct 10 12:26:37.478 INFO blam! running 0 tests Oct 10 12:26:37.478 INFO blam! Oct 10 12:26:37.478 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:26:37.479 INFO blam! Oct 10 12:26:37.484 INFO kablam! su: No module specific data is present Oct 10 12:26:38.081 INFO running `"docker" "rm" "-f" "e4d35abe24c4c343d2927f4a961d5341d527697522913d008abe3f52e74c9309"` Oct 10 12:26:38.448 INFO blam! e4d35abe24c4c343d2927f4a961d5341d527697522913d008abe3f52e74c9309