Oct 13 18:04:24.442 INFO checking apint-0.2.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 18:04:24.444 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-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 18:04:24.960 INFO blam! 9bcde8d41b1fbc253281713f2cdc1f11d0c074552f51ef350becf5ce9fb21f17 Oct 13 18:04:24.962 INFO running `"docker" "start" "-a" "9bcde8d41b1fbc253281713f2cdc1f11d0c074552f51ef350becf5ce9fb21f17"` Oct 13 18:04:26.641 INFO kablam! usermod: no changes Oct 13 18:04:26.796 INFO kablam! Checking apint v0.2.0 (/source) Oct 13 18:04:30.748 INFO kablam! warning: method is never used: `from_hi_lo` Oct 13 18:04:30.748 INFO kablam! --> src/digit.rs:194:2 Oct 13 18:04:30.748 INFO kablam! | Oct 13 18:04:30.748 INFO kablam! 194 | pub(crate) fn from_hi_lo(hi: Digit, lo: Digit) -> DoubleDigit { Oct 13 18:04:30.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 18:04:30.748 INFO kablam! | Oct 13 18:04:30.748 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 18:04:30.748 INFO kablam! Oct 13 18:04:32.316 INFO kablam! error[E0597]: borrowed value does not live long enough Oct 13 18:04:32.316 INFO kablam! --> src/apint/constructors.rs:429:11 Oct 13 18:04:32.316 INFO kablam! | Oct 13 18:04:32.316 INFO kablam! 429 | .chain([ Oct 13 18:04:32.316 INFO kablam! | ____________________^ Oct 13 18:04:32.316 INFO kablam! 430 | | u8::max_value(), Oct 13 18:04:32.316 INFO kablam! 431 | | 10, Oct 13 18:04:32.316 INFO kablam! 432 | | 42, Oct 13 18:04:32.316 INFO kablam! 433 | | 99, Oct 13 18:04:32.316 INFO kablam! 434 | | 123 Oct 13 18:04:32.316 INFO kablam! 435 | | ].into_iter() Oct 13 18:04:32.316 INFO kablam! | |_____________^ temporary value does not live long enough Oct 13 18:04:32.316 INFO kablam! 436 | .map(|v| *v)) Oct 13 18:04:32.316 INFO kablam! 437 | } Oct 13 18:04:32.316 INFO kablam! | - temporary value only lives until here Oct 13 18:04:32.316 INFO kablam! | Oct 13 18:04:32.316 INFO kablam! = note: borrowed value must be valid for the static lifetime... Oct 13 18:04:32.316 INFO kablam! Oct 13 18:04:32.324 INFO kablam! error[E0597]: borrowed value does not live long enough Oct 13 18:04:32.324 INFO kablam! --> src/apint/constructors.rs:480:11 Oct 13 18:04:32.325 INFO kablam! | Oct 13 18:04:32.325 INFO kablam! 480 | .chain([ Oct 13 18:04:32.325 INFO kablam! | ____________________^ Oct 13 18:04:32.325 INFO kablam! 481 | | u16::max_value(), Oct 13 18:04:32.325 INFO kablam! 482 | | 500, Oct 13 18:04:32.325 INFO kablam! 483 | | 1000, Oct 13 18:04:32.326 INFO kablam! ... | Oct 13 18:04:32.326 INFO kablam! 486 | | 42_000 Oct 13 18:04:32.326 INFO kablam! 487 | | ].into_iter().map(|v| *v)) Oct 13 18:04:32.326 INFO kablam! | |_____________^ temporary value does not live long enough Oct 13 18:04:32.326 INFO kablam! 488 | } Oct 13 18:04:32.326 INFO kablam! | - temporary value only lives until here Oct 13 18:04:32.327 INFO kablam! | Oct 13 18:04:32.327 INFO kablam! = note: borrowed value must be valid for the static lifetime... Oct 13 18:04:32.327 INFO kablam! Oct 13 18:04:32.327 INFO kablam! error[E0597]: borrowed value does not live long enough Oct 13 18:04:32.327 INFO kablam! --> src/apint/constructors.rs:513:11 Oct 13 18:04:32.327 INFO kablam! | Oct 13 18:04:32.327 INFO kablam! 513 | .chain([ Oct 13 18:04:32.328 INFO kablam! | ____________________^ Oct 13 18:04:32.328 INFO kablam! 514 | | u32::max_value(), Oct 13 18:04:32.328 INFO kablam! 515 | | 1_000_000, Oct 13 18:04:32.328 INFO kablam! 516 | | 999_999_999, Oct 13 18:04:32.328 INFO kablam! 517 | | 1_234_567_890 Oct 13 18:04:32.328 INFO kablam! 518 | | ].into_iter().map(|v| *v)) Oct 13 18:04:32.329 INFO kablam! | |_____________^ temporary value does not live long enough Oct 13 18:04:32.329 INFO kablam! 519 | } Oct 13 18:04:32.329 INFO kablam! | - temporary value only lives until here Oct 13 18:04:32.329 INFO kablam! | Oct 13 18:04:32.329 INFO kablam! = note: borrowed value must be valid for the static lifetime... Oct 13 18:04:32.329 INFO kablam! Oct 13 18:04:32.330 INFO kablam! error[E0597]: borrowed value does not live long enough Oct 13 18:04:32.330 INFO kablam! --> src/apint/constructors.rs:544:11 Oct 13 18:04:32.330 INFO kablam! | Oct 13 18:04:32.330 INFO kablam! 544 | .chain([ Oct 13 18:04:32.330 INFO kablam! | ____________________^ Oct 13 18:04:32.330 INFO kablam! 545 | | u64::max_value(), Oct 13 18:04:32.330 INFO kablam! 546 | | 1_000_000_000_000, Oct 13 18:04:32.331 INFO kablam! 547 | | 999_999_999_999_999_999, Oct 13 18:04:32.331 INFO kablam! 548 | | 0x0123_4567_89AB_CDEF Oct 13 18:04:32.331 INFO kablam! 549 | | ].into_iter().map(|v| *v)) Oct 13 18:04:32.331 INFO kablam! | |_____________^ temporary value does not live long enough Oct 13 18:04:32.331 INFO kablam! 550 | } Oct 13 18:04:32.331 INFO kablam! | - temporary value only lives until here Oct 13 18:04:32.332 INFO kablam! | Oct 13 18:04:32.332 INFO kablam! = note: borrowed value must be valid for the static lifetime... Oct 13 18:04:32.332 INFO kablam! Oct 13 18:04:32.348 INFO kablam! error[E0597]: borrowed value does not live long enough Oct 13 18:04:32.349 INFO kablam! --> src/apint/constructors.rs:575:11 Oct 13 18:04:32.349 INFO kablam! | Oct 13 18:04:32.349 INFO kablam! 575 | .chain([ Oct 13 18:04:32.349 INFO kablam! | ____________________^ Oct 13 18:04:32.349 INFO kablam! 576 | | u128::max_value(), Oct 13 18:04:32.349 INFO kablam! 577 | | 1_000_000_000_000_000_000_000_000, Oct 13 18:04:32.349 INFO kablam! 578 | | 999_999_999_999_999_999_999_999_999, Oct 13 18:04:32.350 INFO kablam! 579 | | 0x0123_4567_89AB_CDEF_FEDC_BA98_7654_3210 Oct 13 18:04:32.350 INFO kablam! 580 | | ].into_iter().map(|v| *v)) Oct 13 18:04:32.350 INFO kablam! | |_____________^ temporary value does not live long enough Oct 13 18:04:32.350 INFO kablam! 581 | } Oct 13 18:04:32.350 INFO kablam! | - temporary value only lives until here Oct 13 18:04:32.350 INFO kablam! | Oct 13 18:04:32.351 INFO kablam! = note: borrowed value must be valid for the static lifetime... Oct 13 18:04:32.351 INFO kablam! Oct 13 18:04:32.932 INFO kablam! error: aborting due to 5 previous errors Oct 13 18:04:32.932 INFO kablam! Oct 13 18:04:32.932 INFO kablam! For more information about this error, try `rustc --explain E0597`. Oct 13 18:04:32.944 INFO kablam! error: Could not compile `apint`. Oct 13 18:04:32.944 INFO kablam! Oct 13 18:04:32.944 INFO kablam! To learn more, run the command again with --verbose. Oct 13 18:04:32.944 INFO kablam! su: No module specific data is present Oct 13 18:04:33.952 INFO running `"docker" "rm" "-f" "9bcde8d41b1fbc253281713f2cdc1f11d0c074552f51ef350becf5ce9fb21f17"` Oct 13 18:04:34.300 INFO blam! 9bcde8d41b1fbc253281713f2cdc1f11d0c074552f51ef350becf5ce9fb21f17