Oct 13 04:21:52.255 INFO testing paulthom12345/rig against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 04:21:52.255 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 04:21:52.799 INFO blam! 6c325cda6df9d72286b2d7dc636bdbe87917936031097077c3bd95476c9ed216 Oct 13 04:21:52.811 INFO running `"docker" "start" "-a" "6c325cda6df9d72286b2d7dc636bdbe87917936031097077c3bd95476c9ed216"` Oct 13 04:21:54.311 INFO kablam! usermod: no changes Oct 13 04:21:54.487 INFO kablam! Compiling cassowary v0.3.0 Oct 13 04:21:54.488 INFO kablam! Compiling cmake v0.1.31 Oct 13 04:21:54.503 INFO kablam! Compiling libz-sys v1.0.18 Oct 13 04:21:54.503 INFO kablam! Compiling curl-sys v0.4.5 Oct 13 04:21:54.508 INFO kablam! Compiling openssl-sys v0.9.33 Oct 13 04:21:58.563 INFO kablam! Compiling libssh2-sys v0.2.7 Oct 13 04:21:58.571 INFO kablam! Compiling libgit2-sys v0.7.4 Oct 13 04:22:02.421 INFO kablam! Compiling tui v0.2.3 Oct 13 04:22:40.616 INFO kablam! Compiling git2 v0.7.2 Oct 13 04:22:49.720 INFO kablam! Compiling linker v0.1.0 (/source) Oct 13 04:22:50.983 INFO kablam! warning: unknown lint: `clippy_pedantic` Oct 13 04:22:50.983 INFO kablam! --> src/bin/main.rs:1:9 Oct 13 04:22:50.983 INFO kablam! | Oct 13 04:22:50.983 INFO kablam! 1 | #![deny(clippy_pedantic)] Oct 13 04:22:50.983 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 04:22:50.983 INFO kablam! | Oct 13 04:22:50.983 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 13 04:22:50.983 INFO kablam! Oct 13 04:22:50.983 INFO kablam! warning: unknown lint: `cast_possible_truncation` Oct 13 04:22:50.983 INFO kablam! --> src/bin/main.rs:2:10 Oct 13 04:22:50.983 INFO kablam! | Oct 13 04:22:50.983 INFO kablam! 2 | #![allow(cast_possible_truncation)] Oct 13 04:22:50.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:50.983 INFO kablam! Oct 13 04:22:51.687 INFO kablam! warning: unused variable: `url` Oct 13 04:22:51.687 INFO kablam! --> src/bin/main.rs:195:22 Oct 13 04:22:51.688 INFO kablam! | Oct 13 04:22:51.688 INFO kablam! 195 | cbs.credentials(|url, user, allowed| { Oct 13 04:22:51.688 INFO kablam! | ^^^ help: consider using `_url` instead Oct 13 04:22:51.689 INFO kablam! | Oct 13 04:22:51.689 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:22:51.689 INFO kablam! Oct 13 04:22:51.690 INFO kablam! warning: unused variable: `user` Oct 13 04:22:51.690 INFO kablam! --> src/bin/main.rs:195:27 Oct 13 04:22:51.690 INFO kablam! | Oct 13 04:22:51.691 INFO kablam! 195 | cbs.credentials(|url, user, allowed| { Oct 13 04:22:51.691 INFO kablam! | ^^^^ help: consider using `_user` instead Oct 13 04:22:51.691 INFO kablam! Oct 13 04:22:51.692 INFO kablam! warning: unused variable: `allowed` Oct 13 04:22:51.693 INFO kablam! --> src/bin/main.rs:195:33 Oct 13 04:22:51.693 INFO kablam! | Oct 13 04:22:51.694 INFO kablam! 195 | cbs.credentials(|url, user, allowed| { Oct 13 04:22:51.694 INFO kablam! | ^^^^^^^ help: consider using `_allowed` instead Oct 13 04:22:51.695 INFO kablam! Oct 13 04:22:51.710 INFO kablam! warning: variant `FETCH_FILLED` should have a camel case name such as `FetchFilled` Oct 13 04:22:51.710 INFO kablam! --> src/bin/main.rs:42:5 Oct 13 04:22:51.710 INFO kablam! | Oct 13 04:22:51.710 INFO kablam! 42 | / FETCH_FILLED { Oct 13 04:22:51.710 INFO kablam! 43 | | refspec: usize Oct 13 04:22:51.710 INFO kablam! 44 | | }, Oct 13 04:22:51.710 INFO kablam! | |_____^ Oct 13 04:22:51.710 INFO kablam! | Oct 13 04:22:51.710 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 04:22:51.711 INFO kablam! Oct 13 04:22:55.108 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 00s Oct 13 04:22:55.114 INFO kablam! su: No module specific data is present Oct 13 04:22:56.887 INFO running `"docker" "rm" "-f" "6c325cda6df9d72286b2d7dc636bdbe87917936031097077c3bd95476c9ed216"` Oct 13 04:22:57.143 INFO blam! 6c325cda6df9d72286b2d7dc636bdbe87917936031097077c3bd95476c9ed216 Oct 13 04:22:57.151 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 04:22:57.827 INFO blam! b226f88afd8f59c5790d5a8585777a28bdee59c3d1a8eb22932c2112251bae0c Oct 13 04:22:57.833 INFO running `"docker" "start" "-a" "b226f88afd8f59c5790d5a8585777a28bdee59c3d1a8eb22932c2112251bae0c"` Oct 13 04:22:59.151 INFO kablam! usermod: no changes Oct 13 04:22:59.291 INFO kablam! Compiling linker v0.1.0 (/source) Oct 13 04:22:59.363 INFO kablam! warning: unknown lint: `clippy_pedantic` Oct 13 04:22:59.364 INFO kablam! --> src/bin/main.rs:1:9 Oct 13 04:22:59.364 INFO kablam! | Oct 13 04:22:59.364 INFO kablam! 1 | #![deny(clippy_pedantic)] Oct 13 04:22:59.365 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 04:22:59.368 INFO kablam! | Oct 13 04:22:59.368 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 13 04:22:59.368 INFO kablam! Oct 13 04:22:59.369 INFO kablam! warning: unknown lint: `cast_possible_truncation` Oct 13 04:22:59.369 INFO kablam! --> src/bin/main.rs:2:10 Oct 13 04:22:59.369 INFO kablam! | Oct 13 04:22:59.369 INFO kablam! 2 | #![allow(cast_possible_truncation)] Oct 13 04:22:59.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:59.370 INFO kablam! Oct 13 04:23:00.283 INFO kablam! warning: unused variable: `url` Oct 13 04:23:00.284 INFO kablam! --> src/bin/main.rs:195:22 Oct 13 04:23:00.284 INFO kablam! | Oct 13 04:23:00.284 INFO kablam! 195 | cbs.credentials(|url, user, allowed| { Oct 13 04:23:00.284 INFO kablam! | ^^^ help: consider using `_url` instead Oct 13 04:23:00.285 INFO kablam! | Oct 13 04:23:00.285 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:23:00.285 INFO kablam! Oct 13 04:23:00.286 INFO kablam! warning: unused variable: `user` Oct 13 04:23:00.286 INFO kablam! --> src/bin/main.rs:195:27 Oct 13 04:23:00.286 INFO kablam! | Oct 13 04:23:00.286 INFO kablam! 195 | cbs.credentials(|url, user, allowed| { Oct 13 04:23:00.287 INFO kablam! | ^^^^ help: consider using `_user` instead Oct 13 04:23:00.287 INFO kablam! Oct 13 04:23:00.287 INFO kablam! warning: unused variable: `allowed` Oct 13 04:23:00.287 INFO kablam! --> src/bin/main.rs:195:33 Oct 13 04:23:00.288 INFO kablam! | Oct 13 04:23:00.288 INFO kablam! 195 | cbs.credentials(|url, user, allowed| { Oct 13 04:23:00.288 INFO kablam! | ^^^^^^^ help: consider using `_allowed` instead Oct 13 04:23:00.288 INFO kablam! Oct 13 04:23:00.319 INFO kablam! warning: variant `FETCH_FILLED` should have a camel case name such as `FetchFilled` Oct 13 04:23:00.320 INFO kablam! --> src/bin/main.rs:42:5 Oct 13 04:23:00.320 INFO kablam! | Oct 13 04:23:00.320 INFO kablam! 42 | / FETCH_FILLED { Oct 13 04:23:00.321 INFO kablam! 43 | | refspec: usize Oct 13 04:23:00.321 INFO kablam! 44 | | }, Oct 13 04:23:00.321 INFO kablam! | |_____^ Oct 13 04:23:00.321 INFO kablam! | Oct 13 04:23:00.321 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 04:23:00.321 INFO kablam! Oct 13 04:23:01.223 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.03s Oct 13 04:23:01.231 INFO kablam! su: No module specific data is present Oct 13 04:23:02.374 INFO running `"docker" "rm" "-f" "b226f88afd8f59c5790d5a8585777a28bdee59c3d1a8eb22932c2112251bae0c"` Oct 13 04:23:02.666 INFO blam! b226f88afd8f59c5790d5a8585777a28bdee59c3d1a8eb22932c2112251bae0c Oct 13 04:23:02.667 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 04:23:03.136 INFO blam! 46d22039b9479cd1284ca4b52cddfb5f55c2e055d82c6f9cfabb342209b0815e Oct 13 04:23:03.137 INFO running `"docker" "start" "-a" "46d22039b9479cd1284ca4b52cddfb5f55c2e055d82c6f9cfabb342209b0815e"` Oct 13 04:23:04.183 INFO kablam! usermod: no changes Oct 13 04:23:04.279 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 13 04:23:04.289 INFO kablam! Running /target/debug/deps/linker-6656f4fbf090965f Oct 13 04:23:04.299 INFO kablam! Running /target/debug/deps/main-98f0608af36e5f47 Oct 13 04:23:04.299 INFO blam! Oct 13 04:23:04.299 INFO blam! running 0 tests Oct 13 04:23:04.299 INFO blam! Oct 13 04:23:04.299 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:23:04.299 INFO blam! Oct 13 04:23:04.300 INFO blam! Oct 13 04:23:04.300 INFO blam! running 1 test Oct 13 04:23:04.311 INFO blam! test test::test_enter_key ... ok Oct 13 04:23:04.311 INFO kablam! Doc-tests linker Oct 13 04:23:04.311 INFO blam! Oct 13 04:23:04.311 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:23:04.311 INFO blam! Oct 13 04:23:05.075 INFO blam! Oct 13 04:23:05.075 INFO blam! running 0 tests Oct 13 04:23:05.075 INFO blam! Oct 13 04:23:05.075 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:23:05.075 INFO blam! Oct 13 04:23:05.082 INFO kablam! su: No module specific data is present Oct 13 04:23:05.619 INFO running `"docker" "rm" "-f" "46d22039b9479cd1284ca4b52cddfb5f55c2e055d82c6f9cfabb342209b0815e"` Oct 13 04:23:05.887 INFO blam! 46d22039b9479cd1284ca4b52cddfb5f55c2e055d82c6f9cfabb342209b0815e