Oct 15 15:07:30.738 INFO testing urchin-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 15:07:30.739 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15:07:31.083 INFO blam! 6b4bf923fe3a60c3b47a5cc4b4a13786232606f90658b69cf18080b437c304e7 Oct 15 15:07:31.089 INFO running `"docker" "start" "-a" "6b4bf923fe3a60c3b47a5cc4b4a13786232606f90658b69cf18080b437c304e7"` Oct 15 15:07:32.759 INFO kablam! usermod: no changes Oct 15 15:07:32.803 INFO kablam! Compiling urchin v0.1.1 (/source) Oct 15 15:07:33.531 INFO kablam! warning: enum is never used: `FutureState` Oct 15 15:07:33.531 INFO kablam! --> src/future.rs:6:1 Oct 15 15:07:33.531 INFO kablam! | Oct 15 15:07:33.531 INFO kablam! 6 | enum FutureState { Oct 15 15:07:33.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.531 INFO kablam! | Oct 15 15:07:33.531 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 15:07:33.531 INFO kablam! Oct 15 15:07:33.531 INFO kablam! warning: struct is never constructed: `FutureInner` Oct 15 15:07:33.531 INFO kablam! --> src/future.rs:13:1 Oct 15 15:07:33.531 INFO kablam! | Oct 15 15:07:33.531 INFO kablam! 13 | pub struct FutureInner { Oct 15 15:07:33.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.531 INFO kablam! Oct 15 15:07:33.531 INFO kablam! warning: method is never used: `promised` Oct 15 15:07:33.531 INFO kablam! --> src/future.rs:18:5 Oct 15 15:07:33.531 INFO kablam! | Oct 15 15:07:33.531 INFO kablam! 18 | fn promised() -> FutureInner { Oct 15 15:07:33.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.531 INFO kablam! Oct 15 15:07:33.531 INFO kablam! warning: method is never used: `from_val` Oct 15 15:07:33.531 INFO kablam! --> src/future.rs:24:5 Oct 15 15:07:33.531 INFO kablam! | Oct 15 15:07:33.531 INFO kablam! 24 | fn from_val(val: T) -> FutureInner { Oct 15 15:07:33.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.531 INFO kablam! Oct 15 15:07:33.531 INFO kablam! warning: method is never used: `from_err` Oct 15 15:07:33.531 INFO kablam! --> src/future.rs:30:5 Oct 15 15:07:33.531 INFO kablam! | Oct 15 15:07:33.531 INFO kablam! 30 | fn from_err(err: E) -> FutureInner { Oct 15 15:07:33.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.531 INFO kablam! Oct 15 15:07:33.531 INFO kablam! warning: method is never used: `unwrap` Oct 15 15:07:33.531 INFO kablam! --> src/future.rs:36:5 Oct 15 15:07:33.531 INFO kablam! | Oct 15 15:07:33.531 INFO kablam! 36 | fn unwrap(self) -> T { Oct 15 15:07:33.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.531 INFO kablam! Oct 15 15:07:33.531 INFO kablam! warning: method is never used: `unwrap_err` Oct 15 15:07:33.531 INFO kablam! --> src/future.rs:43:5 Oct 15 15:07:33.531 INFO kablam! | Oct 15 15:07:33.531 INFO kablam! 43 | fn unwrap_err(self) -> E { Oct 15 15:07:33.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.531 INFO kablam! Oct 15 15:07:33.531 INFO kablam! warning: method is never used: `expect` Oct 15 15:07:33.531 INFO kablam! --> src/future.rs:50:5 Oct 15 15:07:33.531 INFO kablam! | Oct 15 15:07:33.531 INFO kablam! 50 | fn expect(self, _msg: &str) -> T { Oct 15 15:07:33.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.531 INFO kablam! Oct 15 15:07:33.531 INFO kablam! warning: method is never used: `is_promised` Oct 15 15:07:33.531 INFO kablam! --> src/future.rs:57:5 Oct 15 15:07:33.531 INFO kablam! | Oct 15 15:07:33.531 INFO kablam! 57 | fn is_promised(&self) -> bool { Oct 15 15:07:33.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.531 INFO kablam! Oct 15 15:07:33.531 INFO kablam! warning: method is never used: `is_err` Oct 15 15:07:33.531 INFO kablam! --> src/future.rs:64:5 Oct 15 15:07:33.531 INFO kablam! | Oct 15 15:07:33.531 INFO kablam! 64 | fn is_err(&self) -> bool { Oct 15 15:07:33.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.532 INFO kablam! Oct 15 15:07:33.532 INFO kablam! warning: method is never used: `is_ok` Oct 15 15:07:33.532 INFO kablam! --> src/future.rs:71:5 Oct 15 15:07:33.532 INFO kablam! | Oct 15 15:07:33.532 INFO kablam! 71 | fn is_ok(&self) -> bool { Oct 15 15:07:33.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.532 INFO kablam! Oct 15 15:07:33.532 INFO kablam! warning: method is never used: `ok` Oct 15 15:07:33.532 INFO kablam! --> src/future.rs:78:5 Oct 15 15:07:33.532 INFO kablam! | Oct 15 15:07:33.532 INFO kablam! 78 | fn ok(self) -> Option { Oct 15 15:07:33.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.532 INFO kablam! Oct 15 15:07:33.532 INFO kablam! warning: method is never used: `err` Oct 15 15:07:33.532 INFO kablam! --> src/future.rs:85:5 Oct 15 15:07:33.532 INFO kablam! | Oct 15 15:07:33.532 INFO kablam! 85 | fn err(self) -> Option { Oct 15 15:07:33.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.532 INFO kablam! Oct 15 15:07:33.532 INFO kablam! warning: method is never used: `set_ok` Oct 15 15:07:33.532 INFO kablam! --> src/future.rs:92:5 Oct 15 15:07:33.532 INFO kablam! | Oct 15 15:07:33.532 INFO kablam! 92 | fn set_ok(&mut self, val: T) { Oct 15 15:07:33.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.532 INFO kablam! Oct 15 15:07:33.532 INFO kablam! warning: method is never used: `set_err` Oct 15 15:07:33.532 INFO kablam! --> src/future.rs:97:5 Oct 15 15:07:33.532 INFO kablam! | Oct 15 15:07:33.532 INFO kablam! 97 | fn set_err(&mut self, err: E) { Oct 15 15:07:33.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.532 INFO kablam! Oct 15 15:07:33.532 INFO kablam! warning: struct is never constructed: `Future` Oct 15 15:07:33.532 INFO kablam! --> src/future.rs:104:1 Oct 15 15:07:33.532 INFO kablam! | Oct 15 15:07:33.532 INFO kablam! 104 | pub struct Future { Oct 15 15:07:33.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.532 INFO kablam! Oct 15 15:07:33.532 INFO kablam! warning: method is never used: `promised` Oct 15 15:07:33.532 INFO kablam! --> src/future.rs:112:5 Oct 15 15:07:33.532 INFO kablam! | Oct 15 15:07:33.532 INFO kablam! 112 | pub fn promised() -> (Future, Promise) { Oct 15 15:07:33.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.532 INFO kablam! Oct 15 15:07:33.532 INFO kablam! warning: method is never used: `from_val` Oct 15 15:07:33.532 INFO kablam! --> src/future.rs:119:5 Oct 15 15:07:33.532 INFO kablam! | Oct 15 15:07:33.532 INFO kablam! 119 | pub fn from_val(val: T) -> Future { Oct 15 15:07:33.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.532 INFO kablam! Oct 15 15:07:33.532 INFO kablam! warning: method is never used: `from_err` Oct 15 15:07:33.532 INFO kablam! --> src/future.rs:124:5 Oct 15 15:07:33.532 INFO kablam! | Oct 15 15:07:33.532 INFO kablam! 124 | pub fn from_err(err: E) -> Future { Oct 15 15:07:33.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.532 INFO kablam! Oct 15 15:07:33.532 INFO kablam! warning: method is never used: `new` Oct 15 15:07:33.532 INFO kablam! --> src/future.rs:128:5 Oct 15 15:07:33.532 INFO kablam! | Oct 15 15:07:33.532 INFO kablam! 128 | fn new(inner: Rc>>) -> Future { Oct 15 15:07:33.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.532 INFO kablam! Oct 15 15:07:33.532 INFO kablam! warning: method is never used: `is_promised` Oct 15 15:07:33.532 INFO kablam! --> src/future.rs:135:5 Oct 15 15:07:33.532 INFO kablam! | Oct 15 15:07:33.532 INFO kablam! 135 | pub fn is_promised(&self) -> bool { Oct 15 15:07:33.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.532 INFO kablam! Oct 15 15:07:33.532 INFO kablam! warning: method is never used: `is_ok` Oct 15 15:07:33.532 INFO kablam! --> src/future.rs:141:5 Oct 15 15:07:33.532 INFO kablam! | Oct 15 15:07:33.532 INFO kablam! 141 | pub fn is_ok(&self) -> bool { Oct 15 15:07:33.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.532 INFO kablam! Oct 15 15:07:33.532 INFO kablam! warning: method is never used: `is_err` Oct 15 15:07:33.532 INFO kablam! --> src/future.rs:146:5 Oct 15 15:07:33.532 INFO kablam! | Oct 15 15:07:33.532 INFO kablam! 146 | pub fn is_err(&self) -> bool { Oct 15 15:07:33.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.532 INFO kablam! Oct 15 15:07:33.532 INFO kablam! warning: method is never used: `err` Oct 15 15:07:33.532 INFO kablam! --> src/future.rs:152:5 Oct 15 15:07:33.532 INFO kablam! | Oct 15 15:07:33.532 INFO kablam! 152 | pub fn err(self) -> Option { Oct 15 15:07:33.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.532 INFO kablam! Oct 15 15:07:33.532 INFO kablam! warning: method is never used: `ok` Oct 15 15:07:33.532 INFO kablam! --> src/future.rs:160:5 Oct 15 15:07:33.532 INFO kablam! | Oct 15 15:07:33.532 INFO kablam! 160 | pub fn ok(self) -> Option { Oct 15 15:07:33.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.533 INFO kablam! Oct 15 15:07:33.533 INFO kablam! warning: method is never used: `unwrap_err` Oct 15 15:07:33.533 INFO kablam! --> src/future.rs:169:5 Oct 15 15:07:33.533 INFO kablam! | Oct 15 15:07:33.533 INFO kablam! 169 | pub fn unwrap_err(self) -> E { Oct 15 15:07:33.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.533 INFO kablam! Oct 15 15:07:33.533 INFO kablam! warning: method is never used: `unwrap` Oct 15 15:07:33.533 INFO kablam! --> src/future.rs:177:5 Oct 15 15:07:33.533 INFO kablam! | Oct 15 15:07:33.533 INFO kablam! 177 | pub fn unwrap(self) -> T { Oct 15 15:07:33.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.533 INFO kablam! Oct 15 15:07:33.533 INFO kablam! warning: struct is never constructed: `Promise` Oct 15 15:07:33.533 INFO kablam! --> src/future.rs:188:1 Oct 15 15:07:33.533 INFO kablam! | Oct 15 15:07:33.533 INFO kablam! 188 | pub struct Promise { Oct 15 15:07:33.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.533 INFO kablam! Oct 15 15:07:33.533 INFO kablam! warning: method is never used: `new` Oct 15 15:07:33.533 INFO kablam! --> src/future.rs:195:5 Oct 15 15:07:33.533 INFO kablam! | Oct 15 15:07:33.533 INFO kablam! 195 | fn new(inner: Rc>>) -> Promise { Oct 15 15:07:33.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.533 INFO kablam! Oct 15 15:07:33.533 INFO kablam! warning: method is never used: `resolve` Oct 15 15:07:33.533 INFO kablam! --> src/future.rs:201:5 Oct 15 15:07:33.533 INFO kablam! | Oct 15 15:07:33.533 INFO kablam! 201 | pub fn resolve(self, res: Result) { Oct 15 15:07:33.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:33.533 INFO kablam! Oct 15 15:07:33.600 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.81s Oct 15 15:07:33.603 INFO kablam! su: No module specific data is present Oct 15 15:07:34.291 INFO running `"docker" "rm" "-f" "6b4bf923fe3a60c3b47a5cc4b4a13786232606f90658b69cf18080b437c304e7"` Oct 15 15:07:34.636 INFO blam! 6b4bf923fe3a60c3b47a5cc4b4a13786232606f90658b69cf18080b437c304e7 Oct 15 15:07:34.648 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15:07:35.063 INFO blam! 4490962cef87f593f3a43dd71756f8ef00c58dc35c29b306e8b8cf3dfa0976f6 Oct 15 15:07:35.078 INFO running `"docker" "start" "-a" "4490962cef87f593f3a43dd71756f8ef00c58dc35c29b306e8b8cf3dfa0976f6"` Oct 15 15:07:36.391 INFO kablam! usermod: no changes Oct 15 15:07:36.435 INFO kablam! Compiling urchin v0.1.1 (/source) Oct 15 15:07:37.050 INFO kablam! warning: method is never used: `expect` Oct 15 15:07:37.050 INFO kablam! --> src/future.rs:50:5 Oct 15 15:07:37.050 INFO kablam! | Oct 15 15:07:37.050 INFO kablam! 50 | fn expect(self, _msg: &str) -> T { Oct 15 15:07:37.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:37.050 INFO kablam! | Oct 15 15:07:37.050 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 15:07:37.050 INFO kablam! Oct 15 15:07:37.755 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 15 15:07:37.755 INFO kablam! su: No module specific data is present Oct 15 15:07:38.209 INFO running `"docker" "rm" "-f" "4490962cef87f593f3a43dd71756f8ef00c58dc35c29b306e8b8cf3dfa0976f6"` Oct 15 15:07:38.491 INFO blam! 4490962cef87f593f3a43dd71756f8ef00c58dc35c29b306e8b8cf3dfa0976f6 Oct 15 15:07:38.501 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15:07:38.879 INFO blam! e2d35539dd4f22ea69fd1f1a2cd4904683c6b630ecadbc9d0732782f1af27e27 Oct 15 15:07:38.885 INFO running `"docker" "start" "-a" "e2d35539dd4f22ea69fd1f1a2cd4904683c6b630ecadbc9d0732782f1af27e27"` Oct 15 15:07:40.084 INFO kablam! usermod: no changes Oct 15 15:07:40.131 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 15:07:40.131 INFO kablam! Running /target/debug/deps/urchin-2fba6a665733ec95 Oct 15 15:07:40.132 INFO blam! Oct 15 15:07:40.133 INFO blam! running 10 tests Oct 15 15:07:40.139 INFO blam! test future::test::future_ok ... ok Oct 15 15:07:40.139 INFO blam! test future::test::future_promise_ok ... ok Oct 15 15:07:40.145 INFO blam! test future::test::future_unwrap ... ok Oct 15 15:07:40.145 INFO blam! test future::test::future_promise_err ... ok Oct 15 15:07:40.145 INFO blam! test future::test::future_unwrap_err ... ok Oct 15 15:07:40.159 INFO kablam! Doc-tests urchin Oct 15 15:07:40.159 INFO blam! test future::test::future_err ... ok Oct 15 15:07:40.159 INFO blam! test future::test::future_promised_unwrap ... ok Oct 15 15:07:40.159 INFO blam! test future::test::future_err_unwrap ... ok Oct 15 15:07:40.159 INFO blam! test future::test::future_promised_unwrap_err ... ok Oct 15 15:07:40.159 INFO blam! test future::test::future_ok_unwrap_err ... ok Oct 15 15:07:40.159 INFO blam! Oct 15 15:07:40.159 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:07:40.159 INFO blam! Oct 15 15:07:40.830 INFO blam! Oct 15 15:07:40.830 INFO blam! running 0 tests Oct 15 15:07:40.830 INFO blam! Oct 15 15:07:40.830 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:07:40.830 INFO blam! Oct 15 15:07:40.837 INFO kablam! su: No module specific data is present Oct 15 15:07:41.777 INFO running `"docker" "rm" "-f" "e2d35539dd4f22ea69fd1f1a2cd4904683c6b630ecadbc9d0732782f1af27e27"` Oct 15 15:07:42.055 INFO blam! e2d35539dd4f22ea69fd1f1a2cd4904683c6b630ecadbc9d0732782f1af27e27