[INFO] crate rusthesia 0.1.13 is already in cache [INFO] testing rusthesia-0.1.13 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate rusthesia 0.1.13 into work/builds/worker-10/source [INFO] validating manifest of crates.io crate rusthesia 0.1.13 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rusthesia 0.1.13 [INFO] finished tweaking crates.io crate rusthesia 0.1.13 [INFO] tweaked toml for crates.io crate rusthesia 0.1.13 written to work/builds/worker-10/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 6889363886ae417808a2fff87b1d97833fad8a3201c1d3de629e93b28b4577fe [INFO] running `"docker" "start" "-a" "6889363886ae417808a2fff87b1d97833fad8a3201c1d3de629e93b28b4577fe"` [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling unindent v0.1.5 [INFO] [stderr] Compiling c_vec v1.3.3 [INFO] [stderr] Compiling bit v0.1.1 [INFO] [stderr] Compiling bitflags v0.3.3 [INFO] [stderr] Compiling memalloc v0.1.0 [INFO] [stderr] Compiling float-ord v0.2.0 [INFO] [stderr] Compiling piano_keyboard v0.1.1 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling simple-logging v2.0.2 [INFO] [stderr] Compiling euclid_macros v0.1.0 [INFO] [stderr] Compiling freetype v0.4.1 [INFO] [stderr] Compiling servo-fontconfig v0.4.0 [INFO] [stderr] Compiling indoc-impl v0.3.4 [INFO] [stderr] Compiling alsa v0.2.2 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling midir v0.5.0 [INFO] [stderr] Compiling indoc v0.3.4 [INFO] [stderr] Compiling euclid v0.19.9 [INFO] [stderr] Compiling rayon v0.9.0 [INFO] [stderr] Compiling lyon_geom v0.12.7 [INFO] [stderr] Compiling midly v0.1.3 [INFO] [stderr] Compiling lyon_path v0.12.0 [INFO] [stderr] Compiling font-kit v0.1.0 [INFO] [stderr] Compiling rusthesia v0.1.13 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/app_control.rs:164:98 [INFO] [stderr] | [INFO] [stderr] 164 | let show_tracks = values_t!(matches.values_of("show"), usize).unwrap_or_else(|_| vec![]);; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/app_control.rs:165:100 [INFO] [stderr] | [INFO] [stderr] 165 | let play_tracks = values_t!(matches.values_of("play"), usize).unwrap_or_else(|e| e.exit());; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app_control.rs:363:68 [INFO] [stderr] | [INFO] [stderr] 363 | pub fn create_connected_sequencer(&mut self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `font_kit` [INFO] [stderr] --> src/draw_engine.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use font_kit; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/draw_engine.rs:41:21 [INFO] [stderr] | [INFO] [stderr] 41 | ) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/draw_engine.rs:251:21 [INFO] [stderr] | [INFO] [stderr] 251 | ) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: unused import: `midly` [INFO] [stderr] --> src/midi_sequencer.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use midly; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/midi_sequencer.rs:277:49 [INFO] [stderr] | [INFO] [stderr] 277 | pub fn connect(&mut self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:19:29 [INFO] [stderr] | [INFO] [stderr] 19 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/usage.rs:8:17 [INFO] [stderr] | [INFO] [stderr] 8 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/usage.rs:8:17 [INFO] [stderr] | [INFO] [stderr] 8 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/rusthesia-e59ca5c749af327d.rusthesia.9ei56ju8-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rusthesia-e59ca5c749af327d.rusthesia.9ei56ju8-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rusthesia-e59ca5c749af327d.rusthesia.9ei56ju8-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rusthesia-e59ca5c749af327d.rusthesia.9ei56ju8-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rusthesia-e59ca5c749af327d.rusthesia.9ei56ju8-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rusthesia-e59ca5c749af327d.rusthesia.9ei56ju8-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rusthesia-e59ca5c749af327d.rusthesia.9ei56ju8-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rusthesia-e59ca5c749af327d.rusthesia.9ei56ju8-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rusthesia-e59ca5c749af327d.rusthesia.9ei56ju8-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rusthesia-e59ca5c749af327d.rusthesia.9ei56ju8-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rusthesia-e59ca5c749af327d.rusthesia.9ei56ju8-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rusthesia-e59ca5c749af327d.rusthesia.9ei56ju8-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rusthesia-e59ca5c749af327d.rusthesia.9ei56ju8-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rusthesia-e59ca5c749af327d.rusthesia.9ei56ju8-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rusthesia-e59ca5c749af327d.rusthesia.9ei56ju8-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rusthesia-e59ca5c749af327d.rusthesia.9ei56ju8-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/rusthesia-e59ca5c749af327d" "/opt/rustwide/target/debug/deps/rusthesia-e59ca5c749af327d.31uq3r0tc2zhx2ln.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-f66bd34361c58f86/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libindoc-41941c494d7cbab0.rlib" "/opt/rustwide/target/debug/deps/libmidir-5a8f8d11139459f0.rlib" "/opt/rustwide/target/debug/deps/libalsa-78db1ffedcd1ec57.rlib" "/opt/rustwide/target/debug/deps/libnix-26f3507aae0336c0.rlib" "/opt/rustwide/target/debug/deps/libvoid-29d1dec23642cf92.rlib" "/opt/rustwide/target/debug/deps/libbitflags-920bcd2eac591960.rlib" "/opt/rustwide/target/debug/deps/libalsa_sys-6b79a7c46fc034cc.rlib" "/opt/rustwide/target/debug/deps/libmemalloc-380b1371c2c0a9b8.rlib" "/opt/rustwide/target/debug/deps/libpiano_keyboard-a2a54bb649f1a923.rlib" "/opt/rustwide/target/debug/deps/libsdl2-0e7545319bf29a9b.rlib" "/opt/rustwide/target/debug/deps/librand-25aea7435ca545a1.rlib" "/opt/rustwide/target/debug/deps/librand-a866ea5e4ea209cb.rlib" "/opt/rustwide/target/debug/deps/libc_vec-3e78cb72551c0616.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-d6779dbd47e4849a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-cfca1255836e7478.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-47d24117de3918be.rlib" "/opt/rustwide/target/debug/deps/libnum-b57528460172548f.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-c810663dab3e9f7e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-2dd52f0ea276c9ff.rlib" "/opt/rustwide/target/debug/deps/libfont_kit-98b800ec8a7c3626.rlib" "/opt/rustwide/target/debug/deps/libfreetype-df3d8c30a87e2167.rlib" "/opt/rustwide/target/debug/deps/libfontconfig-d30a2494c1f94ddc.rlib" "/opt/rustwide/target/debug/deps/libfontconfig_sys-92693b52926d10e5.rlib" "/opt/rustwide/target/debug/deps/libfreetype_sys-8f48096e3063a617.rlib" "/opt/rustwide/target/debug/deps/libexpat_sys-d5e1a0780c007afd.rlib" "/opt/rustwide/target/debug/deps/libfailure-d9e772260329c00d.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-2a32a0f3695fa195.rlib" "/opt/rustwide/target/debug/deps/libsame_file-096bd708d57e7bc7.rlib" "/opt/rustwide/target/debug/deps/libmemmap-70e3daf12f6e7a6c.rlib" "/opt/rustwide/target/debug/deps/liblyon_path-0a088a804659300b.rlib" "/opt/rustwide/target/debug/deps/liblyon_geom-eb926cc0558e9224.rlib" "/opt/rustwide/target/debug/deps/libitertools-57b1f43b793c2f74.rlib" "/opt/rustwide/target/debug/deps/libfloat_ord-50fd21b2967b550e.rlib" "/opt/rustwide/target/debug/deps/libeuclid-ebd9a3dc4034d894.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a49361b936b25068.rlib" "/opt/rustwide/target/debug/deps/libdirs-ec5e9445e0dc2133.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-fdd43a3ae319d8ce.rlib" "/opt/rustwide/target/debug/deps/libclap-5c0a41085879ee54.rlib" "/opt/rustwide/target/debug/deps/libvec_map-1d07ce46f780a1ae.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-1f2d63b65184cfac.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-b9c8816a90102d04.rlib" "/opt/rustwide/target/debug/deps/libstrsim-ec36f8fc183413c4.rlib" "/opt/rustwide/target/debug/deps/libbitflags-4961bb5087b14aca.rlib" "/opt/rustwide/target/debug/deps/libatty-03b8a93222186773.rlib" "/opt/rustwide/target/debug/deps/libansi_term-d783327a58311329.rlib" "/opt/rustwide/target/debug/deps/libmidly-d81cdc11671917db.rlib" "/opt/rustwide/target/debug/deps/librayon-266150ce813c145f.rlib" "/opt/rustwide/target/debug/deps/libeither-a375c15081516f4e.rlib" "/opt/rustwide/target/debug/deps/librayon_core-e22d7aa5f0043bf4.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-1c28d23b93f67e46.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-91a20af24e36b7fc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-2f66964a879ca208.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-3abc3a40bec45335.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-4c52de923eb3c35b.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-0a15f9717a13ff60.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-b01e92d2daf9a708.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-c33aa718c58300ca.rlib" "/opt/rustwide/target/debug/deps/libnodrop-2429cd2ceac458fc.rlib" "/opt/rustwide/target/debug/deps/libbit-68ac32774a1cb079.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-42f2593ec3dd68d4.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-07c858d204cd0094.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-6c3c00b5933b3a63.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-8305082ed3b64c26.rlib" "/opt/rustwide/target/debug/deps/libsimple_logging-c4f786d9c22c02cc.rlib" "/opt/rustwide/target/debug/deps/libthread_id-879f8b58238985ec.rlib" "/opt/rustwide/target/debug/deps/liblibc-9f7a5de25bd5699b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-955d54352a795d1f.rlib" "/opt/rustwide/target/debug/deps/liblog-833296188fe8c24d.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-1e2186a891f602d1.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lasound" "-lSDL2_ttf" "-lSDL2_gfx" "-lSDL2" "-lfontconfig" "-lfreetype" "-lfreetype" "-lexpat" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_gfx [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 `rusthesia`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6889363886ae417808a2fff87b1d97833fad8a3201c1d3de629e93b28b4577fe"` [INFO] running `"docker" "rm" "-f" "6889363886ae417808a2fff87b1d97833fad8a3201c1d3de629e93b28b4577fe"` [INFO] [stdout] 6889363886ae417808a2fff87b1d97833fad8a3201c1d3de629e93b28b4577fe