[INFO] cloning repository https://github.com/GavBog/SoftChorder
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/GavBog/SoftChorder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGavBog%2FSoftChorder", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGavBog%2FSoftChorder'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5f3c69b899a055b3d5494ddad6208219051f85e6
[INFO] checking GavBog/SoftChorder against try#2b39fe756f52bc2825bf5b2bfc385cab922dae10 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGavBog%2FSoftChorder" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/GavBog/SoftChorder
[INFO] finished tweaking git repo https://github.com/GavBog/SoftChorder
[INFO] tweaked toml for git repo https://github.com/GavBog/SoftChorder written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/GavBog/SoftChorder on toolchain 2b39fe756f52bc2825bf5b2bfc385cab922dae10
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/GavBog/SoftChorder 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" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 587eae9f67e6d216121068877455bf98191bb95fbfe1022a28df6c1396bd21f4
[INFO] running `Command { std: "docker" "start" "-a" "587eae9f67e6d216121068877455bf98191bb95fbfe1022a28df6c1396bd21f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "587eae9f67e6d216121068877455bf98191bb95fbfe1022a28df6c1396bd21f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "587eae9f67e6d216121068877455bf98191bb95fbfe1022a28df6c1396bd21f4", kill_on_drop: false }`
[INFO] [stdout] 587eae9f67e6d216121068877455bf98191bb95fbfe1022a28df6c1396bd21f4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 21b3cc9604ff32dfef38643143b3719fe4ba076e7b4d5145ffedfe3494425e4a
[INFO] running `Command { std: "docker" "start" "-a" "21b3cc9604ff32dfef38643143b3719fe4ba076e7b4d5145ffedfe3494425e4a", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling serde v1.0.198
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking xkeysym v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking bytes v1.6.0
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]     Checking tray-item v0.10.0
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TrayItemImpl` in `api`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/lib.rs:32:22
[INFO] [stdout]    |
[INFO] [stdout] 32 |         Ok(Self(api::TrayItemImpl::new(title, icon)?))
[INFO] [stdout]    |                      ^^^^^^^^^^^^ could not find `TrayItemImpl` in `api`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub type TrayItemImpl = linux_ksni::TrayItemLinux;
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg(all(target_os = "linux", feature = "ksni"))]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:18:10
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub type TrayItemImpl = linux_libappindicator::TrayItemLinux;
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(all(target_os = "linux", feature = "libappindicator"))]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub type TrayItemImpl = windows::TrayItemWindows;
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `windows` feature
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub type TrayItemImpl = macos::TrayItemMacOS;
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `macos` feature
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:23:7
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TrayItemImpl` in module `api`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/lib.rs:5:26
[INFO] [stdout]    |
[INFO] [stdout] 5  | pub struct TrayItem(api::TrayItemImpl);
[INFO] [stdout]    |                          ^^^^^^^^^^^^ not found in `api`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub type TrayItemImpl = linux_ksni::TrayItemLinux;
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg(all(target_os = "linux", feature = "ksni"))]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:18:10
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub type TrayItemImpl = linux_libappindicator::TrayItemLinux;
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(all(target_os = "linux", feature = "libappindicator"))]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub type TrayItemImpl = windows::TrayItemWindows;
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `windows` feature
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub type TrayItemImpl = macos::TrayItemMacOS;
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `macos` feature
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:23:7
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stdout] error[E0412]: cannot find type `TrayItemImpl` in module `api`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/lib.rs:50:46
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub fn inner_mut(&mut self) -> &mut api::TrayItemImpl {
[INFO] [stdout]    |                                              ^^^^^^^^^^^^ not found in `api`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub type TrayItemImpl = linux_ksni::TrayItemLinux;
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg(all(target_os = "linux", feature = "ksni"))]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:18:10
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub type TrayItemImpl = linux_libappindicator::TrayItemLinux;
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(all(target_os = "linux", feature = "libappindicator"))]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub type TrayItemImpl = windows::TrayItemWindows;
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `windows` feature
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub type TrayItemImpl = macos::TrayItemMacOS;
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `macos` feature
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-item-0.10.0/src/api/mod.rs:23:7
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tray-item` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "21b3cc9604ff32dfef38643143b3719fe4ba076e7b4d5145ffedfe3494425e4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21b3cc9604ff32dfef38643143b3719fe4ba076e7b4d5145ffedfe3494425e4a", kill_on_drop: false }`
[INFO] [stdout] 21b3cc9604ff32dfef38643143b3719fe4ba076e7b4d5145ffedfe3494425e4a
