[INFO] cloning repository https://github.com/lxconan/sample-rust-service [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lxconan/sample-rust-service" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flxconan%2Fsample-rust-service", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flxconan%2Fsample-rust-service'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6937bdeb579d1ee53cb43a4cf9e97aa903b829d8 [INFO] documenting lxconan/sample-rust-service 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%2Flxconan%2Fsample-rust-service" "/workspace/builds/worker-38/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-38/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lxconan/sample-rust-service 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/lxconan/sample-rust-service [INFO] finished tweaking git repo https://github.com/lxconan/sample-rust-service [INFO] tweaked toml for git repo https://github.com/lxconan/sample-rust-service written to /workspace/builds/worker-38/source/Cargo.toml [INFO] crate git repo https://github.com/lxconan/sample-rust-service 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-38/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/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] [stdout] 6b1d7df28e92677f99f8439225a3b3148d3f41f57658f2333e59a796ed49f2f0 [INFO] running `Command { std: "docker" "start" "-a" "6b1d7df28e92677f99f8439225a3b3148d3f41f57658f2333e59a796ed49f2f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6b1d7df28e92677f99f8439225a3b3148d3f41f57658f2333e59a796ed49f2f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b1d7df28e92677f99f8439225a3b3148d3f41f57658f2333e59a796ed49f2f0", kill_on_drop: false }` [INFO] [stdout] 6b1d7df28e92677f99f8439225a3b3148d3f41f57658f2333e59a796ed49f2f0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/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] 310f9da905b70eb0adf1b42647e1199b419e771f9cce0c400a8a03f0c2f3293b [INFO] running `Command { std: "docker" "start" "-a" "310f9da905b70eb0adf1b42647e1199b419e771f9cce0c400a8a03f0c2f3293b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.101 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Checking windows-service v0.4.0 [INFO] [stderr] Checking widestring v0.4.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Checking path-dedot v3.0.12 [INFO] [stderr] Checking path-absolutize v3.0.10 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking windows-service-rs-core v0.1.0 (/opt/rustwide/workdir/dependencies/windows-service-rs-core) [INFO] [stderr] Documenting windows-service-rs-core v0.1.0 (/opt/rustwide/workdir/dependencies/windows-service-rs-core) [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> dependencies/windows-service-rs-core/src/win_dbg_logger.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::debugapi; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `windows_service::define_windows_service`, `windows_service::service`, `windows_service::service_control_handler`, `windows_service::service_control_handler`, `windows_service::service_dispatcher` [INFO] [stdout] --> dependencies/windows-service-rs-core/src/service_wrapper.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | define_windows_service, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no `define_windows_service` in the root [INFO] [stdout] 4 | service::{ [INFO] [stdout] | ^^^^^^^ could not find `service` in `windows_service` [INFO] [stdout] ... [INFO] [stdout] 8 | service_control_handler::{self, ServiceControlHandlerResult}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ no `service_control_handler` in the root [INFO] [stdout] | | [INFO] [stdout] | could not find `service_control_handler` in `windows_service` [INFO] [stdout] 9 | service_dispatcher [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no `service_dispatcher` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `windows_service::service_control_handler` [INFO] [stdout] --> dependencies/windows-service-rs-core/src/service_wrapper.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | use windows_service::service_control_handler::ServiceStatusHandle; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ could not find `service_control_handler` in `windows_service` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `define_windows_service` [INFO] [stdout] --> dependencies/windows-service-rs-core/src/service_wrapper.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | define_windows_service!(ffi_service_main, sample_service_main); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> dependencies/windows-service-rs-core/src/win_dbg_logger.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::debugapi; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `windows_service::define_windows_service`, `windows_service::service`, `windows_service::service_control_handler`, `windows_service::service_control_handler`, `windows_service::service_dispatcher` [INFO] [stdout] --> dependencies/windows-service-rs-core/src/service_wrapper.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | define_windows_service, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no `define_windows_service` in the root [INFO] [stdout] 4 | service::{ [INFO] [stdout] | ^^^^^^^ could not find `service` in `windows_service` [INFO] [stdout] ... [INFO] [stdout] 8 | service_control_handler::{self, ServiceControlHandlerResult}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ no `service_control_handler` in the root [INFO] [stdout] | | [INFO] [stdout] | could not find `service_control_handler` in `windows_service` [INFO] [stdout] 9 | service_dispatcher [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no `service_dispatcher` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `windows_service::service_control_handler` [INFO] [stdout] --> dependencies/windows-service-rs-core/src/service_wrapper.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | use windows_service::service_control_handler::ServiceStatusHandle; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ could not find `service_control_handler` in `windows_service` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `define_windows_service` [INFO] [stdout] --> dependencies/windows-service-rs-core/src/service_wrapper.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | define_windows_service!(ffi_service_main, sample_service_main); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not document `windows-service-rs-core` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name windows_service_rs_core dependencies/windows-service-rs-core/src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=a03b8f5b31151291 -L dependency=/opt/rustwide/target/debug/deps --extern log=/opt/rustwide/target/debug/deps/liblog-03fe91397e42bcec.rmeta --extern widestring=/opt/rustwide/target/debug/deps/libwidestring-93711acce5e33589.rmeta --extern winapi=/opt/rustwide/target/debug/deps/libwinapi-888afcf6f86a5caa.rmeta --extern windows_service=/opt/rustwide/target/debug/deps/libwindows_service-67e6fdf81b656224.rmeta --cap-lints=warn --crate-version 0.1.0` (exit status: 1) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0425]: cannot find value `ffi_service_main` in this scope [INFO] [stdout] --> dependencies/windows-service-rs-core/src/service_wrapper.rs:54:45 [INFO] [stdout] | [INFO] [stdout] 54 | service_dispatcher::start(SERVICE_NAME, ffi_service_main) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `windows-service-rs-core` due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "310f9da905b70eb0adf1b42647e1199b419e771f9cce0c400a8a03f0c2f3293b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "310f9da905b70eb0adf1b42647e1199b419e771f9cce0c400a8a03f0c2f3293b", kill_on_drop: false }` [INFO] [stdout] 310f9da905b70eb0adf1b42647e1199b419e771f9cce0c400a8a03f0c2f3293b