Oct 10 22:47:25.503 INFO testing gabrielgatu/mozzie against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:47:25.503 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:47:25.505 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 22:47:25.956 INFO blam! f425d02ca449fe455b68fc83a17c53ac5e781d6bbe691ba769cc175f3dd291b5 Oct 10 22:47:25.968 INFO running `"docker" "start" "-a" "f425d02ca449fe455b68fc83a17c53ac5e781d6bbe691ba769cc175f3dd291b5"` Oct 10 22:47:27.376 INFO kablam! usermod: no changes Oct 10 22:47:27.505 INFO kablam! Compiling typenum v1.9.0 Oct 10 22:47:27.505 INFO kablam! Compiling constant_time_eq v0.1.3 Oct 10 22:47:27.505 INFO kablam! Compiling byte-tools v0.2.0 Oct 10 22:47:27.532 INFO kablam! Compiling fake-simd v0.1.2 Oct 10 22:47:27.532 INFO kablam! Compiling siphasher v0.2.2 Oct 10 22:47:27.532 INFO kablam! Compiling byteorder v1.2.1 Oct 10 22:47:27.565 INFO kablam! Compiling fallible-iterator v0.1.3 Oct 10 22:47:27.565 INFO kablam! Compiling md5 v0.3.6 Oct 10 22:47:28.172 INFO kablam! Compiling hex v0.2.0 Oct 10 22:47:28.172 INFO kablam! Compiling serde v1.0.23 Oct 10 22:47:28.206 INFO kablam! Compiling dtoa v0.4.2 Oct 10 22:47:29.320 INFO kablam! Compiling itoa v0.3.4 Oct 10 22:47:29.584 INFO kablam! Compiling num-traits v0.1.41 Oct 10 22:47:30.045 INFO kablam! Compiling lazy_static v1.0.0 Oct 10 22:47:30.080 INFO kablam! Compiling iovec v0.1.1 Oct 10 22:47:30.092 INFO kablam! Compiling memchr v1.0.2 Oct 10 22:47:30.552 INFO kablam! Compiling phf_shared v0.7.21 Oct 10 22:47:30.624 INFO kablam! Compiling base64 v0.6.0 Oct 10 22:47:31.224 INFO kablam! Compiling stringprep v0.1.2 Oct 10 22:47:31.908 INFO kablam! Compiling phf v0.7.21 Oct 10 22:47:32.416 INFO kablam! Compiling bytes v0.4.5 Oct 10 22:47:36.156 INFO kablam! Compiling generic-array v0.8.3 Oct 10 22:47:36.950 INFO kablam! Compiling digest v0.6.2 Oct 10 22:47:36.950 INFO kablam! Compiling block-buffer v0.2.0 Oct 10 22:47:36.950 INFO kablam! Compiling crypto-mac v0.4.0 Oct 10 22:47:37.275 INFO kablam! Compiling hmac v0.4.2 Oct 10 22:47:37.275 INFO kablam! Compiling sha2 v0.6.0 Oct 10 22:47:38.561 INFO kablam! Compiling postgres-protocol v0.3.1 Oct 10 22:47:40.445 INFO kablam! Compiling postgres-shared v0.4.0 Oct 10 22:47:44.040 INFO kablam! Compiling postgres v0.15.1 Oct 10 22:47:48.596 INFO kablam! Compiling serde_json v1.0.7 Oct 10 22:47:52.713 INFO kablam! Compiling core v0.1.0 (/source) Oct 10 22:47:53.161 INFO kablam! warning: unused variable: `intent` Oct 10 22:47:53.161 INFO kablam! --> src/dispatcher/dispatch.rs:45:92 Oct 10 22:47:53.162 INFO kablam! | Oct 10 22:47:53.162 INFO kablam! 45 | fn find_service_satisfying_action_call<'a, T: Service + ?Sized>(services: &'a Vec>, intent: &Intent) -> Option<&'a Box> { Oct 10 22:47:53.163 INFO kablam! | ^^^^^^ help: consider using `_intent` instead Oct 10 22:47:53.163 INFO kablam! | Oct 10 22:47:53.163 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:47:53.163 INFO kablam! Oct 10 22:47:53.164 INFO kablam! warning: unused variable: `intent` Oct 10 22:47:53.164 INFO kablam! --> src/service/multimedia.rs:18:27 Oct 10 22:47:53.164 INFO kablam! | Oct 10 22:47:53.165 INFO kablam! 18 | fn handle_action(&self, intent: &Intent) -> Outcome { Oct 10 22:47:53.165 INFO kablam! | ^^^^^^ help: consider using `_intent` instead Oct 10 22:47:53.165 INFO kablam! Oct 10 22:47:53.204 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 10 22:47:53.204 INFO kablam! --> src/lib.rs:2:12 Oct 10 22:47:53.205 INFO kablam! | Oct 10 22:47:53.205 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 10 22:47:53.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:47:53.205 INFO kablam! | Oct 10 22:47:53.206 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 22:47:53.206 INFO kablam! Oct 10 22:47:55.695 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.30s Oct 10 22:47:55.700 INFO kablam! su: No module specific data is present Oct 10 22:47:56.296 INFO running `"docker" "rm" "-f" "f425d02ca449fe455b68fc83a17c53ac5e781d6bbe691ba769cc175f3dd291b5"` Oct 10 22:47:56.464 INFO blam! f425d02ca449fe455b68fc83a17c53ac5e781d6bbe691ba769cc175f3dd291b5 Oct 10 22:47:56.475 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:47:56.475 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 22:47:56.802 INFO blam! 407fa5c02385f6e6587b9acb5a5be2a46eb2332a367dc3932c2750cf464275d3 Oct 10 22:47:56.804 INFO running `"docker" "start" "-a" "407fa5c02385f6e6587b9acb5a5be2a46eb2332a367dc3932c2750cf464275d3"` Oct 10 22:47:57.896 INFO kablam! usermod: no changes Oct 10 22:47:58.124 INFO kablam! Compiling core v0.1.0 (/source) Oct 10 22:47:59.020 INFO kablam! warning: unused variable: `intent` Oct 10 22:47:59.020 INFO kablam! --> src/dispatcher/dispatch.rs:45:92 Oct 10 22:47:59.020 INFO kablam! | Oct 10 22:47:59.020 INFO kablam! 45 | fn find_service_satisfying_action_call<'a, T: Service + ?Sized>(services: &'a Vec>, intent: &Intent) -> Option<&'a Box> { Oct 10 22:47:59.020 INFO kablam! | ^^^^^^ help: consider using `_intent` instead Oct 10 22:47:59.020 INFO kablam! | Oct 10 22:47:59.020 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:47:59.020 INFO kablam! Oct 10 22:47:59.020 INFO kablam! warning: unused variable: `intent` Oct 10 22:47:59.020 INFO kablam! --> src/service/multimedia.rs:18:27 Oct 10 22:47:59.020 INFO kablam! | Oct 10 22:47:59.020 INFO kablam! 18 | fn handle_action(&self, intent: &Intent) -> Outcome { Oct 10 22:47:59.020 INFO kablam! | ^^^^^^ help: consider using `_intent` instead Oct 10 22:47:59.020 INFO kablam! Oct 10 22:47:59.068 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 10 22:47:59.068 INFO kablam! --> src/lib.rs:2:12 Oct 10 22:47:59.068 INFO kablam! | Oct 10 22:47:59.068 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 10 22:47:59.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:47:59.068 INFO kablam! | Oct 10 22:47:59.068 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 22:47:59.068 INFO kablam! Oct 10 22:47:59.684 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.76s Oct 10 22:47:59.696 INFO kablam! su: No module specific data is present Oct 10 22:48:00.716 INFO running `"docker" "rm" "-f" "407fa5c02385f6e6587b9acb5a5be2a46eb2332a367dc3932c2750cf464275d3"` Oct 10 22:48:01.052 INFO blam! 407fa5c02385f6e6587b9acb5a5be2a46eb2332a367dc3932c2750cf464275d3 Oct 10 22:48:01.056 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:48:01.056 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 22:48:01.424 INFO blam! e141b4d1538cbf256f9d5a0d19bc13426a888b15084de2f3b950324c6303aed6 Oct 10 22:48:01.424 INFO running `"docker" "start" "-a" "e141b4d1538cbf256f9d5a0d19bc13426a888b15084de2f3b950324c6303aed6"` Oct 10 22:48:02.668 INFO kablam! usermod: no changes Oct 10 22:48:02.876 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 10 22:48:02.884 INFO kablam! Running /target/debug/deps/core-963b1f6ea68aaa68 Oct 10 22:48:02.884 INFO blam! Oct 10 22:48:02.884 INFO blam! running 0 tests Oct 10 22:48:02.884 INFO blam! Oct 10 22:48:02.884 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:48:02.884 INFO blam! Oct 10 22:48:02.892 INFO blam! Oct 10 22:48:02.892 INFO kablam! Running /target/debug/deps/core-cf21dae25ff53673 Oct 10 22:48:02.892 INFO blam! running 0 tests Oct 10 22:48:02.892 INFO kablam! Doc-tests core Oct 10 22:48:02.892 INFO blam! Oct 10 22:48:02.892 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:48:02.892 INFO blam! Oct 10 22:48:03.231 INFO blam! Oct 10 22:48:03.231 INFO blam! running 0 tests Oct 10 22:48:03.231 INFO blam! Oct 10 22:48:03.231 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:48:03.231 INFO blam! Oct 10 22:48:03.246 INFO kablam! su: No module specific data is present Oct 10 22:48:03.813 INFO running `"docker" "rm" "-f" "e141b4d1538cbf256f9d5a0d19bc13426a888b15084de2f3b950324c6303aed6"` Oct 10 22:48:04.173 INFO blam! e141b4d1538cbf256f9d5a0d19bc13426a888b15084de2f3b950324c6303aed6