[INFO] updating cached repository mcwissink/vsTea [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mcwissink/vsTea [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mcwissink/vsTea" "work/ex/beta-1.37-6/sources/1.36.0/gh/mcwissink/vsTea"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/mcwissink/vsTea'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mcwissink/vsTea" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mcwissink/vsTea"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mcwissink/vsTea'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 15f1341f9c5f922344cbc0dec178b75d3847749c [INFO] sha for GitHub repo mcwissink/vsTea: 15f1341f9c5f922344cbc0dec178b75d3847749c [INFO] validating manifest of mcwissink/vsTea on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mcwissink/vsTea on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mcwissink/vsTea [INFO] finished frobbing mcwissink/vsTea [INFO] frobbed toml for mcwissink/vsTea written to work/ex/beta-1.37-6/sources/1.36.0/gh/mcwissink/vsTea/Cargo.toml [INFO] started frobbing mcwissink/vsTea [INFO] finished frobbing mcwissink/vsTea [INFO] frobbed toml for mcwissink/vsTea written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mcwissink/vsTea/Cargo.toml [INFO] crate mcwissink/vsTea already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing mcwissink/vsTea against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mcwissink/vsTea:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 90725eba7909b1bed26e7463a4cfe3f282256e076a4ec26828213c44e321d449 [INFO] running `"docker" "start" "-a" "90725eba7909b1bed26e7463a4cfe3f282256e076a4ec26828213c44e321d449"` [INFO] [stderr] Compiling memalloc v0.1.0 [INFO] [stderr] Compiling fluidsynth v0.0.1 (https://github.com/elidupree/rust-fluidsynth#d89d9ea4) [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling phf v0.7.22 [INFO] [stderr] Compiling rusttype v0.2.3 [INFO] [stderr] Compiling phf_codegen v0.7.22 [INFO] [stderr] Compiling tempfile v2.2.0 [INFO] [stderr] Compiling syn v0.13.10 [INFO] [stderr] Compiling gl_generator v0.5.5 [INFO] [stderr] Compiling gl_generator v0.7.0 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Compiling gfx_core v0.7.2 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] warning[E0311]: the parameter type `K` may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `K` [INFO] [stderr] note: the parameter type `K` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0311]: the parameter type `V` may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `V` [INFO] [stderr] note: the parameter type `V` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling glutin v0.9.2 [INFO] [stderr] Compiling png v0.9.0 [INFO] [stderr] Compiling gfx_gl v0.4.0 [INFO] [stderr] Compiling gl v0.6.5 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling rayon v1.0.1 [INFO] [stderr] Compiling alsa v0.2.0 [INFO] [stderr] Compiling serde_derive v1.0.55 [INFO] [stderr] Compiling jpeg-decoder v0.1.14 [INFO] [stderr] Compiling midir v0.5.0 [INFO] [stderr] Compiling image v0.15.0 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.9.10 [INFO] [stderr] Compiling wayland-client v0.9.10 [INFO] [stderr] Compiling wayland-protocols v0.9.10 [INFO] [stderr] Compiling wayland-kbd v0.9.1 [INFO] [stderr] Compiling pistoncore-input v0.19.0 [INFO] [stderr] Compiling wayland-window v0.7.0 [INFO] [stderr] Compiling winit v0.7.6 [INFO] [stderr] Compiling pistoncore-window v0.28.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.33.0 [INFO] [stderr] Compiling piston v0.33.0 [INFO] [stderr] Compiling gfx v0.16.3 [INFO] [stderr] Compiling gfx_device_gl v0.14.6 [INFO] [stderr] Compiling pistoncore-glutin_window v0.39.1 [INFO] [stderr] Compiling piston-gfx_texture v0.26.0 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.43.0 [INFO] [stderr] Compiling piston_window v0.70.0 [INFO] [stderr] Compiling vstea v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:69:56 [INFO] [stderr] | [INFO] [stderr] 69 | fn run(notes: &Arc>>) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/vstea-6ed3391c2d22aa3e.vstea.7cq4hc3e-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/vstea-6ed3391c2d22aa3e.vstea.7cq4hc3e-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/vstea-6ed3391c2d22aa3e.vstea.7cq4hc3e-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/vstea-6ed3391c2d22aa3e.vstea.7cq4hc3e-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/vstea-6ed3391c2d22aa3e.vstea.7cq4hc3e-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/vstea-6ed3391c2d22aa3e.vstea.7cq4hc3e-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/vstea-6ed3391c2d22aa3e.vstea.7cq4hc3e-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/vstea-6ed3391c2d22aa3e.vstea.7cq4hc3e-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/vstea-6ed3391c2d22aa3e.vstea.7cq4hc3e-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/vstea-6ed3391c2d22aa3e.vstea.7cq4hc3e-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/vstea-6ed3391c2d22aa3e.vstea.7cq4hc3e-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/vstea-6ed3391c2d22aa3e.vstea.7cq4hc3e-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/vstea-6ed3391c2d22aa3e.vstea.7cq4hc3e-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/vstea-6ed3391c2d22aa3e.vstea.7cq4hc3e-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/vstea-6ed3391c2d22aa3e.vstea.7cq4hc3e-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/vstea-6ed3391c2d22aa3e.vstea.7cq4hc3e-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/vstea-6ed3391c2d22aa3e" "/opt/crater/target/debug/deps/vstea-6ed3391c2d22aa3e.2tiz4mkyglyo8cio.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libpiston_window-b7be89a3e722eb59.rlib" "/opt/crater/target/debug/deps/libglutin_window-99ec927dd0b48771.rlib" "/opt/crater/target/debug/deps/libgl-9d888ed223ec2636.rlib" "/opt/crater/target/debug/deps/libglutin-824bd7a46020945f.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-00cac2828c863ed4.rlib" "/opt/crater/target/debug/deps/libwinit-46803385443dc650.rlib" "/opt/crater/target/debug/deps/libwayland_window-673b25607f374bd0.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-a6242a2d56df050e.rlib" "/opt/crater/target/debug/deps/libtempfile-307b7355d51e24f5.rlib" "/opt/crater/target/debug/deps/librand-eeb22f88090397c4.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-c34d65f59bc19c7e.rlib" "/opt/crater/target/debug/deps/libmemmap-bcbb7375ea1dd7c6.rlib" "/opt/crater/target/debug/deps/libbitflags-e424d0a7dda42873.rlib" "/opt/crater/target/debug/deps/libwayland_client-2e3eb505e69f0830.rlib" "/opt/crater/target/debug/deps/libwayland_sys-e549560ed4cae0c6.rlib" "/opt/crater/target/debug/deps/libdlib-c2c4a1000f558204.rlib" "/opt/crater/target/debug/deps/liblibloading-9a0b5a82e4e6fe75.rlib" "/opt/crater/target/debug/deps/libx11_dl-1de41ef2cae31be0.rlib" "/opt/crater/target/debug/deps/liblazy_static-0e1e36676eed3924.rlib" "/opt/crater/target/debug/deps/libshared_library-505864503fb442e7.rlib" "/opt/crater/target/debug/deps/libgfx_graphics-479ed0aa2b2e9737.rlib" "/opt/crater/target/debug/deps/librusttype-5272103675347ca4.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-d9e6bb4548f90968.rlib" "/opt/crater/target/debug/deps/libstb_truetype-6bf28d3ec4b990c0.rlib" "/opt/crater/target/debug/deps/libshaders_graphics2d-4fb07432eb90e4a5.rlib" "/opt/crater/target/debug/deps/libgraphics-8135cb622516313c.rlib" "/opt/crater/target/debug/deps/libinterpolation-1896d022adbc2030.rlib" "/opt/crater/target/debug/deps/libread_color-1933c06958609840.rlib" "/opt/crater/target/debug/deps/libvecmath-fafa61556f9251b2.rlib" "/opt/crater/target/debug/deps/libgfx_texture-80b33bc84ea3e800.rlib" "/opt/crater/target/debug/deps/libimage-a9eb480536b2eedc.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-840c5083dfb1a3e8.rlib" "/opt/crater/target/debug/deps/libgif-bbb099fa739f3e8f.rlib" "/opt/crater/target/debug/deps/libcolor_quant-6e891fcbc9841ec8.rlib" "/opt/crater/target/debug/deps/liblzw-0ccf98a99dabc5af.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-dd03441cad81f456.rlib" "/opt/crater/target/debug/deps/librayon-5a33c8bfcdf636a5.rlib" "/opt/crater/target/debug/deps/libeither-88c841192ea25aec.rlib" "/opt/crater/target/debug/deps/librayon_core-cef98506f5cccf25.rlib" "/opt/crater/target/debug/deps/librand-6d42bec5739d5eab.rlib" "/opt/crater/target/debug/deps/libnum_cpus-bb1515fcdc5f1f76.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-3e0c5ceef86ee931.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-1844fb35140096ba.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libmemoffset-ef971ccc3957ca71.rlib" "/opt/crater/target/debug/deps/liblazy_static-485b4eff69038ce0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e12ec7c3a9134cce.rlib" "/opt/crater/target/debug/deps/libarrayvec-148553a00f574a58.rlib" "/opt/crater/target/debug/deps/libnodrop-0480a5e661f37fde.rlib" "/opt/crater/target/debug/deps/libpng-aa299193a1a9518a.rlib" "/opt/crater/target/debug/deps/libdeflate-e613f42e87cd7cb8.rlib" "/opt/crater/target/debug/deps/libadler32-61790c89f1162fe4.rlib" "/opt/crater/target/debug/deps/libinflate-0df7f661f1a27786.rlib" "/opt/crater/target/debug/deps/libenum_primitive-6987b771fb6288d0.rlib" "/opt/crater/target/debug/deps/libnum_traits-99e156cfd42c8803.rlib" "/opt/crater/target/debug/deps/libnum_rational-0e23729e6690d6b4.rlib" "/opt/crater/target/debug/deps/libnum_iter-2f060b27111847a7.rlib" "/opt/crater/target/debug/deps/libnum_integer-b42da94a9c1cd78e.rlib" "/opt/crater/target/debug/deps/libnum_traits-f9bba35fc380a970.rlib" "/opt/crater/target/debug/deps/libbyteorder-dc864a96505efa5c.rlib" "/opt/crater/target/debug/deps/libtexture-69aec091931771f3.rlib" "/opt/crater/target/debug/deps/libgfx_device_gl-f3a329cda5550d68.rlib" "/opt/crater/target/debug/deps/libgfx_gl-6d90b7a9d52562a4.rlib" "/opt/crater/target/debug/deps/libgfx-75a814f5657d2eb4.rlib" "/opt/crater/target/debug/deps/libgfx_core-9ac35b68c98fd2ed.rlib" "/opt/crater/target/debug/deps/libdraw_state-7fbf840515b9f4ff.rlib" "/opt/crater/target/debug/deps/libbitflags-15b87403f432fdf1.rlib" "/opt/crater/target/debug/deps/liblog-bda16c34a0c7f492.rlib" "/opt/crater/target/debug/deps/liblog-873c4ddea78db23a.rlib" "/opt/crater/target/debug/deps/libpiston-d50d84b544ef5b63.rlib" "/opt/crater/target/debug/deps/libevent_loop-b8dfde83176acb26.rlib" "/opt/crater/target/debug/deps/libwindow-80c5d869d555b307.rlib" "/opt/crater/target/debug/deps/libshader_version-d5913bb990d3233f.rlib" "/opt/crater/target/debug/deps/libinput-ca28673687f0b7c8.rlib" "/opt/crater/target/debug/deps/libviewport-71b82849a8c63f79.rlib" "/opt/crater/target/debug/deps/libfloat-9556f09739ee100f.rlib" "/opt/crater/target/debug/deps/libserde-581ee8dba07dc04b.rlib" "/opt/crater/target/debug/deps/libfluidsynth-fe9add1415569c15.rlib" "/opt/crater/target/debug/deps/libmidir-baa88199ebcdeba1.rlib" "/opt/crater/target/debug/deps/libalsa-707aedf06aceec65.rlib" "/opt/crater/target/debug/deps/libnix-b95f014e71a85562.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libcfg_if-e77f5c4458926ef5.rlib" "/opt/crater/target/debug/deps/libbitflags-3e0496368fb8d844.rlib" "/opt/crater/target/debug/deps/libalsa_sys-159997bbd6df1717.rlib" "/opt/crater/target/debug/deps/liblibc-7b678f4dbafdcd48.rlib" "/opt/crater/target/debug/deps/libmemalloc-11a04e1ddfa581f6.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lfluidsynth" "-lasound" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lfluidsynth [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `vstea`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "90725eba7909b1bed26e7463a4cfe3f282256e076a4ec26828213c44e321d449"` [INFO] running `"docker" "rm" "-f" "90725eba7909b1bed26e7463a4cfe3f282256e076a4ec26828213c44e321d449"` [INFO] [stdout] 90725eba7909b1bed26e7463a4cfe3f282256e076a4ec26828213c44e321d449