[INFO] fetching crate dungeon-cell 0.1.0...
[INFO] testing dungeon-cell-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate dungeon-cell 0.1.0 into /workspace/builds/worker-3-tc2/source
[INFO] removed /workspace/builds/worker-3-tc2/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-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate dungeon-cell 0.1.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 855578678cec28be254a46e81970c117317fbcca29aabdd17157fd44bd97de75
[INFO] running `Command { std: "docker" "start" "-a" "855578678cec28be254a46e81970c117317fbcca29aabdd17157fd44bd97de75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "855578678cec28be254a46e81970c117317fbcca29aabdd17157fd44bd97de75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "855578678cec28be254a46e81970c117317fbcca29aabdd17157fd44bd97de75", kill_on_drop: false }`
[INFO] [stdout] 855578678cec28be254a46e81970c117317fbcca29aabdd17157fd44bd97de75
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a0f571daae1c2e2f9e8db2d9b5973738456ffe7f7e269731cadba99a88ef9d12
[INFO] running `Command { std: "docker" "start" "-a" "a0f571daae1c2e2f9e8db2d9b5973738456ffe7f7e269731cadba99a88ef9d12", kill_on_drop: false }`
[INFO] [stderr]    Compiling dungeon-cell v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling const_panic v0.2.7
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_feature_const_type_name`
[INFO] [stdout]  --> src/lib.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![cfg_attr(has_feature_const_type_name, feature(const_type_name))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_feature_const_type_name)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_feature_const_type_name)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_feature_generic_const_exprs`
[INFO] [stdout]  --> src/lib.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![cfg_attr(has_feature_generic_const_exprs, allow(incomplete_features))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_feature_generic_const_exprs)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_feature_generic_const_exprs)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_feature_generic_const_exprs`
[INFO] [stdout]  --> src/lib.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | #![cfg_attr(has_feature_generic_const_exprs, feature(generic_const_exprs))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_feature_generic_const_exprs)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_feature_generic_const_exprs)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `use_const_assert`
[INFO] [stdout]    --> src/lib.rs:107:7
[INFO] [stdout]     |
[INFO] [stdout] 107 | #[cfg(use_const_assert)]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_const_assert)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_const_assert)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `use_const_assert`
[INFO] [stdout]    --> src/compile_time.rs:285:11
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(not(use_const_assert))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_const_assert)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_const_assert)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `use_const_assert`
[INFO] [stdout]    --> src/compile_time.rs:102:15
[INFO] [stdout]     |
[INFO] [stdout] 102 |         #[cfg(use_const_assert)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_const_assert)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_const_assert)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `use_const_assert`
[INFO] [stdout]    --> src/compile_time.rs:105:19
[INFO] [stdout]     |
[INFO] [stdout] 105 |         #[cfg(not(use_const_assert))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_const_assert)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_const_assert)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `use_const_assert`
[INFO] [stdout]    --> src/compile_time.rs:149:11
[INFO] [stdout]     |
[INFO] [stdout] 149 |     #[cfg(use_const_assert)]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_const_assert)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_const_assert)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `use_const_assert`
[INFO] [stdout]    --> src/compile_time.rs:152:15
[INFO] [stdout]     |
[INFO] [stdout] 152 |     #[cfg(not(use_const_assert))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_const_assert)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_const_assert)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_const_type_name`
[INFO] [stdout]    --> src/compile_time.rs:231:15
[INFO] [stdout]     |
[INFO] [stdout] 231 |         #[cfg(has_const_type_name)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_type_name)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_type_name)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_const_type_name`
[INFO] [stdout]    --> src/compile_time.rs:234:19
[INFO] [stdout]     |
[INFO] [stdout] 234 |         #[cfg(not(has_const_type_name))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_type_name)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_type_name)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
[INFO] running `Command { std: "docker" "inspect" "a0f571daae1c2e2f9e8db2d9b5973738456ffe7f7e269731cadba99a88ef9d12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0f571daae1c2e2f9e8db2d9b5973738456ffe7f7e269731cadba99a88ef9d12", kill_on_drop: false }`
[INFO] [stdout] a0f571daae1c2e2f9e8db2d9b5973738456ffe7f7e269731cadba99a88ef9d12
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 93eec8fc6ca0d3d1bbcb045b4687e1b5df78092a6e1c0acef17ac599c1db9a44
[INFO] running `Command { std: "docker" "start" "-a" "93eec8fc6ca0d3d1bbcb045b4687e1b5df78092a6e1c0acef17ac599c1db9a44", kill_on_drop: false }`
[INFO] [stderr]    Compiling slotmap v1.0.6
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_feature_const_type_name`
[INFO] [stdout]  --> src/lib.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![cfg_attr(has_feature_const_type_name, feature(const_type_name))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_feature_const_type_name)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_feature_const_type_name)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_feature_generic_const_exprs`
[INFO] [stdout]  --> src/lib.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![cfg_attr(has_feature_generic_const_exprs, allow(incomplete_features))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_feature_generic_const_exprs)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_feature_generic_const_exprs)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_feature_generic_const_exprs`
[INFO] [stdout]  --> src/lib.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | #![cfg_attr(has_feature_generic_const_exprs, feature(generic_const_exprs))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_feature_generic_const_exprs)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_feature_generic_const_exprs)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `use_const_assert`
[INFO] [stdout]    --> src/lib.rs:107:7
[INFO] [stdout]     |
[INFO] [stdout] 107 | #[cfg(use_const_assert)]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_const_assert)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_const_assert)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `use_const_assert`
[INFO] [stdout]    --> src/compile_time.rs:285:11
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(not(use_const_assert))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_const_assert)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_const_assert)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `use_const_assert`
[INFO] [stdout]    --> src/compile_time.rs:102:15
[INFO] [stdout]     |
[INFO] [stdout] 102 |         #[cfg(use_const_assert)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_const_assert)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_const_assert)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `use_const_assert`
[INFO] [stdout]    --> src/compile_time.rs:105:19
[INFO] [stdout]     |
[INFO] [stdout] 105 |         #[cfg(not(use_const_assert))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_const_assert)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_const_assert)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `use_const_assert`
[INFO] [stdout]    --> src/compile_time.rs:149:11
[INFO] [stdout]     |
[INFO] [stdout] 149 |     #[cfg(use_const_assert)]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_const_assert)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_const_assert)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `use_const_assert`
[INFO] [stdout]    --> src/compile_time.rs:152:15
[INFO] [stdout]     |
[INFO] [stdout] 152 |     #[cfg(not(use_const_assert))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_const_assert)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_const_assert)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_const_type_name`
[INFO] [stdout]    --> src/compile_time.rs:231:15
[INFO] [stdout]     |
[INFO] [stdout] 231 |         #[cfg(has_const_type_name)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_type_name)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_type_name)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_const_type_name`
[INFO] [stdout]    --> src/compile_time.rs:234:19
[INFO] [stdout]     |
[INFO] [stdout] 234 |         #[cfg(not(has_const_type_name))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_type_name)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_type_name)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling dungeon-cell v0.1.0 (/opt/rustwide/workdir)
[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]    --> /opt/rustwide/workdir/src/vtable.rs:207:1
[INFO] [stdout]     |
[INFO] [stdout] 207 | unsafe impl<T: VTable> VTable for &T {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&T`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/vtable/lifetime_vtable.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | unsafe impl<'a, B: IsBound> VTable for LifetimeVTable<'a, B> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifetimeVTable<'a, B>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/vtable/static_vtable.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | unsafe impl<B: IsBound> VTable for StaticVTable<B> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StaticVTable<B>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/align/unaligned.rs:74:1
[INFO] [stdout]     |
[INFO] [stdout]  74 | unsafe impl<T: VTable> VTable for Unaligned<&T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `dungeon_cell::align::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 `Layout<Size<32>, Alignment<8>>: CleanupHelper<..., _>` 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]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout]     = help: 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>>`
[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>>, ...>`
[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/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/collections/hash/map.rs:246:0
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/examples/ecs-b9c04c8f44431445.long-type-6871928761683628164.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[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[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<__, __, __, __, __, __>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `VTable`
[INFO] [stdout]    --> /opt/rustwide/workdir/src/vtable.rs:207:1
[INFO] [stdout]     |
[INFO] [stdout] 207 | unsafe impl<T: VTable> VTable for &T {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&T`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/vtable/lifetime_vtable.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | unsafe impl<'a, B: IsBound> VTable for LifetimeVTable<'a, B> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifetimeVTable<'a, B>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/vtable/static_vtable.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | unsafe impl<B: IsBound> VTable for StaticVTable<B> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StaticVTable<B>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/align/unaligned.rs:74:1
[INFO] [stdout]     |
[INFO] [stdout]  74 | unsafe impl<T: VTable> VTable for Unaligned<&T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `dungeon_cell::align::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 `Layout<Size<32>, Alignment<8>>: CleanupHelper<..., _>` is not satisfied
[INFO] [stdout]    --> examples/ecs.rs:143:18
[INFO] [stdout]     |
[INFO] [stdout] 143 |             map: HashMap::new(),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout]     = help: 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>>`
[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>>, ...>`
[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/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/collections/hash/map.rs:246:0
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/examples/ecs-b9c04c8f44431445.long-type-8199277255367609055.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 `Layout<Size<32>, Alignment<8>>: CleanupHelper<..., _>` is not satisfied
[INFO] [stdout]    --> examples/ecs.rs:143:18
[INFO] [stdout]     |
[INFO] [stdout] 143 |             map: HashMap::new(),
[INFO] [stdout]     |                  ^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout]     = help: 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>>`
[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]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/examples/ecs-b9c04c8f44431445.long-type-12015701843660865269.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `num_traits`
[INFO] [stdout]   --> examples/unsized.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 | use num_traits::cast::ToPrimitive;
[INFO] [stdout]    |     ^^^^^^^^^^ use of unresolved module or unlinked crate `num_traits`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `num_traits`, use `cargo add num_traits` to add it to your `Cargo.toml`
[INFO] [stdout] 
[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]           std::fmt::Alignment
[INFO] [stdout]           std::ptr::Alignment
[INFO] [stdout]           dungeon_cell::layout::Alignment
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           dungeon_cell::layout::Size
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `entry` exists for struct `HashMap<TypeId, DungeonCore<Layout<Size<32>, Alignment<8>>, ...>>`, 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 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]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/examples/ecs-b9c04c8f44431445.long-type-2457931037945966226.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::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]    --> /opt/rustwide/workdir/src/vtable.rs:207:1
[INFO] [stdout]     |
[INFO] [stdout] 207 | unsafe impl<T: VTable> VTable for &T {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&T`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/vtable/lifetime_vtable.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | unsafe impl<'a, B: IsBound> VTable for LifetimeVTable<'a, B> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifetimeVTable<'a, B>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/vtable/static_vtable.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | unsafe impl<B: IsBound> VTable for StaticVTable<B> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StaticVTable<B>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/align/unaligned.rs:74:1
[INFO] [stdout]     |
[INFO] [stdout]  74 | unsafe impl<T: VTable> VTable for Unaligned<&T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `dungeon_cell::align::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[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] error[E0599]: the function or associated item `new` exists for struct `dungeon_cell::DungeonCore<_, dungeon_cell::bound::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 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: the following trait bounds were not satisfied:
[INFO] [stdout]             `dungeon_cell::bound::Bound<__, __, __, __, __, __>: VTable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DerefMut` and `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)]` (part of `#[warn(unused)]`) on by default
[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 `get` exists for struct `HashMap<TypeId, DungeonCore<Layout<Size<32>, Alignment<8>>, ...>>`, 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 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]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/examples/ecs-b9c04c8f44431445.long-type-2457931037945966226.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[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[E0282]: type annotations needed
[INFO] [stdout]    --> examples/ecs.rs:158:19
[INFO] [stdout]     |
[INFO] [stdout] 158 |             .map(|vec| vec.borrow::<SlotMap<_, T>>().unwrap())
[INFO] [stdout]     |                   ^^^  --- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 158 |             .map(|vec: /* Type */| vec.borrow::<SlotMap<_, T>>().unwrap())
[INFO] [stdout]     |                      ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `dungeon_cell::bound::Bound<__, __, __, __, __, __>: VTable` is not satisfied
[INFO] [stdout]    --> examples/ecs.rs:11:9
[INFO] [stdout]     |
[INFO] [stdout]  11 |     let mut ecs = Ecs::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]    --> /opt/rustwide/workdir/src/vtable.rs:207:1
[INFO] [stdout]     |
[INFO] [stdout] 207 | unsafe impl<T: VTable> VTable for &T {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&T`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/vtable/lifetime_vtable.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | unsafe impl<'a, B: IsBound> VTable for LifetimeVTable<'a, B> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifetimeVTable<'a, B>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/vtable/static_vtable.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | unsafe impl<B: IsBound> VTable for StaticVTable<B> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StaticVTable<B>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/align/unaligned.rs:74:1
[INFO] [stdout]     |
[INFO] [stdout]  74 | unsafe impl<T: VTable> VTable for Unaligned<&T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `dungeon_cell::align::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] 
[INFO] [stdout] 
[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)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> examples/core.rs:143:13
[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)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Layout<Size<32>, Alignment<8>>: CleanupHelper<..., _>` is not satisfied
[INFO] [stdout]   --> examples/ecs.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let mut ecs = Ecs::new();
[INFO] [stdout]    |         ^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: 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>>`
[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: the full name for the type has been written to '/opt/rustwide/target/debug/examples/ecs-b9c04c8f44431445.long-type-6871928761683628164.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[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)]` (part of `#[warn(unused)]`) 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:107:17
[INFO] [stdout]     |
[INFO] [stdout] 107 |     fn new() -> Self {
[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]    --> /opt/rustwide/workdir/src/vtable.rs:207:1
[INFO] [stdout]     |
[INFO] [stdout] 207 | unsafe impl<T: VTable> VTable for &T {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&T`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/vtable/lifetime_vtable.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | unsafe impl<'a, B: IsBound> VTable for LifetimeVTable<'a, B> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifetimeVTable<'a, B>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/vtable/static_vtable.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | unsafe impl<B: IsBound> VTable for StaticVTable<B> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StaticVTable<B>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/align/unaligned.rs:74:1
[INFO] [stdout]     |
[INFO] [stdout]  74 | unsafe impl<T: VTable> VTable for Unaligned<&T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `dungeon_cell::align::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] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Layout<Size<32>, Alignment<8>>: CleanupHelper<..., _>` is not satisfied
[INFO] [stdout]    --> examples/ecs.rs:107:17
[INFO] [stdout]     |
[INFO] [stdout] 107 |     fn new() -> Self {
[INFO] [stdout]     |                 ^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout]     = help: 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>>`
[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: the full name for the type has been written to '/opt/rustwide/target/debug/examples/ecs-b9c04c8f44431445.long-type-13838300163852702266.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[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] [stdout] error[E0277]: the trait bound `dungeon_cell::bound::Bound<__, __, __, __, __, __>: VTable` is not satisfied
[INFO] [stdout]    --> examples/ecs.rs:109:20
[INFO] [stdout]     |
[INFO] [stdout] 109 |               world: World {
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 110 | |                 map: TypeMap::new(),
[INFO] [stdout] 111 | |                 entities: SlotMap::new(),
[INFO] [stdout] 112 | |             },
[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]    --> /opt/rustwide/workdir/src/vtable.rs:207:1
[INFO] [stdout]     |
[INFO] [stdout] 207 | unsafe impl<T: VTable> VTable for &T {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&T`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/vtable/lifetime_vtable.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | unsafe impl<'a, B: IsBound> VTable for LifetimeVTable<'a, B> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifetimeVTable<'a, B>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/vtable/static_vtable.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | unsafe impl<B: IsBound> VTable for StaticVTable<B> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StaticVTable<B>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/align/unaligned.rs:74:1
[INFO] [stdout]     |
[INFO] [stdout]  74 | unsafe impl<T: VTable> VTable for Unaligned<&T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `dungeon_cell::align::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] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Layout<Size<32>, Alignment<8>>: CleanupHelper<..., _>` is not satisfied
[INFO] [stdout]    --> examples/ecs.rs:109:20
[INFO] [stdout]     |
[INFO] [stdout] 109 |               world: World {
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 110 | |                 map: TypeMap::new(),
[INFO] [stdout] 111 | |                 entities: SlotMap::new(),
[INFO] [stdout] 112 | |             },
[INFO] [stdout]     | |_____________^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout]     = help: 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>>`
[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: the full name for the type has been written to '/opt/rustwide/target/debug/examples/ecs-b9c04c8f44431445.long-type-13838300163852702266.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::bound::Bound<__, __, __, __, __, __>: VTable` is not satisfied
[INFO] [stdout]    --> examples/ecs.rs:110:22
[INFO] [stdout]     |
[INFO] [stdout] 110 |                 map: TypeMap::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]    --> /opt/rustwide/workdir/src/vtable.rs:207:1
[INFO] [stdout]     |
[INFO] [stdout] 207 | unsafe impl<T: VTable> VTable for &T {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&T`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/vtable/lifetime_vtable.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | unsafe impl<'a, B: IsBound> VTable for LifetimeVTable<'a, B> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifetimeVTable<'a, B>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/vtable/static_vtable.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | unsafe impl<B: IsBound> VTable for StaticVTable<B> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StaticVTable<B>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/align/unaligned.rs:74:1
[INFO] [stdout]     |
[INFO] [stdout]  74 | unsafe impl<T: VTable> VTable for Unaligned<&T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `dungeon_cell::align::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] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Layout<Size<32>, Alignment<8>>: CleanupHelper<..., _>` is not satisfied
[INFO] [stdout]    --> examples/ecs.rs:110:22
[INFO] [stdout]     |
[INFO] [stdout] 110 |                 map: TypeMap::new(),
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout]     = help: 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>>`
[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: the full name for the type has been written to '/opt/rustwide/target/debug/examples/ecs-b9c04c8f44431445.long-type-13838300163852702266.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 "unsized") due to 7 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0277, E0282, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dungeon-cell` (example "ecs") due to 18 previous errors
[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]           std::fmt::Alignment
[INFO] [stdout]           std::ptr::Alignment
[INFO] [stdout]           dungeon_cell::layout::Alignment
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           dungeon_cell::layout::Size
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dungeon-cell` (example "cell") due to 1 previous error
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_feature_const_type_name`
[INFO] [stdout]  --> src/lib.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![cfg_attr(has_feature_const_type_name, feature(const_type_name))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_feature_const_type_name)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_feature_const_type_name)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_feature_generic_const_exprs`
[INFO] [stdout]  --> src/lib.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![cfg_attr(has_feature_generic_const_exprs, allow(incomplete_features))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_feature_generic_const_exprs)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_feature_generic_const_exprs)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_feature_generic_const_exprs`
[INFO] [stdout]  --> src/lib.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | #![cfg_attr(has_feature_generic_const_exprs, feature(generic_const_exprs))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_feature_generic_const_exprs)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_feature_generic_const_exprs)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `use_const_assert`
[INFO] [stdout]    --> src/lib.rs:107:7
[INFO] [stdout]     |
[INFO] [stdout] 107 | #[cfg(use_const_assert)]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_const_assert)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_const_assert)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `use_const_assert`
[INFO] [stdout]    --> src/compile_time.rs:285:11
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(not(use_const_assert))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_const_assert)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_const_assert)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `use_const_assert`
[INFO] [stdout]    --> src/compile_time.rs:102:15
[INFO] [stdout]     |
[INFO] [stdout] 102 |         #[cfg(use_const_assert)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_const_assert)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_const_assert)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `use_const_assert`
[INFO] [stdout]    --> src/compile_time.rs:105:19
[INFO] [stdout]     |
[INFO] [stdout] 105 |         #[cfg(not(use_const_assert))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_const_assert)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_const_assert)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `use_const_assert`
[INFO] [stdout]    --> src/compile_time.rs:149:11
[INFO] [stdout]     |
[INFO] [stdout] 149 |     #[cfg(use_const_assert)]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_const_assert)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_const_assert)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `use_const_assert`
[INFO] [stdout]    --> src/compile_time.rs:152:15
[INFO] [stdout]     |
[INFO] [stdout] 152 |     #[cfg(not(use_const_assert))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_const_assert)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_const_assert)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_const_type_name`
[INFO] [stdout]    --> src/compile_time.rs:231:15
[INFO] [stdout]     |
[INFO] [stdout] 231 |         #[cfg(has_const_type_name)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_type_name)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_type_name)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_const_type_name`
[INFO] [stdout]    --> src/compile_time.rs:234:19
[INFO] [stdout]     |
[INFO] [stdout] 234 |         #[cfg(not(has_const_type_name))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_type_name)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_type_name)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[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)]` (part of `#[warn(unused)]`) 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] running `Command { std: "docker" "inspect" "93eec8fc6ca0d3d1bbcb045b4687e1b5df78092a6e1c0acef17ac599c1db9a44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93eec8fc6ca0d3d1bbcb045b4687e1b5df78092a6e1c0acef17ac599c1db9a44", kill_on_drop: false }`
[INFO] [stdout] 93eec8fc6ca0d3d1bbcb045b4687e1b5df78092a6e1c0acef17ac599c1db9a44
