[INFO] cloning repository https://github.com/quirinux/rust-chip-8 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/quirinux/rust-chip-8" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquirinux%2Frust-chip-8", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquirinux%2Frust-chip-8'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c8aa195f586b6b582ed79d9bbf9925a67923b3a1 [INFO] testing quirinux/rust-chip-8 against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquirinux%2Frust-chip-8" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/quirinux/rust-chip-8 on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/quirinux/rust-chip-8 [INFO] finished tweaking git repo https://github.com/quirinux/rust-chip-8 [INFO] tweaked toml for git repo https://github.com/quirinux/rust-chip-8 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/quirinux/rust-chip-8 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e5c17d60f8cc0da895591b3f2bbd3bc6c8997a478e7d12b1822f43b7170878d8 [INFO] running `Command { std: "docker" "start" "-a" "e5c17d60f8cc0da895591b3f2bbd3bc6c8997a478e7d12b1822f43b7170878d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e5c17d60f8cc0da895591b3f2bbd3bc6c8997a478e7d12b1822f43b7170878d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5c17d60f8cc0da895591b3f2bbd3bc6c8997a478e7d12b1822f43b7170878d8", kill_on_drop: false }` [INFO] [stdout] e5c17d60f8cc0da895591b3f2bbd3bc6c8997a478e7d12b1822f43b7170878d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b44b7df7f3d57d5d581b7723524edcfc6fecbaa867d2d6bb395e4b3a75506650 [INFO] running `Command { std: "docker" "start" "-a" "b44b7df7f3d57d5d581b7723524edcfc6fecbaa867d2d6bb395e4b3a75506650", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling unicode-segmentation v1.3.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling regex-syntax v0.6.11 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling hound v3.4.0 [INFO] [stderr] Compiling claxon v0.4.2 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling c_vec v1.3.3 [INFO] [stderr] Compiling khronos_api v2.2.0 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling matrixmultiply v0.2.2 [INFO] [stderr] Compiling ogg v0.7.0 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling lewton v0.9.4 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling minimp3-sys v0.3.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling getrandom v0.1.8 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling slice-deque v0.2.4 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling cpal v0.8.2 [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling minimp3 v0.3.3 [INFO] [stderr] Compiling gl v0.6.5 [INFO] [stderr] Compiling regex v1.2.1 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling alga v0.9.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling nalgebra v0.18.1 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling rodio v0.9.0 [INFO] [stderr] Compiling chip8 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `SUBNVxVy` [INFO] [stdout] --> src/chip8/optcodes.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | SUBNVxVy(u16), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `JPV0Addr` [INFO] [stdout] --> src/chip8/optcodes.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | JPV0Addr(u16), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SCR` [INFO] [stdout] --> src/chip8/optcodes.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | SCR(u16), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SCL` [INFO] [stdout] --> src/chip8/optcodes.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | SCL(u16), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EXIT` [INFO] [stdout] --> src/chip8/optcodes.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | EXIT(u16), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `LOW` [INFO] [stdout] --> src/chip8/optcodes.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | LOW(u16), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `HIGH` [INFO] [stdout] --> src/chip8/optcodes.rs:105:5 [INFO] [stdout] | [INFO] [stdout] 105 | HIGH(u16), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DRWVxVy` [INFO] [stdout] --> src/chip8/optcodes.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | DRWVxVy(u16), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `LDHFVx` [INFO] [stdout] --> src/chip8/optcodes.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | LDHFVx(u16), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `LDRVx` [INFO] [stdout] --> src/chip8/optcodes.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | LDRVx(u16), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `LVVxR` [INFO] [stdout] --> src/chip8/optcodes.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | LVVxR(u16), [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/chip8-43c49bb3abcd5206.chip8.e64e4b0c-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/chip8-43c49bb3abcd5206.chip8.e64e4b0c-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/chip8-43c49bb3abcd5206.chip8.e64e4b0c-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/chip8-43c49bb3abcd5206.chip8.e64e4b0c-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/chip8-43c49bb3abcd5206.chip8.e64e4b0c-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/chip8-43c49bb3abcd5206.chip8.e64e4b0c-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/chip8-43c49bb3abcd5206.chip8.e64e4b0c-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/chip8-43c49bb3abcd5206.chip8.e64e4b0c-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/chip8-43c49bb3abcd5206.chip8.e64e4b0c-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/chip8-43c49bb3abcd5206.chip8.e64e4b0c-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/chip8-43c49bb3abcd5206.chip8.e64e4b0c-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/chip8-43c49bb3abcd5206.chip8.e64e4b0c-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/chip8-43c49bb3abcd5206.chip8.e64e4b0c-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/chip8-43c49bb3abcd5206.chip8.e64e4b0c-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/chip8-43c49bb3abcd5206.chip8.e64e4b0c-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/chip8-43c49bb3abcd5206.chip8.e64e4b0c-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/chip8-43c49bb3abcd5206.2bk5eir00qxzjkss.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/target/debug/build/minimp3-sys-e97533f27bc5f774/out" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librodio-757ec7da96436ab9.rlib" "/opt/rustwide/target/debug/deps/libminimp3-d4ebb7c032cc811b.rlib" "/opt/rustwide/target/debug/deps/libslice_deque-106ac80afd060810.rlib" "/opt/rustwide/target/debug/deps/libminimp3_sys-b1f0722d7a7efbee.rlib" "/opt/rustwide/target/debug/deps/liblewton-d40cdf1b5c0fc3db.rlib" "/opt/rustwide/target/debug/deps/libogg-ccee4bf7e998aa2a.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-dbb414485207823a.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-16d863000652add8.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-e3b124a38c96e0dd.rlib" "/opt/rustwide/target/debug/deps/libalga-7c936ae9c282fa25.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-ccfa814ddb2c8856.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-99d0123deaef435d.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-05893c39505f2949.rlib" "/opt/rustwide/target/debug/deps/librawpointer-8afa80d46663a974.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-30d24c31bc5f8c40.rlib" "/opt/rustwide/target/debug/deps/libtypenum-bc8a8b6ad7b6d7e8.rlib" "/opt/rustwide/target/debug/deps/libapprox-8d0cfccb627c13a9.rlib" "/opt/rustwide/target/debug/deps/libhound-d859fa9dcc8c7686.rlib" "/opt/rustwide/target/debug/deps/libcpal-38be338d791f3d29.rlib" "/opt/rustwide/target/debug/deps/libalsa_sys-a9febd09448df96a.rlib" "/opt/rustwide/target/debug/deps/libclaxon-f406c4a42876e300.rlib" "/opt/rustwide/target/debug/deps/libsdl2-0fb836ec42ffee9c.rlib" "/opt/rustwide/target/debug/deps/librand-c88033f6eae6589a.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-ab505d75aae818f3.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-03c38b0874181799.rlib" "/opt/rustwide/target/debug/deps/librand_hc-a0a75dd4af812220.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-cf192e0a2a9b34d9.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-13a854f61f415c86.rlib" "/opt/rustwide/target/debug/deps/librand_core-a03f340c157b8ac6.rlib" "/opt/rustwide/target/debug/deps/librand_os-76112bafc7e3edb2.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-60352e5bd5110e26.rlib" "/opt/rustwide/target/debug/deps/librand_core-3a46beeb136e9cca.rlib" "/opt/rustwide/target/debug/deps/libc_vec-64adc4f640d38272.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-e7a2a1f0867f3eef.rlib" "/opt/rustwide/target/debug/deps/libnum-eaef6497caa2be76.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-9d6c649272c3c9ae.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-c33960f16add0863.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-aed51b72bd57c4b3.rlib" "/opt/rustwide/target/debug/deps/libstructopt-66d33e58ebc910cf.rlib" "/opt/rustwide/target/debug/deps/libclap-a8e537f0a9193338.rlib" "/opt/rustwide/target/debug/deps/libvec_map-6dd515bac74e9212.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-40570afc47c379d8.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-d258e95b9deb3cd8.rlib" "/opt/rustwide/target/debug/deps/libstrsim-4124e514b7a4f703.rlib" "/opt/rustwide/target/debug/deps/libbitflags-20c5c28231f4058e.rlib" "/opt/rustwide/target/debug/deps/libansi_term-bd7b8ca88b2cc3f8.rlib" "/opt/rustwide/target/debug/deps/librand-774a291678e3431d.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-4dc6691abba59185.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-69969dbc427fe6fc.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-2a5eab3a540db3c7.rlib" "/opt/rustwide/target/debug/deps/librand_core-ef88f2d3e4f0100c.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-df14021e2fc59ec2.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-5d85f894dd2ea359.rlib" "/opt/rustwide/target/debug/deps/libregex-5c0176dd1d416e79.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-fd4561908f0a6917.rlib" "/opt/rustwide/target/debug/deps/libthread_local-2721487484a3f1c6.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-48ae5990e2528ae1.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-248b6f5b7bdb17c8.rlib" "/opt/rustwide/target/debug/deps/libmemchr-10808b3704594d32.rlib" "/opt/rustwide/target/debug/deps/libatty-8c6cbdce61c87670.rlib" "/opt/rustwide/target/debug/deps/liblibc-a004beafda65f819.rlib" "/opt/rustwide/target/debug/deps/libhumantime-8026e1d1042238a6.rlib" "/opt/rustwide/target/debug/deps/libquick_error-7c7cd5b552241ac9.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-52bc9b73d7a89aea.rlib" "/opt/rustwide/target/debug/deps/liblog-ac333b03a0e873e2.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ff15ca4418a0fa04.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.rlib" "-Wl,-Bdynamic" "-lasound" "-lSDL2" "-lSDL2_mixer" "-lSDL2_image" "-lSDL2_ttf" "-lSDL2_gfx" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/chip8-43c49bb3abcd5206" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lSDL2_mixer [INFO] [stdout] /usr/bin/ld: cannot find -lSDL2_image [INFO] [stdout] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stdout] /usr/bin/ld: cannot find -lSDL2_gfx [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `chip8` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "b44b7df7f3d57d5d581b7723524edcfc6fecbaa867d2d6bb395e4b3a75506650", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b44b7df7f3d57d5d581b7723524edcfc6fecbaa867d2d6bb395e4b3a75506650", kill_on_drop: false }` [INFO] [stdout] b44b7df7f3d57d5d581b7723524edcfc6fecbaa867d2d6bb395e4b3a75506650