[INFO] cloning repository https://github.com/soenkehahn/touchscreen-instrument [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/soenkehahn/touchscreen-instrument" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoenkehahn%2Ftouchscreen-instrument", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoenkehahn%2Ftouchscreen-instrument'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d96b21e162c2c27bb89b36e17cfd037b0645c92e [INFO] testing soenkehahn/touchscreen-instrument against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoenkehahn%2Ftouchscreen-instrument" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/soenkehahn/touchscreen-instrument on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-13/source/rust-toolchain [INFO] started tweaking git repo https://github.com/soenkehahn/touchscreen-instrument [INFO] finished tweaking git repo https://github.com/soenkehahn/touchscreen-instrument [INFO] tweaked toml for git repo https://github.com/soenkehahn/touchscreen-instrument written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/soenkehahn/touchscreen-instrument already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded jack v0.6.2 [INFO] [stderr] Downloaded skipchannel v2.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 42d23c219d41bccf6849651172f2bbd62b88ee920b551d0277a296ed66696751 [INFO] running `Command { std: "docker" "start" "-a" "42d23c219d41bccf6849651172f2bbd62b88ee920b551d0277a296ed66696751", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "42d23c219d41bccf6849651172f2bbd62b88ee920b551d0277a296ed66696751", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42d23c219d41bccf6849651172f2bbd62b88ee920b551d0277a296ed66696751", kill_on_drop: false }` [INFO] [stdout] 42d23c219d41bccf6849651172f2bbd62b88ee920b551d0277a296ed66696751 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e3feeccb19b50c62f109ec0f8db96f99c9bf2a0845fce70efd23daf75c4a4ca9 [INFO] running `Command { std: "docker" "start" "-a" "e3feeccb19b50c62f109ec0f8db96f99c9bf2a0845fce70efd23daf75c4a4ca9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling siphasher v0.3.3 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling version-compare v0.0.10 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling cc v1.0.56 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling sdl2 v0.34.2 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling c_vec v1.3.3 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling skipchannel v2.0.0 [INFO] [stderr] Compiling enum_derive v0.1.7 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling sdl2-sys v0.34.2 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling evdev-sys v0.2.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling jack-sys v0.2.0 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling evdev-rs v0.4.0 [INFO] [stderr] Compiling jack v0.6.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling palette v0.5.0 [INFO] [stderr] Compiling palette_derive v0.5.0 [INFO] [stderr] Compiling touchscreen-instrument v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/sound/midi_player.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 89 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/touchscreen_instrument-640ad8fd91c88935.touchscreen_instrument.457b2e36-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/touchscreen_instrument-640ad8fd91c88935.touchscreen_instrument.457b2e36-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/touchscreen_instrument-640ad8fd91c88935.touchscreen_instrument.457b2e36-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/touchscreen_instrument-640ad8fd91c88935.touchscreen_instrument.457b2e36-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/touchscreen_instrument-640ad8fd91c88935.touchscreen_instrument.457b2e36-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/touchscreen_instrument-640ad8fd91c88935.touchscreen_instrument.457b2e36-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/touchscreen_instrument-640ad8fd91c88935.touchscreen_instrument.457b2e36-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/touchscreen_instrument-640ad8fd91c88935.touchscreen_instrument.457b2e36-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/touchscreen_instrument-640ad8fd91c88935.touchscreen_instrument.457b2e36-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/touchscreen_instrument-640ad8fd91c88935.touchscreen_instrument.457b2e36-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/touchscreen_instrument-640ad8fd91c88935.touchscreen_instrument.457b2e36-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/touchscreen_instrument-640ad8fd91c88935.touchscreen_instrument.457b2e36-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/touchscreen_instrument-640ad8fd91c88935.touchscreen_instrument.457b2e36-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/touchscreen_instrument-640ad8fd91c88935.touchscreen_instrument.457b2e36-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/touchscreen_instrument-640ad8fd91c88935.touchscreen_instrument.457b2e36-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/touchscreen_instrument-640ad8fd91c88935.touchscreen_instrument.457b2e36-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/touchscreen_instrument-640ad8fd91c88935.5d5oeacgkm1wrtnk.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnix-b5f026a8b8577bac.rlib" "/opt/rustwide/target/debug/deps/libvoid-daee20f73a082eaf.rlib" "/opt/rustwide/target/debug/deps/libchrono-304ffedd0ee986aa.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-1fe3e8098fed15b5.rlib" "/opt/rustwide/target/debug/deps/libtime-6de0a0fdf55a5fee.rlib" "/opt/rustwide/target/debug/deps/libskipchannel-337e066c627d6103.rlib" "/opt/rustwide/target/debug/deps/libjack-7f347fb85d3fb023.rlib" "/opt/rustwide/target/debug/deps/libjack_sys-3518a20978f62140.rlib" "/opt/rustwide/target/debug/deps/liblibloading-152448ee4af2077b.rlib" "/opt/rustwide/target/debug/deps/libevdev_rs-fef8d0f35b52b24a.rlib" "/opt/rustwide/target/debug/deps/liblog-eeccb13dbc84eef2.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-77abc38cc38d84d4.rlib" "/opt/rustwide/target/debug/deps/libevdev_sys-362c6e9b9be57872.rlib" "/opt/rustwide/target/debug/deps/libclap-6a04547282d8edb4.rlib" "/opt/rustwide/target/debug/deps/libvec_map-f0a294901824d1b1.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-4feaadb70d379c84.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-1a5cfc89f80f8ff0.rlib" "/opt/rustwide/target/debug/deps/libstrsim-2b5231486aa116be.rlib" "/opt/rustwide/target/debug/deps/libatty-5c4065b0ce3f065b.rlib" "/opt/rustwide/target/debug/deps/libansi_term-7174ce98a6fd1d8e.rlib" "/opt/rustwide/target/debug/deps/libpalette-4fdbba554dd06ee8.rlib" "/opt/rustwide/target/debug/deps/libphf-5167bcd2e4760295.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-5ccb203f1e147ada.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-ec7723bd494201b0.rlib" "/opt/rustwide/target/debug/deps/libapprox-2261ef514b8bae0b.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-6b1c74a779e3c7a0.rlib" "/opt/rustwide/target/debug/deps/libsdl2-0ba5c1363aaac4ed.rlib" "/opt/rustwide/target/debug/deps/libc_vec-7561dcd378cbfb80.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-6ed53488fed9ee1e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-80e93151c602d4a3.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b341606102c7008f.rlib" "/opt/rustwide/target/debug/deps/liblibc-9a60b17c59f5706f.rlib" "/opt/rustwide/target/debug/deps/libenum_derive-0f706bbeb0e42b47.rlib" "/opt/rustwide/target/debug/deps/libcustom_derive-7c160eb65264fcad.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-ljack" "-ldl" "-levdev" "-lSDL2" "-lSDL2_gfx" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/touchscreen_instrument-640ad8fd91c88935" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lSDL2_gfx [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `touchscreen-instrument` due to 2 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "e3feeccb19b50c62f109ec0f8db96f99c9bf2a0845fce70efd23daf75c4a4ca9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3feeccb19b50c62f109ec0f8db96f99c9bf2a0845fce70efd23daf75c4a4ca9", kill_on_drop: false }` [INFO] [stdout] e3feeccb19b50c62f109ec0f8db96f99c9bf2a0845fce70efd23daf75c4a4ca9