[INFO] fetching crate dungeon-cell 0.1.0...
[INFO] checking dungeon-cell-0.1.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate dungeon-cell 0.1.0 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate dungeon-cell 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] removed /workspace/builds/worker-1-tc1/source/.cargo/config.toml
[INFO] started tweaking crates.io crate dungeon-cell 0.1.0
[INFO] finished tweaking crates.io crate dungeon-cell 0.1.0
[INFO] tweaked toml for crates.io crate dungeon-cell 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] crate crates.io crate dungeon-cell 0.1.0 already has a lockfile, it will not be regenerated
[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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 0c22d906a7369e1661cde3127ba98b001fda30ff2f919b245fb03628be7d1a0b
[INFO] running `Command { std: "docker" "start" "-a" "0c22d906a7369e1661cde3127ba98b001fda30ff2f919b245fb03628be7d1a0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c22d906a7369e1661cde3127ba98b001fda30ff2f919b245fb03628be7d1a0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c22d906a7369e1661cde3127ba98b001fda30ff2f919b245fb03628be7d1a0b", kill_on_drop: false }`
[INFO] [stdout] 0c22d906a7369e1661cde3127ba98b001fda30ff2f919b245fb03628be7d1a0b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] bd0922517f222138a90d1538b3d3327a2668e12b53bd67d079b619a652a400ce
[INFO] running `Command { std: "docker" "start" "-a" "bd0922517f222138a90d1538b3d3327a2668e12b53bd67d079b619a652a400ce", kill_on_drop: false }`
[INFO] [stderr]    Compiling slotmap v1.0.6
[INFO] [stderr]    Compiling dungeon-cell v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking const_panic v0.2.7
[INFO] [stdout] error[E0432]: unresolved import `dungeon_cell::marker_traits::ValidIsCoerceMut`
[INFO] [stdout]  --> examples/unsized.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use dungeon_cell::marker_traits::ValidIsCoerceMut;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ValidIsCoerceMut` in `marker_traits`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `dungeon_cell::Alignment`, `dungeon_cell::DungeonCell`, `dungeon_cell::Size`
[INFO] [stdout]  --> examples/cell.rs:1:20
[INFO] [stdout]   |
[INFO] [stdout] 1 | use dungeon_cell::{Alignment, DungeonCell, Size};
[INFO] [stdout]   |                    ^^^^^^^^^  ^^^^^^^^^^^  ^^^^ no `Size` in the root
[INFO] [stdout]   |                    |          |
[INFO] [stdout]   |                    |          no `DungeonCell` in the root
[INFO] [stdout]   |                    |          help: a similar name exists in the module: `DungeonCore`
[INFO] [stdout]   |                    no `Alignment` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these items instead:
[INFO] [stdout]           core::fmt::Alignment
[INFO] [stdout]           core::ptr::Alignment
[INFO] [stdout]           dungeon_cell::layout::Alignment
[INFO] [stdout]           std::fmt::Alignment
[INFO] [stdout]           std::ptr::Alignment
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           dungeon_cell::layout::Size
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `num_traits`
[INFO] [stdout]   --> examples/unsized.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 | use num_traits::cast::ToPrimitive;
[INFO] [stdout]    |     ^^^^^^^^^^ use of undeclared crate or module `num_traits`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `dungeon_cell::auto_coerce`, `dungeon_cell::auto_coerce_wrapper`, `dungeon_cell::coerce`, `dungeon_cell::Alignment`, `dungeon_cell::AutoCoerceFrom`, `dungeon_cell::DungeonUnsized`, `dungeon_cell::IsCoerceMut`, `dungeon_cell::IsSend`, `dungeon_cell::Size`
[INFO] [stdout]  --> examples/unsized.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     auto_coerce, auto_coerce_wrapper, coerce, layout_for, Alignment,
[INFO] [stdout]   |     ^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^  ^^^^^^              ^^^^^^^^^ no `Alignment` in the root
[INFO] [stdout]   |     |            |                    |
[INFO] [stdout]   |     |            |                    no `coerce` in the root
[INFO] [stdout]   |     |            |                    help: a similar name exists in the module: `core`
[INFO] [stdout]   |     |            no `auto_coerce_wrapper` in the root
[INFO] [stdout]   |     no `auto_coerce` in the root
[INFO] [stdout] 7 |     AutoCoerceFrom, DungeonUnsized, IsCoerceMut, IsSend, Size,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^  ^^^^ no `Size` in the root
[INFO] [stdout]   |     |               |               |            |
[INFO] [stdout]   |     |               |               |            no `IsSend` in the root
[INFO] [stdout]   |     |               |               no `IsCoerceMut` in the root
[INFO] [stdout]   |     |               no `DungeonUnsized` in the root
[INFO] [stdout]   |     no `AutoCoerceFrom` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these items instead:
[INFO] [stdout]           core::fmt::Alignment
[INFO] [stdout]           core::ptr::Alignment
[INFO] [stdout]           dungeon_cell::layout::Alignment
[INFO] [stdout]           std::fmt::Alignment
[INFO] [stdout]           std::ptr::Alignment
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           dungeon_cell::layout::Size
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `dungeon_cell::bound::Bound<__, __, __, __, __, __>: VTable` is not satisfied
[INFO] [stdout]    --> examples/ecs.rs:137:26
[INFO] [stdout]     |
[INFO] [stdout] 137 |     map: HashMap<TypeId, DungeonCore<layout_for!(SlotMap<DefaultKey, ()>)>>,
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `VTable` is not implemented for `dungeon_cell::bound::Bound<__, __, __, __, __, __>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `VTable`:
[INFO] [stdout]               &T
[INFO] [stdout]               LifetimeVTable<'a, B>
[INFO] [stdout]               StaticVTable<B>
[INFO] [stdout]               Unaligned<&T>
[INFO] [stdout] note: required by a bound in `dungeon_cell::DungeonCore`
[INFO] [stdout]    --> /opt/rustwide/workdir/src/core.rs:76:8
[INFO] [stdout]     |
[INFO] [stdout] 73  | pub struct DungeonCore<L, V = DefaultVtable>
[INFO] [stdout]     |            ----------- required by a bound in this struct
[INFO] [stdout] ...
[INFO] [stdout] 76  |     V: VTable,
[INFO] [stdout]     |        ^^^^^^ required by this bound in `DungeonCore`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `dungeon_cell::layout::Layout<Size<32>, dungeon_cell::layout::Alignment<8>>: dungeon_cell::core::inner::cleanup::CleanupHelper<dungeon_cell::bound::Bound<__, __, __, __, __, __>, _>` is not satisfied
[INFO] [stdout]    --> examples/ecs.rs:137:10
[INFO] [stdout]     |
[INFO] [stdout] 137 |     map: HashMap<TypeId, DungeonCore<layout_for!(SlotMap<DefaultKey, ()>)>>,
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `dungeon_cell::core::inner::cleanup::CleanupHelper<dungeon_cell::bound::Bound<__, __, __, __, __, __>, _>` is not implemented for `dungeon_cell::layout::Layout<Size<32>, dungeon_cell::layout::Alignment<8>>`, which is required by `dungeon_cell::DungeonCore<dungeon_cell::layout::Layout<Size<32>, dungeon_cell::layout::Alignment<8>>, dungeon_cell::bound::Bound<__, __, __, __, __, __>>: Sized`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `dungeon_cell::layout::Layout<Size<32>, dungeon_cell::layout::Alignment<8>>` to implement `dungeon_cell::Cleanup<dungeon_cell::bound::Bound<__, __, __, __, __, __>>`
[INFO] [stdout] note: required because it appears within the type `DungeonCore<Layout<Size<32>, Alignment<8>>, Bound<__, __, __, __, __, __>>`
[INFO] [stdout]    --> /opt/rustwide/workdir/src/core.rs:73:12
[INFO] [stdout]     |
[INFO] [stdout] 73  | pub struct DungeonCore<L, V = DefaultVtable>
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] note: required by an implicit `Sized` bound in `HashMap`
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/collections/hash/map.rs:213:1
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/examples/ecs-c5d7010115cb4794.long-type-6621861984084546199.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dungeon-cell` (example "cell") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0412]: cannot find type `CoercionVTable` in module `dungeon_cell::vtable`
[INFO] [stdout]   --> examples/unsized.rs:49:49
[INFO] [stdout]    |
[INFO] [stdout] 49 | static STATIC_STR_AS_STR: dungeon_cell::vtable::CoercionVTable<
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^ not found in `dungeon_cell::vtable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DerefMut`, `Deref`
[INFO] [stdout]  --> examples/unsized.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ops::{Deref, DerefMut};
[INFO] [stdout]   |                ^^^^^  ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `dungeon_cell::bound::Bound<__, __, __, __, __, __>: VTable` is not satisfied
[INFO] [stdout]    --> examples/ecs.rs:143:18
[INFO] [stdout]     |
[INFO] [stdout] 143 |             map: HashMap::new(),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^ the trait `VTable` is not implemented for `dungeon_cell::bound::Bound<__, __, __, __, __, __>`, which is required by `dungeon_cell::DungeonCore<dungeon_cell::layout::Layout<Size<32>, dungeon_cell::layout::Alignment<8>>, dungeon_cell::bound::Bound<__, __, __, __, __, __>>: Sized`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `VTable`:
[INFO] [stdout]               &T
[INFO] [stdout]               LifetimeVTable<'a, B>
[INFO] [stdout]               StaticVTable<B>
[INFO] [stdout]               Unaligned<&T>
[INFO] [stdout]     = note: required for `dungeon_cell::layout::Layout<Size<32>, dungeon_cell::layout::Alignment<8>>` to implement `dungeon_cell::Cleanup<dungeon_cell::bound::Bound<__, __, __, __, __, __>>`
[INFO] [stdout] note: required because it appears within the type `DungeonCore<Layout<Size<32>, Alignment<8>>, Bound<__, __, __, __, __, __>>`
[INFO] [stdout]    --> /opt/rustwide/workdir/src/core.rs:73:12
[INFO] [stdout]     |
[INFO] [stdout] 73  | pub struct DungeonCore<L, V = DefaultVtable>
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `HashMap::<K, V>::new`
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/collections/hash/map.rs:232:5
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/examples/ecs-c5d7010115cb4794.long-type-6621861984084546199.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `dungeon_cell::layout::Layout<Size<32>, dungeon_cell::layout::Alignment<8>>: dungeon_cell::core::inner::cleanup::CleanupHelper<dungeon_cell::bound::Bound<__, __, __, __, __, __>, _>` is not satisfied
[INFO] [stdout]    --> examples/ecs.rs:143:18
[INFO] [stdout]     |
[INFO] [stdout] 143 |             map: HashMap::new(),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^ the trait `dungeon_cell::core::inner::cleanup::CleanupHelper<dungeon_cell::bound::Bound<__, __, __, __, __, __>, _>` is not implemented for `dungeon_cell::layout::Layout<Size<32>, dungeon_cell::layout::Alignment<8>>`, which is required by `dungeon_cell::DungeonCore<dungeon_cell::layout::Layout<Size<32>, dungeon_cell::layout::Alignment<8>>, dungeon_cell::bound::Bound<__, __, __, __, __, __>>: Sized`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `dungeon_cell::layout::Layout<Size<32>, dungeon_cell::layout::Alignment<8>>` to implement `dungeon_cell::Cleanup<dungeon_cell::bound::Bound<__, __, __, __, __, __>>`
[INFO] [stdout] note: required because it appears within the type `DungeonCore<Layout<Size<32>, Alignment<8>>, Bound<__, __, __, __, __, __>>`
[INFO] [stdout]    --> /opt/rustwide/workdir/src/core.rs:73:12
[INFO] [stdout]     |
[INFO] [stdout] 73  | pub struct DungeonCore<L, V = DefaultVtable>
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `HashMap::<K, V>::new`
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/collections/hash/map.rs:232:5
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/examples/ecs-c5d7010115cb4794.long-type-6621861984084546199.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `dungeon_cell::layout::Layout<Size<32>, dungeon_cell::layout::Alignment<8>>: dungeon_cell::core::inner::cleanup::CleanupHelper<dungeon_cell::bound::Bound<__, __, __, __, __, __>, _>` is not satisfied
[INFO] [stdout]    --> examples/ecs.rs:143:18
[INFO] [stdout]     |
[INFO] [stdout] 143 |             map: HashMap::new(),
[INFO] [stdout]     |                  ^^^^^^^^^^^^ the trait `dungeon_cell::core::inner::cleanup::CleanupHelper<dungeon_cell::bound::Bound<__, __, __, __, __, __>, _>` is not implemented for `dungeon_cell::layout::Layout<Size<32>, dungeon_cell::layout::Alignment<8>>`, which is required by `dungeon_cell::layout::Layout<Size<32>, dungeon_cell::layout::Alignment<8>>: dungeon_cell::Cleanup<dungeon_cell::bound::Bound<__, __, __, __, __, __>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `dungeon_cell::layout::Layout<Size<32>, dungeon_cell::layout::Alignment<8>>` to implement `dungeon_cell::Cleanup<dungeon_cell::bound::Bound<__, __, __, __, __, __>>`
[INFO] [stdout] note: required by a bound in `dungeon_cell::DungeonCore`
[INFO] [stdout]    --> /opt/rustwide/workdir/src/core.rs:75:19
[INFO] [stdout]     |
[INFO] [stdout] 73  | pub struct DungeonCore<L, V = DefaultVtable>
[INFO] [stdout]     |            ----------- required by a bound in this struct
[INFO] [stdout] 74  | where
[INFO] [stdout] 75  |     L: IsLayout + Cleanup<V>,
[INFO] [stdout]     |                   ^^^^^^^^^^ required by this bound in `DungeonCore`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoerceToPrimitive` in this scope
[INFO] [stdout]   --> examples/unsized.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |         CoerceToPrimitive(123u8),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `entry` exists for struct `HashMap<TypeId, DungeonCore<Layout<Size<32>, Alignment<8>>, Bound<__, __, __, __, __, __>>>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> examples/ecs.rs:149:14
[INFO] [stdout]     |
[INFO] [stdout] 148 | /         self.map
[INFO] [stdout] 149 | |             .entry(TypeId::of::<T>())
[INFO] [stdout]     | |             -^^^^^ method cannot be called due to unsatisfied trait bounds
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     | 
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/layout.rs:40:1
[INFO] [stdout]     |
[INFO] [stdout] 40  |   pub struct Layout<Size: IsSize, Alignment: IsAlignment> {
[INFO] [stdout]     |   ------------------------------------------------------- doesn't satisfy `_: CleanupHelper<Bound<__, __, __, __, __, __>, _>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/core.rs:73:1
[INFO] [stdout]     |
[INFO] [stdout] 73  |   pub struct DungeonCore<L, V = DefaultVtable>
[INFO] [stdout]     |   -------------------------------------------- doesn't satisfy `_: Sized`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/bound.rs:278:1
[INFO] [stdout]     |
[INFO] [stdout] 278 |   pub struct Bound<Send, Sync, Copy, Clone, Unpin, Debug> {
[INFO] [stdout]     |   ------------------------------------------------------- doesn't satisfy `_: VTable`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the full type name has been written to '/opt/rustwide/target/debug/examples/ecs-c5d7010115cb4794.long-type-18124555203544314865.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `dungeon_cell::bound::Bound<__, __, __, __, __, __>: VTable`
[INFO] [stdout]             which is required by `dungeon_cell::DungeonCore<dungeon_cell::layout::Layout<Size<32>, dungeon_cell::layout::Alignment<8>>, dungeon_cell::bound::Bound<__, __, __, __, __, __>>: Sized`
[INFO] [stdout]             `dungeon_cell::layout::Layout<Size<32>, dungeon_cell::layout::Alignment<8>>: dungeon_cell::core::inner::cleanup::CleanupHelper<dungeon_cell::bound::Bound<__, __, __, __, __, __>, _>`
[INFO] [stdout]             which is required by `dungeon_cell::DungeonCore<dungeon_cell::layout::Layout<Size<32>, dungeon_cell::layout::Alignment<8>>, dungeon_cell::bound::Bound<__, __, __, __, __, __>>: Sized`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoerceToPrimitive` in this scope
[INFO] [stdout]   --> examples/unsized.rs:83:11
[INFO] [stdout]    |
[INFO] [stdout] 83 |     x.set(CoerceToPrimitive(-1i8));
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoerceFn` in this scope
[INFO] [stdout]   --> examples/unsized.rs:93:64
[INFO] [stdout]    |
[INFO] [stdout] 93 |         DungeonUnsized::<dyn Fn(&mut i32), layout_for!()>::new(CoerceFn(|x| {
[INFO] [stdout]    |                                                                ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the function or associated item `new` exists for struct `DungeonCore<_, Bound<__, __, __, __, __, __>>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> examples/ecs.rs:150:45
[INFO] [stdout]     |
[INFO] [stdout] 150 |             .or_insert_with(|| DungeonCore::new(SlotMap::<_, T>::new()))
[INFO] [stdout]     |                                             ^^^ function or associated item cannot be called on `DungeonCore<_, Bound<__, __, __, __, __, __>>` due to unsatisfied trait bounds
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/bound.rs:278:1
[INFO] [stdout]     |
[INFO] [stdout] 278 | pub struct Bound<Send, Sync, Copy, Clone, Unpin, Debug> {
[INFO] [stdout]     | ------------------------------------------------------- doesn't satisfy `_: VTable`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `dungeon_cell::DungeonCore<_, dungeon_cell::bound::Bound<__, __, __, __, __, __>>` consider using one of the following associated functions:
[INFO] [stdout]       dungeon_cell::DungeonCore::<L, V>::new
[INFO] [stdout]       dungeon_cell::DungeonCore::<L, V>::new_unchecked
[INFO] [stdout]    --> /opt/rustwide/workdir/src/core.rs:150:5
[INFO] [stdout]     |
[INFO] [stdout] 150 | /     pub const fn new<T: Dynamic<V::Bounds>>(value: T) -> Self
[INFO] [stdout] 151 | |     where
[INFO] [stdout] 152 | |         V: ConstVTableOf<T>,
[INFO] [stdout]     | |____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 550 |       pub const unsafe fn new_unchecked<T>(value: T, vtable: V) -> Self {
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `dungeon_cell::bound::Bound<__, __, __, __, __, __>: VTable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `dungeon_cell::bound::Bound<__, __, __, __, __, __>: VTable` is not satisfied
[INFO] [stdout]    --> examples/ecs.rs:150:32
[INFO] [stdout]     |
[INFO] [stdout] 150 |             .or_insert_with(|| DungeonCore::new(SlotMap::<_, T>::new()))
[INFO] [stdout]     |                                ^^^^^^^^^^^ the trait `VTable` is not implemented for `dungeon_cell::bound::Bound<__, __, __, __, __, __>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `VTable`:
[INFO] [stdout]               &T
[INFO] [stdout]               LifetimeVTable<'a, B>
[INFO] [stdout]               StaticVTable<B>
[INFO] [stdout]               Unaligned<&T>
[INFO] [stdout] note: required by a bound in `dungeon_cell::DungeonCore`
[INFO] [stdout]    --> /opt/rustwide/workdir/src/core.rs:76:8
[INFO] [stdout]     |
[INFO] [stdout] 73  | pub struct DungeonCore<L, V = DefaultVtable>
[INFO] [stdout]     |            ----------- required by a bound in this struct
[INFO] [stdout] ...
[INFO] [stdout] 76  |     V: VTable,
[INFO] [stdout]     |        ^^^^^^ required by this bound in `DungeonCore`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `get` exists for struct `HashMap<TypeId, DungeonCore<Layout<Size<32>, Alignment<8>>, Bound<__, __, __, __, __, __>>>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> examples/ecs.rs:157:14
[INFO] [stdout]     |
[INFO] [stdout] 156 | /         self.map
[INFO] [stdout] 157 | |             .get(&TypeId::of::<T>())
[INFO] [stdout]     | |             -^^^ method cannot be called due to unsatisfied trait bounds
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     | 
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/layout.rs:40:1
[INFO] [stdout]     |
[INFO] [stdout] 40  |   pub struct Layout<Size: IsSize, Alignment: IsAlignment> {
[INFO] [stdout]     |   ------------------------------------------------------- doesn't satisfy `_: CleanupHelper<Bound<__, __, __, __, __, __>, _>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/core.rs:73:1
[INFO] [stdout]     |
[INFO] [stdout] 73  |   pub struct DungeonCore<L, V = DefaultVtable>
[INFO] [stdout]     |   -------------------------------------------- doesn't satisfy `_: Sized`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/bound.rs:278:1
[INFO] [stdout]     |
[INFO] [stdout] 278 |   pub struct Bound<Send, Sync, Copy, Clone, Unpin, Debug> {
[INFO] [stdout]     |   ------------------------------------------------------- doesn't satisfy `_: VTable`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the full type name has been written to '/opt/rustwide/target/debug/examples/ecs-c5d7010115cb4794.long-type-18124555203544314865.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `dungeon_cell::bound::Bound<__, __, __, __, __, __>: VTable`
[INFO] [stdout]             which is required by `dungeon_cell::DungeonCore<dungeon_cell::layout::Layout<Size<32>, dungeon_cell::layout::Alignment<8>>, dungeon_cell::bound::Bound<__, __, __, __, __, __>>: Sized`
[INFO] [stdout]             `dungeon_cell::layout::Layout<Size<32>, dungeon_cell::layout::Alignment<8>>: dungeon_cell::core::inner::cleanup::CleanupHelper<dungeon_cell::bound::Bound<__, __, __, __, __, __>, _>`
[INFO] [stdout]             which is required by `dungeon_cell::DungeonCore<dungeon_cell::layout::Layout<Size<32>, dungeon_cell::layout::Alignment<8>>, dungeon_cell::bound::Bound<__, __, __, __, __, __>>: Sized`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dungeon-cell` (example "ecs") due to 10 previous errors
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> examples/core.rs:143:17
[INFO] [stdout]     |
[INFO] [stdout] 143 |         let mut x: DungeonCore<
[INFO] [stdout]     |                 ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dungeon-cell` (example "unsized") due to 8 previous errors; 1 warning emitted
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> examples/core.rs:143:13
[INFO] [stdout]     |
[INFO] [stdout] 143 |         let mut x: DungeonCore<
[INFO] [stdout]     |             ----^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `X` is never used
[INFO] [stdout]    --> examples/core.rs:169:6
[INFO] [stdout]     |
[INFO] [stdout] 169 | type X<'a> = DungeonCore<
[INFO] [stdout]     |      ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `Y` is never used
[INFO] [stdout]    --> src/vtable/lifetime_vtable.rs:195:16
[INFO] [stdout]     |
[INFO] [stdout] 195 |         static Y: AtomicBool = AtomicBool::new(false);
[INFO] [stdout]     |                ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `X` is never constructed
[INFO] [stdout]    --> src/vtable/lifetime_vtable.rs:197:16
[INFO] [stdout]     |
[INFO] [stdout] 197 |         struct X {
[INFO] [stdout]     |                ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "bd0922517f222138a90d1538b3d3327a2668e12b53bd67d079b619a652a400ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd0922517f222138a90d1538b3d3327a2668e12b53bd67d079b619a652a400ce", kill_on_drop: false }`
[INFO] [stdout] bd0922517f222138a90d1538b3d3327a2668e12b53bd67d079b619a652a400ce
