[INFO] cloning repository https://github.com/livexia/yet-another-rchip8
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/livexia/yet-another-rchip8" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flivexia%2Fyet-another-rchip8", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flivexia%2Fyet-another-rchip8'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a0e0d560a4328f9ae9a3697a332d8d1101c27219
[INFO] testing livexia/yet-another-rchip8 against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flivexia%2Fyet-another-rchip8" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/livexia/yet-another-rchip8
[INFO] finished tweaking git repo https://github.com/livexia/yet-another-rchip8
[INFO] tweaked toml for git repo https://github.com/livexia/yet-another-rchip8 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/livexia/yet-another-rchip8 on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 73 packages to latest compatible versions
[INFO] [stderr]       Adding clap v2.34.0 (available: v4.6.6)
[INFO] [stderr]       Adding env_logger v0.8.4 (available: v0.11.11)
[INFO] [stderr]       Adding rand v0.8.8 (available: v0.10.2)
[INFO] [stderr]       Adding sdl2 v0.35.2 (available: v0.38.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded c_vec v2.0.0
[INFO] [stderr]   Downloaded rand v0.8.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e95d602d7cef1b236e643d2555ec28725213c30c03dc841930fb8ac70f5856b3
[INFO] running `Command { std: "docker" "start" "e95d602d7cef1b236e643d2555ec28725213c30c03dc841930fb8ac70f5856b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e95d602d7cef1b236e643d2555ec28725213c30c03dc841930fb8ac70f5856b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e95d602d7cef1b236e643d2555ec28725213c30c03dc841930fb8ac70f5856b3" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e95d602d7cef1b236e643d2555ec28725213c30c03dc841930fb8ac70f5856b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e95d602d7cef1b236e643d2555ec28725213c30c03dc841930fb8ac70f5856b3" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling zerocopy v0.8.56
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling sdl2 v0.35.2
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling humantime v2.4.0
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling c_vec v2.0.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling log v0.4.34
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling sdl2-sys v0.35.2
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-channel v0.5.16
[INFO] [stderr]    Compiling aho-corasick v1.1.5
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling regex-automata v0.4.18
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.8
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling yet-another-rchip8 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/release/deps/rustc7WiAPa/symbols.o" "<11 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/release/deps/{libenv_logger-2b93d33395e787cd,libtermcolor-863a14f171d84a7f,libhumantime-412df642763d100d,libregex-3217403d644f62c2,libregex_automata-07f3a076ead54539,libaho_corasick-a63201d9b696651f,libmemchr-ec645c60bd226036,libregex_syntax-4b99152b7e4154af,libcrossbeam_channel-e1b4c17ffc5fcba1,libcrossbeam_utils-5065c492d1bf2249,libchrono-fc1a0f79861392dc,libiana_time_zone-8c3931e4b32c7697,libnum_traits-47d012e01c2228a9,librand-ac98b9295959d5ff,librand_chacha-bbff5ad6cac6013b,libppv_lite86-c2757d77d1b5c133,libzerocopy-fc5214f31ffad504,librand_core-449413541ac5a364,libgetrandom-af8d80e5168850c3,libcfg_if-fd91298766b33603,libsdl2-8d885654798d2373,libc_vec-76ed61ea73cc5a1d,libsdl2_sys-c965ec1fa32ea204,liblazy_static-a7020e72b5b640a7,libclap-5c74eb10fe008a81,libvec_map-306538a825f1196b,libtextwrap-6c17c72b00111b2a,libunicode_width-9cb849414f6e720a,libstrsim-66182bca7dfc4e14,libbitflags-e494b3e07b0e70c6,libatty-fa202aec1125898c,liblibc-2869afa55fe2922b,libansi_term-ff2248275d158bd4,liblog-908988b88a7fef04}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_mixer" "-lSDL2_image" "-lSDL2_ttf" "-lSDL2_gfx" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/release/deps/rustc7WiAPa/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/release/deps/yet_another_rchip8-243ea6ad47bc6c89" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lSDL2_mixer
[INFO] [stdout]           rust-lld: error: unable to find library -lSDL2_image
[INFO] [stdout]           rust-lld: error: unable to find library -lSDL2_ttf
[INFO] [stdout]           rust-lld: error: unable to find library -lSDL2_gfx
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `yet-another-rchip8` (bin "yet-another-rchip8") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "e95d602d7cef1b236e643d2555ec28725213c30c03dc841930fb8ac70f5856b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e95d602d7cef1b236e643d2555ec28725213c30c03dc841930fb8ac70f5856b3", kill_on_drop: false }`
[INFO] [stdout] e95d602d7cef1b236e643d2555ec28725213c30c03dc841930fb8ac70f5856b3
