Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version
rustc 1.84.0-nightly (854980293 2024-11-06)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/ui-sys-0.1.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/ui-sys-0.1.3/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241106-1.84.0-nightly-854980293\", \"--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] ef236a69860d6c9b063fb03414b34a3d68fafb2d3cf440a0e5c12fee580e67de
[INFO] running `Command { std: "docker" "start" "-a" "ef236a69860d6c9b063fb03414b34a3d68fafb2d3cf440a0e5c12fee580e67de", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Compiling ui-sys v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr] error: failed to run custom build command for `ui-sys v0.1.3 (/opt/rustwide/workdir)`
[INFO] [stderr]
[INFO] [stderr] Caused by:
[INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/ui-sys-86df73b19651068d/build-script-build` (exit status: 101)
[INFO] [stderr] --- stdout
[INFO] [stderr] git version 2.34.1
[INFO] [stderr] CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu = None
[INFO] [stderr] CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_gnu = None
[INFO] [stderr] HOST_CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr] CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr] CMAKE_GENERATOR_x86_64-unknown-linux-gnu = None
[INFO] [stderr] CMAKE_GENERATOR_x86_64_unknown_linux_gnu = None
[INFO] [stderr] HOST_CMAKE_GENERATOR = None
[INFO] [stderr] CMAKE_GENERATOR = None
[INFO] [stderr] CMAKE_PREFIX_PATH_x86_64-unknown-linux-gnu = None
[INFO] [stderr] CMAKE_PREFIX_PATH_x86_64_unknown_linux_gnu = None
[INFO] [stderr] HOST_CMAKE_PREFIX_PATH = None
[INFO] [stderr] CMAKE_PREFIX_PATH = None
[INFO] [stderr] CMAKE_x86_64-unknown-linux-gnu = None
[INFO] [stderr] CMAKE_x86_64_unknown_linux_gnu = None
[INFO] [stderr] HOST_CMAKE = None
[INFO] [stderr] CMAKE = None
[INFO] [stderr] running: cd "/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ui-sys-1e7cfc3d4540e9e4/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/opt/rustwide/workdir/libui" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ui-sys-1e7cfc3d4540e9e4/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=release"
[INFO] [stderr] -- Configuring done
[INFO] [stderr] -- Generating done
[INFO] [stderr] -- Build files have been written to: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ui-sys-1e7cfc3d4540e9e4/out/build
[INFO] [stderr] running: cd "/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/ui-sys-1e7cfc3d4540e9e4/out/build" && MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "cmake" "--build" "." "--target" "" "--config" "release"
[INFO] [stderr]
[INFO] [stderr] --- stderr
[INFO] [stderr] fatal: not a git repository (or any parent up to mount point /opt/rustwide)
[INFO] [stderr] Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
[INFO] [stderr] Usage: cmake --build <dir> [options] [-- [native-options]]
[INFO] [stderr] cmake --build --preset <preset> [options] [-- [native-options]]
[INFO] [stderr] Options:
[INFO] [stderr] <dir> = Project binary directory to be built.
[INFO] [stderr] --preset <preset>, --preset=<preset>
[INFO] [stderr] = Specify a build preset.
[INFO] [stderr] --list-presets
[INFO] [stderr] = List available build presets.
[INFO] [stderr] --parallel [<jobs>], -j [<jobs>]
[INFO] [stderr] = Build in parallel using the given number of jobs.
[INFO] [stderr] If <jobs> is omitted the native build tool's
[INFO] [stderr] default number is used.
[INFO] [stderr] The CMAKE_BUILD_PARALLEL_LEVEL environment variable
[INFO] [stderr] specifies a default parallel level when this option
[INFO] [stderr] is not given.
[INFO] [stderr] --target <tgt>..., -t <tgt>...
[INFO] [stderr] = Build <tgt> instead of default targets.
[INFO] [stderr] --config <cfg> = For multi-configuration tools, choose <cfg>.
[INFO] [stderr] --clean-first = Build target 'clean' first, then build.
[INFO] [stderr] (To clean only, use --target 'clean'.)
[INFO] [stderr] --verbose, -v = Enable verbose output - if supported - including
[INFO] [stderr] the build commands to be executed.
[INFO] [stderr] -- = Pass remaining options to the native tool.
[INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.51/src/lib.rs:1100:5:
[INFO] [stderr]
[INFO] [stderr] command did not execute successfully, got: exit status: 1
[INFO] [stderr]
[INFO] [stderr] build script failed, must exit now
[INFO] [stderr] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[INFO] running `Command { std: "docker" "inspect" "ef236a69860d6c9b063fb03414b34a3d68fafb2d3cf440a0e5c12fee580e67de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef236a69860d6c9b063fb03414b34a3d68fafb2d3cf440a0e5c12fee580e67de", kill_on_drop: false }`
[INFO] [stdout] ef236a69860d6c9b063fb03414b34a3d68fafb2d3cf440a0e5c12fee580e67de