Build #961736 2023-11-07T06:24:41.878048+00:00
# rustc version
rustc 1.75.0-nightly (189d6c71f 2023-11-06)
# docs.rs version
docsrs 0.6.0 (5a86c4a6 2023-11-05)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/napi-2.14.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/napi-2.14.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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0c7e0e8312ad82a1bed3696438480b7da990d348377d3754e1cd95b06a8a36c7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20231106-1.75.0-nightly-189d6c71f\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--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] 74bedd64ccd634de8d0a3efeec232b4f9939314f7de920ae8d860050154273ea
[INFO] running `Command { std: "docker" "start" "-a" "74bedd64ccd634de8d0a3efeec232b4f9939314f7de920ae8d860050154273ea", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting napi v2.14.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0412]: cannot find type `AtomicBool` in this scope
[INFO] [stderr]   --> src/bindgen_runtime/module_register.rs:81:45
[INFO] [stderr]    |
[INFO] [stderr] 81 | pub(crate) static CUSTOM_GC_TSFN_DESTROYED: AtomicBool = AtomicBool::new(false);
[INFO] [stderr]    |                                             ^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]    |
[INFO] [stderr] 1  + use core::sync::atomic::AtomicBool;
[INFO] [stderr]    |
[INFO] [stderr] 1  + use std::sync::atomic::AtomicBool;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AtomicBool`
[INFO] [stderr]   --> src/bindgen_runtime/module_register.rs:81:58
[INFO] [stderr]    |
[INFO] [stderr] 81 | pub(crate) static CUSTOM_GC_TSFN_DESTROYED: AtomicBool = AtomicBool::new(false);
[INFO] [stderr]    |                                                          ^^^^^^^^^^ use of undeclared type `AtomicBool`
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]    |
[INFO] [stderr] 1  + use core::sync::atomic::AtomicBool;
[INFO] [stderr]    |
[INFO] [stderr] 1  + use std::sync::atomic::AtomicBool;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `AtomicBool::new`
[INFO] [stderr]   --> src/bindgen_runtime/module_register.rs:81:58
[INFO] [stderr]    |
[INFO] [stderr] 81 | pub(crate) static CUSTOM_GC_TSFN_DESTROYED: AtomicBool = AtomicBool::new(false);
[INFO] [stderr]    |                                                          ^^^^^^^^^^^^^^^ could not resolve path `AtomicBool::new`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]    = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not document `napi`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustdoc --edition=2021 --crate-type lib --crate-name napi src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --cfg 'feature="anyhow"' --cfg 'feature="async"' --cfg 'feature="chrono"' --cfg 'feature="chrono_date"' --cfg 'feature="compat-mode"' --cfg 'feature="default"' --cfg 'feature="deferred_trace"' --cfg 'feature="encoding_rs"' --cfg 'feature="error_anyhow"' --cfg 'feature="experimental"' --cfg 'feature="full"' --cfg 'feature="latin1"' --cfg 'feature="napi1"' --cfg 'feature="napi2"' --cfg 'feature="napi3"' --cfg 'feature="napi4"' --cfg 'feature="napi5"' --cfg 'feature="napi6"' --cfg 'feature="napi7"' --cfg 'feature="napi8"' --cfg 'feature="napi9"' --cfg 'feature="noop"' --cfg 'feature="serde"' --cfg 'feature="serde-json"' --cfg 'feature="serde_json"' --cfg 'feature="tokio"' --cfg 'feature="tokio_fs"' --cfg 'feature="tokio_full"' --cfg 'feature="tokio_io_std"' --cfg 'feature="tokio_io_util"' --cfg 'feature="tokio_macros"' --cfg 'feature="tokio_net"' --cfg 'feature="tokio_process"' --cfg 'feature="tokio_rt"' --cfg 'feature="tokio_signal"' --cfg 'feature="tokio_stats"' --cfg 'feature="tokio_sync"' --cfg 'feature="tokio_test_util"' --cfg 'feature="tokio_time"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=4a788daec09bc93d -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libanyhow-f4ff6e156dcae2e3.rmeta --extern bitflags=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libbitflags-ee4c4d55de3b5e66.rmeta --extern chrono=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libchrono-0bbb3329f5ccc3af.rmeta --extern ctor=/opt/rustwide/target/debug/deps/libctor-7fdbdf06f80c4caf.so --extern encoding_rs=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libencoding_rs-06e6b9056a045cdb.rmeta --extern napi_sys=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libnapi_sys-7dc71247c6485c3e.rmeta --extern once_cell=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libonce_cell-3810e71ba6b5ea8b.rmeta --extern serde=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libserde-6007efd551b0fcf5.rmeta --extern serde_json=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libserde_json-f93d3e8473392b62.rmeta --extern tokio=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtokio-cc99645588918a14.rmeta --extern-html-root-url 'anyhow=https://docs.rs/anyhow/1.0.75/x86_64-unknown-linux-gnu' --extern-html-root-url 'bitflags=https://docs.rs/bitflags/2.4.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'chrono=https://docs.rs/chrono/0.4.31/x86_64-unknown-linux-gnu' --extern-html-root-url 'ctor=https://docs.rs/ctor/0.2.5/x86_64-unknown-linux-gnu' --extern-html-root-url 'encoding_rs=https://docs.rs/encoding_rs/0.8.33/x86_64-unknown-linux-gnu' --extern-html-root-url 'napi_sys=https://docs.rs/napi-sys/2.3.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'once_cell=https://docs.rs/once_cell/1.18.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde=https://docs.rs/serde/1.0.192/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde_json=https://docs.rs/serde_json/1.0.108/x86_64-unknown-linux-gnu' --extern-html-root-url 'tokio=https://docs.rs/tokio/1.32.0/x86_64-unknown-linux-gnu' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20231106-1.75.0-nightly-189d6c71f --static-root-path /-/rustdoc.static/ --cap-lints warn --extern-html-root-takes-precedence --crate-version 2.14.0` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "74bedd64ccd634de8d0a3efeec232b4f9939314f7de920ae8d860050154273ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74bedd64ccd634de8d0a3efeec232b4f9939314f7de920ae8d860050154273ea", kill_on_drop: false }`
[INFO] [stdout] 74bedd64ccd634de8d0a3efeec232b4f9939314f7de920ae8d860050154273ea