Oct 15 13:04:13.662 INFO testing 0x75960/kick against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 13:04:13.662 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13:04:13.912 INFO blam! 62fbb1231a9291448c906e884f72fab78fe01c2c0b3186de9c5c11aaa445f0a3 Oct 15 13:04:13.914 INFO running `"docker" "start" "-a" "62fbb1231a9291448c906e884f72fab78fe01c2c0b3186de9c5c11aaa445f0a3"` Oct 15 13:04:14.527 INFO kablam! usermod: no changes Oct 15 13:04:14.668 INFO kablam! Compiling structopt-derive v0.2.0 Oct 15 13:04:19.081 INFO kablam! Compiling structopt v0.2.0 Oct 15 13:04:20.111 INFO kablam! Compiling kick v0.1.0 (/source) Oct 15 13:04:21.807 INFO kablam! warning: unused `#[macro_use]` import Oct 15 13:04:21.807 INFO kablam! --> src/main.rs:1:1 Oct 15 13:04:21.807 INFO kablam! | Oct 15 13:04:21.807 INFO kablam! 1 | #[macro_use] Oct 15 13:04:21.807 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:04:21.807 INFO kablam! | Oct 15 13:04:21.807 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 13:04:21.807 INFO kablam! Oct 15 13:04:21.807 INFO kablam! warning: unused import: `std::fmt::*` Oct 15 13:04:21.807 INFO kablam! --> src/main.rs:4:5 Oct 15 13:04:21.807 INFO kablam! | Oct 15 13:04:21.807 INFO kablam! 4 | use std::fmt::*; Oct 15 13:04:21.807 INFO kablam! | ^^^^^^^^^^^ Oct 15 13:04:21.807 INFO kablam! Oct 15 13:04:21.807 INFO kablam! warning: unused import: `std::fs::File` Oct 15 13:04:21.807 INFO kablam! --> src/main.rs:5:5 Oct 15 13:04:21.807 INFO kablam! | Oct 15 13:04:21.807 INFO kablam! 5 | use std::fs::File; Oct 15 13:04:21.807 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 13:04:21.807 INFO kablam! Oct 15 13:04:21.807 INFO kablam! warning: unused import: `self::zip::ZipArchive` Oct 15 13:04:21.807 INFO kablam! --> src/signatures/mod.rs:6:5 Oct 15 13:04:21.807 INFO kablam! | Oct 15 13:04:21.807 INFO kablam! 6 | use self::zip::ZipArchive; Oct 15 13:04:21.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:04:21.807 INFO kablam! Oct 15 13:04:21.807 INFO kablam! warning: unused import: `bytereader::*` Oct 15 13:04:21.807 INFO kablam! --> src/main.rs:13:5 Oct 15 13:04:21.807 INFO kablam! | Oct 15 13:04:21.807 INFO kablam! 13 | use bytereader::*; Oct 15 13:04:21.807 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 13:04:21.807 INFO kablam! Oct 15 13:04:22.075 INFO kablam! warning: method is never used: `read_as_byte` Oct 15 13:04:22.075 INFO kablam! --> src/bytereader/mod.rs:32:3 Oct 15 13:04:22.075 INFO kablam! | Oct 15 13:04:22.075 INFO kablam! 32 | pub fn read_as_byte(&mut self) -> Result { Oct 15 13:04:22.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:04:22.075 INFO kablam! | Oct 15 13:04:22.075 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 13:04:22.075 INFO kablam! Oct 15 13:04:22.075 INFO kablam! warning: method is never used: `read_as_byte_offset` Oct 15 13:04:22.075 INFO kablam! --> src/bytereader/mod.rs:38:3 Oct 15 13:04:22.075 INFO kablam! | Oct 15 13:04:22.075 INFO kablam! 38 | pub fn read_as_byte_offset(&mut self, offset: u64) -> Result { Oct 15 13:04:22.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:04:22.075 INFO kablam! Oct 15 13:04:22.075 INFO kablam! warning: method is never used: `read_as_qword` Oct 15 13:04:22.075 INFO kablam! --> src/bytereader/mod.rs:76:3 Oct 15 13:04:22.075 INFO kablam! | Oct 15 13:04:22.075 INFO kablam! 76 | pub fn read_as_qword(&mut self) -> Result { Oct 15 13:04:22.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:04:22.075 INFO kablam! Oct 15 13:04:22.075 INFO kablam! warning: method is never used: `read_as_qword_offset` Oct 15 13:04:22.075 INFO kablam! --> src/bytereader/mod.rs:86:3 Oct 15 13:04:22.075 INFO kablam! | Oct 15 13:04:22.075 INFO kablam! 86 | pub fn read_as_qword_offset(&mut self, offset: u64) -> Result { Oct 15 13:04:22.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:04:22.075 INFO kablam! Oct 15 13:04:24.563 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.02s Oct 15 13:04:24.565 INFO kablam! su: No module specific data is present Oct 15 13:04:25.375 INFO running `"docker" "rm" "-f" "62fbb1231a9291448c906e884f72fab78fe01c2c0b3186de9c5c11aaa445f0a3"` Oct 15 13:04:25.616 INFO blam! 62fbb1231a9291448c906e884f72fab78fe01c2c0b3186de9c5c11aaa445f0a3 Oct 15 13:04:25.621 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13:04:25.985 INFO blam! b7054c5bbb777753ffbac11fc20c407c0b29341e80c5c80172b6c7a82605714e Oct 15 13:04:25.991 INFO running `"docker" "start" "-a" "b7054c5bbb777753ffbac11fc20c407c0b29341e80c5c80172b6c7a82605714e"` Oct 15 13:04:27.159 INFO kablam! usermod: no changes Oct 15 13:04:27.287 INFO kablam! Compiling kick v0.1.0 (/source) Oct 15 13:04:28.736 INFO kablam! warning: unused `#[macro_use]` import Oct 15 13:04:28.736 INFO kablam! --> src/main.rs:1:1 Oct 15 13:04:28.736 INFO kablam! | Oct 15 13:04:28.736 INFO kablam! 1 | #[macro_use] Oct 15 13:04:28.736 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:04:28.736 INFO kablam! | Oct 15 13:04:28.736 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 13:04:28.736 INFO kablam! Oct 15 13:04:28.736 INFO kablam! warning: unused import: `std::fmt::*` Oct 15 13:04:28.736 INFO kablam! --> src/main.rs:4:5 Oct 15 13:04:28.736 INFO kablam! | Oct 15 13:04:28.736 INFO kablam! 4 | use std::fmt::*; Oct 15 13:04:28.737 INFO kablam! | ^^^^^^^^^^^ Oct 15 13:04:28.737 INFO kablam! Oct 15 13:04:28.737 INFO kablam! warning: unused import: `std::fs::File` Oct 15 13:04:28.737 INFO kablam! --> src/main.rs:5:5 Oct 15 13:04:28.737 INFO kablam! | Oct 15 13:04:28.737 INFO kablam! 5 | use std::fs::File; Oct 15 13:04:28.737 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 13:04:28.737 INFO kablam! Oct 15 13:04:28.737 INFO kablam! warning: unused import: `self::zip::ZipArchive` Oct 15 13:04:28.737 INFO kablam! --> src/signatures/mod.rs:6:5 Oct 15 13:04:28.737 INFO kablam! | Oct 15 13:04:28.737 INFO kablam! 6 | use self::zip::ZipArchive; Oct 15 13:04:28.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:04:28.737 INFO kablam! Oct 15 13:04:28.741 INFO kablam! warning: unused import: `bytereader::*` Oct 15 13:04:28.741 INFO kablam! --> src/main.rs:13:5 Oct 15 13:04:28.741 INFO kablam! | Oct 15 13:04:28.741 INFO kablam! 13 | use bytereader::*; Oct 15 13:04:28.741 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 13:04:28.741 INFO kablam! Oct 15 13:04:28.979 INFO kablam! warning: method is never used: `read_as_byte` Oct 15 13:04:28.979 INFO kablam! --> src/bytereader/mod.rs:32:3 Oct 15 13:04:28.979 INFO kablam! | Oct 15 13:04:28.979 INFO kablam! 32 | pub fn read_as_byte(&mut self) -> Result { Oct 15 13:04:28.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:04:28.980 INFO kablam! | Oct 15 13:04:28.980 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 13:04:28.980 INFO kablam! Oct 15 13:04:28.980 INFO kablam! warning: method is never used: `read_as_byte_offset` Oct 15 13:04:28.980 INFO kablam! --> src/bytereader/mod.rs:38:3 Oct 15 13:04:28.980 INFO kablam! | Oct 15 13:04:28.980 INFO kablam! 38 | pub fn read_as_byte_offset(&mut self, offset: u64) -> Result { Oct 15 13:04:28.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:04:28.980 INFO kablam! Oct 15 13:04:28.980 INFO kablam! warning: method is never used: `read_as_qword` Oct 15 13:04:28.980 INFO kablam! --> src/bytereader/mod.rs:76:3 Oct 15 13:04:28.980 INFO kablam! | Oct 15 13:04:28.980 INFO kablam! 76 | pub fn read_as_qword(&mut self) -> Result { Oct 15 13:04:28.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:04:28.980 INFO kablam! Oct 15 13:04:28.980 INFO kablam! warning: method is never used: `read_as_qword_offset` Oct 15 13:04:28.980 INFO kablam! --> src/bytereader/mod.rs:86:3 Oct 15 13:04:28.980 INFO kablam! | Oct 15 13:04:28.980 INFO kablam! 86 | pub fn read_as_qword_offset(&mut self, offset: u64) -> Result { Oct 15 13:04:28.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:04:28.980 INFO kablam! Oct 15 13:04:29.499 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.32s Oct 15 13:04:29.504 INFO kablam! su: No module specific data is present Oct 15 13:04:30.471 INFO running `"docker" "rm" "-f" "b7054c5bbb777753ffbac11fc20c407c0b29341e80c5c80172b6c7a82605714e"` Oct 15 13:04:30.763 INFO blam! b7054c5bbb777753ffbac11fc20c407c0b29341e80c5c80172b6c7a82605714e Oct 15 13:04:30.775 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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" "-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 13:04:31.244 INFO blam! 5680c6ed9c209026947c7c48db4afad80a6fba199145965cc9e077b9736fe29f Oct 15 13:04:31.247 INFO running `"docker" "start" "-a" "5680c6ed9c209026947c7c48db4afad80a6fba199145965cc9e077b9736fe29f"` Oct 15 13:04:32.539 INFO kablam! usermod: no changes Oct 15 13:04:32.674 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 15 13:04:32.684 INFO kablam! Running /target/debug/deps/kick-00cef8a0d57d6a32 Oct 15 13:04:32.697 INFO blam! Oct 15 13:04:32.697 INFO blam! running 0 tests Oct 15 13:04:32.697 INFO blam! Oct 15 13:04:32.697 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:04:32.697 INFO blam! Oct 15 13:04:32.703 INFO kablam! su: No module specific data is present Oct 15 13:04:33.943 INFO running `"docker" "rm" "-f" "5680c6ed9c209026947c7c48db4afad80a6fba199145965cc9e077b9736fe29f"` Oct 15 13:04:34.219 INFO blam! 5680c6ed9c209026947c7c48db4afad80a6fba199145965cc9e077b9736fe29f