Oct 16 17:54:04.309 INFO testing apint-0.2.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 17:54:04.309 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16 17:54:04.779 INFO blam! 8fb22bde4a3cc475402629b47761e377052be49dedee2383f753cf04de8f8778 Oct 16 17:54:04.782 INFO running `"docker" "start" "-a" "8fb22bde4a3cc475402629b47761e377052be49dedee2383f753cf04de8f8778"` Oct 16 17:54:06.227 INFO kablam! usermod: no changes Oct 16 17:54:06.352 INFO kablam! Compiling apint v0.2.0 (/source) Oct 16 17:54:09.243 INFO kablam! warning: method is never used: `from_hi_lo` Oct 16 17:54:09.243 INFO kablam! --> src/digit.rs:194:2 Oct 16 17:54:09.243 INFO kablam! | Oct 16 17:54:09.243 INFO kablam! 194 | pub(crate) fn from_hi_lo(hi: Digit, lo: Digit) -> DoubleDigit { Oct 16 17:54:09.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:54:09.243 INFO kablam! | Oct 16 17:54:09.243 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 17:54:09.243 INFO kablam! Oct 16 17:54:10.801 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.53s Oct 16 17:54:10.801 INFO kablam! su: No module specific data is present Oct 16 17:54:11.309 INFO running `"docker" "rm" "-f" "8fb22bde4a3cc475402629b47761e377052be49dedee2383f753cf04de8f8778"` Oct 16 17:54:11.711 INFO blam! 8fb22bde4a3cc475402629b47761e377052be49dedee2383f753cf04de8f8778 Oct 16 17:54:11.728 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16 17:54:12.226 INFO blam! a15f9a7d6c7717a0e48d0510beb204ad404d1a4dc988b4c596ffe6e767bbd34e Oct 16 17:54:12.229 INFO running `"docker" "start" "-a" "a15f9a7d6c7717a0e48d0510beb204ad404d1a4dc988b4c596ffe6e767bbd34e"` Oct 16 17:54:14.211 INFO kablam! usermod: no changes Oct 16 17:54:14.303 INFO kablam! Compiling apint v0.2.0 (/source) Oct 16 17:54:18.193 INFO kablam! error[E0597]: borrowed value does not live long enough Oct 16 17:54:18.193 INFO kablam! --> src/apint/constructors.rs:429:11 Oct 16 17:54:18.193 INFO kablam! | Oct 16 17:54:18.193 INFO kablam! 429 | .chain([ Oct 16 17:54:18.193 INFO kablam! | ____________________^ Oct 16 17:54:18.193 INFO kablam! 430 | | u8::max_value(), Oct 16 17:54:18.193 INFO kablam! 431 | | 10, Oct 16 17:54:18.193 INFO kablam! 432 | | 42, Oct 16 17:54:18.193 INFO kablam! 433 | | 99, Oct 16 17:54:18.193 INFO kablam! 434 | | 123 Oct 16 17:54:18.193 INFO kablam! 435 | | ].into_iter() Oct 16 17:54:18.193 INFO kablam! | |_____________^ temporary value does not live long enough Oct 16 17:54:18.193 INFO kablam! 436 | .map(|v| *v)) Oct 16 17:54:18.193 INFO kablam! 437 | } Oct 16 17:54:18.193 INFO kablam! | - temporary value only lives until here Oct 16 17:54:18.193 INFO kablam! | Oct 16 17:54:18.193 INFO kablam! = note: borrowed value must be valid for the static lifetime... Oct 16 17:54:18.193 INFO kablam! Oct 16 17:54:18.200 INFO kablam! error[E0597]: borrowed value does not live long enough Oct 16 17:54:18.200 INFO kablam! --> src/apint/constructors.rs:480:11 Oct 16 17:54:18.200 INFO kablam! | Oct 16 17:54:18.200 INFO kablam! 480 | .chain([ Oct 16 17:54:18.200 INFO kablam! | ____________________^ Oct 16 17:54:18.200 INFO kablam! 481 | | u16::max_value(), Oct 16 17:54:18.200 INFO kablam! 482 | | 500, Oct 16 17:54:18.200 INFO kablam! 483 | | 1000, Oct 16 17:54:18.200 INFO kablam! ... | Oct 16 17:54:18.200 INFO kablam! 486 | | 42_000 Oct 16 17:54:18.200 INFO kablam! 487 | | ].into_iter().map(|v| *v)) Oct 16 17:54:18.200 INFO kablam! | |_____________^ temporary value does not live long enough Oct 16 17:54:18.200 INFO kablam! 488 | } Oct 16 17:54:18.200 INFO kablam! | - temporary value only lives until here Oct 16 17:54:18.200 INFO kablam! | Oct 16 17:54:18.200 INFO kablam! = note: borrowed value must be valid for the static lifetime... Oct 16 17:54:18.200 INFO kablam! Oct 16 17:54:18.203 INFO kablam! error[E0597]: borrowed value does not live long enough Oct 16 17:54:18.203 INFO kablam! --> src/apint/constructors.rs:513:11 Oct 16 17:54:18.203 INFO kablam! | Oct 16 17:54:18.204 INFO kablam! 513 | .chain([ Oct 16 17:54:18.204 INFO kablam! | ____________________^ Oct 16 17:54:18.204 INFO kablam! 514 | | u32::max_value(), Oct 16 17:54:18.204 INFO kablam! 515 | | 1_000_000, Oct 16 17:54:18.204 INFO kablam! 516 | | 999_999_999, Oct 16 17:54:18.204 INFO kablam! 517 | | 1_234_567_890 Oct 16 17:54:18.204 INFO kablam! 518 | | ].into_iter().map(|v| *v)) Oct 16 17:54:18.204 INFO kablam! | |_____________^ temporary value does not live long enough Oct 16 17:54:18.204 INFO kablam! 519 | } Oct 16 17:54:18.204 INFO kablam! | - temporary value only lives until here Oct 16 17:54:18.204 INFO kablam! | Oct 16 17:54:18.204 INFO kablam! = note: borrowed value must be valid for the static lifetime... Oct 16 17:54:18.204 INFO kablam! Oct 16 17:54:18.208 INFO kablam! error[E0597]: borrowed value does not live long enough Oct 16 17:54:18.208 INFO kablam! --> src/apint/constructors.rs:544:11 Oct 16 17:54:18.208 INFO kablam! | Oct 16 17:54:18.208 INFO kablam! 544 | .chain([ Oct 16 17:54:18.208 INFO kablam! | ____________________^ Oct 16 17:54:18.208 INFO kablam! 545 | | u64::max_value(), Oct 16 17:54:18.208 INFO kablam! 546 | | 1_000_000_000_000, Oct 16 17:54:18.208 INFO kablam! 547 | | 999_999_999_999_999_999, Oct 16 17:54:18.208 INFO kablam! 548 | | 0x0123_4567_89AB_CDEF Oct 16 17:54:18.208 INFO kablam! 549 | | ].into_iter().map(|v| *v)) Oct 16 17:54:18.208 INFO kablam! | |_____________^ temporary value does not live long enough Oct 16 17:54:18.208 INFO kablam! 550 | } Oct 16 17:54:18.208 INFO kablam! | - temporary value only lives until here Oct 16 17:54:18.208 INFO kablam! | Oct 16 17:54:18.208 INFO kablam! = note: borrowed value must be valid for the static lifetime... Oct 16 17:54:18.208 INFO kablam! Oct 16 17:54:18.212 INFO kablam! error[E0597]: borrowed value does not live long enough Oct 16 17:54:18.212 INFO kablam! --> src/apint/constructors.rs:575:11 Oct 16 17:54:18.212 INFO kablam! | Oct 16 17:54:18.212 INFO kablam! 575 | .chain([ Oct 16 17:54:18.212 INFO kablam! | ____________________^ Oct 16 17:54:18.212 INFO kablam! 576 | | u128::max_value(), Oct 16 17:54:18.212 INFO kablam! 577 | | 1_000_000_000_000_000_000_000_000, Oct 16 17:54:18.212 INFO kablam! 578 | | 999_999_999_999_999_999_999_999_999, Oct 16 17:54:18.212 INFO kablam! 579 | | 0x0123_4567_89AB_CDEF_FEDC_BA98_7654_3210 Oct 16 17:54:18.213 INFO kablam! 580 | | ].into_iter().map(|v| *v)) Oct 16 17:54:18.213 INFO kablam! | |_____________^ temporary value does not live long enough Oct 16 17:54:18.213 INFO kablam! 581 | } Oct 16 17:54:18.213 INFO kablam! | - temporary value only lives until here Oct 16 17:54:18.213 INFO kablam! | Oct 16 17:54:18.213 INFO kablam! = note: borrowed value must be valid for the static lifetime... Oct 16 17:54:18.213 INFO kablam! Oct 16 17:54:18.722 INFO kablam! error: aborting due to 5 previous errors Oct 16 17:54:18.722 INFO kablam! Oct 16 17:54:18.722 INFO kablam! For more information about this error, try `rustc --explain E0597`. Oct 16 17:54:18.744 INFO kablam! error: Could not compile `apint`. Oct 16 17:54:18.744 INFO kablam! Oct 16 17:54:18.744 INFO kablam! To learn more, run the command again with --verbose. Oct 16 17:54:18.745 INFO kablam! su: No module specific data is present Oct 16 17:54:19.635 INFO running `"docker" "rm" "-f" "a15f9a7d6c7717a0e48d0510beb204ad404d1a4dc988b4c596ffe6e767bbd34e"` Oct 16 17:54:19.741 INFO blam! a15f9a7d6c7717a0e48d0510beb204ad404d1a4dc988b4c596ffe6e767bbd34e