Oct 12 05:26:00.074 INFO testing balloon-0.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 05:26:00.074 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/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 12 05:26:00.408 INFO blam! badaafca38d6df5b133fde736c5b8b1d660dc208817bba4bdb344d0059f13915 Oct 12 05:26:00.409 INFO running `"docker" "start" "-a" "badaafca38d6df5b133fde736c5b8b1d660dc208817bba4bdb344d0059f13915"` Oct 12 05:26:00.964 INFO kablam! usermod: no changes Oct 12 05:26:01.048 INFO kablam! Compiling subtle v0.7.1 Oct 12 05:26:01.855 INFO kablam! Compiling balloon v0.0.1 (/source) Oct 12 05:26:03.247 INFO kablam! warning: method is never used: `get` Oct 12 05:26:03.247 INFO kablam! --> src/buffer.rs:51:5 Oct 12 05:26:03.247 INFO kablam! | Oct 12 05:26:03.247 INFO kablam! 51 | pub fn get(&self, index: usize) -> Option<&T> { self.back.get(index) } Oct 12 05:26:03.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:26:03.247 INFO kablam! | Oct 12 05:26:03.247 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 05:26:03.247 INFO kablam! Oct 12 05:26:03.247 INFO kablam! warning: method is never used: `get_mut` Oct 12 05:26:03.247 INFO kablam! --> src/buffer.rs:54:5 Oct 12 05:26:03.247 INFO kablam! | Oct 12 05:26:03.247 INFO kablam! 54 | pub fn get_mut(&mut self, index: usize) -> Option<&mut T> { self.back.get_mut(index) } Oct 12 05:26:03.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:26:03.247 INFO kablam! Oct 12 05:26:03.247 INFO kablam! warning: method is never used: `clear` Oct 12 05:26:03.247 INFO kablam! --> src/buffer.rs:57:5 Oct 12 05:26:03.248 INFO kablam! | Oct 12 05:26:03.248 INFO kablam! 57 | pub fn clear(&mut self) { self.back.clear() } Oct 12 05:26:03.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:26:03.248 INFO kablam! Oct 12 05:26:03.248 INFO kablam! warning: method is never used: `is_empty` Oct 12 05:26:03.248 INFO kablam! --> src/buffer.rs:58:5 Oct 12 05:26:03.248 INFO kablam! | Oct 12 05:26:03.248 INFO kablam! 58 | pub fn is_empty(&self) -> bool { self.back.is_empty() } Oct 12 05:26:03.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:26:03.248 INFO kablam! Oct 12 05:26:03.248 INFO kablam! warning: method is never used: `len` Oct 12 05:26:03.248 INFO kablam! --> src/buffer.rs:59:5 Oct 12 05:26:03.248 INFO kablam! | Oct 12 05:26:03.248 INFO kablam! 59 | pub fn len(&self) -> usize { self.back.len() } Oct 12 05:26:03.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:26:03.248 INFO kablam! Oct 12 05:26:03.441 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.43s Oct 12 05:26:03.448 INFO kablam! su: No module specific data is present Oct 12 05:26:03.875 INFO running `"docker" "rm" "-f" "badaafca38d6df5b133fde736c5b8b1d660dc208817bba4bdb344d0059f13915"` Oct 12 05:26:04.012 INFO blam! badaafca38d6df5b133fde736c5b8b1d660dc208817bba4bdb344d0059f13915 Oct 12 05:26:04.012 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/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 12 05:26:04.189 INFO blam! abfab054c14a3b2bab77500f9e2d7f69e3d0c72284162765eda7f09d8af208ae Oct 12 05:26:04.193 INFO running `"docker" "start" "-a" "abfab054c14a3b2bab77500f9e2d7f69e3d0c72284162765eda7f09d8af208ae"` Oct 12 05:26:04.696 INFO kablam! usermod: no changes Oct 12 05:26:04.727 INFO kablam! Compiling balloon v0.0.1 (/source) Oct 12 05:26:06.132 INFO kablam! warning: method is never used: `get` Oct 12 05:26:06.132 INFO kablam! --> src/buffer.rs:51:5 Oct 12 05:26:06.132 INFO kablam! | Oct 12 05:26:06.132 INFO kablam! 51 | pub fn get(&self, index: usize) -> Option<&T> { self.back.get(index) } Oct 12 05:26:06.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:26:06.132 INFO kablam! | Oct 12 05:26:06.132 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 05:26:06.132 INFO kablam! Oct 12 05:26:06.132 INFO kablam! warning: method is never used: `get_mut` Oct 12 05:26:06.132 INFO kablam! --> src/buffer.rs:54:5 Oct 12 05:26:06.132 INFO kablam! | Oct 12 05:26:06.132 INFO kablam! 54 | pub fn get_mut(&mut self, index: usize) -> Option<&mut T> { self.back.get_mut(index) } Oct 12 05:26:06.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:26:06.132 INFO kablam! Oct 12 05:26:06.132 INFO kablam! warning: method is never used: `clear` Oct 12 05:26:06.132 INFO kablam! --> src/buffer.rs:57:5 Oct 12 05:26:06.132 INFO kablam! | Oct 12 05:26:06.132 INFO kablam! 57 | pub fn clear(&mut self) { self.back.clear() } Oct 12 05:26:06.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:26:06.132 INFO kablam! Oct 12 05:26:06.132 INFO kablam! warning: method is never used: `is_empty` Oct 12 05:26:06.132 INFO kablam! --> src/buffer.rs:58:5 Oct 12 05:26:06.132 INFO kablam! | Oct 12 05:26:06.132 INFO kablam! 58 | pub fn is_empty(&self) -> bool { self.back.is_empty() } Oct 12 05:26:06.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:26:06.132 INFO kablam! Oct 12 05:26:06.132 INFO kablam! warning: method is never used: `len` Oct 12 05:26:06.132 INFO kablam! --> src/buffer.rs:59:5 Oct 12 05:26:06.132 INFO kablam! | Oct 12 05:26:06.132 INFO kablam! 59 | pub fn len(&self) -> usize { self.back.len() } Oct 12 05:26:06.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:26:06.132 INFO kablam! Oct 12 05:26:06.720 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.00s Oct 12 05:26:06.720 INFO kablam! su: No module specific data is present Oct 12 05:26:07.116 INFO running `"docker" "rm" "-f" "abfab054c14a3b2bab77500f9e2d7f69e3d0c72284162765eda7f09d8af208ae"` Oct 12 05:26:07.254 INFO blam! abfab054c14a3b2bab77500f9e2d7f69e3d0c72284162765eda7f09d8af208ae Oct 12 05:26:07.262 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/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 12 05:26:07.519 INFO blam! 085f86f3ef6705fcd410eae26b879d3e642f1b793b0a8125091bd3a26d04d8da Oct 12 05:26:07.526 INFO running `"docker" "start" "-a" "085f86f3ef6705fcd410eae26b879d3e642f1b793b0a8125091bd3a26d04d8da"` Oct 12 05:26:08.008 INFO kablam! usermod: no changes Oct 12 05:26:08.053 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 12 05:26:08.059 INFO kablam! Running /target/debug/deps/balloon-14b5d306a41914eb Oct 12 05:26:08.061 INFO blam! Oct 12 05:26:08.061 INFO blam! running 1 test Oct 12 05:26:08.129 INFO blam! test tests::it_works ... ok Oct 12 05:26:08.129 INFO blam! Oct 12 05:26:08.129 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:26:08.129 INFO blam! Oct 12 05:26:08.133 INFO kablam! Doc-tests balloon Oct 12 05:26:10.499 INFO blam! Oct 12 05:26:10.500 INFO blam! running 0 tests Oct 12 05:26:10.501 INFO blam! Oct 12 05:26:10.501 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:26:10.502 INFO blam! Oct 12 05:26:10.504 INFO kablam! su: No module specific data is present Oct 12 05:26:10.929 INFO running `"docker" "rm" "-f" "085f86f3ef6705fcd410eae26b879d3e642f1b793b0a8125091bd3a26d04d8da"` Oct 12 05:26:11.189 INFO blam! 085f86f3ef6705fcd410eae26b879d3e642f1b793b0a8125091bd3a26d04d8da