Oct 13 04:21:54.172 INFO testing paulthom12345/rig against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 04:21:54.172 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 04:21:54.592 INFO blam! 00658d017a890968148d9b9244d1ca0d7e205b0d8fa5f31357ee8299ca5a512a Oct 13 04:21:54.594 INFO running `"docker" "start" "-a" "00658d017a890968148d9b9244d1ca0d7e205b0d8fa5f31357ee8299ca5a512a"` Oct 13 04:21:56.883 INFO kablam! usermod: no changes Oct 13 04:21:57.079 INFO kablam! Compiling curl-sys v0.4.5 Oct 13 04:21:57.079 INFO kablam! Compiling libssh2-sys v0.2.7 Oct 13 04:21:57.080 INFO kablam! Compiling libgit2-sys v0.7.4 Oct 13 04:21:57.080 INFO kablam! Compiling tui v0.2.3 Oct 13 04:21:57.080 INFO kablam! Compiling openssl-sys v0.9.33 Oct 13 04:22:41.080 INFO kablam! Compiling git2 v0.7.2 Oct 13 04:22:50.351 INFO kablam! Compiling linker v0.1.0 (/source) Oct 13 04:22:51.611 INFO kablam! warning: unknown lint: `clippy_pedantic` Oct 13 04:22:51.611 INFO kablam! --> src/bin/main.rs:1:9 Oct 13 04:22:51.612 INFO kablam! | Oct 13 04:22:51.612 INFO kablam! 1 | #![deny(clippy_pedantic)] Oct 13 04:22:51.612 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 04:22:51.612 INFO kablam! | Oct 13 04:22:51.613 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 13 04:22:51.613 INFO kablam! Oct 13 04:22:51.613 INFO kablam! warning: unknown lint: `cast_possible_truncation` Oct 13 04:22:51.614 INFO kablam! --> src/bin/main.rs:2:10 Oct 13 04:22:51.614 INFO kablam! | Oct 13 04:22:51.615 INFO kablam! 2 | #![allow(cast_possible_truncation)] Oct 13 04:22:51.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:51.615 INFO kablam! Oct 13 04:22:52.315 INFO kablam! warning: unused variable: `url` Oct 13 04:22:52.319 INFO kablam! --> src/bin/main.rs:195:22 Oct 13 04:22:52.319 INFO kablam! | Oct 13 04:22:52.320 INFO kablam! 195 | cbs.credentials(|url, user, allowed| { Oct 13 04:22:52.320 INFO kablam! | ^^^ help: consider using `_url` instead Oct 13 04:22:52.320 INFO kablam! | Oct 13 04:22:52.320 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:22:52.320 INFO kablam! Oct 13 04:22:52.320 INFO kablam! warning: unused variable: `user` Oct 13 04:22:52.321 INFO kablam! --> src/bin/main.rs:195:27 Oct 13 04:22:52.321 INFO kablam! | Oct 13 04:22:52.321 INFO kablam! 195 | cbs.credentials(|url, user, allowed| { Oct 13 04:22:52.321 INFO kablam! | ^^^^ help: consider using `_user` instead Oct 13 04:22:52.321 INFO kablam! Oct 13 04:22:52.321 INFO kablam! warning: unused variable: `allowed` Oct 13 04:22:52.322 INFO kablam! --> src/bin/main.rs:195:33 Oct 13 04:22:52.322 INFO kablam! | Oct 13 04:22:52.322 INFO kablam! 195 | cbs.credentials(|url, user, allowed| { Oct 13 04:22:52.322 INFO kablam! | ^^^^^^^ help: consider using `_allowed` instead Oct 13 04:22:52.322 INFO kablam! Oct 13 04:22:52.336 INFO kablam! warning: variant `FETCH_FILLED` should have a camel case name such as `FetchFilled` Oct 13 04:22:52.339 INFO kablam! --> src/bin/main.rs:42:5 Oct 13 04:22:52.339 INFO kablam! | Oct 13 04:22:52.340 INFO kablam! 42 | / FETCH_FILLED { Oct 13 04:22:52.340 INFO kablam! 43 | | refspec: usize Oct 13 04:22:52.340 INFO kablam! 44 | | }, Oct 13 04:22:52.341 INFO kablam! | |_____^ Oct 13 04:22:52.341 INFO kablam! | Oct 13 04:22:52.341 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 04:22:52.341 INFO kablam! Oct 13 04:22:55.613 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 58.68s Oct 13 04:22:55.627 INFO kablam! su: No module specific data is present Oct 13 04:22:56.895 INFO running `"docker" "rm" "-f" "00658d017a890968148d9b9244d1ca0d7e205b0d8fa5f31357ee8299ca5a512a"` Oct 13 04:22:57.134 INFO blam! 00658d017a890968148d9b9244d1ca0d7e205b0d8fa5f31357ee8299ca5a512a Oct 13 04:22:57.145 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 04:22:57.927 INFO blam! 5f10923829794b258ff6f044d5edca316791d96c3b52cd9574b483e34aa3ddea Oct 13 04:22:57.943 INFO running `"docker" "start" "-a" "5f10923829794b258ff6f044d5edca316791d96c3b52cd9574b483e34aa3ddea"` Oct 13 04:22:59.225 INFO kablam! usermod: no changes Oct 13 04:22:59.375 INFO kablam! Compiling linker v0.1.0 (/source) Oct 13 04:22:59.475 INFO kablam! warning: unknown lint: `clippy_pedantic` Oct 13 04:22:59.475 INFO kablam! --> src/bin/main.rs:1:9 Oct 13 04:22:59.476 INFO kablam! | Oct 13 04:22:59.476 INFO kablam! 1 | #![deny(clippy_pedantic)] Oct 13 04:22:59.476 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 04:22:59.476 INFO kablam! | Oct 13 04:22:59.477 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 13 04:22:59.477 INFO kablam! Oct 13 04:22:59.477 INFO kablam! warning: unknown lint: `cast_possible_truncation` Oct 13 04:22:59.477 INFO kablam! --> src/bin/main.rs:2:10 Oct 13 04:22:59.478 INFO kablam! | Oct 13 04:22:59.478 INFO kablam! 2 | #![allow(cast_possible_truncation)] Oct 13 04:22:59.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:59.478 INFO kablam! Oct 13 04:23:00.599 INFO kablam! warning: unused variable: `url` Oct 13 04:23:00.599 INFO kablam! --> src/bin/main.rs:195:22 Oct 13 04:23:00.599 INFO kablam! | Oct 13 04:23:00.599 INFO kablam! 195 | cbs.credentials(|url, user, allowed| { Oct 13 04:23:00.599 INFO kablam! | ^^^ help: consider using `_url` instead Oct 13 04:23:00.599 INFO kablam! | Oct 13 04:23:00.599 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:23:00.599 INFO kablam! Oct 13 04:23:00.599 INFO kablam! warning: unused variable: `user` Oct 13 04:23:00.599 INFO kablam! --> src/bin/main.rs:195:27 Oct 13 04:23:00.599 INFO kablam! | Oct 13 04:23:00.599 INFO kablam! 195 | cbs.credentials(|url, user, allowed| { Oct 13 04:23:00.599 INFO kablam! | ^^^^ help: consider using `_user` instead Oct 13 04:23:00.599 INFO kablam! Oct 13 04:23:00.599 INFO kablam! warning: unused variable: `allowed` Oct 13 04:23:00.599 INFO kablam! --> src/bin/main.rs:195:33 Oct 13 04:23:00.599 INFO kablam! | Oct 13 04:23:00.599 INFO kablam! 195 | cbs.credentials(|url, user, allowed| { Oct 13 04:23:00.599 INFO kablam! | ^^^^^^^ help: consider using `_allowed` instead Oct 13 04:23:00.599 INFO kablam! Oct 13 04:23:00.626 INFO kablam! warning: variant `FETCH_FILLED` should have a camel case name such as `FetchFilled` Oct 13 04:23:00.626 INFO kablam! --> src/bin/main.rs:42:5 Oct 13 04:23:00.626 INFO kablam! | Oct 13 04:23:00.626 INFO kablam! 42 | / FETCH_FILLED { Oct 13 04:23:00.626 INFO kablam! 43 | | refspec: usize Oct 13 04:23:00.626 INFO kablam! 44 | | }, Oct 13 04:23:00.626 INFO kablam! | |_____^ Oct 13 04:23:00.626 INFO kablam! | Oct 13 04:23:00.626 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 04:23:00.626 INFO kablam! Oct 13 04:23:01.587 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.32s Oct 13 04:23:01.589 INFO kablam! su: No module specific data is present Oct 13 04:23:02.655 INFO running `"docker" "rm" "-f" "5f10923829794b258ff6f044d5edca316791d96c3b52cd9574b483e34aa3ddea"` Oct 13 04:23:03.059 INFO blam! 5f10923829794b258ff6f044d5edca316791d96c3b52cd9574b483e34aa3ddea Oct 13 04:23:03.062 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 04:23:03.595 INFO blam! dddf6c4485ed35457e175cc2da840c2af686fdfb4312c19c7212077799656a5b Oct 13 04:23:03.596 INFO running `"docker" "start" "-a" "dddf6c4485ed35457e175cc2da840c2af686fdfb4312c19c7212077799656a5b"` Oct 13 04:23:04.540 INFO kablam! usermod: no changes Oct 13 04:23:04.679 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 13 04:23:04.690 INFO kablam! Running /target/debug/deps/linker-5a846de52f828b1c Oct 13 04:23:04.699 INFO blam! Oct 13 04:23:04.699 INFO blam! running 0 tests Oct 13 04:23:04.699 INFO blam! Oct 13 04:23:04.699 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:23:04.699 INFO blam! Oct 13 04:23:04.703 INFO kablam! Running /target/debug/deps/main-c652fde887b8d340 Oct 13 04:23:04.727 INFO kablam! Doc-tests linker Oct 13 04:23:04.727 INFO blam! Oct 13 04:23:04.727 INFO blam! running 1 test Oct 13 04:23:04.727 INFO blam! test test::test_enter_key ... ok Oct 13 04:23:04.727 INFO blam! Oct 13 04:23:04.727 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:23:04.727 INFO blam! Oct 13 04:23:05.483 INFO blam! Oct 13 04:23:05.483 INFO blam! running 0 tests Oct 13 04:23:05.483 INFO blam! Oct 13 04:23:05.483 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:23:05.483 INFO blam! Oct 13 04:23:05.491 INFO kablam! su: No module specific data is present Oct 13 04:23:06.164 INFO running `"docker" "rm" "-f" "dddf6c4485ed35457e175cc2da840c2af686fdfb4312c19c7212077799656a5b"` Oct 13 04:23:06.408 INFO blam! dddf6c4485ed35457e175cc2da840c2af686fdfb4312c19c7212077799656a5b