[INFO] cloning repository https://github.com/michaelrommel/coppas-platform-win [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/michaelrommel/coppas-platform-win" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelrommel%2Fcoppas-platform-win", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelrommel%2Fcoppas-platform-win'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c3db402e048a806faaa4ec6dbee208dc3e20df2d [INFO] testing michaelrommel/coppas-platform-win against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759-retry [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelrommel%2Fcoppas-platform-win" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-3-tc1/source/.cargo/config [INFO] started tweaking git repo https://github.com/michaelrommel/coppas-platform-win [INFO] finished tweaking git repo https://github.com/michaelrommel/coppas-platform-win [INFO] tweaked toml for git repo https://github.com/michaelrommel/coppas-platform-win written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/michaelrommel/coppas-platform-win on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/michaelrommel/coppas-platform-win already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/michaelrommel/clipboard-win` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded weezl v0.1.5 [INFO] [stderr] Downloaded gif v0.11.2 [INFO] [stderr] Downloaded bytemuck v1.7.2 [INFO] [stderr] Downloaded x11-clipboard v0.5.2 [INFO] [stderr] Downloaded signal-hook v0.3.10 [INFO] [stderr] Downloaded windows-win v2.4.1 [INFO] [stderr] Downloaded clipboard-master v3.1.2 [INFO] [stderr] Downloaded xcb v0.9.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 747c430a5f28b64bae9cfe3b42b235cd1e134f37e271c998262b4023937112df [INFO] running `Command { std: "docker" "start" "-a" "747c430a5f28b64bae9cfe3b42b235cd1e134f37e271c998262b4023937112df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "747c430a5f28b64bae9cfe3b42b235cd1e134f37e271c998262b4023937112df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "747c430a5f28b64bae9cfe3b42b235cd1e134f37e271c998262b4023937112df", kill_on_drop: false }` [INFO] [stdout] 747c430a5f28b64bae9cfe3b42b235cd1e134f37e271c998262b4023937112df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fa8f216d8217c61c507bd8fed5b272450c4cead3caa5f5f91e725ba208c4b19b [INFO] running `Command { std: "docker" "start" "-a" "fa8f216d8217c61c507bd8fed5b272450c4cead3caa5f5f91e725ba208c4b19b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.103 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling weezl v0.1.5 [INFO] [stderr] Compiling signal-hook v0.3.10 [INFO] [stderr] Compiling bytemuck v1.7.2 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling clipboard-win v4.2.1 (https://github.com/michaelrommel/clipboard-win#3933b5f4) [INFO] [stderr] Compiling gif v0.11.2 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling xcb v0.9.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling tiff v0.6.1 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling x11-clipboard v0.5.2 [INFO] [stderr] Compiling clipboard-master v3.1.2 [INFO] [stderr] Compiling coppas-platform-win v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved imports `clipboard_win::Clipboard`, `clipboard_win::Getter`, `clipboard_win::formats`, `clipboard_win::set_clipboard` [INFO] [stdout] --> src/main.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | use clipboard_win::{Clipboard, Getter, formats, set_clipboard}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^ ^^^^^^^ ^^^^^^^^^^^^^ no `set_clipboard` in the root [INFO] [stdout] | | | | [INFO] [stdout] | | | no `formats` in the root [INFO] [stdout] | | no `Getter` in the root [INFO] [stdout] | no `Clipboard` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `clipboard_win::raw` [INFO] [stdout] --> src/main.rs:3:20 [INFO] [stdout] | [INFO] [stdout] 3 | use clipboard_win::raw::{format_name, EnumFormats, is_format_avail, get_png, get_dibv5}; [INFO] [stdout] | ^^^ could not find `raw` in `clipboard_win` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `coppas-platform-win` (bin "coppas-platform-win") due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "fa8f216d8217c61c507bd8fed5b272450c4cead3caa5f5f91e725ba208c4b19b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa8f216d8217c61c507bd8fed5b272450c4cead3caa5f5f91e725ba208c4b19b", kill_on_drop: false }` [INFO] [stdout] fa8f216d8217c61c507bd8fed5b272450c4cead3caa5f5f91e725ba208c4b19b