Build #437363 2021-09-18T19:37:56.488606+00:00
# rustc version
rustc 1.57.0-nightly (9dd4ce80f 2021-09-17)# docs.rs version
docsrs 0.6.0 (432e30a 2021-09-12)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/goblin-0.4.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/goblin-0.4.3/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" "2" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20210917-1.57.0-nightly-9dd4ce80f" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] 52b41f23c7ba21cfc0dac9b9af4f52d2efae5425c735ecd6a8e690aca82fa760
[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" "52b41f23c7ba21cfc0dac9b9af4f52d2efae5425c735ecd6a8e690aca82fa760", kill_on_drop: false }`
[INFO] [stderr] Documenting goblin v0.4.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `phdrs`
[INFO] [stderr] --> src/elf/dynamic.rs:554:13
[INFO] [stderr] |
[INFO] [stderr] 554 | / /// Maybe gets and returns the dynamic array with the same lifetime as the [phdrs], using the provided bias with wrapping add...
[INFO] [stderr] 555 | | /// If the bias is wrong, it will either segfault or give you incorrect values, beware
[INFO] [stderr] | |__________________________________________________________________________________________________^
[INFO] [stderr] ...
[INFO] [stderr] 789 | 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:554:13
[INFO] [stderr] |
[INFO] [stderr] 554 | / /// Maybe gets and returns the dynamic array with the same lifetime as the [phdrs], using the provided bias with wrapping add...
[INFO] [stderr] 555 | | /// If the bias is wrong, it will either segfault or give you incorrect values, beware
[INFO] [stderr] | |__________________________________________________________________________________________________^
[INFO] [stderr] ...
[INFO] [stderr] 803 | 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.34s
[INFO] running `Command { std: "docker" "inspect" "52b41f23c7ba21cfc0dac9b9af4f52d2efae5425c735ecd6a8e690aca82fa760", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "52b41f23c7ba21cfc0dac9b9af4f52d2efae5425c735ecd6a8e690aca82fa760", kill_on_drop: false }`
[INFO] [stdout] 52b41f23c7ba21cfc0dac9b9af4f52d2efae5425c735ecd6a8e690aca82fa760