Build #248631 2020-05-10T21:12:35.685523+00:00
# rustc version
rustc 1.45.0-nightly (bad3bf622 2020-05-09)# docs.rs version
docsrs 0.6.0 (3125c8b 2020-05-08)# build log
[INFO] running `"docker" "create" "-v" "/home/cratesfyi/workspace/builds/goblin-0.2.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/goblin-0.2.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" "MAP_USER_ID=1001" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=-Z unstable-options --resource-suffix -20200509-1.45.0-nightly-bad3bf622 --static-root-path / --cap-lints warn --extern-html-root-url plain=https://docs.rs/plain/0.2.3 --extern-html-root-url log=https://docs.rs/log/0.4.8 --extern-html-root-url scroll=https://docs.rs/scroll/0.10.1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "doc" "--lib" "--no-deps" "-j2"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 8f897813d0aab0f1c282ae184eab91bb10b7b992747b62071bc30db72e1aaf1f
[INFO] running `"docker" "start" "-a" "8f897813d0aab0f1c282ae184eab91bb10b7b992747b62071bc30db72e1aaf1f"`
[INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted
[INFO] [stderr] Compiling proc-macro2 v1.0.9
[INFO] [stderr] Compiling unicode-xid v0.2.0
[INFO] [stderr] Compiling syn v1.0.16
[INFO] [stderr] Compiling log v0.4.8
[INFO] [stderr] Checking cfg-if v0.1.10
[INFO] [stderr] Checking plain v0.2.3
[INFO] [stderr] Compiling quote v1.0.3
[INFO] [stderr] Compiling scroll_derive v0.10.1
[INFO] [stderr] Checking scroll v0.10.1
[INFO] [stderr] Documenting goblin v0.2.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr] --> src/mach/constants.rs:222:42
[INFO] [stderr] |
[INFO] [stderr] 222 | pub const CPU_TYPE_X86_64: CpuType = (CPU_TYPE_X86 | CPU_ARCH_ABI64);
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr] --> src/mach/constants.rs:227:41
[INFO] [stderr] |
[INFO] [stderr] 227 | pub const CPU_TYPE_ARM64: CpuType = (CPU_TYPE_ARM | CPU_ARCH_ABI64);
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr] --> src/mach/constants.rs:228:44
[INFO] [stderr] |
[INFO] [stderr] 228 | pub const CPU_TYPE_ARM64_32: CpuType = (CPU_TYPE_ARM | CPU_ARCH_ABI64_32);
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr] --> src/mach/constants.rs:234:45
[INFO] [stderr] |
[INFO] [stderr] 234 | pub const CPU_TYPE_POWERPC64: CpuType = (CPU_TYPE_POWERPC | CPU_ARCH_ABI64);
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]
[INFO] [stderr] warning: `[phdrs]` cannot be resolved, ignoring it.
[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 addition.
[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(intra_doc_link_resolution_failure)]` 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] = help: to escape `[` and `]` characters, just 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: `[phdrs]` cannot be resolved, ignoring it.
[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 addition.
[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] = help: to escape `[` and `]` characters, just 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: `[chained_info]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/pe/exception.rs:614:19
[INFO] [stderr] |
[INFO] [stderr] 614 | /// optional [`chained_info`] is present, codes of that unwind info should be interpreted
[INFO] [stderr] | ^^^^^^^^^^^^^^ cannot be resolved, ignoring
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: 7 warnings emitted
[INFO] [stderr]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.54s
[INFO] running `"docker" "inspect" "8f897813d0aab0f1c282ae184eab91bb10b7b992747b62071bc30db72e1aaf1f"`
[INFO] running `"docker" "rm" "-f" "8f897813d0aab0f1c282ae184eab91bb10b7b992747b62071bc30db72e1aaf1f"`
[INFO] [stdout] 8f897813d0aab0f1c282ae184eab91bb10b7b992747b62071bc30db72e1aaf1f