Oct 10 22:48:32.471 INFO testing g-jackson/rust-learning against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:48:32.471 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:48:32.477 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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:48:33.012 INFO blam! 3b67b4492f98b080fd3b67947ef54966954a44274dcfc8d14c85e888c849951a Oct 10 22:48:33.016 INFO running `"docker" "start" "-a" "3b67b4492f98b080fd3b67947ef54966954a44274dcfc8d14c85e888c849951a"` Oct 10 22:48:34.024 INFO kablam! usermod: no changes Oct 10 22:48:34.148 INFO kablam! Compiling functions v0.1.0 (/source/functions) Oct 10 22:48:34.148 INFO kablam! Compiling hello_cargo v0.1.0 (/source/hello_cargo) Oct 10 22:48:34.148 INFO kablam! Compiling ownership v0.1.0 (/source/ownership) Oct 10 22:48:34.148 INFO kablam! Compiling structs v0.1.0 (/source/structs) Oct 10 22:48:34.148 INFO kablam! Compiling variables v0.1.0 (/source/variables) Oct 10 22:48:34.148 INFO kablam! Compiling hello-world v1.1.0 (/source/exercism/hello-world) Oct 10 22:48:34.148 INFO kablam! Compiling branches v0.1.0 (/source/branches) Oct 10 22:48:34.148 INFO kablam! Compiling enums v0.1.0 (/source/enums) Oct 10 22:48:36.589 INFO kablam! warning: unused variable: `four` Oct 10 22:48:36.589 INFO kablam! --> enums/src/main.rs:2:9 Oct 10 22:48:36.589 INFO kablam! | Oct 10 22:48:36.590 INFO kablam! 2 | let four = IpAddrKind::V4; Oct 10 22:48:36.590 INFO kablam! | ^^^^ help: consider using `_four` instead Oct 10 22:48:36.590 INFO kablam! | Oct 10 22:48:36.591 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:48:36.591 INFO kablam! Oct 10 22:48:36.591 INFO kablam! warning: unused variable: `six` Oct 10 22:48:36.592 INFO kablam! --> enums/src/main.rs:3:9 Oct 10 22:48:36.592 INFO kablam! | Oct 10 22:48:36.592 INFO kablam! 3 | let six = IpAddrKind::V6; Oct 10 22:48:36.592 INFO kablam! | ^^^ help: consider using `_six` instead Oct 10 22:48:36.593 INFO kablam! Oct 10 22:48:36.593 INFO kablam! warning: unused variable: `home` Oct 10 22:48:36.593 INFO kablam! --> enums/src/main.rs:17:9 Oct 10 22:48:36.593 INFO kablam! | Oct 10 22:48:36.594 INFO kablam! 17 | let home = IpAddr::V4(String::from("127.0.0.1")); Oct 10 22:48:36.594 INFO kablam! | ^^^^ help: consider using `_home` instead Oct 10 22:48:36.594 INFO kablam! Oct 10 22:48:36.594 INFO kablam! warning: unused variable: `loopback` Oct 10 22:48:36.595 INFO kablam! --> enums/src/main.rs:18:9 Oct 10 22:48:36.595 INFO kablam! | Oct 10 22:48:36.595 INFO kablam! 18 | let loopback = IpAddr::V6(String::from("::1")); Oct 10 22:48:36.595 INFO kablam! | ^^^^^^^^ help: consider using `_loopback` instead Oct 10 22:48:36.596 INFO kablam! Oct 10 22:48:36.617 INFO kablam! warning: enum is never used: `Message` Oct 10 22:48:36.617 INFO kablam! --> enums/src/main.rs:21:1 Oct 10 22:48:36.617 INFO kablam! | Oct 10 22:48:36.618 INFO kablam! 21 | enum Message { Oct 10 22:48:36.618 INFO kablam! | ^^^^^^^^^^^^ Oct 10 22:48:36.618 INFO kablam! | Oct 10 22:48:36.619 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:48:36.619 INFO kablam! Oct 10 22:48:37.430 INFO kablam! Compiling guessing_game v0.1.0 (/source/guessing_game) Oct 10 22:48:40.350 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.30s Oct 10 22:48:40.360 INFO kablam! su: No module specific data is present Oct 10 22:48:41.274 INFO running `"docker" "rm" "-f" "3b67b4492f98b080fd3b67947ef54966954a44274dcfc8d14c85e888c849951a"` Oct 10 22:48:41.564 INFO blam! 3b67b4492f98b080fd3b67947ef54966954a44274dcfc8d14c85e888c849951a Oct 10 22:48:41.568 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:48:41.568 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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:48:42.013 INFO blam! f86dd3ebf0793cd4503e3bb1239c6daae8377a61f9e8c6a84d603dea9ae4733f Oct 10 22:48:42.014 INFO running `"docker" "start" "-a" "f86dd3ebf0793cd4503e3bb1239c6daae8377a61f9e8c6a84d603dea9ae4733f"` Oct 10 22:48:43.772 INFO kablam! usermod: no changes Oct 10 22:48:43.869 INFO kablam! Compiling hello_cargo v0.1.0 (/source/hello_cargo) Oct 10 22:48:43.869 INFO kablam! Compiling enums v0.1.0 (/source/enums) Oct 10 22:48:43.869 INFO kablam! Compiling ownership v0.1.0 (/source/ownership) Oct 10 22:48:43.873 INFO kablam! Compiling functions v0.1.0 (/source/functions) Oct 10 22:48:43.904 INFO kablam! Compiling structs v0.1.0 (/source/structs) Oct 10 22:48:43.905 INFO kablam! Compiling hello-world v1.1.0 (/source/exercism/hello-world) Oct 10 22:48:43.905 INFO kablam! Compiling branches v0.1.0 (/source/branches) Oct 10 22:48:43.905 INFO kablam! Compiling variables v0.1.0 (/source/variables) Oct 10 22:48:48.980 INFO kablam! Compiling guessing_game v0.1.0 (/source/guessing_game) Oct 10 22:48:49.409 INFO kablam! warning: unused variable: `four` Oct 10 22:48:49.409 INFO kablam! --> enums/src/main.rs:2:9 Oct 10 22:48:49.409 INFO kablam! | Oct 10 22:48:49.409 INFO kablam! 2 | let four = IpAddrKind::V4; Oct 10 22:48:49.409 INFO kablam! | ^^^^ help: consider using `_four` instead Oct 10 22:48:49.432 INFO kablam! | Oct 10 22:48:49.432 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:48:49.432 INFO kablam! Oct 10 22:48:49.433 INFO kablam! warning: unused variable: `six` Oct 10 22:48:49.433 INFO kablam! --> enums/src/main.rs:3:9 Oct 10 22:48:49.433 INFO kablam! | Oct 10 22:48:49.433 INFO kablam! 3 | let six = IpAddrKind::V6; Oct 10 22:48:49.433 INFO kablam! | ^^^ help: consider using `_six` instead Oct 10 22:48:49.433 INFO kablam! Oct 10 22:48:49.433 INFO kablam! warning: unused variable: `home` Oct 10 22:48:49.433 INFO kablam! --> enums/src/main.rs:17:9 Oct 10 22:48:49.434 INFO kablam! | Oct 10 22:48:49.434 INFO kablam! 17 | let home = IpAddr::V4(String::from("127.0.0.1")); Oct 10 22:48:49.434 INFO kablam! | ^^^^ help: consider using `_home` instead Oct 10 22:48:49.434 INFO kablam! Oct 10 22:48:49.434 INFO kablam! warning: unused variable: `loopback` Oct 10 22:48:49.434 INFO kablam! --> enums/src/main.rs:18:9 Oct 10 22:48:49.434 INFO kablam! | Oct 10 22:48:49.434 INFO kablam! 18 | let loopback = IpAddr::V6(String::from("::1")); Oct 10 22:48:49.435 INFO kablam! | ^^^^^^^^ help: consider using `_loopback` instead Oct 10 22:48:49.435 INFO kablam! Oct 10 22:48:49.438 INFO kablam! warning: enum is never used: `Message` Oct 10 22:48:49.438 INFO kablam! --> enums/src/main.rs:21:1 Oct 10 22:48:49.438 INFO kablam! | Oct 10 22:48:49.438 INFO kablam! 21 | enum Message { Oct 10 22:48:49.438 INFO kablam! | ^^^^^^^^^^^^ Oct 10 22:48:49.448 INFO kablam! | Oct 10 22:48:49.448 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:48:49.448 INFO kablam! Oct 10 22:48:52.808 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.01s Oct 10 22:48:52.811 INFO kablam! su: No module specific data is present Oct 10 22:48:53.452 INFO running `"docker" "rm" "-f" "f86dd3ebf0793cd4503e3bb1239c6daae8377a61f9e8c6a84d603dea9ae4733f"` Oct 10 22:48:53.644 INFO blam! f86dd3ebf0793cd4503e3bb1239c6daae8377a61f9e8c6a84d603dea9ae4733f Oct 10 22:48:53.653 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:48:53.654 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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:54.005 INFO blam! dd7ed38466fe3057ccaafd817442554fd05bef47fa900f83aabb3665520bb00e Oct 10 22:48:54.007 INFO running `"docker" "start" "-a" "dd7ed38466fe3057ccaafd817442554fd05bef47fa900f83aabb3665520bb00e"` Oct 10 22:48:55.152 INFO kablam! usermod: no changes Oct 10 22:48:55.244 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 22:48:55.260 INFO kablam! Running /target/debug/deps/branches-7395d3ea36bf7f38 Oct 10 22:48:55.268 INFO kablam! Running /target/debug/deps/enums-94280572ef4be12c Oct 10 22:48:55.268 INFO blam! Oct 10 22:48:55.268 INFO blam! running 0 tests Oct 10 22:48:55.268 INFO blam! Oct 10 22:48:55.268 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:48:55.268 INFO blam! Oct 10 22:48:55.278 INFO blam! Oct 10 22:48:55.278 INFO kablam! Running /target/debug/deps/functions-e2b94dc415797d4c Oct 10 22:48:55.278 INFO blam! running 0 tests Oct 10 22:48:55.278 INFO blam! Oct 10 22:48:55.278 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:48:55.278 INFO blam! Oct 10 22:48:55.284 INFO kablam! Running /target/debug/deps/guessing_game-d633cc474b326060 Oct 10 22:48:55.284 INFO kablam! Running /target/debug/deps/hello_world-05dd90c1d95c1802 Oct 10 22:48:55.284 INFO blam! Oct 10 22:48:55.284 INFO blam! running 0 tests Oct 10 22:48:55.284 INFO blam! Oct 10 22:48:55.284 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:48:55.284 INFO blam! Oct 10 22:48:55.284 INFO blam! Oct 10 22:48:55.284 INFO blam! running 0 tests Oct 10 22:48:55.284 INFO blam! Oct 10 22:48:55.284 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:48:55.284 INFO blam! Oct 10 22:48:55.288 INFO blam! Oct 10 22:48:55.288 INFO blam! running 0 tests Oct 10 22:48:55.288 INFO blam! Oct 10 22:48:55.288 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:48:55.288 INFO blam! Oct 10 22:48:55.288 INFO blam! Oct 10 22:48:55.288 INFO blam! running 1 test Oct 10 22:48:55.288 INFO blam! test test_hello_world ... ok Oct 10 22:48:55.288 INFO blam! Oct 10 22:48:55.288 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:48:55.288 INFO blam! Oct 10 22:48:55.288 INFO kablam! Running /target/debug/deps/hello_world-1b867454fc837200 Oct 10 22:48:55.288 INFO kablam! Running /target/debug/deps/hello_cargo-8e777ff33b4d6e7f Oct 10 22:48:55.296 INFO kablam! Running /target/debug/deps/ownership-69b9ae1baaaea4f2 Oct 10 22:48:55.296 INFO blam! Oct 10 22:48:55.296 INFO kablam! Running /target/debug/deps/structs-4d70c4504d4b9f8d Oct 10 22:48:55.296 INFO blam! running 0 tests Oct 10 22:48:55.296 INFO blam! Oct 10 22:48:55.296 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:48:55.296 INFO blam! Oct 10 22:48:55.296 INFO blam! Oct 10 22:48:55.296 INFO blam! running 0 tests Oct 10 22:48:55.296 INFO blam! Oct 10 22:48:55.296 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:48:55.296 INFO blam! Oct 10 22:48:55.296 INFO blam! Oct 10 22:48:55.296 INFO blam! running 0 tests Oct 10 22:48:55.296 INFO blam! Oct 10 22:48:55.296 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:48:55.296 INFO blam! Oct 10 22:48:55.304 INFO kablam! Running /target/debug/deps/variables-e11e709da75ac41a Oct 10 22:48:55.312 INFO kablam! Doc-tests hello-world Oct 10 22:48:55.312 INFO blam! Oct 10 22:48:55.312 INFO blam! running 0 tests Oct 10 22:48:55.312 INFO blam! Oct 10 22:48:55.312 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:48:55.312 INFO blam! Oct 10 22:48:56.325 INFO blam! Oct 10 22:48:56.325 INFO blam! running 0 tests Oct 10 22:48:56.325 INFO blam! Oct 10 22:48:56.326 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:48:56.326 INFO blam! Oct 10 22:48:56.328 INFO kablam! su: No module specific data is present Oct 10 22:48:57.078 INFO running `"docker" "rm" "-f" "dd7ed38466fe3057ccaafd817442554fd05bef47fa900f83aabb3665520bb00e"` Oct 10 22:48:57.296 INFO blam! dd7ed38466fe3057ccaafd817442554fd05bef47fa900f83aabb3665520bb00e