Oct 10 19:27:27.308 INFO testing llambda/nary against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:27:27.308 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:27:27.309 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 19:27:27.770 INFO blam! 6b8ac10b221e20c627d1e0129e05563d374befd68b89936b77477b58d2985dae Oct 10 19:27:27.773 INFO running `"docker" "start" "-a" "6b8ac10b221e20c627d1e0129e05563d374befd68b89936b77477b58d2985dae"` Oct 10 19:27:29.100 INFO kablam! usermod: no changes Oct 10 19:27:29.504 INFO kablam! Compiling serde v1.0.74 Oct 10 19:27:29.505 INFO kablam! Compiling cmake v0.1.33 Oct 10 19:27:29.505 INFO kablam! Compiling openssl-sys v0.9.35 Oct 10 19:27:29.505 INFO kablam! Compiling libz-sys v1.0.20 Oct 10 19:27:29.506 INFO kablam! Compiling curl-sys v0.4.8 Oct 10 19:27:29.511 INFO kablam! Compiling tar v0.4.16 Oct 10 19:27:29.517 INFO kablam! Compiling miniz-sys v0.1.10 Oct 10 19:27:29.525 INFO kablam! Compiling parking_lot v0.6.3 Oct 10 19:27:33.148 INFO kablam! Compiling backtrace v0.3.9 Oct 10 19:27:38.216 INFO kablam! Compiling hyper v0.10.13 Oct 10 19:27:38.304 INFO kablam! Compiling serde_derive v1.0.74 Oct 10 19:27:41.229 INFO kablam! Compiling flate2 v1.0.2 Oct 10 19:27:41.261 INFO kablam! Compiling libssh2-sys v0.2.10 Oct 10 19:27:41.280 INFO kablam! Compiling libgit2-sys v0.7.7 Oct 10 19:27:41.627 INFO kablam! Compiling console v0.6.1 Oct 10 19:27:48.528 INFO kablam! Compiling failure v0.1.2 Oct 10 19:27:51.492 INFO kablam! Compiling openssl v0.9.24 Oct 10 19:27:55.397 INFO kablam! Compiling indicatif v0.9.0 Oct 10 19:28:17.385 INFO kablam! Compiling native-tls v0.1.5 Oct 10 19:28:21.256 INFO kablam! Compiling hyper-native-tls v0.2.4 Oct 10 19:28:24.369 INFO kablam! Compiling serde_json v1.0.26 Oct 10 19:28:54.060 INFO kablam! Compiling git2 v0.7.5 Oct 10 19:29:04.081 INFO kablam! Compiling nary v0.1.0 (/source) Oct 10 19:29:09.036 INFO kablam! warning: unused `#[macro_use]` import Oct 10 19:29:09.037 INFO kablam! --> src/main.rs:3:1 Oct 10 19:29:09.037 INFO kablam! | Oct 10 19:29:09.037 INFO kablam! 3 | #[macro_use] extern crate serde_derive; Oct 10 19:29:09.038 INFO kablam! | ^^^^^^^^^^^^ Oct 10 19:29:09.038 INFO kablam! | Oct 10 19:29:09.038 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 19:29:09.038 INFO kablam! Oct 10 19:29:09.039 INFO kablam! warning: unused import: `failure::err_msg` Oct 10 19:29:09.039 INFO kablam! --> src/main.rs:14:5 Oct 10 19:29:09.039 INFO kablam! | Oct 10 19:29:09.039 INFO kablam! 14 | use failure::err_msg; Oct 10 19:29:09.040 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 19:29:09.040 INFO kablam! Oct 10 19:29:09.056 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 10 19:29:09.057 INFO kablam! --> src/main.rs:32:5 Oct 10 19:29:09.057 INFO kablam! | Oct 10 19:29:09.057 INFO kablam! 32 | use std::env::home_dir; Oct 10 19:29:09.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 19:29:09.058 INFO kablam! | Oct 10 19:29:09.058 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 19:29:09.058 INFO kablam! Oct 10 19:29:09.059 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 10 19:29:09.059 INFO kablam! --> src/main.rs:126:25 Oct 10 19:29:09.059 INFO kablam! | Oct 10 19:29:09.059 INFO kablam! 126 | let mut cache_dir = home_dir().ok_or(NeedHomeDir)?; Oct 10 19:29:09.060 INFO kablam! | ^^^^^^^^ Oct 10 19:29:09.060 INFO kablam! Oct 10 19:29:09.136 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Oct 10 19:29:09.137 INFO kablam! --> src/main.rs:56:28 Oct 10 19:29:09.137 INFO kablam! | Oct 10 19:29:09.137 INFO kablam! 56 | let mut fail = err.cause(); Oct 10 19:29:09.138 INFO kablam! | ^^^^^ Oct 10 19:29:09.138 INFO kablam! Oct 10 19:29:14.853 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 45s Oct 10 19:29:14.865 INFO kablam! su: No module specific data is present Oct 10 19:29:15.333 INFO running `"docker" "rm" "-f" "6b8ac10b221e20c627d1e0129e05563d374befd68b89936b77477b58d2985dae"` Oct 10 19:29:15.600 INFO blam! 6b8ac10b221e20c627d1e0129e05563d374befd68b89936b77477b58d2985dae Oct 10 19:29:15.618 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:29:15.618 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 19:29:16.192 INFO blam! 9f9f4f63627bad96a821d20bb33ee12a485b706ef6af497f13ce73183af95c70 Oct 10 19:29:16.194 INFO running `"docker" "start" "-a" "9f9f4f63627bad96a821d20bb33ee12a485b706ef6af497f13ce73183af95c70"` Oct 10 19:29:17.549 INFO kablam! usermod: no changes Oct 10 19:29:17.786 INFO kablam! Compiling nary v0.1.0 (/source) Oct 10 19:29:22.301 INFO kablam! warning: unused `#[macro_use]` import Oct 10 19:29:22.303 INFO kablam! --> src/main.rs:3:1 Oct 10 19:29:22.303 INFO kablam! | Oct 10 19:29:22.304 INFO kablam! 3 | #[macro_use] extern crate serde_derive; Oct 10 19:29:22.304 INFO kablam! | ^^^^^^^^^^^^ Oct 10 19:29:22.304 INFO kablam! | Oct 10 19:29:22.304 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 19:29:22.305 INFO kablam! Oct 10 19:29:22.305 INFO kablam! warning: unused import: `failure::err_msg` Oct 10 19:29:22.305 INFO kablam! --> src/main.rs:14:5 Oct 10 19:29:22.305 INFO kablam! | Oct 10 19:29:22.306 INFO kablam! 14 | use failure::err_msg; Oct 10 19:29:22.306 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 19:29:22.306 INFO kablam! Oct 10 19:29:22.330 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 10 19:29:22.330 INFO kablam! --> src/main.rs:32:5 Oct 10 19:29:22.331 INFO kablam! | Oct 10 19:29:22.331 INFO kablam! 32 | use std::env::home_dir; Oct 10 19:29:22.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 19:29:22.331 INFO kablam! | Oct 10 19:29:22.331 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 19:29:22.332 INFO kablam! Oct 10 19:29:22.332 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 10 19:29:22.332 INFO kablam! --> src/main.rs:126:25 Oct 10 19:29:22.333 INFO kablam! | Oct 10 19:29:22.333 INFO kablam! 126 | let mut cache_dir = home_dir().ok_or(NeedHomeDir)?; Oct 10 19:29:22.333 INFO kablam! | ^^^^^^^^ Oct 10 19:29:22.333 INFO kablam! Oct 10 19:29:22.385 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Oct 10 19:29:22.385 INFO kablam! --> src/main.rs:56:28 Oct 10 19:29:22.385 INFO kablam! | Oct 10 19:29:22.386 INFO kablam! 56 | let mut fail = err.cause(); Oct 10 19:29:22.386 INFO kablam! | ^^^^^ Oct 10 19:29:22.386 INFO kablam! Oct 10 19:29:23.216 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.63s Oct 10 19:29:23.228 INFO kablam! su: No module specific data is present Oct 10 19:29:23.921 INFO running `"docker" "rm" "-f" "9f9f4f63627bad96a821d20bb33ee12a485b706ef6af497f13ce73183af95c70"` Oct 10 19:29:24.352 INFO blam! 9f9f4f63627bad96a821d20bb33ee12a485b706ef6af497f13ce73183af95c70 Oct 10 19:29:24.356 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:29:24.356 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 19:29:24.830 INFO blam! af127ad8e9aace3d435b4ae206c31ce74499638002f608c9ae12fe45a1902e04 Oct 10 19:29:24.832 INFO running `"docker" "start" "-a" "af127ad8e9aace3d435b4ae206c31ce74499638002f608c9ae12fe45a1902e04"` Oct 10 19:29:25.627 INFO kablam! usermod: no changes Oct 10 19:29:25.829 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 10 19:29:25.847 INFO kablam! Running /target/debug/deps/nary-9bbf60e9208a1cf7 Oct 10 19:29:25.852 INFO kablam! su: No module specific data is present Oct 10 19:29:25.852 INFO blam! Oct 10 19:29:25.852 INFO blam! running 0 tests Oct 10 19:29:25.852 INFO blam! Oct 10 19:29:25.852 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:29:25.852 INFO blam! Oct 10 19:29:26.176 INFO running `"docker" "rm" "-f" "af127ad8e9aace3d435b4ae206c31ce74499638002f608c9ae12fe45a1902e04"` Oct 10 19:29:26.302 INFO blam! af127ad8e9aace3d435b4ae206c31ce74499638002f608c9ae12fe45a1902e04