sentry_rocket 0.1.1

Sentry.io client extension for rocket
Documentation
Build #2399747 2025-08-10 01:22:35

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.91.0-nightly (de3efa79f 2025-08-08)

# docs.rs version docsrs 0.6.0 (e18d034e 2025-07-29)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/sentry_rocket-0.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/sentry_rocket-0.1.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:ae6f63d130afcfff7f91f5ba9fdb2a74d52830289c6a2ea2d23a94dcfb480a0d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250808-1.91.0-nightly-de3efa79f\", \"--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] 8fd1ecab0213b98e082aeefe268324dcec30832afc67880960dd9fd4647eb08f [INFO] running `Command { std: "docker" "start" "-a" "8fd1ecab0213b98e082aeefe268324dcec30832afc67880960dd9fd4647eb08f", kill_on_drop: false }` [INFO] [stderr] Compiling devise_core v0.2.1 [INFO] [stderr] Compiling im v12.3.4 [INFO] [stderr] Checking try_from v0.3.2 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking typeable v0.1.2 [INFO] [stderr] Checking traitobject v0.1.1 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/devise_core-0.2.1/src/lib.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(concat_idents)] [INFO] [stderr] | ^^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: removed in 1.90.0; see <https://github.com/rust-lang/rust/pull/142704> for more information [INFO] [stderr] = note: use the `${concat(..)}` metavariable expression instead [INFO] [stderr] [INFO] [stderr] Checking language-tags v0.2.2 [INFO] [stderr] Checking iana-time-zone v0.1.63 [INFO] [stderr] Checking base64 v0.13.1 [INFO] [stderr] error: cannot find macro `concat_idents` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/devise_core-0.2.1/src/generator.rs:29:39 [INFO] [stderr] | [INFO] [stderr] 29 | $(self.$vec.push(Box::new(concat_idents!(default_, $get_f)));)* [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 193 | / mappers! { [INFO] [stderr] 194 | | (map_struct, try_map_struct, struct_mapper): Struct, struct_mappers, [INFO] [stderr] 195 | | (map_enum, try_map_enum, enum_mapper): Enum, enum_mappers, [INFO] [stderr] 196 | | (map_variant, try_map_variant, variant_mapper): Variant, variant_mappers, [INFO] [stderr] 197 | | (map_fields, try_map_fields, fields_mapper): Fields, fields_mappers, [INFO] [stderr] 198 | | (map_field, try_map_field, field_mapper): Field, field_mappers [INFO] [stderr] 199 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `mappers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Compiling state v0.4.2 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Checking dtoa v0.4.8 [INFO] [stderr] Checking unicase v2.8.1 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking cookie v0.11.5 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Compiling rocket_http v0.4.11 [INFO] [stderr] Checking mime_guess v2.0.5 [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] error: could not compile `devise_core` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0520]: `to_string` specializes an item from a parent `impl`, but that item is not marked `default` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket_http-0.4.11/src/raw_str.rs:406:5 [INFO] [stderr] | [INFO] [stderr] 406 | fn to_string(&self) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: parent implementation is in crate `alloc` [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0520`. [INFO] [stderr] error: could not compile `rocket_http` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "8fd1ecab0213b98e082aeefe268324dcec30832afc67880960dd9fd4647eb08f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8fd1ecab0213b98e082aeefe268324dcec30832afc67880960dd9fd4647eb08f", kill_on_drop: false }` [INFO] [stdout] 8fd1ecab0213b98e082aeefe268324dcec30832afc67880960dd9fd4647eb08f