holochain_types 0.3.0-beta-dev.18

Holochain common types
Build #974519 2023-11-16T21:24:40.050724+00:00
# rustc version
rustc 1.76.0-nightly (6b771f6b5 2023-11-15)
# docs.rs version
docsrs 0.6.0 (30e2f2ce 2023-11-16)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/holochain_types-0.3.0-beta-dev.18/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/holochain_types-0.3.0-beta-dev.18/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0c7e0e8312ad82a1bed3696438480b7da990d348377d3754e1cd95b06a8a36c7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20231115-1.76.0-nightly-6b771f6b5\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] f89151d76de34f57714f01907d69c80c0a97a348451b0fc25e47db1c2d2b0c56
[INFO] running `Command { std: "docker" "start" "-a" "f89151d76de34f57714f01907d69c80c0a97a348451b0fc25e47db1c2d2b0c56", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]     Checking wasmer-types v2.3.0
[INFO] [stderr]     Checking camino v1.1.6
[INFO] [stderr]     Checking semver v1.0.20
[INFO] [stderr]     Checking event-listener-strategy v0.3.0
[INFO] [stderr]     Checking wast v67.0.1
[INFO] [stderr]    Compiling cranelift-isle v0.91.1
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]    Compiling semver-parser v0.10.2
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]     Checking tempfile v3.8.1
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, std::string::String, u32): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:142:14
[INFO] [stderr]     |
[INFO] [stderr] 142 |     imports: ArchivableIndexMap<(String, String, u32), ImportIndex>,
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, std::string::String, u32)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr] note: required by a bound in `ArchivableIndexMap`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/archives.rs:10:47
[INFO] [stderr]     |
[INFO] [stderr] 10  | pub struct ArchivableIndexMap<K: Hash + Ord + Archive, V: Archive> {
[INFO] [stderr]     |                                               ^^^^^^^ required by this bound in `ArchivableIndexMap`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, std::string::String, u32): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:139:10
[INFO] [stderr]     |
[INFO] [stderr] 139 | #[derive(RkyvSerialize, RkyvDeserialize, Archive)]
[INFO] [stderr]     |          ^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, std::string::String, u32)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr] note: required for `ArchivableIndexMap<(std::string::String, std::string::String, u32), ImportIndex>` to implement `Archive`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/archives.rs:8:34
[INFO] [stderr]     |
[INFO] [stderr] 8   | #[derive(Serialize, Deserialize, Archive)]
[INFO] [stderr]     |                                  ^^^^^^^
[INFO] [stderr] 9   | /// Rkyv Archivable IndexMap
[INFO] [stderr] 10  | pub struct ArchivableIndexMap<K: Hash + Ord + Archive, V: Archive> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-------^^^^^^^^^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr]     = help: see issue #48214
[INFO] [stderr]     = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in the derive macro `RkyvSerialize` which comes from the expansion of the derive macro `Archive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, CustomSectionIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:139:10
[INFO] [stderr]     |
[INFO] [stderr] 139 | #[derive(RkyvSerialize, RkyvDeserialize, Archive)]
[INFO] [stderr]     |          ^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, CustomSectionIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, CustomSectionIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 1 redundant requirement hidden
[INFO] [stderr]     = note: required for `ArchivableIndexMap<std::string::String, CustomSectionIndex>` to implement `Archive`
[INFO] [stderr]     = help: see issue #48214
[INFO] [stderr]     = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in the derive macro `RkyvSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, ExportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:139:10
[INFO] [stderr]     |
[INFO] [stderr] 139 | #[derive(RkyvSerialize, RkyvDeserialize, Archive)]
[INFO] [stderr]     |          ^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, ExportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, ExportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 1 redundant requirement hidden
[INFO] [stderr]     = note: required for `ArchivableIndexMap<std::string::String, ExportIndex>` to implement `Archive`
[INFO] [stderr]     = help: see issue #48214
[INFO] [stderr]     = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in the derive macro `RkyvSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `((std::string::String, std::string::String, u32), ImportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:139:10
[INFO] [stderr]     |
[INFO] [stderr] 139 | #[derive(RkyvSerialize, RkyvDeserialize, Archive)]
[INFO] [stderr]     |          ^^^^^^^^^^^^^ the trait `Archive` is not implemented for `((std::string::String, std::string::String, u32), ImportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<((std::string::String, std::string::String, u32), ImportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 1 redundant requirement hidden
[INFO] [stderr]     = note: required for `ArchivableIndexMap<(std::string::String, std::string::String, u32), ImportIndex>` to implement `Archive`
[INFO] [stderr]     = help: see issue #48214
[INFO] [stderr]     = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in the derive macro `RkyvSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, std::string::String, u32): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:139:25
[INFO] [stderr]     |
[INFO] [stderr] 139 | #[derive(RkyvSerialize, RkyvDeserialize, Archive)]
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, std::string::String, u32)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr] note: required for `ArchivableIndexMap<(std::string::String, std::string::String, u32), ImportIndex>` to implement `Archive`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/archives.rs:8:34
[INFO] [stderr]     |
[INFO] [stderr] 8   | #[derive(Serialize, Deserialize, Archive)]
[INFO] [stderr]     |                                  ^^^^^^^
[INFO] [stderr] 9   | /// Rkyv Archivable IndexMap
[INFO] [stderr] 10  | pub struct ArchivableIndexMap<K: Hash + Ord + Archive, V: Archive> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-------^^^^^^^^^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr]     = help: see issue #48214
[INFO] [stderr]     = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in the derive macro `RkyvDeserialize` which comes from the expansion of the derive macro `Archive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, CustomSectionIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:139:25
[INFO] [stderr]     |
[INFO] [stderr] 139 | #[derive(RkyvSerialize, RkyvDeserialize, Archive)]
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, CustomSectionIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, CustomSectionIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 1 redundant requirement hidden
[INFO] [stderr]     = note: required for `ArchivableIndexMap<std::string::String, CustomSectionIndex>` to implement `Archive`
[INFO] [stderr]     = help: see issue #48214
[INFO] [stderr]     = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in the derive macro `RkyvDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, ExportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:139:25
[INFO] [stderr]     |
[INFO] [stderr] 139 | #[derive(RkyvSerialize, RkyvDeserialize, Archive)]
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, ExportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, ExportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 1 redundant requirement hidden
[INFO] [stderr]     = note: required for `ArchivableIndexMap<std::string::String, ExportIndex>` to implement `Archive`
[INFO] [stderr]     = help: see issue #48214
[INFO] [stderr]     = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in the derive macro `RkyvDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `((std::string::String, std::string::String, u32), ImportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:139:25
[INFO] [stderr]     |
[INFO] [stderr] 139 | #[derive(RkyvSerialize, RkyvDeserialize, Archive)]
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `((std::string::String, std::string::String, u32), ImportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<((std::string::String, std::string::String, u32), ImportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 1 redundant requirement hidden
[INFO] [stderr]     = note: required for `ArchivableIndexMap<(std::string::String, std::string::String, u32), ImportIndex>` to implement `Archive`
[INFO] [stderr]     = help: see issue #48214
[INFO] [stderr]     = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in the derive macro `RkyvDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, std::string::String, u32): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:139:42
[INFO] [stderr]     |
[INFO] [stderr] 139 | #[derive(RkyvSerialize, RkyvDeserialize, Archive)]
[INFO] [stderr]     |                                          ^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, std::string::String, u32)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr] note: required for `ArchivableIndexMap<(std::string::String, std::string::String, u32), ImportIndex>` to implement `Archive`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/archives.rs:8:34
[INFO] [stderr]     |
[INFO] [stderr] 8   | #[derive(Serialize, Deserialize, Archive)]
[INFO] [stderr]     |                                  ^^^^^^^
[INFO] [stderr] 9   | /// Rkyv Archivable IndexMap
[INFO] [stderr] 10  | pub struct ArchivableIndexMap<K: Hash + Ord + Archive, V: Archive> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-------^^^^^^^^^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr]     = help: see issue #48214
[INFO] [stderr]     = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in the derive macro `Archive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, CustomSectionIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:139:42
[INFO] [stderr]     |
[INFO] [stderr] 139 | #[derive(RkyvSerialize, RkyvDeserialize, Archive)]
[INFO] [stderr]     |                                          ^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, CustomSectionIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, CustomSectionIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 1 redundant requirement hidden
[INFO] [stderr]     = note: required for `ArchivableIndexMap<std::string::String, CustomSectionIndex>` to implement `Archive`
[INFO] [stderr]     = help: see issue #48214
[INFO] [stderr]     = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in the derive macro `Archive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, ExportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:139:42
[INFO] [stderr]     |
[INFO] [stderr] 139 | #[derive(RkyvSerialize, RkyvDeserialize, Archive)]
[INFO] [stderr]     |                                          ^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, ExportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, ExportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 1 redundant requirement hidden
[INFO] [stderr]     = note: required for `ArchivableIndexMap<std::string::String, ExportIndex>` to implement `Archive`
[INFO] [stderr]     = help: see issue #48214
[INFO] [stderr]     = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in the derive macro `Archive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `((std::string::String, std::string::String, u32), ImportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:139:42
[INFO] [stderr]     |
[INFO] [stderr] 139 | #[derive(RkyvSerialize, RkyvDeserialize, Archive)]
[INFO] [stderr]     |                                          ^^^^^^^ the trait `Archive` is not implemented for `((std::string::String, std::string::String, u32), ImportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<((std::string::String, std::string::String, u32), ImportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 1 redundant requirement hidden
[INFO] [stderr]     = note: required for `ArchivableIndexMap<(std::string::String, std::string::String, u32), ImportIndex>` to implement `Archive`
[INFO] [stderr]     = help: see issue #48214
[INFO] [stderr]     = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in the derive macro `Archive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, std::string::String, u32): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:247:56
[INFO] [stderr]     |
[INFO] [stderr] 247 | impl<D: Fallible + ?Sized + SharedDeserializeRegistry> RkyvDeserialize<ModuleInfo, D>
[INFO] [stderr]     |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, std::string::String, u32)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr] note: required for `ArchivableIndexMap<(std::string::String, std::string::String, u32), ImportIndex>` to implement `Archive`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/archives.rs:8:34
[INFO] [stderr]     |
[INFO] [stderr] 8   | #[derive(Serialize, Deserialize, Archive)]
[INFO] [stderr]     |                                  ^^^^^^^
[INFO] [stderr] 9   | /// Rkyv Archivable IndexMap
[INFO] [stderr] 10  | pub struct ArchivableIndexMap<K: Hash + Ord + Archive, V: Archive> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-------^^^^^^^^^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr]     = note: 1 redundant requirement hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr]     = note: this error originates in the derive macro `Archive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `((std::string::String, std::string::String, u32), ImportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:247:56
[INFO] [stderr]     |
[INFO] [stderr] 247 | impl<D: Fallible + ?Sized + SharedDeserializeRegistry> RkyvDeserialize<ModuleInfo, D>
[INFO] [stderr]     |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `((std::string::String, std::string::String, u32), ImportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<((std::string::String, std::string::String, u32), ImportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, ExportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:247:56
[INFO] [stderr]     |
[INFO] [stderr] 247 | impl<D: Fallible + ?Sized + SharedDeserializeRegistry> RkyvDeserialize<ModuleInfo, D>
[INFO] [stderr]     |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, ExportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, ExportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, CustomSectionIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:247:56
[INFO] [stderr]     |
[INFO] [stderr] 247 | impl<D: Fallible + ?Sized + SharedDeserializeRegistry> RkyvDeserialize<ModuleInfo, D>
[INFO] [stderr]     |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, CustomSectionIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, CustomSectionIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, std::string::String, u32): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:139:10
[INFO] [stderr]     |
[INFO] [stderr] 139 | #[derive(RkyvSerialize, RkyvDeserialize, Archive)]
[INFO] [stderr]     |          ^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, std::string::String, u32)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr] note: required by a bound in `ArchivableIndexMap`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/archives.rs:10:47
[INFO] [stderr]     |
[INFO] [stderr] 10  | pub struct ArchivableIndexMap<K: Hash + Ord + Archive, V: Archive> {
[INFO] [stderr]     |                                               ^^^^^^^ required by this bound in `ArchivableIndexMap`
[INFO] [stderr]     = note: this error originates in the derive macro `RkyvSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, std::string::String, u32): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:139:25
[INFO] [stderr]     |
[INFO] [stderr] 139 | #[derive(RkyvSerialize, RkyvDeserialize, Archive)]
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, std::string::String, u32)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr] note: required by a bound in `ArchivableIndexMap`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/archives.rs:10:47
[INFO] [stderr]     |
[INFO] [stderr] 10  | pub struct ArchivableIndexMap<K: Hash + Ord + Archive, V: Archive> {
[INFO] [stderr]     |                                               ^^^^^^^ required by this bound in `ArchivableIndexMap`
[INFO] [stderr]     = note: this error originates in the derive macro `RkyvDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, std::string::String, u32): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:139:42
[INFO] [stderr]     |
[INFO] [stderr] 139 | #[derive(RkyvSerialize, RkyvDeserialize, Archive)]
[INFO] [stderr]     |                                          ^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, std::string::String, u32)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr] note: required by a bound in `ArchivableIndexMap`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/archives.rs:10:47
[INFO] [stderr]     |
[INFO] [stderr] 10  | pub struct ArchivableIndexMap<K: Hash + Ord + Archive, V: Archive> {
[INFO] [stderr]     |                                               ^^^^^^^ required by this bound in `ArchivableIndexMap`
[INFO] [stderr]     = note: this error originates in the derive macro `Archive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, std::string::String, u32): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:229:21
[INFO] [stderr]     |
[INFO] [stderr] 229 |     type Archived = <ArchivableModuleInfo as Archive>::Archived;
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, std::string::String, u32)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr] note: required for `ArchivableIndexMap<(std::string::String, std::string::String, u32), ImportIndex>` to implement `Archive`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/archives.rs:8:34
[INFO] [stderr]     |
[INFO] [stderr] 8   | #[derive(Serialize, Deserialize, Archive)]
[INFO] [stderr]     |                                  ^^^^^^^
[INFO] [stderr] 9   | /// Rkyv Archivable IndexMap
[INFO] [stderr] 10  | pub struct ArchivableIndexMap<K: Hash + Ord + Archive, V: Archive> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-------^^^^^^^^^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr]     = note: 1 redundant requirement hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr]     = note: this error originates in the derive macro `Archive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `((std::string::String, std::string::String, u32), ImportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:229:21
[INFO] [stderr]     |
[INFO] [stderr] 229 |     type Archived = <ArchivableModuleInfo as Archive>::Archived;
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `((std::string::String, std::string::String, u32), ImportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<((std::string::String, std::string::String, u32), ImportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, ExportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:229:21
[INFO] [stderr]     |
[INFO] [stderr] 229 |     type Archived = <ArchivableModuleInfo as Archive>::Archived;
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, ExportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, ExportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, CustomSectionIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:229:21
[INFO] [stderr]     |
[INFO] [stderr] 229 |     type Archived = <ArchivableModuleInfo as Archive>::Archived;
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, CustomSectionIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, CustomSectionIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, std::string::String, u32): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:230:21
[INFO] [stderr]     |
[INFO] [stderr] 230 |     type Resolver = <ArchivableModuleInfo as Archive>::Resolver;
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, std::string::String, u32)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr] note: required for `ArchivableIndexMap<(std::string::String, std::string::String, u32), ImportIndex>` to implement `Archive`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/archives.rs:8:34
[INFO] [stderr]     |
[INFO] [stderr] 8   | #[derive(Serialize, Deserialize, Archive)]
[INFO] [stderr]     |                                  ^^^^^^^
[INFO] [stderr] 9   | /// Rkyv Archivable IndexMap
[INFO] [stderr] 10  | pub struct ArchivableIndexMap<K: Hash + Ord + Archive, V: Archive> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-------^^^^^^^^^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr]     = note: 1 redundant requirement hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr]     = note: this error originates in the derive macro `Archive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `((std::string::String, std::string::String, u32), ImportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:230:21
[INFO] [stderr]     |
[INFO] [stderr] 230 |     type Resolver = <ArchivableModuleInfo as Archive>::Resolver;
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `((std::string::String, std::string::String, u32), ImportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<((std::string::String, std::string::String, u32), ImportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, ExportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:230:21
[INFO] [stderr]     |
[INFO] [stderr] 230 |     type Resolver = <ArchivableModuleInfo as Archive>::Resolver;
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, ExportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, ExportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, CustomSectionIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:230:21
[INFO] [stderr]     |
[INFO] [stderr] 230 |     type Resolver = <ArchivableModuleInfo as Archive>::Resolver;
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, CustomSectionIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, CustomSectionIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, std::string::String, u32): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:232:52
[INFO] [stderr]     |
[INFO] [stderr] 232 |     unsafe fn resolve(&self, pos: usize, resolver: Self::Resolver, out: *mut Self::Archived) {
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, std::string::String, u32)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr] note: required for `ArchivableIndexMap<(std::string::String, std::string::String, u32), ImportIndex>` to implement `Archive`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/archives.rs:8:34
[INFO] [stderr]     |
[INFO] [stderr] 8   | #[derive(Serialize, Deserialize, Archive)]
[INFO] [stderr]     |                                  ^^^^^^^
[INFO] [stderr] 9   | /// Rkyv Archivable IndexMap
[INFO] [stderr] 10  | pub struct ArchivableIndexMap<K: Hash + Ord + Archive, V: Archive> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-------^^^^^^^^^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr]     = note: 1 redundant requirement hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr]     = note: this error originates in the derive macro `Archive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `((std::string::String, std::string::String, u32), ImportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:232:52
[INFO] [stderr]     |
[INFO] [stderr] 232 |     unsafe fn resolve(&self, pos: usize, resolver: Self::Resolver, out: *mut Self::Archived) {
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `((std::string::String, std::string::String, u32), ImportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<((std::string::String, std::string::String, u32), ImportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, ExportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:232:52
[INFO] [stderr]     |
[INFO] [stderr] 232 |     unsafe fn resolve(&self, pos: usize, resolver: Self::Resolver, out: *mut Self::Archived) {
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, ExportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, ExportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, CustomSectionIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:232:52
[INFO] [stderr]     |
[INFO] [stderr] 232 |     unsafe fn resolve(&self, pos: usize, resolver: Self::Resolver, out: *mut Self::Archived) {
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, CustomSectionIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, CustomSectionIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, std::string::String, u32): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:232:73
[INFO] [stderr]     |
[INFO] [stderr] 232 |     unsafe fn resolve(&self, pos: usize, resolver: Self::Resolver, out: *mut Self::Archived) {
[INFO] [stderr]     |                                                                         ^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, std::string::String, u32)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr] note: required for `ArchivableIndexMap<(std::string::String, std::string::String, u32), ImportIndex>` to implement `Archive`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/archives.rs:8:34
[INFO] [stderr]     |
[INFO] [stderr] 8   | #[derive(Serialize, Deserialize, Archive)]
[INFO] [stderr]     |                                  ^^^^^^^
[INFO] [stderr] 9   | /// Rkyv Archivable IndexMap
[INFO] [stderr] 10  | pub struct ArchivableIndexMap<K: Hash + Ord + Archive, V: Archive> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-------^^^^^^^^^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr]     = note: 1 redundant requirement hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr]     = note: this error originates in the derive macro `Archive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `((std::string::String, std::string::String, u32), ImportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:232:73
[INFO] [stderr]     |
[INFO] [stderr] 232 |     unsafe fn resolve(&self, pos: usize, resolver: Self::Resolver, out: *mut Self::Archived) {
[INFO] [stderr]     |                                                                         ^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `((std::string::String, std::string::String, u32), ImportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<((std::string::String, std::string::String, u32), ImportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, ExportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:232:73
[INFO] [stderr]     |
[INFO] [stderr] 232 |     unsafe fn resolve(&self, pos: usize, resolver: Self::Resolver, out: *mut Self::Archived) {
[INFO] [stderr]     |                                                                         ^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, ExportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, ExportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, CustomSectionIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:232:73
[INFO] [stderr]     |
[INFO] [stderr] 232 |     unsafe fn resolve(&self, pos: usize, resolver: Self::Resolver, out: *mut Self::Archived) {
[INFO] [stderr]     |                                                                         ^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, CustomSectionIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, CustomSectionIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, std::string::String, u32): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:241:48
[INFO] [stderr]     |
[INFO] [stderr] 241 |     fn serialize(&self, serializer: &mut S) -> Result<Self::Resolver, S::Error> {
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, std::string::String, u32)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr] note: required for `ArchivableIndexMap<(std::string::String, std::string::String, u32), ImportIndex>` to implement `Archive`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/archives.rs:8:34
[INFO] [stderr]     |
[INFO] [stderr] 8   | #[derive(Serialize, Deserialize, Archive)]
[INFO] [stderr]     |                                  ^^^^^^^
[INFO] [stderr] 9   | /// Rkyv Archivable IndexMap
[INFO] [stderr] 10  | pub struct ArchivableIndexMap<K: Hash + Ord + Archive, V: Archive> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-------^^^^^^^^^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr]     = note: 1 redundant requirement hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr]     = note: this error originates in the derive macro `Archive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `((std::string::String, std::string::String, u32), ImportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:241:48
[INFO] [stderr]     |
[INFO] [stderr] 241 |     fn serialize(&self, serializer: &mut S) -> Result<Self::Resolver, S::Error> {
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `((std::string::String, std::string::String, u32), ImportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<((std::string::String, std::string::String, u32), ImportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, ExportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:241:48
[INFO] [stderr]     |
[INFO] [stderr] 241 |     fn serialize(&self, serializer: &mut S) -> Result<Self::Resolver, S::Error> {
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, ExportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, ExportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, CustomSectionIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:241:48
[INFO] [stderr]     |
[INFO] [stderr] 241 |     fn serialize(&self, serializer: &mut S) -> Result<Self::Resolver, S::Error> {
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, CustomSectionIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, CustomSectionIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, std::string::String, u32): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:250:20
[INFO] [stderr]     |
[INFO] [stderr] 250 |     fn deserialize(&self, deserializer: &mut D) -> Result<ModuleInfo, D::Error> {
[INFO] [stderr]     |                    ^^^^^ the trait `Archive` is not implemented for `(std::string::String, std::string::String, u32)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr] note: required for `ArchivableIndexMap<(std::string::String, std::string::String, u32), ImportIndex>` to implement `Archive`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/archives.rs:8:34
[INFO] [stderr]     |
[INFO] [stderr] 8   | #[derive(Serialize, Deserialize, Archive)]
[INFO] [stderr]     |                                  ^^^^^^^
[INFO] [stderr] 9   | /// Rkyv Archivable IndexMap
[INFO] [stderr] 10  | pub struct ArchivableIndexMap<K: Hash + Ord + Archive, V: Archive> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-------^^^^^^^^^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr]     = note: 1 redundant requirement hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr]     = note: this error originates in the derive macro `Archive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `((std::string::String, std::string::String, u32), ImportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:250:20
[INFO] [stderr]     |
[INFO] [stderr] 250 |     fn deserialize(&self, deserializer: &mut D) -> Result<ModuleInfo, D::Error> {
[INFO] [stderr]     |                    ^^^^^ the trait `Archive` is not implemented for `((std::string::String, std::string::String, u32), ImportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<((std::string::String, std::string::String, u32), ImportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, ExportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:250:20
[INFO] [stderr]     |
[INFO] [stderr] 250 |     fn deserialize(&self, deserializer: &mut D) -> Result<ModuleInfo, D::Error> {
[INFO] [stderr]     |                    ^^^^^ the trait `Archive` is not implemented for `(std::string::String, ExportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, ExportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, CustomSectionIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:250:20
[INFO] [stderr]     |
[INFO] [stderr] 250 |     fn deserialize(&self, deserializer: &mut D) -> Result<ModuleInfo, D::Error> {
[INFO] [stderr]     |                    ^^^^^ the trait `Archive` is not implemented for `(std::string::String, CustomSectionIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, CustomSectionIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, std::string::String, u32): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:232:5
[INFO] [stderr]     |
[INFO] [stderr] 232 |     unsafe fn resolve(&self, pos: usize, resolver: Self::Resolver, out: *mut Self::Archived) {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, std::string::String, u32)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr] note: required for `ArchivableIndexMap<(std::string::String, std::string::String, u32), ImportIndex>` to implement `Archive`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/archives.rs:8:34
[INFO] [stderr]     |
[INFO] [stderr] 8   | #[derive(Serialize, Deserialize, Archive)]
[INFO] [stderr]     |                                  ^^^^^^^
[INFO] [stderr] 9   | /// Rkyv Archivable IndexMap
[INFO] [stderr] 10  | pub struct ArchivableIndexMap<K: Hash + Ord + Archive, V: Archive> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-------^^^^^^^^^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr]     = note: 1 redundant requirement hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr]     = note: this error originates in the derive macro `Archive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `((std::string::String, std::string::String, u32), ImportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:232:5
[INFO] [stderr]     |
[INFO] [stderr] 232 |     unsafe fn resolve(&self, pos: usize, resolver: Self::Resolver, out: *mut Self::Archived) {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `((std::string::String, std::string::String, u32), ImportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<((std::string::String, std::string::String, u32), ImportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, ExportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:232:5
[INFO] [stderr]     |
[INFO] [stderr] 232 |     unsafe fn resolve(&self, pos: usize, resolver: Self::Resolver, out: *mut Self::Archived) {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, ExportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, ExportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, CustomSectionIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:232:5
[INFO] [stderr]     |
[INFO] [stderr] 232 |     unsafe fn resolve(&self, pos: usize, resolver: Self::Resolver, out: *mut Self::Archived) {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, CustomSectionIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, CustomSectionIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, std::string::String, u32): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:241:5
[INFO] [stderr]     |
[INFO] [stderr] 241 |     fn serialize(&self, serializer: &mut S) -> Result<Self::Resolver, S::Error> {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, std::string::String, u32)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr] note: required for `ArchivableIndexMap<(std::string::String, std::string::String, u32), ImportIndex>` to implement `Archive`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/archives.rs:8:34
[INFO] [stderr]     |
[INFO] [stderr] 8   | #[derive(Serialize, Deserialize, Archive)]
[INFO] [stderr]     |                                  ^^^^^^^
[INFO] [stderr] 9   | /// Rkyv Archivable IndexMap
[INFO] [stderr] 10  | pub struct ArchivableIndexMap<K: Hash + Ord + Archive, V: Archive> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-------^^^^^^^^^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr]     = note: 1 redundant requirement hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr]     = note: this error originates in the derive macro `Archive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `((std::string::String, std::string::String, u32), ImportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:241:5
[INFO] [stderr]     |
[INFO] [stderr] 241 |     fn serialize(&self, serializer: &mut S) -> Result<Self::Resolver, S::Error> {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `((std::string::String, std::string::String, u32), ImportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<((std::string::String, std::string::String, u32), ImportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, ExportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:241:5
[INFO] [stderr]     |
[INFO] [stderr] 241 |     fn serialize(&self, serializer: &mut S) -> Result<Self::Resolver, S::Error> {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, ExportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, ExportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, CustomSectionIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:241:5
[INFO] [stderr]     |
[INFO] [stderr] 241 |     fn serialize(&self, serializer: &mut S) -> Result<Self::Resolver, S::Error> {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, CustomSectionIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, CustomSectionIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, std::string::String, u32): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:250:5
[INFO] [stderr]     |
[INFO] [stderr] 250 |     fn deserialize(&self, deserializer: &mut D) -> Result<ModuleInfo, D::Error> {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, std::string::String, u32)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr] note: required for `ArchivableIndexMap<(std::string::String, std::string::String, u32), ImportIndex>` to implement `Archive`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/archives.rs:8:34
[INFO] [stderr]     |
[INFO] [stderr] 8   | #[derive(Serialize, Deserialize, Archive)]
[INFO] [stderr]     |                                  ^^^^^^^
[INFO] [stderr] 9   | /// Rkyv Archivable IndexMap
[INFO] [stderr] 10  | pub struct ArchivableIndexMap<K: Hash + Ord + Archive, V: Archive> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-------^^^^^^^^^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr]     = note: 1 redundant requirement hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr]     = note: this error originates in the derive macro `Archive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `((std::string::String, std::string::String, u32), ImportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:250:5
[INFO] [stderr]     |
[INFO] [stderr] 250 |     fn deserialize(&self, deserializer: &mut D) -> Result<ModuleInfo, D::Error> {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `((std::string::String, std::string::String, u32), ImportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<((std::string::String, std::string::String, u32), ImportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, ExportIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:250:5
[INFO] [stderr]     |
[INFO] [stderr] 250 |     fn deserialize(&self, deserializer: &mut D) -> Result<ModuleInfo, D::Error> {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, ExportIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, ExportIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `(std::string::String, CustomSectionIndex): Archive` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wasmer-types-2.3.0/src/module.rs:250:5
[INFO] [stderr]     |
[INFO] [stderr] 250 |     fn deserialize(&self, deserializer: &mut D) -> Result<ModuleInfo, D::Error> {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `(std::string::String, CustomSectionIndex)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `Archive` is implemented for `()`
[INFO] [stderr]     = note: required for `Vec<(std::string::String, CustomSectionIndex)>` to implement `Archive`
[INFO] [stderr]     = note: 2 redundant requirements hidden
[INFO] [stderr]     = note: required for `ArchivableModuleInfo` to implement `Archive`
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `wasmer-types` (lib) due to 56 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "f89151d76de34f57714f01907d69c80c0a97a348451b0fc25e47db1c2d2b0c56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f89151d76de34f57714f01907d69c80c0a97a348451b0fc25e47db1c2d2b0c56", kill_on_drop: false }`
[INFO] [stdout] f89151d76de34f57714f01907d69c80c0a97a348451b0fc25e47db1c2d2b0c56