[INFO] fetching crate yaxi 0.1.57... [INFO] testing yaxi-0.1.57 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate yaxi 0.1.57 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate yaxi 0.1.57 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate yaxi 0.1.57 [INFO] tweaked toml for crates.io crate yaxi 0.1.57 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate yaxi 0.1.57 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 74 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e16d33d835b49f13802e437a96144e61f7c2589d0b67f6aa0d90cf249011ed0f [INFO] running `Command { std: "docker" "start" "-a" "e16d33d835b49f13802e437a96144e61f7c2589d0b67f6aa0d90cf249011ed0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e16d33d835b49f13802e437a96144e61f7c2589d0b67f6aa0d90cf249011ed0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e16d33d835b49f13802e437a96144e61f7c2589d0b67f6aa0d90cf249011ed0f", kill_on_drop: false }` [INFO] [stdout] e16d33d835b49f13802e437a96144e61f7c2589d0b67f6aa0d90cf249011ed0f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b0187cf238ada4cae2470e35af06c5d3c901a43c10049157f216bf9f00b7c7ca [INFO] running `Command { std: "docker" "start" "-a" "b0187cf238ada4cae2470e35af06c5d3c901a43c10049157f216bf9f00b7c7ca", kill_on_drop: false }` [INFO] [stderr] Compiling yaxi v0.1.57 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `Cache` is more private than the item `display::Display::atom_cache` [INFO] [stdout] --> src/display/mod.rs:346:5 [INFO] [stdout] | [INFO] [stdout] 346 | pub(crate) atom_cache: Cache, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `display::Display::atom_cache` is reachable at visibility `pub(crate)` [INFO] [stdout] | [INFO] [stdout] note: but type `Cache` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/display/mod.rs:214:1 [INFO] [stdout] | [INFO] [stdout] 214 | struct Cache { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(private_interfaces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `depth` is never read [INFO] [stdout] --> src/display/mod.rs:260:5 [INFO] [stdout] | [INFO] [stdout] 259 | pub struct Depth { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 260 | depth: u8, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Depth` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `roots` is never read [INFO] [stdout] --> src/display/mod.rs:818:5 [INFO] [stdout] | [INFO] [stdout] 813 | pub struct EventListener { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 818 | roots: Roots, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `family`, `address`, and `number` are never read [INFO] [stdout] --> src/display/auth.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Entry { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 10 | family: u16, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 11 | address: Vec, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 12 | number: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Entry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/display/parse.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 40 | impl DisplayInfo { [INFO] [stdout] | ---------------- associated function in this implementation [INFO] [stdout] 41 | pub fn new(host: String, protocol: Protocol, display: u16, screen: u16) -> DisplayInfo { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `expect` is never used [INFO] [stdout] --> src/display/parse.rs:88:12 [INFO] [stdout] | [INFO] [stdout] 65 | impl<'a> Iter<'a> { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 88 | pub fn expect(&mut self, expect: char) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/display/parse.rs:66:47 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn new(chars: Peekable>) -> Iter { [INFO] [stdout] | -- ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 66 | pub fn new(chars: Peekable>) -> Iter<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s [INFO] running `Command { std: "docker" "inspect" "b0187cf238ada4cae2470e35af06c5d3c901a43c10049157f216bf9f00b7c7ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0187cf238ada4cae2470e35af06c5d3c901a43c10049157f216bf9f00b7c7ca", kill_on_drop: false }` [INFO] [stdout] b0187cf238ada4cae2470e35af06c5d3c901a43c10049157f216bf9f00b7c7ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b09ed169dcab3525be5efb34383db8e5fdeed28ab69a74630d8def7458cd9c95 [INFO] running `Command { std: "docker" "start" "-a" "b09ed169dcab3525be5efb34383db8e5fdeed28ab69a74630d8def7458cd9c95", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling anstyle-query v1.1.4 [INFO] [stderr] Compiling sdd v3.0.10 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling jiff v0.2.15 [INFO] [stdout] warning: type `Cache` is more private than the item `display::Display::atom_cache` [INFO] [stdout] --> src/display/mod.rs:346:5 [INFO] [stdout] | [INFO] [stdout] 346 | pub(crate) atom_cache: Cache, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `display::Display::atom_cache` is reachable at visibility `pub(crate)` [INFO] [stdout] | [INFO] [stdout] note: but type `Cache` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/display/mod.rs:214:1 [INFO] [stdout] | [INFO] [stdout] 214 | struct Cache { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(private_interfaces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `depth` is never read [INFO] [stdout] --> src/display/mod.rs:260:5 [INFO] [stdout] | [INFO] [stdout] 259 | pub struct Depth { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 260 | depth: u8, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Depth` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `roots` is never read [INFO] [stdout] --> src/display/mod.rs:818:5 [INFO] [stdout] | [INFO] [stdout] 813 | pub struct EventListener { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 818 | roots: Roots, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `family`, `address`, and `number` are never read [INFO] [stdout] --> src/display/auth.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Entry { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 10 | family: u16, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 11 | address: Vec, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 12 | number: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Entry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/display/parse.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 40 | impl DisplayInfo { [INFO] [stdout] | ---------------- associated function in this implementation [INFO] [stdout] 41 | pub fn new(host: String, protocol: Protocol, display: u16, screen: u16) -> DisplayInfo { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `expect` is never used [INFO] [stdout] --> src/display/parse.rs:88:12 [INFO] [stdout] | [INFO] [stdout] 65 | impl<'a> Iter<'a> { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 88 | pub fn expect(&mut self, expect: char) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/display/parse.rs:66:47 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn new(chars: Peekable>) -> Iter { [INFO] [stdout] | -- ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 66 | pub fn new(chars: Peekable>) -> Iter<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling anstream v0.6.20 [INFO] [stderr] Compiling scc v2.4.0 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling serial_test_derive v3.2.0 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling serial_test v3.2.0 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling yaxi v0.1.57 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `yaxi::clipboard` [INFO] [stdout] --> tests/test_clipboard.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | use yaxi::clipboard::Clipboard; [INFO] [stdout] | ^^^^^^^^^ could not find `clipboard` in `yaxi` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 99 | #[cfg(feature = "clipboard")] [INFO] [stdout] | --------------------- the item is gated behind the `clipboard` feature [INFO] [stdout] 100 | pub mod clipboard; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::time::SystemTime` [INFO] [stdout] --> tests/test_clipboard.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::time::SystemTime; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `yaxi` (test "test_clipboard") due to 1 previous error; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: type `Cache` is more private than the item `display::Display::atom_cache` [INFO] [stdout] --> src/display/mod.rs:346:5 [INFO] [stdout] | [INFO] [stdout] 346 | pub(crate) atom_cache: Cache, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `display::Display::atom_cache` is reachable at visibility `pub(crate)` [INFO] [stdout] | [INFO] [stdout] note: but type `Cache` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/display/mod.rs:214:1 [INFO] [stdout] | [INFO] [stdout] 214 | struct Cache { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(private_interfaces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `depth` is never read [INFO] [stdout] --> src/display/mod.rs:260:5 [INFO] [stdout] | [INFO] [stdout] 259 | pub struct Depth { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 260 | depth: u8, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Depth` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `roots` is never read [INFO] [stdout] --> src/display/mod.rs:818:5 [INFO] [stdout] | [INFO] [stdout] 813 | pub struct EventListener { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 818 | roots: Roots, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `family`, `address`, and `number` are never read [INFO] [stdout] --> src/display/auth.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Entry { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 10 | family: u16, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 11 | address: Vec, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 12 | number: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Entry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `expect` is never used [INFO] [stdout] --> src/display/parse.rs:88:12 [INFO] [stdout] | [INFO] [stdout] 65 | impl<'a> Iter<'a> { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 88 | pub fn expect(&mut self, expect: char) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/display/parse.rs:66:47 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn new(chars: Peekable>) -> Iter { [INFO] [stdout] | -- ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 66 | pub fn new(chars: Peekable>) -> Iter<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b09ed169dcab3525be5efb34383db8e5fdeed28ab69a74630d8def7458cd9c95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b09ed169dcab3525be5efb34383db8e5fdeed28ab69a74630d8def7458cd9c95", kill_on_drop: false }` [INFO] [stdout] b09ed169dcab3525be5efb34383db8e5fdeed28ab69a74630d8def7458cd9c95