[INFO] cloning repository https://github.com/t-mw/space-opera [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/t-mw/space-opera" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ft-mw%2Fspace-opera", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ft-mw%2Fspace-opera'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f18ee95d4c0dacbda007d317a4af37579447cac7 [INFO] testing t-mw/space-opera against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ft-mw%2Fspace-opera" "/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/t-mw/space-opera on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-13/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 `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] de5a7acc8f19b44dd31da745cba157ba63761fc13fe5e102c5edd7c93964dde9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "de5a7acc8f19b44dd31da745cba157ba63761fc13fe5e102c5edd7c93964dde9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "de5a7acc8f19b44dd31da745cba157ba63761fc13fe5e102c5edd7c93964dde9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de5a7acc8f19b44dd31da745cba157ba63761fc13fe5e102c5edd7c93964dde9", kill_on_drop: false }` [INFO] [stdout] de5a7acc8f19b44dd31da745cba157ba63761fc13fe5e102c5edd7c93964dde9 [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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 92a0e6a2e15cadab98a0c68921d9770e7dd3a7145209990b54fde277572b668a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "92a0e6a2e15cadab98a0c68921d9770e7dd3a7145209990b54fde277572b668a", kill_on_drop: false }` [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/rustwide/workdir) [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stdout] warning: unused import: `std::env` [INFO] [stdout] --> build.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::env; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> src/main.rs:224:9 [INFO] [stdout] | [INFO] [stdout] 224 | let dt = (time2 - time1) as f32; [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rng` [INFO] [stdout] --> src/ceptre.rs:661:5 [INFO] [stdout] | [INFO] [stdout] 661 | rng: &mut R, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rng` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `level` [INFO] [stdout] --> src/main.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | level: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `beat_pos_for_sound` [INFO] [stdout] --> src/main.rs:598:4 [INFO] [stdout] | [INFO] [stdout] 598 | fn beat_pos_for_sound(sound: &ray::Music) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/ceptre.rs:123:8 [INFO] [stdout] | [INFO] [stdout] 123 | fn new(inputs: Vec, outputs: Vec) -> Rule { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `print` [INFO] [stdout] --> src/ceptre.rs:336:12 [INFO] [stdout] | [INFO] [stdout] 336 | pub fn print(&self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `match_variables` [INFO] [stdout] --> src/ceptre.rs:1066:4 [INFO] [stdout] | [INFO] [stdout] 1066 | fn match_variables(input_tokens: &Phrase, pred_tokens: &Phrase) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `build_phrase` [INFO] [stdout] --> src/ceptre.rs:1310:4 [INFO] [stdout] | [INFO] [stdout] 1310 | fn build_phrase(phrase: &Phrase, string_cache: &StringCache) -> String { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `print_state` [INFO] [stdout] --> src/ceptre.rs:1328:4 [INFO] [stdout] | [INFO] [stdout] 1328 | fn print_state(state: &Vec, string_cache: &StringCache) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `rule_to_string` [INFO] [stdout] --> src/ceptre.rs:1338:4 [INFO] [stdout] | [INFO] [stdout] 1338 | fn rule_to_string(rule: &Rule, string_cache: &StringCache) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^ [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/ld42-0b56f9e1ebc19a16.ld42.d3665872-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-0b56f9e1ebc19a16.ld42.d3665872-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-0b56f9e1ebc19a16.ld42.d3665872-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-0b56f9e1ebc19a16.ld42.d3665872-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-0b56f9e1ebc19a16.ld42.d3665872-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-0b56f9e1ebc19a16.ld42.d3665872-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-0b56f9e1ebc19a16.ld42.d3665872-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-0b56f9e1ebc19a16.ld42.d3665872-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-0b56f9e1ebc19a16.ld42.d3665872-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-0b56f9e1ebc19a16.ld42.d3665872-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-0b56f9e1ebc19a16.ld42.d3665872-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-0b56f9e1ebc19a16.ld42.d3665872-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-0b56f9e1ebc19a16.ld42.d3665872-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-0b56f9e1ebc19a16.ld42.d3665872-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-0b56f9e1ebc19a16.ld42.d3665872-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-0b56f9e1ebc19a16.ld42.d3665872-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/ld42-0b56f9e1ebc19a16.29fx9t6t5ijamxlh.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/local/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libregex-7956c82cb915a017.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-397f79d90584a2a0.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-65a656de511b0432.rlib" "/opt/rustwide/target/debug/deps/libucd_util-ed126d8c55f43f8b.rlib" "/opt/rustwide/target/debug/deps/libthread_local-f3c4bb78e7fcf252.rlib" "/opt/rustwide/target/debug/deps/libunreachable-7f6700463b97da45.rlib" "/opt/rustwide/target/debug/deps/libvoid-8ddff08a32a4354c.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-c380ff87df070ced.rlib" "/opt/rustwide/target/debug/deps/libmemchr-685777fbae1e72ca.rlib" "/opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib" "/opt/rustwide/target/debug/deps/librand-874b2358993fc9f6.rlib" "/opt/rustwide/target/debug/deps/liblibc-9ac741036ab52362.rlib" "/opt/rustwide/target/debug/deps/librand_core-8b9e46bd6feb4ded.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-501fd5ec652f2678.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/ld42-0b56f9e1ebc19a16" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::init_window': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:353: undefined reference to `InitWindow' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::window_should_close': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:374: undefined reference to `WindowShouldClose' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::clear_background': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:487: undefined reference to `ClearBackground' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::begin_drawing': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:494: undefined reference to `BeginDrawing' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::end_drawing': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:501: undefined reference to `EndDrawing' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::get_time': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:592: undefined reference to `GetTime' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::fade': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:627: undefined reference to `Fade' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::is_key_pressed': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:794: undefined reference to `IsKeyPressed' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::is_key_released': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:808: undefined reference to `IsKeyReleased' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::draw_circle': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:1155: undefined reference to `DrawCircle' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::draw_rectangle': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:1183: undefined reference to `DrawRectangle' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::draw_rectangle_pro': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:1204: undefined reference to `DrawRectanglePro' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::draw_rectangle_lines': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:1238: undefined reference to `DrawRectangleLines' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::draw_rectangle_lines_ex': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:1245: undefined reference to `DrawRectangleLinesEx' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::draw_text': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:1865: undefined reference to `DrawText' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::measure_text': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:1881: undefined reference to `MeasureText' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::init_audio_device': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2490: undefined reference to `InitAudioDevice' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::load_sound': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2534: undefined reference to `LoadSound' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::play_sound': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2569: undefined reference to `PlaySound' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::set_sound_volume': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2604: undefined reference to `SetSoundVolume' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::load_music_stream': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2653: undefined reference to `LoadMusicStream' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::play_music_stream': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2667: undefined reference to `PlayMusicStream' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::update_music_stream': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2674: undefined reference to `UpdateMusicStream' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::stop_music_stream': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2681: undefined reference to `StopMusicStream' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::is_music_playing': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2702: undefined reference to `IsMusicPlaying' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::set_music_volume': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2709: undefined reference to `SetMusicVolume' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::set_music_loop_count': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2723: undefined reference to `SetMusicLoopCount' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libraylib_rs-7fea5e38a003b8c5.rlib(raylib_rs-7fea5e38a003b8c5.raylib_rs.5463efa9-cgu.0.rcgu.o): in function `raylib_rs::get_music_time_length': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/raylib-rs-8bb7d46835fdcf06/b3855ae/src/lib.rs:2730: undefined reference to `GetMusicTimeLength' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ld42` due to 2 previous errors; 10 warnings emitted [INFO] running `Command { std: "docker" "inspect" "92a0e6a2e15cadab98a0c68921d9770e7dd3a7145209990b54fde277572b668a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92a0e6a2e15cadab98a0c68921d9770e7dd3a7145209990b54fde277572b668a", kill_on_drop: false }` [INFO] [stdout] 92a0e6a2e15cadab98a0c68921d9770e7dd3a7145209990b54fde277572b668a