Build #1529019 2024-11-13T05:12:16.937178+00:00
# rustc version
rustc 1.84.0-nightly (f7273e004 2024-11-12)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/heim-virt-0.0.11/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/heim-virt-0.0.11/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: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\", \"-20241112-1.84.0-nightly-f7273e004\", \"--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}/i686-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-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] 8d44b06cfff11bdfd529f4e069edc30708baab4cb288d4910759c68903d0d07e
[INFO] running `Command { std: "docker" "start" "-a" "8d44b06cfff11bdfd529f4e069edc30708baab4cb288d4910759c68903d0d07e", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: detect
[INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr] to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting heim-virt v0.0.11 (/opt/rustwide/workdir)
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:40:33
[INFO] [stderr] |
[INFO] [stderr] 40 | /// Kernel Virtual Machine (https://www.linux-kvm.org)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 40 | /// Kernel Virtual Machine (<https://www.linux-kvm.org>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:43:15
[INFO] [stderr] |
[INFO] [stderr] 43 | /// QEMU (https://www.qemu.org/)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 43 | /// QEMU (<https://www.qemu.org/>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:46:31
[INFO] [stderr] |
[INFO] [stderr] 46 | /// Bochs IA-32 emulator (http://bochs.sourceforge.net/)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 46 | /// Bochs IA-32 emulator (<http://bochs.sourceforge.net/>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:49:22
[INFO] [stderr] |
[INFO] [stderr] 49 | /// Xen project (https://xenproject.org/)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 49 | /// Xen project (<https://xenproject.org/>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:52:26
[INFO] [stderr] |
[INFO] [stderr] 52 | /// User-Mode Linux (http://user-mode-linux.sourceforge.net/)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 52 | /// User-Mode Linux (<http://user-mode-linux.sourceforge.net/>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:55:17
[INFO] [stderr] |
[INFO] [stderr] 55 | /// VMware (https://www.vmware.com)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 55 | /// VMware (<https://www.vmware.com>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:58:32
[INFO] [stderr] |
[INFO] [stderr] 58 | /// Oracle virtualization (https://www.oracle.com/virtualization/)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 58 | /// Oracle virtualization (<https://www.oracle.com/virtualization/>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:61:28
[INFO] [stderr] |
[INFO] [stderr] 61 | /// Microsoft Hyper-V (http://www.microsoft.com/hyper-v)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 61 | /// Microsoft Hyper-V (<http://www.microsoft.com/hyper-v>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:64:24
[INFO] [stderr] |
[INFO] [stderr] 64 | /// FreeBSD bhyve (https://wiki.freebsd.org/bhyve)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 64 | /// FreeBSD bhyve (<https://wiki.freebsd.org/bhyve>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:67:20
[INFO] [stderr] |
[INFO] [stderr] 67 | /// Parallels (https://www.parallels.com/)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 67 | /// Parallels (<https://www.parallels.com/>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:70:25
[INFO] [stderr] |
[INFO] [stderr] 70 | /// QNX hypervisor (https://blackberry.qnx.com/en/products/hypervisor/index)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 70 | /// QNX hypervisor (<https://blackberry.qnx.com/en/products/hypervisor/index>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:73:26
[INFO] [stderr] |
[INFO] [stderr] 73 | /// ACRN hypervisor (https://projectacrn.org/)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 73 | /// ACRN hypervisor (<https://projectacrn.org/>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:77:45
[INFO] [stderr] |
[INFO] [stderr] 77 | /// `systemd-nspawn` container manager (https://www.freedesktop.org/wiki/Software/systemd/)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 77 | /// `systemd-nspawn` container manager (<https://www.freedesktop.org/wiki/Software/systemd/>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:80:24
[INFO] [stderr] |
[INFO] [stderr] 80 | /// `lxc-libvirt` (https://libvirt.org/drvlxc.html)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 80 | /// `lxc-libvirt` (<https://libvirt.org/drvlxc.html>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:83:27
[INFO] [stderr] |
[INFO] [stderr] 83 | /// Linux Containers (https://linuxcontainers.org/lxc)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 83 | /// Linux Containers (<https://linuxcontainers.org/lxc>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:86:17
[INFO] [stderr] |
[INFO] [stderr] 86 | /// OpenVz (https://openvz.org/)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 86 | /// OpenVz (<https://openvz.org/>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:89:17
[INFO] [stderr] |
[INFO] [stderr] 89 | /// Docker (https://www.docker.com/)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 89 | /// Docker (<https://www.docker.com/>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:92:17
[INFO] [stderr] |
[INFO] [stderr] 92 | /// Podman (https://podman.io/)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 92 | /// Podman (<https://podman.io/>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:95:21
[INFO] [stderr] |
[INFO] [stderr] 95 | /// CoreOS rkt (https://coreos.com/rkt/)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 95 | /// CoreOS rkt (<https://coreos.com/rkt/>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:98:24
[INFO] [stderr] |
[INFO] [stderr] 98 | /// Microsoft WSL (https://docs.microsoft.com/en-us/windows/wsl/about)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 98 | /// Microsoft WSL (<https://docs.microsoft.com/en-us/windows/wsl/about>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `heim-virt` (lib doc) generated 20 warnings (run `cargo fix --lib -p heim-virt` to apply 20 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
[INFO] [stderr] Generated /opt/rustwide/target/i686-unknown-linux-gnu/doc/heim_virt/index.html
[INFO] running `Command { std: "docker" "inspect" "8d44b06cfff11bdfd529f4e069edc30708baab4cb288d4910759c68903d0d07e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d44b06cfff11bdfd529f4e069edc30708baab4cb288d4910759c68903d0d07e", kill_on_drop: false }`
[INFO] [stdout] 8d44b06cfff11bdfd529f4e069edc30708baab4cb288d4910759c68903d0d07e