[INFO] cloning repository https://github.com/xasopheno/VerySillyTrex [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xasopheno/VerySillyTrex" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxasopheno%2FVerySillyTrex", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxasopheno%2FVerySillyTrex'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 95669794591cfd29612906226eb01bf715c60af3 [INFO] testing xasopheno/VerySillyTrex against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxasopheno%2FVerySillyTrex" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xasopheno/VerySillyTrex on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/xasopheno/VerySillyTrex [INFO] finished tweaking git repo https://github.com/xasopheno/VerySillyTrex [INFO] tweaked toml for git repo https://github.com/xasopheno/VerySillyTrex written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/xasopheno/VerySillyTrex already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e55c728a15ac08c17eb25b70c2d23a382b7e182e3f3d3bf4c799c133bd08e4ec [INFO] running `Command { std: "docker" "start" "-a" "e55c728a15ac08c17eb25b70c2d23a382b7e182e3f3d3bf4c799c133bd08e4ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e55c728a15ac08c17eb25b70c2d23a382b7e182e3f3d3bf4c799c133bd08e4ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e55c728a15ac08c17eb25b70c2d23a382b7e182e3f3d3bf4c799c133bd08e4ec", kill_on_drop: false }` [INFO] [stdout] e55c728a15ac08c17eb25b70c2d23a382b7e182e3f3d3bf4c799c133bd08e4ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 94c568f80cee3db1c62c6ae5007f26e99acb8a0d164b455464589f2744497fcc [INFO] running `Command { std: "docker" "start" "-a" "94c568f80cee3db1c62c6ae5007f26e99acb8a0d164b455464589f2744497fcc", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling wayland-sys v0.28.3 [INFO] [stderr] Compiling nom v6.1.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling dlib v0.4.2 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling andrew v0.3.1 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling wayland-scanner v0.28.3 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling memmap2 v0.1.0 [INFO] [stderr] Compiling parking_lot_core v0.8.2 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling vst v0.2.1 (https://github.com/rustaudio/vst-rs#3f88b991) [INFO] [stderr] Compiling xcursor v0.3.3 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling wayland-client v0.28.3 [INFO] [stderr] Compiling wayland-protocols v0.28.3 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling wayland-commons v0.28.3 [INFO] [stderr] Compiling calloop v0.6.5 [INFO] [stderr] Compiling wayland-cursor v0.28.3 [INFO] [stderr] Compiling smithay-client-toolkit v0.12.2 [INFO] [stderr] Compiling winit v0.24.0 [INFO] [stderr] Compiling vst_spike v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `vst::buffer::SendEventBuffer` [INFO] [stdout] --> src/main.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use vst::buffer::SendEventBuffer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `MacOS` found for enum `RawWindowHandle` in the current scope [INFO] [stdout] --> src/main.rs:72:26 [INFO] [stdout] | [INFO] [stdout] 72 | RawWindowHandle::MacOS(h) => h.ns_view, [INFO] [stdout] | ^^^^^ variant or associated item not found in `RawWindowHandle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> src/main.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 83 | / event_loop.run(move |event, _, control_flow| { [INFO] [stdout] 84 | | let mut audio_buffer = host_buffer.bind(&inputs, &mut outputs); [INFO] [stdout] 85 | | let mut b = vst::buffer::SendEventBuffer::new(1024); [INFO] [stdout] 86 | | b.send_events_to_plugin( [INFO] [stdout] ... | [INFO] [stdout] 120 | | } [INFO] [stdout] 121 | | }); [INFO] [stdout] | |______- any code following this expression is unreachable [INFO] [stdout] 122 | [INFO] [stdout] 123 | println!("Closing instance..."); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `println` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `vst_spike` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "94c568f80cee3db1c62c6ae5007f26e99acb8a0d164b455464589f2744497fcc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94c568f80cee3db1c62c6ae5007f26e99acb8a0d164b455464589f2744497fcc", kill_on_drop: false }` [INFO] [stdout] 94c568f80cee3db1c62c6ae5007f26e99acb8a0d164b455464589f2744497fcc