[INFO] updating cached repository https://github.com/t-mw/space-opera [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f18ee95d4c0dacbda007d317a4af37579447cac7 [INFO] testing t-mw/space-opera against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ft-mw%2Fspace-opera" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/t-mw/space-opera on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/t-mw/space-opera [INFO] finished tweaking git repo https://github.com/t-mw/space-opera [INFO] tweaked toml for git repo https://github.com/t-mw/space-opera written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/t-mw/space-opera already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5f2b349b96c0e5a8847f1e6eda4526a33543ab79aa95ddfe953614ee07a84f3f [INFO] running `"docker" "start" "-a" "5f2b349b96c0e5a8847f1e6eda4526a33543ab79aa95ddfe953614ee07a84f3f"` [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling ucd-util v0.1.1 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling raylib-rs v0.1.0 (https://github.com/t-mw/raylib-rs.git#b3855aeb) [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling ld42 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Compiling unreachable v1.0.0 [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-syntax v0.5.6 [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Compiling thread_local v0.3.5 [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: if this is intentional, prefix it 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: if this is intentional, prefix it 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:4 [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:4 [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:4 [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:4 [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 read: `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:4 [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/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/ld42-91223e1ba2e2941b.ld42.3qgo8b4a-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-91223e1ba2e2941b.ld42.3qgo8b4a-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-91223e1ba2e2941b.ld42.3qgo8b4a-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-91223e1ba2e2941b.ld42.3qgo8b4a-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-91223e1ba2e2941b.ld42.3qgo8b4a-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-91223e1ba2e2941b.ld42.3qgo8b4a-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-91223e1ba2e2941b.ld42.3qgo8b4a-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-91223e1ba2e2941b.ld42.3qgo8b4a-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-91223e1ba2e2941b.ld42.3qgo8b4a-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-91223e1ba2e2941b.ld42.3qgo8b4a-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-91223e1ba2e2941b.ld42.3qgo8b4a-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-91223e1ba2e2941b.ld42.3qgo8b4a-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-91223e1ba2e2941b.ld42.3qgo8b4a-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-91223e1ba2e2941b.ld42.3qgo8b4a-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-91223e1ba2e2941b.ld42.3qgo8b4a-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-91223e1ba2e2941b.ld42.3qgo8b4a-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/ld42-91223e1ba2e2941b" "/opt/rustwide/target/debug/deps/ld42-91223e1ba2e2941b.2d1abobro18ngz0w.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/local/lib" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libregex-5d6cb504db413ea5.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-29509e227258b24e.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-0f5d9e6c464f0d37.rlib" "/opt/rustwide/target/debug/deps/libucd_util-87cafda1df77fe34.rlib" "/opt/rustwide/target/debug/deps/libthread_local-149573a0665b28ee.rlib" "/opt/rustwide/target/debug/deps/libunreachable-02cdd8ee8e09c192.rlib" "/opt/rustwide/target/debug/deps/libvoid-8d21ee6398244ad9.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-739d769ed274252d.rlib" "/opt/rustwide/target/debug/deps/libmemchr-a32e14ecd55a4226.rlib" "/opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib" "/opt/rustwide/target/debug/deps/librand-067ebaed94d6d289.rlib" "/opt/rustwide/target/debug/deps/liblibc-83942b52c1c2a508.rlib" "/opt/rustwide/target/debug/deps/librand_core-118b070bde77c405.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-8e56273536860d26.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::init_window': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:353: undefined reference to `InitWindow' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::window_should_close': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:374: undefined reference to `WindowShouldClose' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::clear_background': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:487: undefined reference to `ClearBackground' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::begin_drawing': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:494: undefined reference to `BeginDrawing' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::end_drawing': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:501: undefined reference to `EndDrawing' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::get_time': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:592: undefined reference to `GetTime' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::fade': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:627: undefined reference to `Fade' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::is_key_pressed': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:794: undefined reference to `IsKeyPressed' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::is_key_released': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:808: undefined reference to `IsKeyReleased' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::draw_circle': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:1155: undefined reference to `DrawCircle' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::draw_rectangle': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:1183: undefined reference to `DrawRectangle' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::draw_rectangle_pro': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:1204: undefined reference to `DrawRectanglePro' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::draw_rectangle_lines': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:1238: undefined reference to `DrawRectangleLines' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::draw_rectangle_lines_ex': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:1245: undefined reference to `DrawRectangleLinesEx' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::draw_text': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:1865: undefined reference to `DrawText' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::measure_text': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:1881: undefined reference to `MeasureText' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::init_audio_device': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2490: undefined reference to `InitAudioDevice' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::load_sound': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2534: undefined reference to `LoadSound' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::play_sound': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2569: undefined reference to `PlaySound' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::set_sound_volume': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2604: undefined reference to `SetSoundVolume' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::load_music_stream': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2653: undefined reference to `LoadMusicStream' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::play_music_stream': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2667: undefined reference to `PlayMusicStream' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::update_music_stream': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2674: undefined reference to `UpdateMusicStream' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::stop_music_stream': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2681: undefined reference to `StopMusicStream' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::is_music_playing': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2702: undefined reference to `IsMusicPlaying' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::set_music_volume': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2709: undefined reference to `SetMusicVolume' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::set_music_loop_count': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2723: undefined reference to `SetMusicLoopCount' [INFO] [stderr] /opt/rustwide/target/debug/deps/libraylib_rs-297b2dece6b2afb0.rlib(raylib_rs-297b2dece6b2afb0.raylib_rs.8s1x4gbn-cgu.0.rcgu.o): In function `raylib_rs::get_music_time_length': [INFO] [stderr] /opt/rustwide/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; 10 warnings emitted [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" "5f2b349b96c0e5a8847f1e6eda4526a33543ab79aa95ddfe953614ee07a84f3f"` [INFO] running `"docker" "rm" "-f" "5f2b349b96c0e5a8847f1e6eda4526a33543ab79aa95ddfe953614ee07a84f3f"` [INFO] [stdout] 5f2b349b96c0e5a8847f1e6eda4526a33543ab79aa95ddfe953614ee07a84f3f