outbox-pattern-processor 0.3.6

Library to make easier to dispatch your outbox-pattern data from database to SQS, SNS and/or HTTP(S) gateways
Documentation
Build #2002337 2025-04-16 02:25:51

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.88.0-nightly (38c560ae6 2025-04-15)# docs.rs version
docsrs 0.6.0 (ee9a3fe6 2025-03-28)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/outbox-pattern-processor-0.3.6/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/outbox-pattern-processor-0.3.6/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250415-1.88.0-nightly-38c560ae6\", \"--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] [stdout] a75cd6220ab0e283208eed9a47c96bf5bb7a21b2c51dc4bb69e2719ae9fcca5e
[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" "a75cd6220ab0e283208eed9a47c96bf5bb7a21b2c51dc4bb69e2719ae9fcca5e", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr] error[E0412]: cannot find type `SourceFile` in crate `proc_macro`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/wrapper.rs:366:26
[INFO] [stderr]     |
[INFO] [stderr] 366 |     Compiler(proc_macro::SourceFile),
[INFO] [stderr]     |                          ^^^^^^^^^^ not found in `proc_macro`
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing one of these structs
[INFO] [stderr]     |
[INFO] [stderr] 1   + use crate::SourceFile;
[INFO] [stderr]     |
[INFO] [stderr] 1   + use crate::fallback::SourceFile;
[INFO] [stderr]     |
[INFO] [stderr] help: if you import `SourceFile`, refer to it directly
[INFO] [stderr]     |
[INFO] [stderr] 366 -     Compiler(proc_macro::SourceFile),
[INFO] [stderr] 366 +     Compiler(SourceFile),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `SourceFile` in crate `proc_macro`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/wrapper.rs:372:32
[INFO] [stderr]     |
[INFO] [stderr] 372 |     fn nightly(sf: proc_macro::SourceFile) -> Self {
[INFO] [stderr]     |                                ^^^^^^^^^^ not found in `proc_macro`
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing one of these structs
[INFO] [stderr]     |
[INFO] [stderr] 1   + use crate::SourceFile;
[INFO] [stderr]     |
[INFO] [stderr] 1   + use crate::fallback::SourceFile;
[INFO] [stderr]     |
[INFO] [stderr] help: if you import `SourceFile`, refer to it directly
[INFO] [stderr]     |
[INFO] [stderr] 372 -     fn nightly(sf: proc_macro::SourceFile) -> Self {
[INFO] [stderr] 372 +     fn nightly(sf: SourceFile) -> Self {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling icu_properties_data v1.5.1
[INFO] [stderr] error[E0599]: no method named `source_file` found for reference `&proc_macro::Span` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/wrapper.rs:462:56
[INFO] [stderr]     |
[INFO] [stderr] 462 |             Span::Compiler(s) => SourceFile::nightly(s.source_file()),
[INFO] [stderr]     |                                                        ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: there is a method `source` with a similar name
[INFO] [stderr]     |
[INFO] [stderr] 462 -             Span::Compiler(s) => SourceFile::nightly(s.source_file()),
[INFO] [stderr] 462 +             Span::Compiler(s) => SourceFile::nightly(s.source()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr] Some errors have detailed explanations: E0412, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "a75cd6220ab0e283208eed9a47c96bf5bb7a21b2c51dc4bb69e2719ae9fcca5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a75cd6220ab0e283208eed9a47c96bf5bb7a21b2c51dc4bb69e2719ae9fcca5e", kill_on_drop: false }`
[INFO] [stdout] a75cd6220ab0e283208eed9a47c96bf5bb7a21b2c51dc4bb69e2719ae9fcca5e