[INFO] crate numext-fixed-uint 0.1.0 is already in cache [INFO] extracting crate numext-fixed-uint 0.1.0 into work/ex/pr-59928/sources/master#df25d79a33b0c82b716699a75a41bfdc6089850a/reg/numext-fixed-uint/0.1.0 [INFO] extracting crate numext-fixed-uint 0.1.0 into work/ex/pr-59928/sources/try#424a4ae163d6517f301cd4048a4b5dd785be5b2f/reg/numext-fixed-uint/0.1.0 [INFO] validating manifest of numext-fixed-uint-0.1.0 on toolchain master#df25d79a33b0c82b716699a75a41bfdc6089850a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+df25d79a33b0c82b716699a75a41bfdc6089850a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of numext-fixed-uint-0.1.0 on toolchain try#424a4ae163d6517f301cd4048a4b5dd785be5b2f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+424a4ae163d6517f301cd4048a4b5dd785be5b2f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing numext-fixed-uint-0.1.0 [INFO] finished frobbing numext-fixed-uint-0.1.0 [INFO] frobbed toml for numext-fixed-uint-0.1.0 written to work/ex/pr-59928/sources/master#df25d79a33b0c82b716699a75a41bfdc6089850a/reg/numext-fixed-uint/0.1.0/Cargo.toml [INFO] started frobbing numext-fixed-uint-0.1.0 [INFO] finished frobbing numext-fixed-uint-0.1.0 [INFO] frobbed toml for numext-fixed-uint-0.1.0 written to work/ex/pr-59928/sources/try#424a4ae163d6517f301cd4048a4b5dd785be5b2f/reg/numext-fixed-uint/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+df25d79a33b0c82b716699a75a41bfdc6089850a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+424a4ae163d6517f301cd4048a4b5dd785be5b2f-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+df25d79a33b0c82b716699a75a41bfdc6089850a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded numext-constructor v0.1.4 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+424a4ae163d6517f301cd4048a4b5dd785be5b2f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking numext-fixed-uint-0.1.0 against try#424a4ae163d6517f301cd4048a4b5dd785be5b2f for pr-59928 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-59928/worker-6/try#424a4ae163d6517f301cd4048a4b5dd785be5b2f:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-59928/sources/try#424a4ae163d6517f301cd4048a4b5dd785be5b2f/reg/numext-fixed-uint/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+424a4ae163d6517f301cd4048a4b5dd785be5b2f-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 89aa96c3c1ef59984eae342e6cd6244f8caca4eff782dfa2fbb4629bdd51d50c [INFO] running `"docker" "start" "-a" "89aa96c3c1ef59984eae342e6cd6244f8caca4eff782dfa2fbb4629bdd51d50c"` [INFO] [stderr] Compiling numext-constructor v0.1.4 [INFO] [stderr] Checking numext-fixed-uint v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0505]: cannot move out of `self` because it is borrowed [INFO] [stderr] --> src/lib.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / numext_constructor::construct_fixed_uints!( [INFO] [stderr] 21 | | U128 { [INFO] [stderr] 22 | | size = 128, [INFO] [stderr] 23 | | }, [INFO] [stderr] ... | [INFO] [stderr] 50 | | }, [INFO] [stderr] 51 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__borrow of `self` occurs here [INFO] [stderr] | move out of `self` occurs here [INFO] [stderr] [INFO] [stderr] error[E0505]: cannot move out of `self` because it is borrowed [INFO] [stderr] --> src/lib.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / numext_constructor::construct_fixed_uints!( [INFO] [stderr] 21 | | U128 { [INFO] [stderr] 22 | | size = 128, [INFO] [stderr] 23 | | }, [INFO] [stderr] ... | [INFO] [stderr] 50 | | }, [INFO] [stderr] 51 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__borrow of `self` occurs here [INFO] [stderr] | move out of `self` occurs here [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0505`. [INFO] [stderr] error: Could not compile `numext-fixed-uint`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0505`. [INFO] [stderr] error: Could not compile `numext-fixed-uint`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "89aa96c3c1ef59984eae342e6cd6244f8caca4eff782dfa2fbb4629bdd51d50c"` [INFO] running `"docker" "rm" "-f" "89aa96c3c1ef59984eae342e6cd6244f8caca4eff782dfa2fbb4629bdd51d50c"` [INFO] [stdout] 89aa96c3c1ef59984eae342e6cd6244f8caca4eff782dfa2fbb4629bdd51d50c