Build #1772034 2025-02-18 00:57:32
# rustc version
rustc 1.87.0-nightly (5bc623145 2025-02-16)# docs.rs version
docsrs 0.6.0 (35977596 2025-02-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/subparse-0.7.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/subparse-0.7.0/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250216-1.87.0-nightly-5bc623145\", \"--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] b57817064c817249e611af12c8b5df2277ce7d2807f7018ba6c3ec8942e0c8cd
[INFO] running `Command { std: "docker" "start" "-a" "b57817064c817249e611af12c8b5df2277ce7d2807f7018ba6c3ec8942e0c8cd", kill_on_drop: false }`
[INFO] [stderr] warning: `#[macro_use]` only has an effect on `extern crate` and modules
[INFO] [stderr] --> src/errors.rs:163:1
[INFO] [stderr] |
[INFO] [stderr] 163 | #[macro_use]
[INFO] [stderr] | ^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr] --> src/errors.rs:27:45
[INFO] [stderr] |
[INFO] [stderr] 27 | #[derive(Copy, Clone, Eq, PartialEq, Debug, Fail)]
[INFO] [stderr] | ^---
[INFO] [stderr] | |
[INFO] [stderr] | `Fail` is not local
[INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_ErrorKind`
[INFO] [stderr] 28 | /// Error kind for a crate-wide error.
[INFO] [stderr] 29 | pub enum ErrorKind {
[INFO] [stderr] | --------- `ErrorKind` is not local
[INFO] [stderr] |
[INFO] [stderr] = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stderr] = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_derive`
[INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr] = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stderr] = note: this warning originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr] --> src/formats/idx.rs:27:32
[INFO] [stderr] |
[INFO] [stderr] 27 | #[derive(PartialEq, Debug, Fail)]
[INFO] [stderr] | ^---
[INFO] [stderr] | |
[INFO] [stderr] | `Fail` is not local
[INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_ErrorKind`
[INFO] [stderr] 28 | pub enum ErrorKind {
[INFO] [stderr] | --------- `ErrorKind` is not local
[INFO] [stderr] |
[INFO] [stderr] = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stderr] = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_derive`
[INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr] = note: this warning originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr] --> src/formats/idx.rs:27:32
[INFO] [stderr] |
[INFO] [stderr] 27 | #[derive(PartialEq, Debug, Fail)]
[INFO] [stderr] | ^---
[INFO] [stderr] | |
[INFO] [stderr] | `Display` is not local
[INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_failure_core_fmt_Display_FOR_ErrorKind`
[INFO] [stderr] 28 | pub enum ErrorKind {
[INFO] [stderr] | --------- `ErrorKind` is not local
[INFO] [stderr] |
[INFO] [stderr] = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stderr] = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_derive`
[INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr] = note: this warning originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr] --> src/formats/microdvd.rs:31:32
[INFO] [stderr] |
[INFO] [stderr] 31 | #[derive(PartialEq, Debug, Fail)]
[INFO] [stderr] | ^---
[INFO] [stderr] | |
[INFO] [stderr] | `Fail` is not local
[INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_ErrorKind`
[INFO] [stderr] 32 | pub enum ErrorKind {
[INFO] [stderr] | --------- `ErrorKind` is not local
[INFO] [stderr] |
[INFO] [stderr] = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stderr] = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_derive`
[INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr] = note: this warning originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr] --> src/formats/microdvd.rs:31:32
[INFO] [stderr] |
[INFO] [stderr] 31 | #[derive(PartialEq, Debug, Fail)]
[INFO] [stderr] | ^---
[INFO] [stderr] | |
[INFO] [stderr] | `Display` is not local
[INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_failure_core_fmt_Display_FOR_ErrorKind`
[INFO] [stderr] 32 | pub enum ErrorKind {
[INFO] [stderr] | --------- `ErrorKind` is not local
[INFO] [stderr] |
[INFO] [stderr] = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stderr] = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_derive`
[INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr] = note: this warning originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr] --> src/formats/srt.rs:30:32
[INFO] [stderr] |
[INFO] [stderr] 30 | #[derive(PartialEq, Debug, Fail)]
[INFO] [stderr] | ^---
[INFO] [stderr] | |
[INFO] [stderr] | `Fail` is not local
[INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_ErrorKind`
[INFO] [stderr] 31 | pub enum ErrorKind {
[INFO] [stderr] | --------- `ErrorKind` is not local
[INFO] [stderr] |
[INFO] [stderr] = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stderr] = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_derive`
[INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr] = note: this warning originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr] --> src/formats/srt.rs:30:32
[INFO] [stderr] |
[INFO] [stderr] 30 | #[derive(PartialEq, Debug, Fail)]
[INFO] [stderr] | ^---
[INFO] [stderr] | |
[INFO] [stderr] | `Display` is not local
[INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_failure_core_fmt_Display_FOR_ErrorKind`
[INFO] [stderr] 31 | pub enum ErrorKind {
[INFO] [stderr] | --------- `ErrorKind` is not local
[INFO] [stderr] |
[INFO] [stderr] = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stderr] = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_derive`
[INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr] = note: this warning originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr] --> src/formats/ssa.rs:29:32
[INFO] [stderr] |
[INFO] [stderr] 29 | #[derive(PartialEq, Debug, Fail)]
[INFO] [stderr] | ^---
[INFO] [stderr] | |
[INFO] [stderr] | `Fail` is not local
[INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_ErrorKind`
[INFO] [stderr] 30 | pub enum ErrorKind {
[INFO] [stderr] | --------- `ErrorKind` is not local
[INFO] [stderr] |
[INFO] [stderr] = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stderr] = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_derive`
[INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr] = note: this warning originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr] --> src/formats/ssa.rs:29:32
[INFO] [stderr] |
[INFO] [stderr] 29 | #[derive(PartialEq, Debug, Fail)]
[INFO] [stderr] | ^---
[INFO] [stderr] | |
[INFO] [stderr] | `Display` is not local
[INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_failure_core_fmt_Display_FOR_ErrorKind`
[INFO] [stderr] 30 | pub enum ErrorKind {
[INFO] [stderr] | --------- `ErrorKind` is not local
[INFO] [stderr] |
[INFO] [stderr] = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stderr] = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_derive`
[INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr] = note: this warning originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr] --> src/formats/vobsub.rs:20:21
[INFO] [stderr] |
[INFO] [stderr] 20 | #[derive(Debug, Fail)]
[INFO] [stderr] | ^---
[INFO] [stderr] | |
[INFO] [stderr] | `Fail` is not local
[INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_ErrorKind`
[INFO] [stderr] 21 | pub enum ErrorKind {
[INFO] [stderr] | --------- `ErrorKind` is not local
[INFO] [stderr] |
[INFO] [stderr] = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stderr] = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_derive`
[INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr] = note: this warning originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `subparse` (lib) generated 11 warnings
[INFO] [stderr] Scraping subparse v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr] Documenting subparse v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `cause`
[INFO] [stderr] --> src/formats/vobsub.rs:23:76
[INFO] [stderr] |
[INFO] [stderr] 23 | /// Since `vobsub::Error` does not implement Sync. We cannot use #[cause] for it.
[INFO] [stderr] | ^^^^^ no item named `cause` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: `subparse` (lib doc) generated 1 warning
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v2.1.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/subparse/index.html
[INFO] running `Command { std: "docker" "inspect" "b57817064c817249e611af12c8b5df2277ce7d2807f7018ba6c3ec8942e0c8cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b57817064c817249e611af12c8b5df2277ce7d2807f7018ba6c3ec8942e0c8cd", kill_on_drop: false }`
[INFO] [stdout] b57817064c817249e611af12c8b5df2277ce7d2807f7018ba6c3ec8942e0c8cd