Oct 14 20:10:56.055 INFO testing g-jackson/rust-learning against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 20:10:56.055 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 20:10:56.477 INFO blam! e91cf45b2a4d6e240d1fd5a9ea0ce7002ae4b7132cbd63ca970d784bfa052587 Oct 14 20:10:56.483 INFO running `"docker" "start" "-a" "e91cf45b2a4d6e240d1fd5a9ea0ce7002ae4b7132cbd63ca970d784bfa052587"` Oct 14 20:10:58.031 INFO kablam! usermod: no changes Oct 14 20:10:58.154 INFO kablam! Compiling structs v0.1.0 (/source/structs) Oct 14 20:10:58.154 INFO kablam! Compiling enums v0.1.0 (/source/enums) Oct 14 20:10:58.154 INFO kablam! Compiling functions v0.1.0 (/source/functions) Oct 14 20:10:58.154 INFO kablam! Compiling hello-world v1.1.0 (/source/exercism/hello-world) Oct 14 20:10:58.154 INFO kablam! Compiling ownership v0.1.0 (/source/ownership) Oct 14 20:10:58.154 INFO kablam! Compiling hello_cargo v0.1.0 (/source/hello_cargo) Oct 14 20:10:58.154 INFO kablam! Compiling variables v0.1.0 (/source/variables) Oct 14 20:10:58.154 INFO kablam! Compiling branches v0.1.0 (/source/branches) Oct 14 20:10:59.687 INFO kablam! Compiling guessing_game v0.1.0 (/source/guessing_game) Oct 14 20:10:59.812 INFO kablam! warning: unused variable: `four` Oct 14 20:10:59.812 INFO kablam! --> enums/src/main.rs:2:9 Oct 14 20:10:59.812 INFO kablam! | Oct 14 20:10:59.813 INFO kablam! 2 | let four = IpAddrKind::V4; Oct 14 20:10:59.813 INFO kablam! | ^^^^ help: consider using `_four` instead Oct 14 20:10:59.817 INFO kablam! | Oct 14 20:10:59.817 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:10:59.817 INFO kablam! Oct 14 20:10:59.817 INFO kablam! warning: unused variable: `six` Oct 14 20:10:59.817 INFO kablam! --> enums/src/main.rs:3:9 Oct 14 20:10:59.817 INFO kablam! | Oct 14 20:10:59.818 INFO kablam! 3 | let six = IpAddrKind::V6; Oct 14 20:10:59.818 INFO kablam! | ^^^ help: consider using `_six` instead Oct 14 20:10:59.818 INFO kablam! Oct 14 20:10:59.818 INFO kablam! warning: unused variable: `home` Oct 14 20:10:59.818 INFO kablam! --> enums/src/main.rs:17:9 Oct 14 20:10:59.818 INFO kablam! | Oct 14 20:10:59.818 INFO kablam! 17 | let home = IpAddr::V4(String::from("127.0.0.1")); Oct 14 20:10:59.818 INFO kablam! | ^^^^ help: consider using `_home` instead Oct 14 20:10:59.843 INFO kablam! Oct 14 20:10:59.843 INFO kablam! warning: unused variable: `loopback` Oct 14 20:10:59.843 INFO kablam! --> enums/src/main.rs:18:9 Oct 14 20:10:59.843 INFO kablam! | Oct 14 20:10:59.843 INFO kablam! 18 | let loopback = IpAddr::V6(String::from("::1")); Oct 14 20:10:59.843 INFO kablam! | ^^^^^^^^ help: consider using `_loopback` instead Oct 14 20:10:59.844 INFO kablam! Oct 14 20:10:59.845 INFO kablam! warning: enum is never used: `Message` Oct 14 20:10:59.845 INFO kablam! --> enums/src/main.rs:21:1 Oct 14 20:10:59.845 INFO kablam! | Oct 14 20:10:59.845 INFO kablam! 21 | enum Message { Oct 14 20:10:59.845 INFO kablam! | ^^^^^^^^^^^^ Oct 14 20:10:59.863 INFO kablam! | Oct 14 20:10:59.863 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:10:59.863 INFO kablam! Oct 14 20:11:02.954 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.89s Oct 14 20:11:02.954 INFO kablam! su: No module specific data is present Oct 14 20:11:04.208 INFO running `"docker" "rm" "-f" "e91cf45b2a4d6e240d1fd5a9ea0ce7002ae4b7132cbd63ca970d784bfa052587"` Oct 14 20:11:04.467 INFO blam! e91cf45b2a4d6e240d1fd5a9ea0ce7002ae4b7132cbd63ca970d784bfa052587 Oct 14 20:11:04.469 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 20:11:04.943 INFO blam! 41fdfb7047ac785f0df907cac4c0e5b71949ef90a3461f2499e498d32c59a944 Oct 14 20:11:04.945 INFO running `"docker" "start" "-a" "41fdfb7047ac785f0df907cac4c0e5b71949ef90a3461f2499e498d32c59a944"` Oct 14 20:11:07.140 INFO kablam! usermod: no changes Oct 14 20:11:07.235 INFO kablam! Compiling hello-world v1.1.0 (/source/exercism/hello-world) Oct 14 20:11:07.235 INFO kablam! Compiling branches v0.1.0 (/source/branches) Oct 14 20:11:07.235 INFO kablam! Compiling hello_cargo v0.1.0 (/source/hello_cargo) Oct 14 20:11:07.235 INFO kablam! Compiling enums v0.1.0 (/source/enums) Oct 14 20:11:07.247 INFO kablam! Compiling structs v0.1.0 (/source/structs) Oct 14 20:11:07.247 INFO kablam! Compiling ownership v0.1.0 (/source/ownership) Oct 14 20:11:07.247 INFO kablam! Compiling variables v0.1.0 (/source/variables) Oct 14 20:11:07.259 INFO kablam! Compiling functions v0.1.0 (/source/functions) Oct 14 20:11:09.111 INFO kablam! warning: unused variable: `four` Oct 14 20:11:09.111 INFO kablam! --> enums/src/main.rs:2:9 Oct 14 20:11:09.111 INFO kablam! | Oct 14 20:11:09.111 INFO kablam! 2 | let four = IpAddrKind::V4; Oct 14 20:11:09.111 INFO kablam! | ^^^^ help: consider using `_four` instead Oct 14 20:11:09.111 INFO kablam! | Oct 14 20:11:09.111 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:11:09.111 INFO kablam! Oct 14 20:11:09.111 INFO kablam! warning: unused variable: `six` Oct 14 20:11:09.111 INFO kablam! --> enums/src/main.rs:3:9 Oct 14 20:11:09.111 INFO kablam! | Oct 14 20:11:09.111 INFO kablam! 3 | let six = IpAddrKind::V6; Oct 14 20:11:09.111 INFO kablam! | ^^^ help: consider using `_six` instead Oct 14 20:11:09.111 INFO kablam! Oct 14 20:11:09.111 INFO kablam! warning: unused variable: `home` Oct 14 20:11:09.111 INFO kablam! --> enums/src/main.rs:17:9 Oct 14 20:11:09.111 INFO kablam! | Oct 14 20:11:09.111 INFO kablam! 17 | let home = IpAddr::V4(String::from("127.0.0.1")); Oct 14 20:11:09.111 INFO kablam! | ^^^^ help: consider using `_home` instead Oct 14 20:11:09.119 INFO kablam! Oct 14 20:11:09.119 INFO kablam! warning: unused variable: `loopback` Oct 14 20:11:09.119 INFO kablam! --> enums/src/main.rs:18:9 Oct 14 20:11:09.119 INFO kablam! | Oct 14 20:11:09.119 INFO kablam! 18 | let loopback = IpAddr::V6(String::from("::1")); Oct 14 20:11:09.119 INFO kablam! | ^^^^^^^^ help: consider using `_loopback` instead Oct 14 20:11:09.119 INFO kablam! Oct 14 20:11:09.119 INFO kablam! warning: enum is never used: `Message` Oct 14 20:11:09.119 INFO kablam! --> enums/src/main.rs:21:1 Oct 14 20:11:09.119 INFO kablam! | Oct 14 20:11:09.119 INFO kablam! 21 | enum Message { Oct 14 20:11:09.119 INFO kablam! | ^^^^^^^^^^^^ Oct 14 20:11:09.120 INFO kablam! | Oct 14 20:11:09.120 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:11:09.120 INFO kablam! Oct 14 20:11:10.451 INFO kablam! Compiling guessing_game v0.1.0 (/source/guessing_game) Oct 14 20:11:12.567 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.39s Oct 14 20:11:12.571 INFO kablam! su: No module specific data is present Oct 14 20:11:13.663 INFO running `"docker" "rm" "-f" "41fdfb7047ac785f0df907cac4c0e5b71949ef90a3461f2499e498d32c59a944"` Oct 14 20:11:13.923 INFO blam! 41fdfb7047ac785f0df907cac4c0e5b71949ef90a3461f2499e498d32c59a944 Oct 14 20:11:13.925 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 20:11:14.409 INFO blam! 915317932c79527173d77e9783118b4acae7493c5ebae7b8e4c8eade3788a670 Oct 14 20:11:14.409 INFO running `"docker" "start" "-a" "915317932c79527173d77e9783118b4acae7493c5ebae7b8e4c8eade3788a670"` Oct 14 20:11:15.763 INFO kablam! usermod: no changes Oct 14 20:11:15.847 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 20:11:15.863 INFO kablam! Running /target/debug/deps/branches-76fdf3bc7da9bd8e Oct 14 20:11:15.863 INFO blam! Oct 14 20:11:15.863 INFO blam! running 0 tests Oct 14 20:11:15.863 INFO blam! Oct 14 20:11:15.863 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:11:15.863 INFO blam! Oct 14 20:11:15.867 INFO kablam! Running /target/debug/deps/enums-0f7f4370372c7f20 Oct 14 20:11:15.871 INFO blam! Oct 14 20:11:15.871 INFO blam! running 0 tests Oct 14 20:11:15.871 INFO blam! Oct 14 20:11:15.871 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:11:15.871 INFO blam! Oct 14 20:11:15.875 INFO kablam! Running /target/debug/deps/functions-cbe470c339cb188f Oct 14 20:11:15.883 INFO blam! Oct 14 20:11:15.883 INFO blam! running 0 tests Oct 14 20:11:15.883 INFO blam! Oct 14 20:11:15.883 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:11:15.883 INFO blam! Oct 14 20:11:15.887 INFO kablam! Running /target/debug/deps/guessing_game-42106ad030a7c49e Oct 14 20:11:15.895 INFO blam! Oct 14 20:11:15.895 INFO blam! running 0 tests Oct 14 20:11:15.895 INFO blam! Oct 14 20:11:15.895 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:11:15.895 INFO blam! Oct 14 20:11:15.899 INFO kablam! Running /target/debug/deps/hello_world-9c8c6e53c4285f9b Oct 14 20:11:15.900 INFO blam! Oct 14 20:11:15.900 INFO blam! running 0 tests Oct 14 20:11:15.900 INFO blam! Oct 14 20:11:15.900 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:11:15.900 INFO blam! Oct 14 20:11:15.900 INFO kablam! Running /target/debug/deps/hello_world-a0fe6cd4cb31080e Oct 14 20:11:15.903 INFO blam! Oct 14 20:11:15.903 INFO blam! running 1 test Oct 14 20:11:15.903 INFO blam! test test_hello_world ... ok Oct 14 20:11:15.903 INFO blam! Oct 14 20:11:15.903 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:11:15.903 INFO blam! Oct 14 20:11:15.903 INFO kablam! Running /target/debug/deps/hello_cargo-e66f3fc98633ce61 Oct 14 20:11:15.907 INFO kablam! Running /target/debug/deps/ownership-ff39ecae9013cf3d Oct 14 20:11:15.907 INFO kablam! Running /target/debug/deps/structs-55eb3db477d5a6d3 Oct 14 20:11:15.907 INFO blam! Oct 14 20:11:15.907 INFO blam! running 0 tests Oct 14 20:11:15.907 INFO blam! Oct 14 20:11:15.907 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:11:15.907 INFO blam! Oct 14 20:11:15.907 INFO blam! Oct 14 20:11:15.907 INFO blam! running 0 tests Oct 14 20:11:15.907 INFO blam! Oct 14 20:11:15.907 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:11:15.907 INFO blam! Oct 14 20:11:15.907 INFO blam! Oct 14 20:11:15.907 INFO blam! running 0 tests Oct 14 20:11:15.923 INFO blam! Oct 14 20:11:15.923 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:11:15.923 INFO blam! Oct 14 20:11:15.923 INFO kablam! Running /target/debug/deps/variables-c61ffcd2934ada22 Oct 14 20:11:15.930 INFO blam! Oct 14 20:11:15.930 INFO blam! running 0 tests Oct 14 20:11:15.930 INFO blam! Oct 14 20:11:15.930 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:11:15.930 INFO blam! Oct 14 20:11:15.931 INFO kablam! Doc-tests hello-world Oct 14 20:11:16.286 INFO blam! Oct 14 20:11:16.286 INFO blam! running 0 tests Oct 14 20:11:16.286 INFO blam! Oct 14 20:11:16.286 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:11:16.286 INFO blam! Oct 14 20:11:16.293 INFO kablam! su: No module specific data is present Oct 14 20:11:16.954 INFO running `"docker" "rm" "-f" "915317932c79527173d77e9783118b4acae7493c5ebae7b8e4c8eade3788a670"` Oct 14 20:11:17.307 INFO blam! 915317932c79527173d77e9783118b4acae7493c5ebae7b8e4c8eade3788a670