[INFO] fetching crate clipboard-win 4.0.3... [INFO] checking clipboard-win-4.0.3 against try#45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 for pr-83744 [INFO] extracting crate clipboard-win 4.0.3 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate clipboard-win 4.0.3 on toolchain 45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate clipboard-win 4.0.3 [INFO] finished tweaking crates.io crate clipboard-win 4.0.3 [INFO] tweaked toml for crates.io crate clipboard-win 4.0.3 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded str-buf v1.0.5 [INFO] [stderr] Downloaded error-code v2.0.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "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] 10bba18d04958f63e945ff36eb8fa8cf48b670d7fe41f0299249249b8fbd1c2f [INFO] running `Command { std: "docker" "start" "-a" "10bba18d04958f63e945ff36eb8fa8cf48b670d7fe41f0299249249b8fbd1c2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "10bba18d04958f63e945ff36eb8fa8cf48b670d7fe41f0299249249b8fbd1c2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10bba18d04958f63e945ff36eb8fa8cf48b670d7fe41f0299249249b8fbd1c2f", kill_on_drop: false }` [INFO] [stdout] 10bba18d04958f63e945ff36eb8fa8cf48b670d7fe41f0299249249b8fbd1c2f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "-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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 651aceeb2f5309c3f3cea03f4782ed6a3e441e849bd36820ce0e9e79f869b879 [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" "651aceeb2f5309c3f3cea03f4782ed6a3e441e849bd36820ce0e9e79f869b879", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.93 [INFO] [stderr] Checking str-buf v1.0.5 [INFO] [stderr] Checking error-code v2.0.2 [INFO] [stderr] Checking clipboard-win v4.0.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved imports `clipboard_win::Getter`, `clipboard_win::Setter`, `clipboard_win::Clipboard`, `clipboard_win::is_format_avail` [INFO] [stdout] --> tests/test_clip.rs:1:21 [INFO] [stdout] | [INFO] [stdout] 1 | use clipboard_win::{Getter, Setter, Clipboard, is_format_avail}; [INFO] [stdout] | ^^^^^^ ^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^ no `is_format_avail` in the root [INFO] [stdout] | | | | [INFO] [stdout] | | | no `Clipboard` in the root [INFO] [stdout] | | no `Setter` in the root [INFO] [stdout] | no `Getter` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `clipboard_win::formats` [INFO] [stdout] --> tests/test_clip.rs:2:20 [INFO] [stdout] | [INFO] [stdout] 2 | use clipboard_win::formats::{RawData, Unicode, Bitmap, CF_TEXT, CF_UNICODETEXT, CF_BITMAP}; [INFO] [stdout] | ^^^^^^^ could not find `formats` in `clipboard_win` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> tests/test_clip.rs:76:30 [INFO] [stdout] | [INFO] [stdout] 76 | fn GetConsoleWindow() -> winapi::shared::windef::HWND; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `clipboard_win::raw` [INFO] [stdout] --> tests/formats.rs:1:20 [INFO] [stdout] | [INFO] [stdout] 1 | use clipboard_win::raw::{register_format, format_name, format_name_big}; [INFO] [stdout] | ^^^ could not find `raw` in `clipboard_win` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_owner` in crate `clipboard_win` [INFO] [stdout] --> tests/test_clip.rs:81:32 [INFO] [stdout] | [INFO] [stdout] 81 | assert!(clipboard_win::get_owner().is_none()); [INFO] [stdout] | ^^^^^^^^^ not found in `clipboard_win` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_owner` in crate `clipboard_win` [INFO] [stdout] --> tests/test_clip.rs:83:32 [INFO] [stdout] | [INFO] [stdout] 83 | assert!(clipboard_win::get_owner().is_none()); [INFO] [stdout] | ^^^^^^^^^ not found in `clipboard_win` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `empty` in crate `clipboard_win` [INFO] [stdout] --> tests/test_clip.rs:89:32 [INFO] [stdout] | [INFO] [stdout] 89 | let _ = clipboard_win::empty(); //empty is necessary to finalize association [INFO] [stdout] | ^^^^^ not found in `clipboard_win` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::iter::empty; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::empty; [INFO] [stdout] | [INFO] [stdout] 1 | use std::iter::empty; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_owner` in crate `clipboard_win` [INFO] [stdout] --> tests/test_clip.rs:90:35 [INFO] [stdout] | [INFO] [stdout] 90 | assert_eq!(clipboard_win::get_owner().expect("to have owner").as_ptr() as usize, console as usize); [INFO] [stdout] | ^^^^^^^^^ not found in `clipboard_win` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `clipboard-win` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "651aceeb2f5309c3f3cea03f4782ed6a3e441e849bd36820ce0e9e79f869b879", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "651aceeb2f5309c3f3cea03f4782ed6a3e441e849bd36820ce0e9e79f869b879", kill_on_drop: false }` [INFO] [stdout] 651aceeb2f5309c3f3cea03f4782ed6a3e441e849bd36820ce0e9e79f869b879