pi_store 0.6.16

File storage
Build #1598486 2024-12-24T10:44:14.025192+00:00
# rustc version
rustc 1.85.0-nightly (bdc6b3de4 2024-12-23)# docs.rs version
docsrs 0.6.0 (a9496dd3 2024-12-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/pi_store-0.6.16/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/pi_store-0.6.16/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241223-1.85.0-nightly-bdc6b3de4\", \"--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] 2e6ae36ac1ca16051786e86750bf99f3fb99fee2b87b9c54067e23b2b09588a8
[INFO] running `Command { std: "docker" "start" "-a" "2e6ae36ac1ca16051786e86750bf99f3fb99fee2b87b9c54067e23b2b09588a8", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking pi_share v0.4.15
[INFO] [stderr]     Checking pi-async-rt v0.1.18
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr] error[E0425]: cannot find function `invalid_mut` in module `ptr`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pi_share-0.4.15/src/xrc.rs:2431:55
[INFO] [stderr]      |
[INFO] [stderr] 2431 |             ptr: unsafe { NonNull::new_unchecked(ptr::invalid_mut::<XrcInner<T>>(usize::MAX)) },
[INFO] [stderr]      |                                                       ^^^^^^^^^^^ not found in `ptr`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `invalid_mut` in module `ptr`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pi_share-0.4.15/src/xrc.rs:2458:55
[INFO] [stderr]      |
[INFO] [stderr] 2458 |             ptr: unsafe { NonNull::new_unchecked(ptr::invalid_mut::<XrcInner<T>>(usize::MAX)) },
[INFO] [stderr]      |                                                       ^^^^^^^^^^^ not found in `ptr`
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature `arbitrary_self_types`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pi_share-0.4.15/src/xrc.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 23 | use core::ops::Receiver;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #44874 <https://github.com/rust-lang/rust/issues/44874> for more information
[INFO] [stderr]    = help: add `#![feature(arbitrary_self_types)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2024-12-23; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature `arbitrary_self_types`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pi_share-0.4.15/src/xrc.rs:1988:17
[INFO] [stderr]      |
[INFO] [stderr] 1988 | impl<T: ?Sized> Receiver for Xrc<T> {}
[INFO] [stderr]      |                 ^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #44874 <https://github.com/rust-lang/rust/issues/44874> for more information
[INFO] [stderr]      = help: add `#![feature(arbitrary_self_types)]` to the crate attributes to enable
[INFO] [stderr]      = note: this compiler was built on 2024-12-23; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0635]: unknown feature `receiver_trait`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pi_share-0.4.15/src/lib.rs:27:12
[INFO] [stderr]    |
[INFO] [stderr] 27 | #![feature(receiver_trait)]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0119]: conflicting implementations of trait `std::ops::Receiver` for type `Xrc<_>`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pi_share-0.4.15/src/xrc.rs:1988:1
[INFO] [stderr]      |
[INFO] [stderr] 1988 | impl<T: ?Sized> Receiver for Xrc<T> {}
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: conflicting implementation in crate `core`:
[INFO] [stderr]              - impl<P, T> std::ops::Receiver for P
[INFO] [stderr]                where <P as Deref>::Target == T, P: Deref, P: ?Sized, T: ?Sized;
[INFO] [stderr] 
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr] Some errors have detailed explanations: E0119, E0425, E0635, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0119`.
[INFO] [stderr] error: could not compile `pi_share` (lib) due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0599]: no method named `message` found for reference `&PanicHookInfo<'_>` in the current scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pi-async-rt-0.1.18/src/rt/mod.rs:2550:56
[INFO] [stderr]      |
[INFO] [stderr] 2550 |         let other_info = if let Some(arg) = panic_info.message() {
[INFO] [stderr]      |                                                        ^^^^^^^ method not found in `&PanicHookInfo<'_>`
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `pi-async-rt` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "2e6ae36ac1ca16051786e86750bf99f3fb99fee2b87b9c54067e23b2b09588a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e6ae36ac1ca16051786e86750bf99f3fb99fee2b87b9c54067e23b2b09588a8", kill_on_drop: false }`
[INFO] [stdout] 2e6ae36ac1ca16051786e86750bf99f3fb99fee2b87b9c54067e23b2b09588a8