[INFO] fetching crate static_init 1.0.2... [INFO] documenting static_init-1.0.2 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate static_init 1.0.2 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate static_init 1.0.2 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate static_init 1.0.2 [INFO] finished tweaking crates.io crate static_init 1.0.2 [INFO] tweaked toml for crates.io crate static_init 1.0.2 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ba84dca981528aca9d358d353128a0360d6bf58bdc14ee1ba5ec20ec501baae6 [INFO] running `Command { std: "docker" "start" "-a" "ba84dca981528aca9d358d353128a0360d6bf58bdc14ee1ba5ec20ec501baae6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ba84dca981528aca9d358d353128a0360d6bf58bdc14ee1ba5ec20ec501baae6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba84dca981528aca9d358d353128a0360d6bf58bdc14ee1ba5ec20ec501baae6", kill_on_drop: false }` [INFO] [stdout] ba84dca981528aca9d358d353128a0360d6bf58bdc14ee1ba5ec20ec501baae6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 17295dcaae7fd159e00b202a00721c1f98e0a2848be7607c3536c6ff9e0e76e7 [INFO] running `Command { std: "docker" "start" "-a" "17295dcaae7fd159e00b202a00721c1f98e0a2848be7607c3536c6ff9e0e76e7", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling static_init_macro v1.0.2 [INFO] [stderr] Compiling static_init v1.0.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Documenting static_init v1.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `dynamic` [INFO] [stdout] --> src/lazy.rs:1511:9 [INFO] [stdout] | [INFO] [stdout] 1511 | #[doc=$doc] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1616 | / impl_mut_lazy! {global lesser_locked_lazy, LesserLockedLazy,SyncSequentializer,InitializedChecker,UnInited::, SyncPhaseLocker, Sync... [INFO] [stdout] 1617 | | "The actual type of mutable statics attributed with [#[dynamic]](macro@crate::dynamic) \ [INFO] [stdout] 1618 | | \ [INFO] [stdout] 1619 | | The method [from_generator](Self::from_generator) is unsafe because this kind of static \ [INFO] [stdout] 1620 | | can only safely be used through this attribute macros." [INFO] [stdout] 1621 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] The actual type of mutable statics attributed with [#[dynamic]](macro@crate::dynamic) The method [from_generator](Self::from_generator) is unsafe because this kind of static can only safely be used through this attribute macros. [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `dynamic` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `dynamic` [INFO] [stdout] --> src/lazy.rs:539:9 [INFO] [stdout] | [INFO] [stdout] 539 | #[doc=$doc] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 591 | / impl_lazy! {global LesserLazy,SyncSequentializer,InitializedChecker,UnInited::,SyncPhaseLocker, [INFO] [stdout] 592 | | "The actual type of statics attributed with [#[dynamic]](macro@crate::dynamic). \ [INFO] [stdout] 593 | | \ [INFO] [stdout] 594 | | The method [from_generator](Self::from_generator) is unsafe because this kind of static \ [INFO] [stdout] 595 | | can only safely be used through this attribute macros." [INFO] [stdout] 596 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] The actual type of statics attributed with [#[dynamic]](macro@crate::dynamic). The method [from_generator](Self::from_generator) is unsafe because this kind of static can only safely be used through this attribute macros. [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `dynamic` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `impl_lazy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.02s [INFO] running `Command { std: "docker" "inspect" "17295dcaae7fd159e00b202a00721c1f98e0a2848be7607c3536c6ff9e0e76e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17295dcaae7fd159e00b202a00721c1f98e0a2848be7607c3536c6ff9e0e76e7", kill_on_drop: false }` [INFO] [stdout] 17295dcaae7fd159e00b202a00721c1f98e0a2848be7607c3536c6ff9e0e76e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--frozen" "--message-format=json" "--" "--cfg" "docsrs" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 30c360a280bf71e387de7cd2c44aeb6d40aceb70ddea401cf911301c9625b735 [INFO] running `Command { std: "docker" "start" "-a" "30c360a280bf71e387de7cd2c44aeb6d40aceb70ddea401cf911301c9625b735", kill_on_drop: false }` [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Compiling static_init_macro v1.0.2 [INFO] [stderr] Compiling static_init v1.0.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Documenting static_init v1.0.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `sync::LockStatistics` [INFO] [stdout] --> src/phase_locker.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | pub use sync::LockStatistics; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no `LockStatistics` in `phase_locker::sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not document `static_init` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name static_init src/lib.rs -o /opt/rustwide/target/doc --cfg 'feature="bench_nightly"' --cfg 'feature="debug_order"' --cfg 'feature="default"' --cfg 'feature="lock_statistics"' --cfg 'feature="parking_lot"' --cfg 'feature="parking_lot_core"' --cfg 'feature="spin_loop"' --cfg 'feature="test_no_global_lazy_hint"' --cfg 'feature="test_pthread_support"' --cfg 'feature="thread_local"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --cfg docsrs -Z unstable-options --document-private-items -C metadata=759bb131d53131d8 -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-b202baf463af8335.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-dafaee50102fc23d.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-0464f0ea0524c8f5.rmeta --extern parking_lot_core=/opt/rustwide/target/debug/deps/libparking_lot_core-663d3d155ef2ffb9.rmeta --extern static_init_macro=/opt/rustwide/target/debug/deps/libstatic_init_macro-7b305791ef026c38.so --extern-html-root-url 'bitflags=https://docs.rs/bitflags/1.3.2/' --extern-html-root-url 'libc=https://docs.rs/libc/0.2.126/' --extern-html-root-url 'parking_lot=https://docs.rs/parking_lot/0.11.2/' --extern-html-root-url 'parking_lot_core=https://docs.rs/parking_lot_core/0.8.5/' --extern-html-root-url 'static_init_macro=https://docs.rs/static_init_macro/1.0.2/' -Zunstable-options --crate-version 1.0.2 --cfg elf --cfg debug_mode --cfg support_priority --cfg cxa_thread_at_exit` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "30c360a280bf71e387de7cd2c44aeb6d40aceb70ddea401cf911301c9625b735", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30c360a280bf71e387de7cd2c44aeb6d40aceb70ddea401cf911301c9625b735", kill_on_drop: false }` [INFO] [stdout] 30c360a280bf71e387de7cd2c44aeb6d40aceb70ddea401cf911301c9625b735