goblin 0.5.0

An impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate
Documentation
Build #509003 2022-02-14T01:17:04.499826+00:00
# rustc version
rustc 1.60.0-nightly (1e12aef3f 2022-02-13)# docs.rs version
docsrs 0.6.0 (2b52011 2022-02-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/goblin-0.5.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/goblin-0.5.0/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/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\", \"-20220213-1.60.0-nightly-1e12aef3f\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\"]" "-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] a61df05faab66835d0742b99185e5aa9ca84907a594eae2a1d46a3fc5a805bc5
[INFO] running `Command { std: "docker" "start" "-a" "a61df05faab66835d0742b99185e5aa9ca84907a594eae2a1d46a3fc5a805bc5", kill_on_drop: false }`
[INFO] [stderr]  Documenting goblin v0.5.0 (/opt/rustwide/workdir)
[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 9 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 3.08s
[INFO] running `Command { std: "docker" "inspect" "a61df05faab66835d0742b99185e5aa9ca84907a594eae2a1d46a3fc5a805bc5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a61df05faab66835d0742b99185e5aa9ca84907a594eae2a1d46a3fc5a805bc5", kill_on_drop: false }`
[INFO] [stdout] a61df05faab66835d0742b99185e5aa9ca84907a594eae2a1d46a3fc5a805bc5