[INFO] cloning repository https://github.com/TOphelders/mac-usb-controller [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TOphelders/mac-usb-controller" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTOphelders%2Fmac-usb-controller", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTOphelders%2Fmac-usb-controller'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4d2b8d904f09e0a71376760d815d3a877660ee22 [INFO] testing TOphelders/mac-usb-controller against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTOphelders%2Fmac-usb-controller" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/TOphelders/mac-usb-controller on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/TOphelders/mac-usb-controller [INFO] finished tweaking git repo https://github.com/TOphelders/mac-usb-controller [INFO] tweaked toml for git repo https://github.com/TOphelders/mac-usb-controller written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate git repo https://github.com/TOphelders/mac-usb-controller already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 24ad6b066fc701620dc25d3e45d5e9fec21238734962abb713ce52ed97e8d425 [INFO] running `Command { std: "docker" "start" "-a" "24ad6b066fc701620dc25d3e45d5e9fec21238734962abb713ce52ed97e8d425", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "24ad6b066fc701620dc25d3e45d5e9fec21238734962abb713ce52ed97e8d425", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24ad6b066fc701620dc25d3e45d5e9fec21238734962abb713ce52ed97e8d425", kill_on_drop: false }` [INFO] [stdout] 24ad6b066fc701620dc25d3e45d5e9fec21238734962abb713ce52ed97e8d425 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fcf531aa433f91cb5bfa06528f7a0954ffde495b57986a42d3ce85e3380439dd [INFO] running `Command { std: "docker" "start" "-a" "fcf531aa433f91cb5bfa06528f7a0954ffde495b57986a42d3ce85e3380439dd", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling gimli v0.25.0 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling tfc v0.6.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling object v0.26.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tfc-0.6.0/src/command/execute.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | return Ok(true); [INFO] [stdout] | ^^^^ expected `()`, found `bool` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tfc-0.6.0/src/command/execute.rs:71:28 [INFO] [stdout] | [INFO] [stdout] 71 | _ => return Ok(false) [INFO] [stdout] | ^^^^^ expected `()`, found `bool` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tfc-0.6.0/src/command/execute.rs:74:12 [INFO] [stdout] | [INFO] [stdout] 74 | Ok(true) [INFO] [stdout] | ^^^^ expected `()`, found `bool` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: try expression alternatives have incompatible types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tfc-0.6.0/src/command/execute.rs:141:12 [INFO] [stdout] | [INFO] [stdout] 141 | if self.execute_unicode(ctx)? { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `bool`, found `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `COUNT` found for enum `key::Key` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tfc-0.6.0/src/linux_wayland/mod.rs:40:33 [INFO] [stdout] | [INFO] [stdout] 40 | for k in 0..crate::Key::COUNT { [INFO] [stdout] | ^^^^^ variant or associated item not found in `key::Key` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tfc-0.6.0/src/enum.rs:110:9 [INFO] [stdout] | [INFO] [stdout] 110 | pub enum $name { [INFO] [stdout] | -------------- variant or associated item `COUNT` not found here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use crate::r#enum::Enum;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tfc` due to 6 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "fcf531aa433f91cb5bfa06528f7a0954ffde495b57986a42d3ce85e3380439dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fcf531aa433f91cb5bfa06528f7a0954ffde495b57986a42d3ce85e3380439dd", kill_on_drop: false }` [INFO] [stdout] fcf531aa433f91cb5bfa06528f7a0954ffde495b57986a42d3ce85e3380439dd