[INFO] fetching crate dst-container 0.1.0...
[INFO] checking dst-container-0.1.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate dst-container 0.1.0 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate dst-container 0.1.0 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate dst-container 0.1.0
[INFO] finished tweaking crates.io crate dst-container 0.1.0
[INFO] tweaked toml for crates.io crate dst-container 0.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 15 packages to latest compatible versions
[INFO] [stderr]       Adding proc-macro-crate v1.3.1 (latest: v3.1.0)
[INFO] [stderr]       Adding syn v1.0.109 (latest: v2.0.60)
[INFO] [stderr]       Adding toml_edit v0.19.15 (latest: v0.22.12)
[INFO] [stderr]       Adding winnow v0.5.40 (latest: v0.6.7)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded dst-container-derive v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f5fe1f24245a0fd4374ed7a0f43526efc24074dba3f79d7334783a42b30f0235
[INFO] running `Command { std: "docker" "start" "-a" "f5fe1f24245a0fd4374ed7a0f43526efc24074dba3f79d7334783a42b30f0235", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f5fe1f24245a0fd4374ed7a0f43526efc24074dba3f79d7334783a42b30f0235", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f5fe1f24245a0fd4374ed7a0f43526efc24074dba3f79d7334783a42b30f0235", kill_on_drop: false }`
[INFO] [stdout] f5fe1f24245a0fd4374ed7a0f43526efc24074dba3f79d7334783a42b30f0235
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 892f49709e5b055dd513fc28245bad34c94d361729252313612d78b01e9b7c94
[INFO] running `Command { std: "docker" "start" "-a" "892f49709e5b055dd513fc28245bad34c94d361729252313612d78b01e9b7c94", kill_on_drop: false }`
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling dst-container-derive v0.1.0
[INFO] [stderr]     Checking dst-container v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice_cloned` found for union `MaybeUninit` in the current scope
[INFO] [stdout]   --> src/lib.rs:86:22
[INFO] [stdout]    |
[INFO] [stdout] 86 |         MaybeUninit::write_slice_cloned(dest, self);
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^ function or associated item 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::<T>::new
[INFO] [stdout]       MaybeUninit::<T>::uninit
[INFO] [stdout]       MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]    --> src/smart_ptr.rs:231:30
[INFO] [stdout]     |
[INFO] [stdout] 231 |                 MaybeUninit::write_slice(&mut slice.slice, &[0; SLICE_LEN]);
[INFO] [stdout]     |                              ^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice` found for union `MaybeUninit` in the current scope
[INFO] [stdout]   --> src/lib.rs:92:22
[INFO] [stdout]    |
[INFO] [stdout] 92 |         MaybeUninit::write_slice(dest, self);
[INFO] [stdout]    |                      ^^^^^^^^^^^ function or associated item 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::<T>::new
[INFO] [stdout]       MaybeUninit::<T>::uninit
[INFO] [stdout]       MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice` found for union `MaybeUninit` in the current scope
[INFO] [stdout]   --> src/lib.rs:98:22
[INFO] [stdout]    |
[INFO] [stdout] 98 |         MaybeUninit::write_slice(dest, self.as_bytes());
[INFO] [stdout]    |                      ^^^^^^^^^^^ function or associated item 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::<T>::new
[INFO] [stdout]       MaybeUninit::<T>::uninit
[INFO] [stdout]       MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]   --> src/unsized_slice.rs:23:30
[INFO] [stdout]    |
[INFO] [stdout] 23 |                 MaybeUninit::write_slice(&mut slice.slice, &[1u64, 1, 4, 5, 1, 4]);
[INFO] [stdout]    |                              ^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice_cloned` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]   --> src/unsized_slice.rs:45:30
[INFO] [stdout]    |
[INFO] [stdout] 45 |                 MaybeUninit::write_slice_cloned(&mut slice.slice, &[data.clone(), data.clone()]);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]   --> src/unsized_str.rs:22:30
[INFO] [stdout]    |
[INFO] [stdout] 22 |                 MaybeUninit::write_slice(&mut slice.str, "Hello".as_bytes());
[INFO] [stdout]    |                              ^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]     --> src/fixed_vec.rs:1089:30
[INFO] [stdout]      |
[INFO] [stdout] 1089 |                 MaybeUninit::write_slice(&mut slice.slice, &[1, 1, 4, 5, 1, 4]);
[INFO] [stdout]      |                              ^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]     --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dst-container` (lib) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]     --> src/fixed_vec.rs:1104:30
[INFO] [stdout]      |
[INFO] [stdout] 1104 |                 MaybeUninit::write_slice(&mut slice.slice, &[1, 1, 4, 5, 1, 4]);
[INFO] [stdout]      |                              ^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]     --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice_cloned` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]     --> src/fixed_vec.rs:1120:30
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                 MaybeUninit::write_slice_cloned(&mut slice.slice, &[data.clone(), data.clone()]);
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]     --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]     --> src/fixed_vec.rs:1160:30
[INFO] [stdout]      |
[INFO] [stdout] 1160 |                 MaybeUninit::write_slice(&mut slice.slice, &[1, 1, 4]);
[INFO] [stdout]      |                              ^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]     --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]     --> src/fixed_vec.rs:1190:34
[INFO] [stdout]      |
[INFO] [stdout] 1190 |                     MaybeUninit::write_slice(slice, &[0; SLICE_LEN]);
[INFO] [stdout]      |                                  ^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]     --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice_cloned` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]   --> src/lib.rs:86:22
[INFO] [stdout]    |
[INFO] [stdout] 86 |         MaybeUninit::write_slice_cloned(dest, self);
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]   --> src/lib.rs:92:22
[INFO] [stdout]    |
[INFO] [stdout] 92 |         MaybeUninit::write_slice(dest, self);
[INFO] [stdout]    |                      ^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]   --> src/lib.rs:98:22
[INFO] [stdout]    |
[INFO] [stdout] 98 |         MaybeUninit::write_slice(dest, self.as_bytes());
[INFO] [stdout]    |                      ^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 12 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dst-container` (lib test) due to 13 previous errors
[INFO] running `Command { std: "docker" "inspect" "892f49709e5b055dd513fc28245bad34c94d361729252313612d78b01e9b7c94", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "892f49709e5b055dd513fc28245bad34c94d361729252313612d78b01e9b7c94", kill_on_drop: false }`
[INFO] [stdout] 892f49709e5b055dd513fc28245bad34c94d361729252313612d78b01e9b7c94
[INFO] checking dst-container-0.1.0 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate dst-container 0.1.0 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate dst-container 0.1.0 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate dst-container 0.1.0
[INFO] finished tweaking crates.io crate dst-container 0.1.0
[INFO] tweaked toml for crates.io crate dst-container 0.1.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 15 packages to latest compatible versions
[INFO] [stderr]       Adding proc-macro-crate v1.3.1 (latest: v3.1.0)
[INFO] [stderr]       Adding syn v1.0.109 (latest: v2.0.60)
[INFO] [stderr]       Adding toml_edit v0.19.15 (latest: v0.22.12)
[INFO] [stderr]       Adding winnow v0.5.40 (latest: v0.6.7)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 42183c2bfe18a3acce86a8b9d235221b828eda6825dd95a96f383194fc3243de
[INFO] running `Command { std: "docker" "start" "-a" "42183c2bfe18a3acce86a8b9d235221b828eda6825dd95a96f383194fc3243de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "42183c2bfe18a3acce86a8b9d235221b828eda6825dd95a96f383194fc3243de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "42183c2bfe18a3acce86a8b9d235221b828eda6825dd95a96f383194fc3243de", kill_on_drop: false }`
[INFO] [stdout] 42183c2bfe18a3acce86a8b9d235221b828eda6825dd95a96f383194fc3243de
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c8b74b3d563ddfe53605c31b61b7ac8677b0bc85ca4f43bbab3d2b61d976b096
[INFO] running `Command { std: "docker" "start" "-a" "c8b74b3d563ddfe53605c31b61b7ac8677b0bc85ca4f43bbab3d2b61d976b096", kill_on_drop: false }`
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling dst-container-derive v0.1.0
[INFO] [stderr]     Checking dst-container v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]    --> src/smart_ptr.rs:231:30
[INFO] [stdout]     |
[INFO] [stdout] 231 |                 MaybeUninit::write_slice(&mut slice.slice, &[0; SLICE_LEN]);
[INFO] [stdout]     |                              ^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice_cloned` found for union `MaybeUninit` in the current scope
[INFO] [stdout]   --> src/lib.rs:86:22
[INFO] [stdout]    |
[INFO] [stdout] 86 |         MaybeUninit::write_slice_cloned(dest, self);
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^ function or associated item 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::<T>::new
[INFO] [stdout]       MaybeUninit::<T>::uninit
[INFO] [stdout]       MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice` found for union `MaybeUninit` in the current scope
[INFO] [stdout]   --> src/lib.rs:92:22
[INFO] [stdout]    |
[INFO] [stdout] 92 |         MaybeUninit::write_slice(dest, self);
[INFO] [stdout]    |                      ^^^^^^^^^^^ function or associated item 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::<T>::new
[INFO] [stdout]       MaybeUninit::<T>::uninit
[INFO] [stdout]       MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]   --> src/unsized_slice.rs:23:30
[INFO] [stdout]    |
[INFO] [stdout] 23 |                 MaybeUninit::write_slice(&mut slice.slice, &[1u64, 1, 4, 5, 1, 4]);
[INFO] [stdout]    |                              ^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice` found for union `MaybeUninit` in the current scope
[INFO] [stdout]   --> src/lib.rs:98:22
[INFO] [stdout]    |
[INFO] [stdout] 98 |         MaybeUninit::write_slice(dest, self.as_bytes());
[INFO] [stdout]    |                      ^^^^^^^^^^^ function or associated item 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::<T>::new
[INFO] [stdout]       MaybeUninit::<T>::uninit
[INFO] [stdout]       MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice_cloned` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]   --> src/unsized_slice.rs:45:30
[INFO] [stdout]    |
[INFO] [stdout] 45 |                 MaybeUninit::write_slice_cloned(&mut slice.slice, &[data.clone(), data.clone()]);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]   --> src/unsized_str.rs:22:30
[INFO] [stdout]    |
[INFO] [stdout] 22 |                 MaybeUninit::write_slice(&mut slice.str, "Hello".as_bytes());
[INFO] [stdout]    |                              ^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]     --> src/fixed_vec.rs:1089:30
[INFO] [stdout]      |
[INFO] [stdout] 1089 |                 MaybeUninit::write_slice(&mut slice.slice, &[1, 1, 4, 5, 1, 4]);
[INFO] [stdout]      |                              ^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]     --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]     --> src/fixed_vec.rs:1104:30
[INFO] [stdout]      |
[INFO] [stdout] 1104 |                 MaybeUninit::write_slice(&mut slice.slice, &[1, 1, 4, 5, 1, 4]);
[INFO] [stdout]      |                              ^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]     --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dst-container` (lib) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice_cloned` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]     --> src/fixed_vec.rs:1120:30
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                 MaybeUninit::write_slice_cloned(&mut slice.slice, &[data.clone(), data.clone()]);
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]     --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]     --> src/fixed_vec.rs:1160:30
[INFO] [stdout]      |
[INFO] [stdout] 1160 |                 MaybeUninit::write_slice(&mut slice.slice, &[1, 1, 4]);
[INFO] [stdout]      |                              ^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]     --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]     --> src/fixed_vec.rs:1190:34
[INFO] [stdout]      |
[INFO] [stdout] 1190 |                     MaybeUninit::write_slice(slice, &[0; SLICE_LEN]);
[INFO] [stdout]      |                                  ^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]     --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice_cloned` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]   --> src/lib.rs:86:22
[INFO] [stdout]    |
[INFO] [stdout] 86 |         MaybeUninit::write_slice_cloned(dest, self);
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]   --> src/lib.rs:92:22
[INFO] [stdout]    |
[INFO] [stdout] 92 |         MaybeUninit::write_slice(dest, self);
[INFO] [stdout]    |                      ^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `write_slice` found for union `std::mem::MaybeUninit` in the current scope
[INFO] [stdout]   --> src/lib.rs:98:22
[INFO] [stdout]    |
[INFO] [stdout] 98 |         MaybeUninit::write_slice(dest, self.as_bytes());
[INFO] [stdout]    |                      ^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/mem/maybe_uninit.rs:290:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 12 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dst-container` (lib test) due to 13 previous errors
[INFO] running `Command { std: "docker" "inspect" "c8b74b3d563ddfe53605c31b61b7ac8677b0bc85ca4f43bbab3d2b61d976b096", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c8b74b3d563ddfe53605c31b61b7ac8677b0bc85ca4f43bbab3d2b61d976b096", kill_on_drop: false }`
[INFO] [stdout] c8b74b3d563ddfe53605c31b61b7ac8677b0bc85ca4f43bbab3d2b61d976b096
