[INFO] updating cached repository t-mw/space-opera [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/t-mw/space-opera [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/t-mw/space-opera" "work/ex/beta-1.38-1/sources/1.37.0/gh/t-mw/space-opera"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/t-mw/space-opera'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/t-mw/space-opera" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/t-mw/space-opera"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/t-mw/space-opera'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f18ee95d4c0dacbda007d317a4af37579447cac7 [INFO] sha for GitHub repo t-mw/space-opera: f18ee95d4c0dacbda007d317a4af37579447cac7 [INFO] validating manifest of t-mw/space-opera on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of t-mw/space-opera on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing t-mw/space-opera [INFO] finished frobbing t-mw/space-opera [INFO] frobbed toml for t-mw/space-opera written to work/ex/beta-1.38-1/sources/1.37.0/gh/t-mw/space-opera/Cargo.toml [INFO] started frobbing t-mw/space-opera [INFO] finished frobbing t-mw/space-opera [INFO] frobbed toml for t-mw/space-opera written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/t-mw/space-opera/Cargo.toml [INFO] crate t-mw/space-opera already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing t-mw/space-opera against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/t-mw/space-opera:/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 95b5de8dd2c469947d0ff9cfdd9e01f6f92912b46ed1d8001aeb18ec58f22a8b [INFO] running `"docker" "start" "-a" "95b5de8dd2c469947d0ff9cfdd9e01f6f92912b46ed1d8001aeb18ec58f22a8b"` [INFO] [stderr] Compiling raylib-rs v0.1.0 (https://github.com/t-mw/raylib-rs.git#b3855aeb) [INFO] [stderr] Compiling ld42 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] warning: unused import: `std::env` [INFO] [stderr] --> build.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::env; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Compiling aho-corasick v0.6.6 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] warning: unused variable: `dt` [INFO] [stderr] --> src/main.rs:224:9 [INFO] [stderr] | [INFO] [stderr] 224 | let dt = (time2 - time1) as f32; [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_dt` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `rng` [INFO] [stderr] --> src/ceptre.rs:661:5 [INFO] [stderr] | [INFO] [stderr] 661 | rng: &mut R, [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_rng` [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/ceptre.rs:123:5 [INFO] [stderr] | [INFO] [stderr] 123 | fn new(inputs: Vec, outputs: Vec) -> Rule { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `print` [INFO] [stderr] --> src/ceptre.rs:336:5 [INFO] [stderr] | [INFO] [stderr] 336 | pub fn print(&self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `match_variables` [INFO] [stderr] --> src/ceptre.rs:1066:1 [INFO] [stderr] | [INFO] [stderr] 1066 | fn match_variables(input_tokens: &Phrase, pred_tokens: &Phrase) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `build_phrase` [INFO] [stderr] --> src/ceptre.rs:1310:1 [INFO] [stderr] | [INFO] [stderr] 1310 | fn build_phrase(phrase: &Phrase, string_cache: &StringCache) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `print_state` [INFO] [stderr] --> src/ceptre.rs:1328:1 [INFO] [stderr] | [INFO] [stderr] 1328 | fn print_state(state: &Vec, string_cache: &StringCache) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `rule_to_string` [INFO] [stderr] --> src/ceptre.rs:1338:1 [INFO] [stderr] | [INFO] [stderr] 1338 | fn rule_to_string(rule: &Rule, string_cache: &StringCache) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `level` [INFO] [stderr] --> src/main.rs:98:5 [INFO] [stderr] | [INFO] [stderr] 98 | level: i32, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `beat_pos_for_sound` [INFO] [stderr] --> src/main.rs:598:1 [INFO] [stderr] | [INFO] [stderr] 598 | fn beat_pos_for_sound(sound: &ray::Music) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/ld42-457887df6c8241f0.ld42.excne5cq-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ld42-457887df6c8241f0.ld42.excne5cq-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ld42-457887df6c8241f0.ld42.excne5cq-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ld42-457887df6c8241f0.ld42.excne5cq-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ld42-457887df6c8241f0.ld42.excne5cq-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ld42-457887df6c8241f0.ld42.excne5cq-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ld42-457887df6c8241f0.ld42.excne5cq-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ld42-457887df6c8241f0.ld42.excne5cq-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ld42-457887df6c8241f0.ld42.excne5cq-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ld42-457887df6c8241f0.ld42.excne5cq-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ld42-457887df6c8241f0.ld42.excne5cq-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ld42-457887df6c8241f0.ld42.excne5cq-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ld42-457887df6c8241f0.ld42.excne5cq-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ld42-457887df6c8241f0.ld42.excne5cq-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ld42-457887df6c8241f0.ld42.excne5cq-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ld42-457887df6c8241f0.ld42.excne5cq-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/ld42-457887df6c8241f0" "/opt/crater/target/debug/deps/ld42-457887df6c8241f0.4scktbwwbgw3xtar.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/local/lib" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libregex-e2bc28ce3b7625c7.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-92eef759f8fa2727.rlib" "/opt/crater/target/debug/deps/libregex_syntax-4730857fc82162ae.rlib" "/opt/crater/target/debug/deps/libucd_util-648c6582e280a648.rlib" "/opt/crater/target/debug/deps/libthread_local-fbc4c02b129f1beb.rlib" "/opt/crater/target/debug/deps/libunreachable-b06fe4f6d04b74f2.rlib" "/opt/crater/target/debug/deps/libvoid-d4bd79b68b9b921e.rlib" "/opt/crater/target/debug/deps/libaho_corasick-0473f3a4705ad396.rlib" "/opt/crater/target/debug/deps/libmemchr-40764c8e6e9761d5.rlib" "/opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib" "/opt/crater/target/debug/deps/librand-5e502825de03cf38.rlib" "/opt/crater/target/debug/deps/liblibc-96489a6b7aca76d0.rlib" "/opt/crater/target/debug/deps/librand_core-7e12f379c9eba2a6.rlib" "/opt/crater/target/debug/deps/liblazy_static-3c6d2c0bec440844.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/ld42-457887df6c8241f0.ld42.excne5cq-cgu.4.rcgu.o: In function `ld42::set_main_loop_callback': [INFO] [stderr] /opt/crater/workdir/src/main.rs:620: undefined reference to `emscripten_set_main_loop' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::init_window': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:353: undefined reference to `InitWindow' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::window_should_close': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:374: undefined reference to `WindowShouldClose' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::clear_background': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:487: undefined reference to `ClearBackground' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::begin_drawing': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:494: undefined reference to `BeginDrawing' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::end_drawing': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:501: undefined reference to `EndDrawing' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::get_time': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:592: undefined reference to `GetTime' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::fade': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:627: undefined reference to `Fade' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::is_key_pressed': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:794: undefined reference to `IsKeyPressed' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::is_key_released': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:808: undefined reference to `IsKeyReleased' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::draw_circle': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:1155: undefined reference to `DrawCircle' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::draw_rectangle': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:1183: undefined reference to `DrawRectangle' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::draw_rectangle_pro': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:1204: undefined reference to `DrawRectanglePro' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::draw_rectangle_lines': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:1238: undefined reference to `DrawRectangleLines' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::draw_rectangle_lines_ex': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:1245: undefined reference to `DrawRectangleLinesEx' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::draw_text': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:1865: undefined reference to `DrawText' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::measure_text': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:1881: undefined reference to `MeasureText' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::init_audio_device': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2490: undefined reference to `InitAudioDevice' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::load_sound': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2534: undefined reference to `LoadSound' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::play_sound': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2569: undefined reference to `PlaySound' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::set_sound_volume': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2604: undefined reference to `SetSoundVolume' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::load_music_stream': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2653: undefined reference to `LoadMusicStream' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::play_music_stream': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2667: undefined reference to `PlayMusicStream' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::update_music_stream': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2674: undefined reference to `UpdateMusicStream' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::stop_music_stream': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2681: undefined reference to `StopMusicStream' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::is_music_playing': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2702: undefined reference to `IsMusicPlaying' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::set_music_volume': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2709: undefined reference to `SetMusicVolume' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::set_music_loop_count': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2723: undefined reference to `SetMusicLoopCount' [INFO] [stderr] /opt/crater/target/debug/deps/libraylib_rs-3dc7a2e08e3ced94.rlib(raylib_rs-3dc7a2e08e3ced94.raylib_rs.46nc0g6e-cgu.0.rcgu.o): In function `raylib_rs::get_music_time_length': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2730: undefined reference to `GetMusicTimeLength' [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 `ld42`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "95b5de8dd2c469947d0ff9cfdd9e01f6f92912b46ed1d8001aeb18ec58f22a8b"` [INFO] running `"docker" "rm" "-f" "95b5de8dd2c469947d0ff9cfdd9e01f6f92912b46ed1d8001aeb18ec58f22a8b"` [INFO] [stdout] 95b5de8dd2c469947d0ff9cfdd9e01f6f92912b46ed1d8001aeb18ec58f22a8b