[INFO] cloning repository https://github.com/WimbledonLabs/renderer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/WimbledonLabs/renderer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWimbledonLabs%2Frenderer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWimbledonLabs%2Frenderer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f29dfeed3a6401196e74ad7cb3cd212b2f97e3a8 [INFO] documenting WimbledonLabs/renderer against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWimbledonLabs%2Frenderer" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/WimbledonLabs/renderer on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/WimbledonLabs/renderer [INFO] finished tweaking git repo https://github.com/WimbledonLabs/renderer [INFO] tweaked toml for git repo https://github.com/WimbledonLabs/renderer written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/WimbledonLabs/renderer already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", 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] e21473217c4ee349ef0b26a28e67e150edeaa4b7f1fba5d7d37f3e1033265c75 [INFO] running `Command { std: "docker" "start" "-a" "e21473217c4ee349ef0b26a28e67e150edeaa4b7f1fba5d7d37f3e1033265c75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e21473217c4ee349ef0b26a28e67e150edeaa4b7f1fba5d7d37f3e1033265c75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e21473217c4ee349ef0b26a28e67e150edeaa4b7f1fba5d7d37f3e1033265c75", kill_on_drop: false }` [INFO] [stdout] e21473217c4ee349ef0b26a28e67e150edeaa4b7f1fba5d7d37f3e1033265c75 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fdf9e7256cb05ea5308aab28b18069737fccab717e94dc31aa6e81c7ba9d2832 [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" "fdf9e7256cb05ea5308aab28b18069737fccab717e94dc31aa6e81c7ba9d2832", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Checking once_cell v1.3.1 [INFO] [stderr] Compiling wide v0.4.5 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling xkbcommon-sys v0.7.4 [INFO] [stderr] Compiling imgui-sys v0.3.0 [INFO] [stderr] Compiling minifb v0.16.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling wayland-scanner v0.25.0 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking wayland-sys v0.25.0 [INFO] [stderr] Checking ultraviolet v0.4.6 [INFO] [stderr] Compiling wayland-client v0.25.0 [INFO] [stderr] Compiling wayland-protocols v0.25.0 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking nix v0.17.0 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking x11-dl v2.18.5 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking xkb v0.2.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking wayland-commons v0.25.0 [INFO] [stderr] Checking imgui v0.3.0 [INFO] [stderr] Checking wayland-cursor v0.25.0 [INFO] [stderr] Documenting renderer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/main.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | use winapi::um::xinput::XINPUT_GAMEPAD_A; [INFO] [stdout] | ^^ could not find `um` in `winapi` [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 E0433`. [INFO] [stdout] [INFO] [stderr] error: could not document `renderer` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name renderer src/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=7e00f2f8a8d9b4a8 -L dependency=/opt/rustwide/target/debug/deps --extern imgui=/opt/rustwide/target/debug/deps/libimgui-b217c093436097ab.rmeta --extern minifb=/opt/rustwide/target/debug/deps/libminifb-6fb473a4f8a7d158.rmeta --extern ultraviolet=/opt/rustwide/target/debug/deps/libultraviolet-cce7aba5724278a0.rmeta --extern winapi=/opt/rustwide/target/debug/deps/libwinapi-ff744c97c3d4f20c.rmeta --cap-lints=warn --crate-version 0.1.0` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "fdf9e7256cb05ea5308aab28b18069737fccab717e94dc31aa6e81c7ba9d2832", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fdf9e7256cb05ea5308aab28b18069737fccab717e94dc31aa6e81c7ba9d2832", kill_on_drop: false }` [INFO] [stdout] fdf9e7256cb05ea5308aab28b18069737fccab717e94dc31aa6e81c7ba9d2832