Oct 15 15:07:25.954 INFO testing urchin-0.1.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 15:07:25.956 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:26.615 INFO blam! e171fd4a6616c07949a28d785e93946699e89412e0a1fdb7b27dded27dd6d22f Oct 15 15:07:26.617 INFO running `"docker" "start" "-a" "e171fd4a6616c07949a28d785e93946699e89412e0a1fdb7b27dded27dd6d22f"` Oct 15 15:07:28.086 INFO kablam! usermod: no changes Oct 15 15:07:28.139 INFO kablam! Compiling urchin v0.1.1 (/source) Oct 15 15:07:28.707 INFO kablam! warning: enum is never used: `FutureState` Oct 15 15:07:28.708 INFO kablam! --> src/future.rs:6:1 Oct 15 15:07:28.709 INFO kablam! | Oct 15 15:07:28.709 INFO kablam! 6 | enum FutureState { Oct 15 15:07:28.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.711 INFO kablam! | Oct 15 15:07:28.711 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 15:07:28.712 INFO kablam! Oct 15 15:07:28.712 INFO kablam! warning: struct is never constructed: `FutureInner` Oct 15 15:07:28.713 INFO kablam! --> src/future.rs:13:1 Oct 15 15:07:28.714 INFO kablam! | Oct 15 15:07:28.714 INFO kablam! 13 | pub struct FutureInner { Oct 15 15:07:28.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.716 INFO kablam! Oct 15 15:07:28.716 INFO kablam! warning: method is never used: `promised` Oct 15 15:07:28.717 INFO kablam! --> src/future.rs:18:5 Oct 15 15:07:28.718 INFO kablam! | Oct 15 15:07:28.718 INFO kablam! 18 | fn promised() -> FutureInner { Oct 15 15:07:28.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.719 INFO kablam! Oct 15 15:07:28.719 INFO kablam! warning: method is never used: `from_val` Oct 15 15:07:28.719 INFO kablam! --> src/future.rs:24:5 Oct 15 15:07:28.719 INFO kablam! | Oct 15 15:07:28.720 INFO kablam! 24 | fn from_val(val: T) -> FutureInner { Oct 15 15:07:28.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.721 INFO kablam! Oct 15 15:07:28.721 INFO kablam! warning: method is never used: `from_err` Oct 15 15:07:28.721 INFO kablam! --> src/future.rs:30:5 Oct 15 15:07:28.721 INFO kablam! | Oct 15 15:07:28.721 INFO kablam! 30 | fn from_err(err: E) -> FutureInner { Oct 15 15:07:28.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.721 INFO kablam! Oct 15 15:07:28.721 INFO kablam! warning: method is never used: `unwrap` Oct 15 15:07:28.721 INFO kablam! --> src/future.rs:36:5 Oct 15 15:07:28.721 INFO kablam! | Oct 15 15:07:28.721 INFO kablam! 36 | fn unwrap(self) -> T { Oct 15 15:07:28.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.721 INFO kablam! Oct 15 15:07:28.721 INFO kablam! warning: method is never used: `unwrap_err` Oct 15 15:07:28.721 INFO kablam! --> src/future.rs:43:5 Oct 15 15:07:28.721 INFO kablam! | Oct 15 15:07:28.721 INFO kablam! 43 | fn unwrap_err(self) -> E { Oct 15 15:07:28.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.724 INFO kablam! Oct 15 15:07:28.724 INFO kablam! warning: method is never used: `expect` Oct 15 15:07:28.724 INFO kablam! --> src/future.rs:50:5 Oct 15 15:07:28.724 INFO kablam! | Oct 15 15:07:28.724 INFO kablam! 50 | fn expect(self, _msg: &str) -> T { Oct 15 15:07:28.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.724 INFO kablam! Oct 15 15:07:28.724 INFO kablam! warning: method is never used: `is_promised` Oct 15 15:07:28.724 INFO kablam! --> src/future.rs:57:5 Oct 15 15:07:28.724 INFO kablam! | Oct 15 15:07:28.724 INFO kablam! 57 | fn is_promised(&self) -> bool { Oct 15 15:07:28.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.724 INFO kablam! Oct 15 15:07:28.724 INFO kablam! warning: method is never used: `is_err` Oct 15 15:07:28.724 INFO kablam! --> src/future.rs:64:5 Oct 15 15:07:28.724 INFO kablam! | Oct 15 15:07:28.724 INFO kablam! 64 | fn is_err(&self) -> bool { Oct 15 15:07:28.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.724 INFO kablam! Oct 15 15:07:28.724 INFO kablam! warning: method is never used: `is_ok` Oct 15 15:07:28.724 INFO kablam! --> src/future.rs:71:5 Oct 15 15:07:28.724 INFO kablam! | Oct 15 15:07:28.724 INFO kablam! 71 | fn is_ok(&self) -> bool { Oct 15 15:07:28.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.724 INFO kablam! Oct 15 15:07:28.724 INFO kablam! warning: method is never used: `ok` Oct 15 15:07:28.725 INFO kablam! --> src/future.rs:78:5 Oct 15 15:07:28.725 INFO kablam! | Oct 15 15:07:28.725 INFO kablam! 78 | fn ok(self) -> Option { Oct 15 15:07:28.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.725 INFO kablam! Oct 15 15:07:28.725 INFO kablam! warning: method is never used: `err` Oct 15 15:07:28.725 INFO kablam! --> src/future.rs:85:5 Oct 15 15:07:28.725 INFO kablam! | Oct 15 15:07:28.725 INFO kablam! 85 | fn err(self) -> Option { Oct 15 15:07:28.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.725 INFO kablam! Oct 15 15:07:28.725 INFO kablam! warning: method is never used: `set_ok` Oct 15 15:07:28.725 INFO kablam! --> src/future.rs:92:5 Oct 15 15:07:28.725 INFO kablam! | Oct 15 15:07:28.725 INFO kablam! 92 | fn set_ok(&mut self, val: T) { Oct 15 15:07:28.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.725 INFO kablam! Oct 15 15:07:28.725 INFO kablam! warning: method is never used: `set_err` Oct 15 15:07:28.725 INFO kablam! --> src/future.rs:97:5 Oct 15 15:07:28.725 INFO kablam! | Oct 15 15:07:28.725 INFO kablam! 97 | fn set_err(&mut self, err: E) { Oct 15 15:07:28.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.725 INFO kablam! Oct 15 15:07:28.725 INFO kablam! warning: struct is never constructed: `Future` Oct 15 15:07:28.725 INFO kablam! --> src/future.rs:104:1 Oct 15 15:07:28.725 INFO kablam! | Oct 15 15:07:28.725 INFO kablam! 104 | pub struct Future { Oct 15 15:07:28.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.725 INFO kablam! Oct 15 15:07:28.725 INFO kablam! warning: method is never used: `promised` Oct 15 15:07:28.725 INFO kablam! --> src/future.rs:112:5 Oct 15 15:07:28.725 INFO kablam! | Oct 15 15:07:28.725 INFO kablam! 112 | pub fn promised() -> (Future, Promise) { Oct 15 15:07:28.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.725 INFO kablam! Oct 15 15:07:28.725 INFO kablam! warning: method is never used: `from_val` Oct 15 15:07:28.725 INFO kablam! --> src/future.rs:119:5 Oct 15 15:07:28.725 INFO kablam! | Oct 15 15:07:28.725 INFO kablam! 119 | pub fn from_val(val: T) -> Future { Oct 15 15:07:28.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.725 INFO kablam! Oct 15 15:07:28.725 INFO kablam! warning: method is never used: `from_err` Oct 15 15:07:28.725 INFO kablam! --> src/future.rs:124:5 Oct 15 15:07:28.725 INFO kablam! | Oct 15 15:07:28.725 INFO kablam! 124 | pub fn from_err(err: E) -> Future { Oct 15 15:07:28.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.725 INFO kablam! Oct 15 15:07:28.725 INFO kablam! warning: method is never used: `new` Oct 15 15:07:28.725 INFO kablam! --> src/future.rs:128:5 Oct 15 15:07:28.725 INFO kablam! | Oct 15 15:07:28.725 INFO kablam! 128 | fn new(inner: Rc>>) -> Future { Oct 15 15:07:28.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.725 INFO kablam! Oct 15 15:07:28.725 INFO kablam! warning: method is never used: `is_promised` Oct 15 15:07:28.725 INFO kablam! --> src/future.rs:135:5 Oct 15 15:07:28.725 INFO kablam! | Oct 15 15:07:28.725 INFO kablam! 135 | pub fn is_promised(&self) -> bool { Oct 15 15:07:28.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.725 INFO kablam! Oct 15 15:07:28.725 INFO kablam! warning: method is never used: `is_ok` Oct 15 15:07:28.725 INFO kablam! --> src/future.rs:141:5 Oct 15 15:07:28.725 INFO kablam! | Oct 15 15:07:28.725 INFO kablam! 141 | pub fn is_ok(&self) -> bool { Oct 15 15:07:28.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.725 INFO kablam! Oct 15 15:07:28.725 INFO kablam! warning: method is never used: `is_err` Oct 15 15:07:28.725 INFO kablam! --> src/future.rs:146:5 Oct 15 15:07:28.725 INFO kablam! | Oct 15 15:07:28.725 INFO kablam! 146 | pub fn is_err(&self) -> bool { Oct 15 15:07:28.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.725 INFO kablam! Oct 15 15:07:28.725 INFO kablam! warning: method is never used: `err` Oct 15 15:07:28.725 INFO kablam! --> src/future.rs:152:5 Oct 15 15:07:28.725 INFO kablam! | Oct 15 15:07:28.725 INFO kablam! 152 | pub fn err(self) -> Option { Oct 15 15:07:28.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.725 INFO kablam! Oct 15 15:07:28.725 INFO kablam! warning: method is never used: `ok` Oct 15 15:07:28.725 INFO kablam! --> src/future.rs:160:5 Oct 15 15:07:28.725 INFO kablam! | Oct 15 15:07:28.725 INFO kablam! 160 | pub fn ok(self) -> Option { Oct 15 15:07:28.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.725 INFO kablam! Oct 15 15:07:28.725 INFO kablam! warning: method is never used: `unwrap_err` Oct 15 15:07:28.725 INFO kablam! --> src/future.rs:169:5 Oct 15 15:07:28.725 INFO kablam! | Oct 15 15:07:28.726 INFO kablam! 169 | pub fn unwrap_err(self) -> E { Oct 15 15:07:28.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.726 INFO kablam! Oct 15 15:07:28.726 INFO kablam! warning: method is never used: `unwrap` Oct 15 15:07:28.726 INFO kablam! --> src/future.rs:177:5 Oct 15 15:07:28.726 INFO kablam! | Oct 15 15:07:28.726 INFO kablam! 177 | pub fn unwrap(self) -> T { Oct 15 15:07:28.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.726 INFO kablam! Oct 15 15:07:28.726 INFO kablam! warning: struct is never constructed: `Promise` Oct 15 15:07:28.726 INFO kablam! --> src/future.rs:188:1 Oct 15 15:07:28.726 INFO kablam! | Oct 15 15:07:28.726 INFO kablam! 188 | pub struct Promise { Oct 15 15:07:28.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.726 INFO kablam! Oct 15 15:07:28.726 INFO kablam! warning: method is never used: `new` Oct 15 15:07:28.726 INFO kablam! --> src/future.rs:195:5 Oct 15 15:07:28.726 INFO kablam! | Oct 15 15:07:28.726 INFO kablam! 195 | fn new(inner: Rc>>) -> Promise { Oct 15 15:07:28.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.726 INFO kablam! Oct 15 15:07:28.726 INFO kablam! warning: method is never used: `resolve` Oct 15 15:07:28.726 INFO kablam! --> src/future.rs:201:5 Oct 15 15:07:28.726 INFO kablam! | Oct 15 15:07:28.726 INFO kablam! 201 | pub fn resolve(self, res: Result) { Oct 15 15:07:28.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:28.726 INFO kablam! Oct 15 15:07:28.775 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.66s Oct 15 15:07:28.784 INFO kablam! su: No module specific data is present Oct 15 15:07:29.951 INFO running `"docker" "rm" "-f" "e171fd4a6616c07949a28d785e93946699e89412e0a1fdb7b27dded27dd6d22f"` Oct 15 15:07:30.267 INFO blam! e171fd4a6616c07949a28d785e93946699e89412e0a1fdb7b27dded27dd6d22f Oct 15 15:07:30.271 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:30.655 INFO blam! f294bade6a5e30d3b4a8845a1abe317dfe6e28d1ebbe9a434d9cc15253a766ce Oct 15 15:07:30.656 INFO running `"docker" "start" "-a" "f294bade6a5e30d3b4a8845a1abe317dfe6e28d1ebbe9a434d9cc15253a766ce"` Oct 15 15:07:31.934 INFO kablam! usermod: no changes Oct 15 15:07:31.991 INFO kablam! Compiling urchin v0.1.1 (/source) Oct 15 15:07:32.560 INFO kablam! warning: method is never used: `expect` Oct 15 15:07:32.560 INFO kablam! --> src/future.rs:50:5 Oct 15 15:07:32.560 INFO kablam! | Oct 15 15:07:32.560 INFO kablam! 50 | fn expect(self, _msg: &str) -> T { Oct 15 15:07:32.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:07:32.560 INFO kablam! | Oct 15 15:07:32.560 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 15:07:32.562 INFO kablam! Oct 15 15:07:33.375 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.41s Oct 15 15:07:33.378 INFO kablam! su: No module specific data is present Oct 15 15:07:34.199 INFO running `"docker" "rm" "-f" "f294bade6a5e30d3b4a8845a1abe317dfe6e28d1ebbe9a434d9cc15253a766ce"` Oct 15 15:07:34.442 INFO blam! f294bade6a5e30d3b4a8845a1abe317dfe6e28d1ebbe9a434d9cc15253a766ce Oct 15 15:07:34.447 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:34.907 INFO blam! 9f2411fb8907afd93f57a9b517c8a94320028e4120f3dd5dc8f4a1a1c65c2db1 Oct 15 15:07:34.908 INFO running `"docker" "start" "-a" "9f2411fb8907afd93f57a9b517c8a94320028e4120f3dd5dc8f4a1a1c65c2db1"` Oct 15 15:07:36.398 INFO kablam! usermod: no changes Oct 15 15:07:36.475 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 15:07:36.475 INFO kablam! Running /target/debug/deps/urchin-f818cb99464c30b1 Oct 15 15:07:36.479 INFO blam! Oct 15 15:07:36.479 INFO blam! running 10 tests Oct 15 15:07:36.495 INFO blam! test future::test::future_err ... ok Oct 15 15:07:36.495 INFO blam! test future::test::future_ok ... ok Oct 15 15:07:36.495 INFO blam! test future::test::future_unwrap ... ok Oct 15 15:07:36.499 INFO blam! test future::test::future_unwrap_err ... ok Oct 15 15:07:36.505 INFO blam! test future::test::future_promise_ok ... ok Oct 15 15:07:36.505 INFO blam! test future::test::future_promise_err ... ok Oct 15 15:07:36.550 INFO blam! test future::test::future_err_unwrap ... ok Oct 15 15:07:36.550 INFO blam! test future::test::future_promised_unwrap ... ok Oct 15 15:07:36.550 INFO blam! test future::test::future_ok_unwrap_err ... ok Oct 15 15:07:36.550 INFO blam! test future::test::future_promised_unwrap_err ... ok Oct 15 15:07:36.550 INFO blam! Oct 15 15:07:36.550 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:07:36.550 INFO blam! Oct 15 15:07:36.559 INFO kablam! Doc-tests urchin Oct 15 15:07:37.330 INFO blam! Oct 15 15:07:37.330 INFO blam! running 0 tests Oct 15 15:07:37.330 INFO blam! Oct 15 15:07:37.330 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:07:37.330 INFO blam! Oct 15 15:07:37.337 INFO kablam! su: No module specific data is present Oct 15 15:07:38.014 INFO running `"docker" "rm" "-f" "9f2411fb8907afd93f57a9b517c8a94320028e4120f3dd5dc8f4a1a1c65c2db1"` Oct 15 15:07:38.263 INFO blam! 9f2411fb8907afd93f57a9b517c8a94320028e4120f3dd5dc8f4a1a1c65c2db1