[INFO] cloning repository https://github.com/TanninOne/nxmproxy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TanninOne/nxmproxy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTanninOne%2Fnxmproxy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTanninOne%2Fnxmproxy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f9f72e01ddeb1f32876083a1d223baf85b001bec [INFO] testing TanninOne/nxmproxy against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTanninOne%2Fnxmproxy" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/TanninOne/nxmproxy on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/TanninOne/nxmproxy [INFO] finished tweaking git repo https://github.com/TanninOne/nxmproxy [INFO] tweaked toml for git repo https://github.com/TanninOne/nxmproxy written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/TanninOne/nxmproxy already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 739007d45b98963465a159f1ea713f70d4fc060ad00aae9d5121304766e94d83 [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" "739007d45b98963465a159f1ea713f70d4fc060ad00aae9d5121304766e94d83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "739007d45b98963465a159f1ea713f70d4fc060ad00aae9d5121304766e94d83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "739007d45b98963465a159f1ea713f70d4fc060ad00aae9d5121304766e94d83", kill_on_drop: false }` [INFO] [stdout] 739007d45b98963465a159f1ea713f70d4fc060ad00aae9d5121304766e94d83 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "RUSTFLAGS=--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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 374b768b7a1e60e6dfd545019dbb6a531d039cf973f6187f24cc029d3b9cf103 [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" "374b768b7a1e60e6dfd545019dbb6a531d039cf973f6187f24cc029d3b9cf103", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling windows_gen v0.17.2 [INFO] [stderr] Compiling const-sha1 v0.2.0 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling directories v3.0.2 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling structopt-derive v0.4.15 [INFO] [stderr] Compiling windows_macros v0.17.2 [INFO] [stderr] Compiling structopt v0.3.22 [INFO] [stderr] Compiling windows v0.17.2 [INFO] [stderr] Compiling bindings v0.0.0 (/opt/rustwide/workdir/bindings) [INFO] [stdout] error: proc macro panicked [INFO] [stdout] --> bindings/build.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | / windows::build! { [INFO] [stdout] 3 | | Windows::Win32::UI::Shell::*, [INFO] [stdout] 4 | | Windows::Win32::UI::WindowsAndMessaging::*, [INFO] [stdout] 5 | | Windows::Win32::System::Registry::*, [INFO] [stdout] 6 | | Windows::Win32::System::Threading::*, [INFO] [stdout] 7 | | }; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = help: message: Path not ending in `;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bindings` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "374b768b7a1e60e6dfd545019dbb6a531d039cf973f6187f24cc029d3b9cf103", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "374b768b7a1e60e6dfd545019dbb6a531d039cf973f6187f24cc029d3b9cf103", kill_on_drop: false }` [INFO] [stdout] 374b768b7a1e60e6dfd545019dbb6a531d039cf973f6187f24cc029d3b9cf103