[INFO] fetching crate nikau 0.2.1...
[INFO] checking nikau-0.2.1 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate nikau 0.2.1 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate nikau 0.2.1 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate nikau 0.2.1
[INFO] finished tweaking crates.io crate nikau 0.2.1
[INFO] tweaked toml for crates.io crate nikau 0.2.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] crate crates.io crate nikau 0.2.1 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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pem v3.0.2
[INFO] [stderr]   Downloaded rustls v0.21.8
[INFO] [stderr]   Downloaded evdev v0.12.1
[INFO] [stderr]   Downloaded nonblock v0.2.0
[INFO] [stderr]   Downloaded notify v6.1.1
[INFO] [stderr]   Downloaded blocking v1.4.1
[INFO] [stderr]   Downloaded x11rb-async v0.12.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b03e34469d396d1c8a31e66d625472f77cf86818ca775158eb31931fe728e673
[INFO] running `Command { std: "docker" "start" "-a" "b03e34469d396d1c8a31e66d625472f77cf86818ca775158eb31931fe728e673", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b03e34469d396d1c8a31e66d625472f77cf86818ca775158eb31931fe728e673", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b03e34469d396d1c8a31e66d625472f77cf86818ca775158eb31931fe728e673", kill_on_drop: false }`
[INFO] [stdout] b03e34469d396d1c8a31e66d625472f77cf86818ca775158eb31931fe728e673
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a8e4089b6917424a6a8e9b6f5decc34449aa387c81868a22ae7e70ed9f9a9bc4
[INFO] running `Command { std: "docker" "start" "-a" "a8e4089b6917424a6a8e9b6f5decc34449aa387c81868a22ae7e70ed9f9a9bc4", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling semver v1.0.20
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]     Checking futures-io v0.3.29
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling jobserver v0.1.27
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking concurrent-queue v2.3.0
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]     Checking getrandom v0.2.11
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking mio v0.8.9
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling serde v1.0.192
[INFO] [stderr]     Checking fastrand v1.9.0
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking parking v2.2.0
[INFO] [stderr]    Compiling rustix v0.37.27
[INFO] [stderr]     Checking waker-fn v1.1.1
[INFO] [stderr]    Compiling rustls v0.21.8
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking deranged v0.3.9
[INFO] [stderr]     Checking anstyle-parse v0.2.2
[INFO] [stderr]    Compiling heapless v0.7.16
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]     Checking bytes v1.5.0
[INFO] [stderr]    Compiling zstd-sys v2.0.9+zstd.1.5.5
[INFO] [stderr]    Compiling ring v0.17.5
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]    Compiling x11rb v0.12.0
[INFO] [stderr]     Checking anstyle-query v1.0.0
[INFO] [stderr]     Checking linux-raw-sys v0.3.8
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking time-core v0.1.2
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking anstyle v1.0.4
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]    Compiling zstd-safe v7.0.0
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]     Checking base64 v0.21.5
[INFO] [stderr]     Checking anstream v0.6.4
[INFO] [stderr]     Checking piper v0.2.1
[INFO] [stderr]     Checking x11rb-protocol v0.12.0
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]     Checking time v0.3.30
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking gethostname v0.3.0
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking clap_lex v0.6.0
[INFO] [stderr]     Checking regex-automata v0.4.3
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]    Compiling async-trait v0.1.74
[INFO] [stderr]     Checking async-task v4.5.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking clap_builder v4.4.8
[INFO] [stderr]     Checking walkdir v2.4.0
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling serde_derive v1.0.192
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]     Checking regex v1.10.2
[INFO] [stderr]     Checking tokio v1.34.0
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking form_urlencoded v1.2.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking blocking v1.4.1
[INFO] [stderr]     Checking quinn-udp v0.4.1
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]     Checking nix v0.23.2
[INFO] [stderr]     Checking pem v3.0.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking filetime v0.2.22
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]     Checking tracing-log v0.1.4
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]     Checking cpufeatures v0.2.11
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]     Checking embedded-io v0.4.0
[INFO] [stderr]     Checking cobs v0.2.3
[INFO] [stderr]     Checking tracing-subscriber v0.3.17
[INFO] [stderr]     Checking notify v6.1.1
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking clap v4.4.8
[INFO] [stderr]     Checking rcgen v0.11.3
[INFO] [stderr]     Checking url v2.4.1
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking nonblock v0.2.0
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking home v0.5.5
[INFO] [stderr]     Checking evdev v0.12.1
[INFO] [stderr]     Checking x11rb-async v0.12.0
[INFO] [stderr]     Checking postcard v1.0.8
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking zstd v0.11.2+zstd.1.5.2
[INFO] [stderr]     Checking zstd v0.13.0
[INFO] [stderr]     Checking zip v0.6.6
[INFO] [stderr]     Checking quinn-proto v0.10.6
[INFO] [stderr]     Checking quinn v0.10.2
[INFO] [stderr]     Checking nikau v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `tracing` is imported redundantly
[INFO] [stdout]  --> src/logging.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use tracing;
[INFO] [stdout]   |     ^^^^^^^ the item `tracing` is already defined by prelude
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `tracing` is imported redundantly
[INFO] [stdout]  --> src/logging.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use tracing;
[INFO] [stdout]   |     ^^^^^^^ the item `tracing` is already defined by prelude
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `keyboard` in module `output`
[INFO] [stdout]   --> examples/devices.rs:65:17
[INFO] [stdout]    |
[INFO] [stdout] 65 |         output::keyboard(pid).context("Failed to init virtual device, are you root?")?;
[INFO] [stdout]    |                 ^^^^^^^^ not found in `output`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use crate::output::uinput::keyboard;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use nikau::device::output::uinput::keyboard;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `keyboard`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 65 -         output::keyboard(pid).context("Failed to init virtual device, are you root?")?;
[INFO] [stdout] 65 +         keyboard(pid).context("Failed to init virtual device, are you root?")?;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mouse` in module `output`
[INFO] [stdout]   --> examples/devices.rs:66:29
[INFO] [stdout]    |
[INFO] [stdout] 66 |     let mut mouse = output::mouse(pid)?;
[INFO] [stdout]    |                             ^^^^^ not found in `output`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use crate::output::uinput::mouse;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use nikau::device::output::uinput::mouse;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `mouse`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 66 -     let mut mouse = output::mouse(pid)?;
[INFO] [stdout] 66 +     let mut mouse = mouse(pid)?;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `touchpad` in module `output`
[INFO] [stdout]   --> examples/devices.rs:67:32
[INFO] [stdout]    |
[INFO] [stdout] 67 |     let mut touchpad = output::touchpad(pid)?;
[INFO] [stdout]    |                                ^^^^^^^^ not found in `output`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use crate::output::uinput::touchpad;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use nikau::device::output::uinput::touchpad;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `touchpad`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 67 -     let mut touchpad = output::touchpad(pid)?;
[INFO] [stdout] 67 +     let mut touchpad = touchpad(pid)?;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Context`
[INFO] [stdout]  --> examples/devices.rs:4:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | use anyhow::{bail, Context, Result};
[INFO] [stdout]   |                    ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `ClipboardData` has no field named `data`
[INFO] [stdout]   --> examples/clipboard.rs:54:21
[INFO] [stdout]    |
[INFO] [stdout] 54 |                     data,
[INFO] [stdout]    |                     ^^^^ `ClipboardData` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `bytes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0560`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nikau` (example "devices") due to 4 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `nikau` (example "clipboard") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "a8e4089b6917424a6a8e9b6f5decc34449aa387c81868a22ae7e70ed9f9a9bc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a8e4089b6917424a6a8e9b6f5decc34449aa387c81868a22ae7e70ed9f9a9bc4", kill_on_drop: false }`
[INFO] [stdout] a8e4089b6917424a6a8e9b6f5decc34449aa387c81868a22ae7e70ed9f9a9bc4
[INFO] checking nikau-0.2.1 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate nikau 0.2.1 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate nikau 0.2.1 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate nikau 0.2.1
[INFO] finished tweaking crates.io crate nikau 0.2.1
[INFO] tweaked toml for crates.io crate nikau 0.2.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate crates.io crate nikau 0.2.1 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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9dc197717392e7d9379421f90683d4775ce6d4dd600c35633c59d28d2a5b4856
[INFO] running `Command { std: "docker" "start" "-a" "9dc197717392e7d9379421f90683d4775ce6d4dd600c35633c59d28d2a5b4856", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9dc197717392e7d9379421f90683d4775ce6d4dd600c35633c59d28d2a5b4856", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9dc197717392e7d9379421f90683d4775ce6d4dd600c35633c59d28d2a5b4856", kill_on_drop: false }`
[INFO] [stdout] 9dc197717392e7d9379421f90683d4775ce6d4dd600c35633c59d28d2a5b4856
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c01ae290ccd9b3140405008ad772f8e3ce78e6421c6e84e50d34983a53b91bda
[INFO] running `Command { std: "docker" "start" "-a" "c01ae290ccd9b3140405008ad772f8e3ce78e6421c6e84e50d34983a53b91bda", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]    Compiling semver v1.0.20
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling jobserver v0.1.27
[INFO] [stderr]     Checking futures-io v0.3.29
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking getrandom v0.2.11
[INFO] [stderr]     Checking mio v0.8.9
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking concurrent-queue v2.3.0
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]     Checking fastrand v1.9.0
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling rustls v0.21.8
[INFO] [stderr]    Compiling rustix v0.37.27
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]    Compiling serde v1.0.192
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]     Checking waker-fn v1.1.1
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]     Checking parking v2.2.0
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking deranged v0.3.9
[INFO] [stderr]     Checking anstyle-parse v0.2.2
[INFO] [stderr]    Compiling heapless v0.7.16
[INFO] [stderr]    Compiling zstd-sys v2.0.9+zstd.1.5.5
[INFO] [stderr]    Compiling ring v0.17.5
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]     Checking bytes v1.5.0
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking anstyle-query v1.0.0
[INFO] [stderr]     Checking time-core v0.1.2
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]     Checking base64 v0.21.5
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]     Checking linux-raw-sys v0.3.8
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking anstyle v1.0.4
[INFO] [stderr]    Compiling zstd-safe v7.0.0
[INFO] [stderr]    Compiling x11rb v0.12.0
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]     Checking x11rb-protocol v0.12.0
[INFO] [stderr]     Checking piper v0.2.1
[INFO] [stderr]     Checking anstream v0.6.4
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]     Checking time v0.3.30
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking regex-automata v0.4.3
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking gethostname v0.3.0
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking clap_lex v0.6.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]     Checking async-task v4.5.0
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]    Compiling async-trait v0.1.74
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking form_urlencoded v1.2.0
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking clap_builder v4.4.8
[INFO] [stderr]     Checking walkdir v2.4.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling serde_derive v1.0.192
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]     Checking regex v1.10.2
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]     Checking tokio v1.34.0
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking nix v0.23.2
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]     Checking blocking v1.4.1
[INFO] [stderr]     Checking quinn-udp v0.4.1
[INFO] [stderr]     Checking pem v3.0.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking filetime v0.2.22
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]     Checking tracing-log v0.1.4
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]     Checking cobs v0.2.3
[INFO] [stderr]     Checking embedded-io v0.4.0
[INFO] [stderr]     Checking cpufeatures v0.2.11
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking tracing-subscriber v0.3.17
[INFO] [stderr]     Checking notify v6.1.1
[INFO] [stderr]     Checking rcgen v0.11.3
[INFO] [stderr]     Checking clap v4.4.8
[INFO] [stderr]     Checking url v2.4.1
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]     Checking nonblock v0.2.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking home v0.5.5
[INFO] [stderr]     Checking x11rb-async v0.12.0
[INFO] [stderr]     Checking evdev v0.12.1
[INFO] [stderr]     Checking postcard v1.0.8
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking zstd v0.11.2+zstd.1.5.2
[INFO] [stderr]     Checking zstd v0.13.0
[INFO] [stderr]     Checking zip v0.6.6
[INFO] [stderr]     Checking quinn-proto v0.10.6
[INFO] [stderr]     Checking quinn v0.10.2
[INFO] [stderr]     Checking nikau v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `tracing` is imported redundantly
[INFO] [stdout]  --> src/logging.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use tracing;
[INFO] [stdout]   |     ^^^^^^^ the item `tracing` is already defined by prelude
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `tracing` is imported redundantly
[INFO] [stdout]  --> src/logging.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use tracing;
[INFO] [stdout]   |     ^^^^^^^ the item `tracing` is already defined by prelude
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `keyboard` in module `output`
[INFO] [stdout]   --> examples/devices.rs:65:17
[INFO] [stdout]    |
[INFO] [stdout] 65 |         output::keyboard(pid).context("Failed to init virtual device, are you root?")?;
[INFO] [stdout]    |                 ^^^^^^^^ not found in `output`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use crate::output::uinput::keyboard;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use nikau::device::output::uinput::keyboard;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `keyboard`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 65 -         output::keyboard(pid).context("Failed to init virtual device, are you root?")?;
[INFO] [stdout] 65 +         keyboard(pid).context("Failed to init virtual device, are you root?")?;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mouse` in module `output`
[INFO] [stdout]   --> examples/devices.rs:66:29
[INFO] [stdout]    |
[INFO] [stdout] 66 |     let mut mouse = output::mouse(pid)?;
[INFO] [stdout]    |                             ^^^^^ not found in `output`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use crate::output::uinput::mouse;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use nikau::device::output::uinput::mouse;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `mouse`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 66 -     let mut mouse = output::mouse(pid)?;
[INFO] [stdout] 66 +     let mut mouse = mouse(pid)?;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `touchpad` in module `output`
[INFO] [stdout]   --> examples/devices.rs:67:32
[INFO] [stdout]    |
[INFO] [stdout] 67 |     let mut touchpad = output::touchpad(pid)?;
[INFO] [stdout]    |                                ^^^^^^^^ not found in `output`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use crate::output::uinput::touchpad;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use nikau::device::output::uinput::touchpad;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `touchpad`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 67 -     let mut touchpad = output::touchpad(pid)?;
[INFO] [stdout] 67 +     let mut touchpad = touchpad(pid)?;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Context`
[INFO] [stdout]  --> examples/devices.rs:4:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | use anyhow::{bail, Context, Result};
[INFO] [stdout]   |                    ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `ClipboardData` has no field named `data`
[INFO] [stdout]   --> examples/clipboard.rs:54:21
[INFO] [stdout]    |
[INFO] [stdout] 54 |                     data,
[INFO] [stdout]    |                     ^^^^ `ClipboardData` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `bytes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0560`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nikau` (example "devices") due to 4 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `nikau` (example "clipboard") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "c01ae290ccd9b3140405008ad772f8e3ce78e6421c6e84e50d34983a53b91bda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c01ae290ccd9b3140405008ad772f8e3ce78e6421c6e84e50d34983a53b91bda", kill_on_drop: false }`
[INFO] [stdout] c01ae290ccd9b3140405008ad772f8e3ce78e6421c6e84e50d34983a53b91bda
