Build #374872 2021-04-11T19:35:06.347056+00:00
# rustc version
rustc 1.53.0-nightly (07e0e2ec2 2021-03-24)# docs.rs version
docsrs 0.6.0 (9708001 2021-04-08)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/goblin-0.4.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/goblin-0.4.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" "2" "--user" "1001:1001" "--network" "none" "rustops/crates-build-env@sha256:abe1b87bf6b7c66130a0dd9bb19216a8db0cc381a1b41d68bf7d83b4bc040efb" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs\"" "-j2" "--" "-Z" "unstable-options" "--resource-suffix" "-20210324-1.53.0-nightly-07e0e2ec2" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] 159a9ef8af11951a518ddc390f9f930b0e712ded01232d940925196f9601ac78
[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" "159a9ef8af11951a518ddc390f9f930b0e712ded01232d940925196f9601ac78", kill_on_drop: false }`
[INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied
[INFO] [stderr] Compiling proc-macro2 v1.0.24
[INFO] [stderr] Compiling unicode-xid v0.2.1
[INFO] [stderr] Compiling syn v1.0.60
[INFO] [stderr] Compiling log v0.4.14
[INFO] [stderr] Checking cfg-if v1.0.0
[INFO] [stderr] Checking plain v0.2.3
[INFO] [stderr] Compiling quote v1.0.8
[INFO] [stderr] Compiling scroll_derive v0.10.5
[INFO] [stderr] Checking scroll v0.10.2
[INFO] [stderr] Documenting goblin v0.4.0 (/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] 783 | 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 a macro (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] 797 | 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 a macro (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:19
[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/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: `#[warn(rustdoc::non_autolinks)]` on by default
[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] 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] 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] 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] warning: 8 warnings emitted
[INFO] [stderr]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.13s
[INFO] running `Command { std: "docker" "inspect" "159a9ef8af11951a518ddc390f9f930b0e712ded01232d940925196f9601ac78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "159a9ef8af11951a518ddc390f9f930b0e712ded01232d940925196f9601ac78", kill_on_drop: false }`
[INFO] [stdout] 159a9ef8af11951a518ddc390f9f930b0e712ded01232d940925196f9601ac78