Oct 10 17:15:54.048 INFO testing ohmountain/blog-cli against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:15:54.048 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:15:54.048 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 17:15:54.417 INFO blam! 089e908facced176e06dd8744ea4854c4143710dedd6835c8209f51e518ce94b Oct 10 17:15:54.424 INFO running `"docker" "start" "-a" "089e908facced176e06dd8744ea4854c4143710dedd6835c8209f51e518ce94b"` Oct 10 17:15:55.430 INFO kablam! usermod: no changes Oct 10 17:15:55.598 INFO kablam! Compiling libz-sys v1.0.16 Oct 10 17:15:55.599 INFO kablam! Compiling openssl-sys v0.9.17 Oct 10 17:15:55.599 INFO kablam! Compiling curl-sys v0.3.14 Oct 10 17:15:55.604 INFO kablam! Compiling termios v0.2.2 Oct 10 17:15:55.604 INFO kablam! Compiling clicolors-control v0.1.0 Oct 10 17:15:55.605 INFO kablam! Compiling socket2 v0.2.2 Oct 10 17:15:55.605 INFO kablam! Compiling parking_lot_core v0.2.6 Oct 10 17:15:58.944 INFO kablam! Compiling parking_lot v0.4.8 Oct 10 17:16:01.172 INFO kablam! Compiling console v0.5.0 Oct 10 17:16:02.897 INFO kablam! Compiling curl v0.4.8 Oct 10 17:16:06.573 INFO kablam! Compiling blog-cli v0.1.0 (/source) Oct 10 17:16:08.700 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 17:16:08.700 INFO kablam! --> src/types/mod.rs:74:40 Oct 10 17:16:08.700 INFO kablam! | Oct 10 17:16:08.700 INFO kablam! 74 | let d:Value = serde_json::from_str((&data.as_str())).unwrap(); Oct 10 17:16:08.700 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 17:16:08.700 INFO kablam! | Oct 10 17:16:08.700 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 17:16:08.700 INFO kablam! Oct 10 17:16:08.829 INFO kablam! warning: variable `sort` is assigned to, but never used Oct 10 17:16:08.829 INFO kablam! --> src/types/mod.rs:40:9 Oct 10 17:16:08.829 INFO kablam! | Oct 10 17:16:08.829 INFO kablam! 40 | let sort; Oct 10 17:16:08.829 INFO kablam! | ^^^^ Oct 10 17:16:08.829 INFO kablam! | Oct 10 17:16:08.829 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:16:08.829 INFO kablam! = note: consider using `_sort` instead Oct 10 17:16:08.829 INFO kablam! Oct 10 17:16:08.829 INFO kablam! warning: value assigned to `sort` is never read Oct 10 17:16:08.829 INFO kablam! --> src/types/mod.rs:48:13 Oct 10 17:16:08.829 INFO kablam! | Oct 10 17:16:08.829 INFO kablam! 48 | sort = s; Oct 10 17:16:08.829 INFO kablam! | ^^^^ Oct 10 17:16:08.829 INFO kablam! | Oct 10 17:16:08.829 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 17:16:08.829 INFO kablam! Oct 10 17:16:08.848 INFO kablam! warning: variable does not need to be mutable Oct 10 17:16:08.848 INFO kablam! --> src/posts/mod.rs:56:9 Oct 10 17:16:08.848 INFO kablam! | Oct 10 17:16:08.848 INFO kablam! 56 | let mut url = String::from("http://127.0.0.1:8000/api/v2/posts/"); Oct 10 17:16:08.848 INFO kablam! | ----^^^ Oct 10 17:16:08.848 INFO kablam! | | Oct 10 17:16:08.848 INFO kablam! | help: remove this `mut` Oct 10 17:16:08.848 INFO kablam! | Oct 10 17:16:08.848 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 17:16:08.848 INFO kablam! Oct 10 17:16:13.227 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.76s Oct 10 17:16:13.235 INFO kablam! su: No module specific data is present Oct 10 17:16:14.316 INFO running `"docker" "rm" "-f" "089e908facced176e06dd8744ea4854c4143710dedd6835c8209f51e518ce94b"` Oct 10 17:16:14.625 INFO blam! 089e908facced176e06dd8744ea4854c4143710dedd6835c8209f51e518ce94b Oct 10 17:16:14.628 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:16:14.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 17:16:15.104 INFO blam! e43225585f246d4d5e0bbaf1f9b2135cb5e937f7c2e6164330c80436966203d8 Oct 10 17:16:15.113 INFO running `"docker" "start" "-a" "e43225585f246d4d5e0bbaf1f9b2135cb5e937f7c2e6164330c80436966203d8"` Oct 10 17:16:16.653 INFO kablam! usermod: no changes Oct 10 17:16:16.825 INFO kablam! Compiling blog-cli v0.1.0 (/source) Oct 10 17:16:19.928 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 17:16:19.928 INFO kablam! --> src/types/mod.rs:74:40 Oct 10 17:16:19.928 INFO kablam! | Oct 10 17:16:19.928 INFO kablam! 74 | let d:Value = serde_json::from_str((&data.as_str())).unwrap(); Oct 10 17:16:19.928 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 17:16:19.928 INFO kablam! | Oct 10 17:16:19.928 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 17:16:19.928 INFO kablam! Oct 10 17:16:20.076 INFO kablam! warning: variable `sort` is assigned to, but never used Oct 10 17:16:20.077 INFO kablam! --> src/types/mod.rs:40:9 Oct 10 17:16:20.077 INFO kablam! | Oct 10 17:16:20.077 INFO kablam! 40 | let sort; Oct 10 17:16:20.077 INFO kablam! | ^^^^ Oct 10 17:16:20.077 INFO kablam! | Oct 10 17:16:20.077 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:16:20.078 INFO kablam! = note: consider using `_sort` instead Oct 10 17:16:20.078 INFO kablam! Oct 10 17:16:20.078 INFO kablam! warning: value assigned to `sort` is never read Oct 10 17:16:20.078 INFO kablam! --> src/types/mod.rs:48:13 Oct 10 17:16:20.078 INFO kablam! | Oct 10 17:16:20.078 INFO kablam! 48 | sort = s; Oct 10 17:16:20.078 INFO kablam! | ^^^^ Oct 10 17:16:20.079 INFO kablam! | Oct 10 17:16:20.079 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 17:16:20.079 INFO kablam! Oct 10 17:16:20.112 INFO kablam! warning: variable does not need to be mutable Oct 10 17:16:20.112 INFO kablam! --> src/posts/mod.rs:56:9 Oct 10 17:16:20.113 INFO kablam! | Oct 10 17:16:20.113 INFO kablam! 56 | let mut url = String::from("http://127.0.0.1:8000/api/v2/posts/"); Oct 10 17:16:20.113 INFO kablam! | ----^^^ Oct 10 17:16:20.113 INFO kablam! | | Oct 10 17:16:20.113 INFO kablam! | help: remove this `mut` Oct 10 17:16:20.113 INFO kablam! | Oct 10 17:16:20.114 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 17:16:20.114 INFO kablam! Oct 10 17:16:20.664 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.95s Oct 10 17:16:20.677 INFO kablam! su: No module specific data is present Oct 10 17:16:21.281 INFO running `"docker" "rm" "-f" "e43225585f246d4d5e0bbaf1f9b2135cb5e937f7c2e6164330c80436966203d8"` Oct 10 17:16:21.716 INFO blam! e43225585f246d4d5e0bbaf1f9b2135cb5e937f7c2e6164330c80436966203d8 Oct 10 17:16:21.719 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:16:21.720 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 17:16:22.084 INFO blam! 9ada8a8b3b9b643ed58379baa40f63e12298f9c58b4c8957648cf8240dea34a4 Oct 10 17:16:22.087 INFO running `"docker" "start" "-a" "9ada8a8b3b9b643ed58379baa40f63e12298f9c58b4c8957648cf8240dea34a4"` Oct 10 17:16:23.708 INFO kablam! usermod: no changes Oct 10 17:16:23.876 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 10 17:16:23.877 INFO kablam! Running /target/debug/deps/blog_cli-77d246d7b2470bb6 Oct 10 17:16:23.884 INFO kablam! Running /target/debug/deps/blog_cli-d33467c0c236031a Oct 10 17:16:23.885 INFO blam! Oct 10 17:16:23.885 INFO blam! running 0 tests Oct 10 17:16:23.885 INFO blam! Oct 10 17:16:23.886 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:16:23.886 INFO blam! Oct 10 17:16:23.886 INFO blam! Oct 10 17:16:23.887 INFO blam! running 0 tests Oct 10 17:16:23.887 INFO blam! Oct 10 17:16:23.887 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:16:23.888 INFO blam! Oct 10 17:16:23.892 INFO kablam! Doc-tests blog-cli Oct 10 17:16:28.017 INFO blam! Oct 10 17:16:28.017 INFO blam! running 0 tests Oct 10 17:16:28.017 INFO blam! Oct 10 17:16:28.017 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:16:28.017 INFO blam! Oct 10 17:16:28.024 INFO kablam! su: No module specific data is present Oct 10 17:16:28.672 INFO running `"docker" "rm" "-f" "9ada8a8b3b9b643ed58379baa40f63e12298f9c58b4c8957648cf8240dea34a4"` Oct 10 17:16:28.964 INFO blam! 9ada8a8b3b9b643ed58379baa40f63e12298f9c58b4c8957648cf8240dea34a4