[INFO] cloning repository https://github.com/knzconnor/rust_game_tutorial [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/knzconnor/rust_game_tutorial" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fknzconnor%2Frust_game_tutorial", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fknzconnor%2Frust_game_tutorial'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 91d31f731edef3b98e7e9bb683396585137b3b0a [INFO] testing knzconnor/rust_game_tutorial against 1.90.0 for beta-1.91-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fknzconnor%2Frust_game_tutorial" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/knzconnor/rust_game_tutorial [INFO] finished tweaking git repo https://github.com/knzconnor/rust_game_tutorial [INFO] tweaked toml for git repo https://github.com/knzconnor/rust_game_tutorial written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/knzconnor/rust_game_tutorial on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/knzconnor/rust_game_tutorial already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded crossbeam-utils v0.6.6 [INFO] [stderr] Downloaded parking_lot_core v0.3.1 [INFO] [stderr] Downloaded parking_lot v0.6.4 [INFO] [stderr] Downloaded shred v0.7.2 [INFO] [stderr] Downloaded tuple_utils v0.2.0 [INFO] [stderr] Downloaded crossbeam v0.4.1 [INFO] [stderr] Downloaded crossbeam-epoch v0.6.1 [INFO] [stderr] Downloaded crossbeam-epoch v0.5.2 [INFO] [stderr] Downloaded crossbeam-utils v0.5.0 [INFO] [stderr] Downloaded nonzero_signed v1.0.4 [INFO] [stderr] Downloaded sdl2-sys v0.32.6 [INFO] [stderr] Downloaded shred-derive v0.5.1 [INFO] [stderr] Downloaded crossbeam-channel v0.2.6 [INFO] [stderr] Downloaded hibitset v0.5.4 [INFO] [stderr] Downloaded crossbeam-deque v0.5.2 [INFO] [stderr] Downloaded specs v0.14.3 [INFO] [stderr] Downloaded sdl2 v0.32.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c9e876203d6a24dfff046d3180c7f66440eb3eb65bac5fba228f52ae712fb40f [INFO] running `Command { std: "docker" "start" "-a" "c9e876203d6a24dfff046d3180c7f66440eb3eb65bac5fba228f52ae712fb40f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c9e876203d6a24dfff046d3180c7f66440eb3eb65bac5fba228f52ae712fb40f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9e876203d6a24dfff046d3180c7f66440eb3eb65bac5fba228f52ae712fb40f", kill_on_drop: false }` [INFO] [stdout] c9e876203d6a24dfff046d3180c7f66440eb3eb65bac5fba228f52ae712fb40f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 79fbcdfa174b312fb6fdc629063909f4c4941f56ac6442f4a60b34ff6ace5eb6 [INFO] running `Command { std: "docker" "start" "-a" "79fbcdfa174b312fb6fdc629063909f4c4941f56ac6442f4a60b34ff6ace5eb6", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling crossbeam-utils v0.5.0 [INFO] [stderr] Compiling proc-macro2 v1.0.85 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling owning_ref v0.4.1 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Compiling either v1.12.0 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Compiling atom v0.3.6 [INFO] [stderr] Compiling mopa v0.2.2 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling tuple_utils v0.2.0 [INFO] [stderr] Compiling shrev v1.1.3 [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling nonzero_signed v1.0.4 [INFO] [stderr] Compiling crossbeam-epoch v0.5.2 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling crossbeam-deque v0.5.2 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling crossbeam v0.4.1 [INFO] [stderr] Compiling derivative v1.0.4 [INFO] [stderr] Compiling shred-derive v0.5.1 [INFO] [stderr] Compiling specs-derive v0.4.1 [INFO] [stderr] Compiling shred v0.7.2 [INFO] [stderr] Compiling hibitset v0.5.4 [INFO] [stderr] Compiling specs v0.14.3 [INFO] [stderr] Compiling game_tutorial v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc5oHVLm/symbols.o" "<10 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsdl2-f02e36032fc5e0ba,libsdl2_sys-3ac116470a4a23e8,libbitflags-3333d968e5f279ee,libnum-50b497a3fa4a75bf,libnum_iter-4baa4d68aa9510a1,libnum_integer-a2223f39b7b3a177,libnum_traits-e85d22c374e30b5b,libspecs-f29557a9fd99a548,libtuple_utils-b209df55a1e66607,libshrev-a82ac017b2877cbc,libnonzero_signed-cc220beaab2a2af4,liblog-b57c325223d9f25a,libhibitset-2ec94609f970fa43,libatom-e87ad9009d334ad5,libfnv-773757b135178300,libcrossbeam-ae2224535bc02c51,libcrossbeam_deque-6a08810394be066f,libcrossbeam_epoch-a082e66cb3e11b6e,libcrossbeam_channel-61936a39636c2ad5,libparking_lot-f97f7e97f1a0e2f8,libparking_lot_core-2dd45317d9dd6d82,liblock_api-398bbaea6adee3b7,libowning_ref-52ccee31a0712dc5,libstable_deref_trait-9cf20bd8afd27998,librand-3768eff3f32b0fbd,libcrossbeam_utils-93e488118331b96f,libcrossbeam_epoch-ddf379ea987ff581,libscopeguard-576359add2eb614a,libmemoffset-93b95196d8be7ac3,libcrossbeam_utils-17de2a65d587e6d6,liblazy_static-ab9a3dc8def9ba85,libcfg_if-58fd97f14b494f93,libshred-21f9ac2cbf731b70,libsmallvec-185b616bc2b47646,libmaybe_uninit-76d77afd9c51edf2,librayon-26289a7d47e1724c,librayon_core-621f7bd31e10fa17,libcrossbeam_deque-f2c3fd5e7bbfd927,libcrossbeam_epoch-ed4a2d3daceac61a,libcrossbeam_utils-70904e6a5a5294cc,libeither-dac7d098eb1e5763,libmopa-6f6cf611ce9d4094,libfxhash-4da70fad991848bc,libbyteorder-3f91e0f3212dbed5,libarrayvec-31ae456005baad46,libnodrop-7ead28b11613fbda,librand-d715eaebdfe43ef3,librand_xorshift-cf89fa492d52e8a0,librand_pcg-71c327ee3060e573,librand_hc-00c356d37c408365,librand_chacha-1c65ce2d8b47434c,librand_isaac-81bce6d6857e51f4,librand_core-eef08aab31f6f803,librand_os-8c3bed508528f39c,liblibc-5b025c5860559d7e,librand_jitter-141cbf76b5f44531,librand_core-d759212d3bfb220c}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc5oHVLm/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/game_tutorial-991dbe2df653141f" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-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_image [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `game_tutorial` (bin "game_tutorial") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "79fbcdfa174b312fb6fdc629063909f4c4941f56ac6442f4a60b34ff6ace5eb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79fbcdfa174b312fb6fdc629063909f4c4941f56ac6442f4a60b34ff6ace5eb6", kill_on_drop: false }` [INFO] [stdout] 79fbcdfa174b312fb6fdc629063909f4c4941f56ac6442f4a60b34ff6ace5eb6