Build #611425 2022-08-15T01:54:33.194176+00:00
# rustc version
rustc 1.65.0-nightly (801821d15 2022-08-14)# docs.rs version
docsrs 0.6.0 (24bf3b2 2022-08-08)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/goblin-0.5.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/goblin-0.5.4/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/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\", \"-20220814-1.65.0-nightly-801821d15\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--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] fcc5f6b60290eb2ca865a8c638fb938fed3ba45b4e8b127740e68824e67a3fba
[INFO] running `Command { std: "docker" "start" "-a" "fcc5f6b60290eb2ca865a8c638fb938fed3ba45b4e8b127740e68824e67a3fba", kill_on_drop: false }`
[INFO] [stderr] Documenting goblin v0.5.4 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr] --> src/mach/symbols.rs:317:34
[INFO] [stderr] |
[INFO] [stderr] 317 | Container::Little => (bytes.pwrite_with::<Nlist32>(self.into(), 0, le)?),
[INFO] [stderr] | ^ ^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr] |
[INFO] [stderr] 317 - Container::Little => (bytes.pwrite_with::<Nlist32>(self.into(), 0, le)?),
[INFO] [stderr] 317 + Container::Little => bytes.pwrite_with::<Nlist32>(self.into(), 0, le)?,
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr] --> src/mach/symbols.rs:318:31
[INFO] [stderr] |
[INFO] [stderr] 318 | Container::Big => (bytes.pwrite_with::<Nlist64>(self.into(), 0, le)?),
[INFO] [stderr] | ^ ^
[INFO] [stderr] |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr] |
[INFO] [stderr] 318 - Container::Big => (bytes.pwrite_with::<Nlist64>(self.into(), 0, le)?),
[INFO] [stderr] 318 + Container::Big => bytes.pwrite_with::<Nlist64>(self.into(), 0, le)?,
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `phdrs`
[INFO] [stderr] --> src/elf/dynamic.rs:553:13
[INFO] [stderr] |
[INFO] [stderr] 553 | / /// Maybe gets and returns the dynamic array with the same lifetime as the [phdrs], using the provided bias with wrapping add...
[INFO] [stderr] 554 | | /// If the bias is wrong, it will either segfault or give you incorrect values, beware
[INFO] [stderr] | |__________________________________________________________________________________________________^
[INFO] [stderr] ...
[INFO] [stderr] 788 | elf_dyn_std_impl!(u32, crate::elf32::program_header::ProgramHeader);
[INFO] [stderr] | ------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] Maybe gets and returns the dynamic array with the same lifetime as the [phdrs], using the provided bias with wrapping addition.
[INFO] [stderr] ^^^^^
[INFO] [stderr] = note: no item named `phdrs` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in the macro `elf_dyn_std_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `phdrs`
[INFO] [stderr] --> src/elf/dynamic.rs:553:13
[INFO] [stderr] |
[INFO] [stderr] 553 | / /// Maybe gets and returns the dynamic array with the same lifetime as the [phdrs], using the provided bias with wrapping add...
[INFO] [stderr] 554 | | /// If the bias is wrong, it will either segfault or give you incorrect values, beware
[INFO] [stderr] | |__________________________________________________________________________________________________^
[INFO] [stderr] ...
[INFO] [stderr] 802 | elf_dyn_std_impl!(u64, crate::elf64::program_header::ProgramHeader);
[INFO] [stderr] | ------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] Maybe gets and returns the dynamic array with the same lifetime as the [phdrs], using the provided bias with wrapping addition.
[INFO] [stderr] ^^^^^
[INFO] [stderr] = note: no item named `phdrs` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in the macro `elf_dyn_std_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `chained_info`
[INFO] [stderr] --> src/pe/exception.rs:615:20
[INFO] [stderr] |
[INFO] [stderr] 615 | /// optional [`chained_info`] is present, codes of that unwind info should be interpreted
[INFO] [stderr] | ^^^^^^^^^^^^ no item named `chained_info` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/strtab.rs:32:13
[INFO] [stderr] |
[INFO] [stderr] 32 | /// See https://github.com/m4b/goblin/pull/275#issue-660364025
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/m4b/goblin/pull/275#issue-660364025>`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/elf/gnu_hash.rs:16:8
[INFO] [stderr] |
[INFO] [stderr] 16 | //! * http://www.linker-aliens.org/blogs/ali/entry/gnu_hash_elf_sections
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.linker-aliens.org/blogs/ali/entry/gnu_hash_elf_sections>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/elf/gnu_hash.rs:17:11
[INFO] [stderr] |
[INFO] [stderr] 17 | //! or https://blogs.oracle.com/solaris/gnu-hash-elf-sections-v2
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://blogs.oracle.com/solaris/gnu-hash-elf-sections-v2>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/elf/gnu_hash.rs:18:8
[INFO] [stderr] |
[INFO] [stderr] 18 | //! * https://flapenguin.me/2017/05/10/elf-lookup-dt-gnu-hash/
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://flapenguin.me/2017/05/10/elf-lookup-dt-gnu-hash/>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/elf/reloc.rs:59:27
[INFO] [stderr] |
[INFO] [stderr] 59 | //! TLS information is at http://people.redhat.com/aoliva/writeups/TLS/RFC-TLSDESC-x86.txt
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://people.redhat.com/aoliva/writeups/TLS/RFC-TLSDESC-x86.txt>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/elf/reloc.rs:66:15
[INFO] [stderr] |
[INFO] [stderr] 66 | //! Read more https://docs.oracle.com/cd/E23824_01/html/819-0690/chapter6-54839.html
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.oracle.com/cd/E23824_01/html/819-0690/chapter6-54839.html>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: `goblin` (lib doc) generated 11 warnings
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.50s
[INFO] running `Command { std: "docker" "inspect" "fcc5f6b60290eb2ca865a8c638fb938fed3ba45b4e8b127740e68824e67a3fba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fcc5f6b60290eb2ca865a8c638fb938fed3ba45b4e8b127740e68824e67a3fba", kill_on_drop: false }`
[INFO] [stdout] fcc5f6b60290eb2ca865a8c638fb938fed3ba45b4e8b127740e68824e67a3fba