[INFO] fetching crate blocked-vec 0.1.8... [INFO] fixing blocked-vec-0.1.8 against try#5fed607fb5806ae20927e7e9193e3793c411ac20+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817 [INFO] extracting crate blocked-vec 0.1.8 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate blocked-vec 0.1.8 [INFO] finished tweaking crates.io crate blocked-vec 0.1.8 [INFO] tweaked toml for crates.io crate blocked-vec 0.1.8 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate blocked-vec 0.1.8 on toolchain 5fed607fb5806ae20927e7e9193e3793c411ac20 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fed607fb5806ae20927e7e9193e3793c411ac20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fed607fb5806ae20927e7e9193e3793c411ac20" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 5 packages to latest compatible versions [INFO] [stderr] Adding page_size v0.4.2 (available: v0.6.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fed607fb5806ae20927e7e9193e3793c411ac20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] a2679bba04585c39c809cbdc72e0cac0365cf1d6d80f50bcece9a2c42bd1e6d2 [INFO] running `Command { std: "docker" "start" "a2679bba04585c39c809cbdc72e0cac0365cf1d6d80f50bcece9a2c42bd1e6d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a2679bba04585c39c809cbdc72e0cac0365cf1d6d80f50bcece9a2c42bd1e6d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fed607fb5806ae20927e7e9193e3793c411ac20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a2679bba04585c39c809cbdc72e0cac0365cf1d6d80f50bcece9a2c42bd1e6d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a2679bba04585c39c809cbdc72e0cac0365cf1d6d80f50bcece9a2c42bd1e6d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fed607fb5806ae20927e7e9193e3793c411ac20" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }` [INFO] [stderr] crater-edition-check: migrating to next edition [INFO] [stderr] Migrating Cargo.toml from 2021 edition to 2024 [INFO] [stderr] Compiling libc v0.2.186 [INFO] [stderr] Checking page_size v0.4.2 [INFO] [stderr] Checking blocked-vec v0.1.8 (/opt/rustwide/workdir) [INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024 [INFO] [stdout] error[E0599]: no associated function or constant named `slice_assume_init_ref` found for union `MaybeUninit` in the current scope [INFO] [stdout] --> src/imp/block.rs:27:44 [INFO] [stdout] | [INFO] [stdout] 27 | .entries(unsafe { MaybeUninit::slice_assume_init_ref(self.as_slice()) }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ associated function or constant not found in `MaybeUninit<_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions: [INFO] [stdout] MaybeUninit::::new [INFO] [stdout] MaybeUninit::::uninit [INFO] [stdout] MaybeUninit::::zeroed [INFO] [stdout] --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/core/src/mem/maybe_uninit.rs:406:4 [INFO] [stdout] help: there is a method `assume_init_ref` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/core/src/mem/maybe_uninit.rs:894:4 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated function or constant named `slice_assume_init_ref` found for union `MaybeUninit` in the current scope [INFO] [stdout] --> src/imp.rs:796:36 [INFO] [stdout] | [INFO] [stdout] 796 | Some(unsafe { MaybeUninit::slice_assume_init_ref(ret.as_slice()) }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ associated function or constant not found in `MaybeUninit<_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions: [INFO] [stdout] MaybeUninit::::new [INFO] [stdout] MaybeUninit::::uninit [INFO] [stdout] MaybeUninit::::zeroed [INFO] [stdout] --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/core/src/mem/maybe_uninit.rs:406:4 [INFO] [stdout] help: there is a method `assume_init_ref` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/core/src/mem/maybe_uninit.rs:894:4 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated function or constant named `slice_assume_init_mut` found for union `MaybeUninit` in the current scope [INFO] [stdout] --> src/imp.rs:821:36 [INFO] [stdout] | [INFO] [stdout] 821 | Some(unsafe { MaybeUninit::slice_assume_init_mut(ret.as_mut_slice()) }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ associated function or constant not found in `MaybeUninit<_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions: [INFO] [stdout] MaybeUninit::::new [INFO] [stdout] MaybeUninit::::uninit [INFO] [stdout] MaybeUninit::::zeroed [INFO] [stdout] --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/core/src/mem/maybe_uninit.rs:406:4 [INFO] [stdout] help: there is a method `assume_init_mut` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/core/src/mem/maybe_uninit.rs:1011:4 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated function or constant named `slice_assume_init_ref` found for union `MaybeUninit` in the current scope [INFO] [stdout] --> src/imp.rs:872:36 [INFO] [stdout] | [INFO] [stdout] 872 | Some(unsafe { MaybeUninit::slice_assume_init_ref(ret) }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ associated function or constant not found in `MaybeUninit<_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions: [INFO] [stdout] MaybeUninit::::new [INFO] [stdout] MaybeUninit::::uninit [INFO] [stdout] MaybeUninit::::zeroed [INFO] [stdout] --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/core/src/mem/maybe_uninit.rs:406:4 [INFO] [stdout] help: there is a method `assume_init_ref` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/core/src/mem/maybe_uninit.rs:894:4 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `blocked-vec` (lib) due to 5 previous errors [INFO] [stdout] error[E0599]: no associated function or constant named `slice_assume_init_mut` found for union `MaybeUninit` in the current scope [INFO] [stdout] --> src/imp.rs:927:36 [INFO] [stdout] | [INFO] [stdout] 927 | Some(unsafe { MaybeUninit::slice_assume_init_mut(ret) }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ associated function or constant not found in `MaybeUninit<_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions: [INFO] [stdout] MaybeUninit::::new [INFO] [stdout] MaybeUninit::::uninit [INFO] [stdout] MaybeUninit::::zeroed [INFO] [stdout] --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/core/src/mem/maybe_uninit.rs:406:4 [INFO] [stdout] help: there is a method `assume_init_mut` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/core/src/mem/maybe_uninit.rs:1011:4 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated function or constant named `slice_assume_init_ref` found for union `MaybeUninit` in the current scope [INFO] [stdout] --> src/imp/block.rs:27:44 [INFO] [stdout] | [INFO] [stdout] 27 | .entries(unsafe { MaybeUninit::slice_assume_init_ref(self.as_slice()) }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ associated function or constant not found in `MaybeUninit<_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions: [INFO] [stdout] MaybeUninit::::new [INFO] [stdout] MaybeUninit::::uninit [INFO] [stdout] MaybeUninit::::zeroed [INFO] [stdout] --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/core/src/mem/maybe_uninit.rs:406:4 [INFO] [stdout] help: there is a method `assume_init_ref` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/core/src/mem/maybe_uninit.rs:894:4 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated function or constant named `slice_assume_init_ref` found for union `MaybeUninit` in the current scope [INFO] [stdout] --> src/imp.rs:796:36 [INFO] [stdout] | [INFO] [stdout] 796 | Some(unsafe { MaybeUninit::slice_assume_init_ref(ret.as_slice()) }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ associated function or constant not found in `MaybeUninit<_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions: [INFO] [stdout] MaybeUninit::::new [INFO] [stdout] MaybeUninit::::uninit [INFO] [stdout] MaybeUninit::::zeroed [INFO] [stdout] --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/core/src/mem/maybe_uninit.rs:406:4 [INFO] [stdout] help: there is a method `assume_init_ref` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/core/src/mem/maybe_uninit.rs:894:4 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated function or constant named `slice_assume_init_mut` found for union `MaybeUninit` in the current scope [INFO] [stdout] --> src/imp.rs:821:36 [INFO] [stdout] | [INFO] [stdout] 821 | Some(unsafe { MaybeUninit::slice_assume_init_mut(ret.as_mut_slice()) }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ associated function or constant not found in `MaybeUninit<_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions: [INFO] [stdout] MaybeUninit::::new [INFO] [stdout] MaybeUninit::::uninit [INFO] [stdout] MaybeUninit::::zeroed [INFO] [stdout] --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/core/src/mem/maybe_uninit.rs:406:4 [INFO] [stdout] help: there is a method `assume_init_mut` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/core/src/mem/maybe_uninit.rs:1011:4 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated function or constant named `slice_assume_init_ref` found for union `MaybeUninit` in the current scope [INFO] [stdout] --> src/imp.rs:872:36 [INFO] [stdout] | [INFO] [stdout] 872 | Some(unsafe { MaybeUninit::slice_assume_init_ref(ret) }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ associated function or constant not found in `MaybeUninit<_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions: [INFO] [stdout] MaybeUninit::::new [INFO] [stdout] MaybeUninit::::uninit [INFO] [stdout] MaybeUninit::::zeroed [INFO] [stdout] --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/core/src/mem/maybe_uninit.rs:406:4 [INFO] [stdout] help: there is a method `assume_init_ref` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/core/src/mem/maybe_uninit.rs:894:4 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated function or constant named `slice_assume_init_mut` found for union `MaybeUninit` in the current scope [INFO] [stdout] --> src/imp.rs:927:36 [INFO] [stdout] | [INFO] [stdout] 927 | Some(unsafe { MaybeUninit::slice_assume_init_mut(ret) }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ associated function or constant not found in `MaybeUninit<_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions: [INFO] [stdout] MaybeUninit::::new [INFO] [stdout] MaybeUninit::::uninit [INFO] [stdout] MaybeUninit::::zeroed [INFO] [stdout] --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/core/src/mem/maybe_uninit.rs:406:4 [INFO] [stdout] help: there is a method `assume_init_mut` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/core/src/mem/maybe_uninit.rs:1011:4 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `blocked-vec` (lib test) due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "a2679bba04585c39c809cbdc72e0cac0365cf1d6d80f50bcece9a2c42bd1e6d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2679bba04585c39c809cbdc72e0cac0365cf1d6d80f50bcece9a2c42bd1e6d2", kill_on_drop: false }` [INFO] [stdout] a2679bba04585c39c809cbdc72e0cac0365cf1d6d80f50bcece9a2c42bd1e6d2