Build #1107593 2024-01-29T12:19:05.288565+00:00
# rustc version
rustc 1.77.0-nightly (635124704 2024-01-27)# docs.rs version
docsrs 0.6.0 (7667f348 2024-01-17)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/oxi-libuv-0.4.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/oxi-libuv-0.4.2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240127-1.77.0-nightly-635124704\", \"--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] [stdout] 3549c541409df1927fd0624fbea770c777b113a4995107738d429952e1f98cbc
[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" "3549c541409df1927fd0624fbea770c777b113a4995107738d429952e1f98cbc", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr] Documenting oxi-libuv v0.4.2 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved imports `crate::libuv_sys2`, `crate::libuv_sys2`
[INFO] [stderr] --> src/async.rs:3:12
[INFO] [stderr] |
[INFO] [stderr] 3 | use crate::libuv_sys2::{self as ffi, uv_async_t};
[INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^^ no `libuv_sys2` in the root
[INFO] [stderr] | |
[INFO] [stderr] | could not find `libuv_sys2` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:24
[INFO] [stderr] |
[INFO] [stderr] 11 | use libuv_sys2_1_44 as libuv_sys2;
[INFO] [stderr] | ^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `use-1-44` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:13:24
[INFO] [stderr] |
[INFO] [stderr] 13 | use libuv_sys2_1_46 as libuv_sys2;
[INFO] [stderr] | ^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `use-1-46` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved imports `crate::libuv_sys2`, `crate::libuv_sys2`
[INFO] [stderr] --> src/handle.rs:5:12
[INFO] [stderr] |
[INFO] [stderr] 5 | use crate::libuv_sys2::{self as ffi, uv_handle_t, uv_loop_t};
[INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^^ no `libuv_sys2` in the root
[INFO] [stderr] | |
[INFO] [stderr] | could not find `libuv_sys2` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:24
[INFO] [stderr] |
[INFO] [stderr] 11 | use libuv_sys2_1_44 as libuv_sys2;
[INFO] [stderr] | ^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `use-1-44` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:13:24
[INFO] [stderr] |
[INFO] [stderr] 13 | use libuv_sys2_1_46 as libuv_sys2;
[INFO] [stderr] | ^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `use-1-46` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::libuv_sys2`
[INFO] [stderr] --> src/loop.rs:4:12
[INFO] [stderr] |
[INFO] [stderr] 4 | use crate::libuv_sys2::uv_loop_t;
[INFO] [stderr] | ^^^^^^^^^^ could not find `libuv_sys2` in the crate root
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved imports `crate::libuv_sys2`, `crate::libuv_sys2`
[INFO] [stderr] --> src/timer.rs:4:12
[INFO] [stderr] |
[INFO] [stderr] 4 | use crate::libuv_sys2::{self as ffi, uv_timer_t};
[INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^^ no `libuv_sys2` in the root
[INFO] [stderr] | |
[INFO] [stderr] | could not find `libuv_sys2` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:24
[INFO] [stderr] |
[INFO] [stderr] 11 | use libuv_sys2_1_44 as libuv_sys2;
[INFO] [stderr] | ^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `use-1-44` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:13:24
[INFO] [stderr] |
[INFO] [stderr] 13 | use libuv_sys2_1_46 as libuv_sys2;
[INFO] [stderr] | ^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `use-1-46` feature
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not document `oxi-libuv`
[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 oxi_libuv src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=1716f7d5a0a9697a -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern once_cell=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libonce_cell-c7b76f42d673aef1.rmeta --extern oxi_luajit=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/liboxi_luajit-4bd667dc7f909d43.rmeta --extern thiserror=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libthiserror-2c921b7e7ec60ac9.rmeta --extern-html-root-url 'once_cell=https://docs.rs/once_cell/1.19.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'oxi_luajit=https://docs.rs/oxi-luajit/0.4.2/x86_64-unknown-linux-gnu' --extern-html-root-url 'thiserror=https://docs.rs/thiserror/1.0.56/x86_64-unknown-linux-gnu' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20240127-1.77.0-nightly-635124704 --static-root-path /-/rustdoc.static/ --cap-lints warn --extern-html-root-takes-precedence --crate-version 0.4.2` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "3549c541409df1927fd0624fbea770c777b113a4995107738d429952e1f98cbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3549c541409df1927fd0624fbea770c777b113a4995107738d429952e1f98cbc", kill_on_drop: false }`
[INFO] [stdout] 3549c541409df1927fd0624fbea770c777b113a4995107738d429952e1f98cbc