ipfs-embed 0.26.1

small embeddable ipfs implementation
Build #868625 2023-07-24T08:36:25.181686+00:00
# rustc version
rustc 1.73.0-nightly (8771282d4 2023-07-23)# docs.rs version
docsrs 0.6.0 (84edb415 2023-07-07)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/ipfs-embed-0.26.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/ipfs-embed-0.26.1/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/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\", \"-20230723-1.73.0-nightly-8771282d4\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 990d90ba61de54389bee327b07637b12922e02ef08213b1b55589988ef031940
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "990d90ba61de54389bee327b07637b12922e02ef08213b1b55589988ef031940", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: compat, restart, sync
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]    Compiling value-bag v1.0.0-alpha.9
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling fastrand v2.0.0
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr] error: to use a constant of type `TypeId` in a pattern, `TypeId` must be annotated with `#[derive(PartialEq, Eq)]`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:43:33
[INFO] [stderr]    |
[INFO] [stderr] 43 |                                   $const_ident => |v| Some(Internal::from(unsafe { &*(*v as *const Self as *const $ty) })),
[INFO] [stderr]    |                                   ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 71 | /         to_internal![
[INFO] [stderr] 72 | |             usize: (USIZE, OPTION_USIZE),
[INFO] [stderr] 73 | |             u8: (U8, OPTION_U8),
[INFO] [stderr] 74 | |             u16: (U16, OPTION_U16),
[INFO] [stderr] ...  |
[INFO] [stderr] 96 | |             String: (STRING, OPTION_STRING),
[INFO] [stderr] 97 | |         ];
[INFO] [stderr]    | |_________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: the traits must be derived, manual `impl`s are not sufficient
[INFO] [stderr]    = note: see https://doc.rust-lang.org/stable/std/marker/trait.StructuralEq.html for details
[INFO] [stderr]    = note: this error originates in the macro `to_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: to use a constant of type `TypeId` in a pattern, `TypeId` must be annotated with `#[derive(PartialEq, Eq)]`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:46:33
[INFO] [stderr]    |
[INFO] [stderr] 46 |                                   $option_ident => |v| Some({
[INFO] [stderr]    |                                   ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 71 | /         to_internal![
[INFO] [stderr] 72 | |             usize: (USIZE, OPTION_USIZE),
[INFO] [stderr] 73 | |             u8: (U8, OPTION_U8),
[INFO] [stderr] 74 | |             u16: (U16, OPTION_U16),
[INFO] [stderr] ...  |
[INFO] [stderr] 96 | |             String: (STRING, OPTION_STRING),
[INFO] [stderr] 97 | |         ];
[INFO] [stderr]    | |_________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: the traits must be derived, manual `impl`s are not sufficient
[INFO] [stderr]    = note: see https://doc.rust-lang.org/stable/std/marker/trait.StructuralEq.html for details
[INFO] [stderr]    = note: this error originates in the macro `to_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: to use a constant of type `TypeId` in a pattern, `TypeId` must be annotated with `#[derive(PartialEq, Eq)]`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:55:29
[INFO] [stderr]    |
[INFO] [stderr] 55 |                               STR => |v| Some(Internal::from(unsafe { &**(v as *const &'a Self as *const &'a str) })),
[INFO] [stderr]    |                               ^^^
[INFO] [stderr] ...
[INFO] [stderr] 71 | /         to_internal![
[INFO] [stderr] 72 | |             usize: (USIZE, OPTION_USIZE),
[INFO] [stderr] 73 | |             u8: (U8, OPTION_U8),
[INFO] [stderr] 74 | |             u16: (U16, OPTION_U16),
[INFO] [stderr] ...  |
[INFO] [stderr] 96 | |             String: (STRING, OPTION_STRING),
[INFO] [stderr] 97 | |         ];
[INFO] [stderr]    | |_________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: the traits must be derived, manual `impl`s are not sufficient
[INFO] [stderr]    = note: see https://doc.rust-lang.org/stable/std/marker/trait.StructuralEq.html for details
[INFO] [stderr]    = note: this error originates in the macro `to_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `value-bag` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "990d90ba61de54389bee327b07637b12922e02ef08213b1b55589988ef031940", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "990d90ba61de54389bee327b07637b12922e02ef08213b1b55589988ef031940", kill_on_drop: false }`
[INFO] [stdout] 990d90ba61de54389bee327b07637b12922e02ef08213b1b55589988ef031940