[INFO] updating cached repository https://github.com/mlyean/tic-tac-toe-rs [INFO] running `Command { std: "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", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 42939c0efeea3a5d5adb98de6e87af3b0cbd0149 [INFO] testing mlyean/tic-tac-toe-rs against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlyean%2Ftic-tac-toe-rs" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mlyean/tic-tac-toe-rs on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mlyean/tic-tac-toe-rs [INFO] finished tweaking git repo https://github.com/mlyean/tic-tac-toe-rs [INFO] tweaked toml for git repo https://github.com/mlyean/tic-tac-toe-rs written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/mlyean/tic-tac-toe-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 85f6f0f38d90382644eb1411dcbeec6e54a50b9adc667ac50051dea0fcd2739d [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" "85f6f0f38d90382644eb1411dcbeec6e54a50b9adc667ac50051dea0fcd2739d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "85f6f0f38d90382644eb1411dcbeec6e54a50b9adc667ac50051dea0fcd2739d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85f6f0f38d90382644eb1411dcbeec6e54a50b9adc667ac50051dea0fcd2739d", kill_on_drop: false }` [INFO] [stdout] 85f6f0f38d90382644eb1411dcbeec6e54a50b9adc667ac50051dea0fcd2739d [INFO] running `Command { std: "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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cc2f0f609ec9cf1ad6faec64bd6d87cf675ca7d1c01a706e0c54c286b04732a0 [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" "cc2f0f609ec9cf1ad6faec64bd6d87cf675ca7d1c01a706e0c54c286b04732a0", kill_on_drop: false }` [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Compiling c_vec v1.3.3 [INFO] [stderr] Compiling num-integer v0.1.41 [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 matrixmultiply v0.2.2 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling alga v0.9.1 [INFO] [stderr] Compiling nalgebra v0.18.1 [INFO] [stderr] Compiling tic_tac_toe v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/tic_tac_toe-7cc8e81722f85ca0.tic_tac_toe.3jj4u42o-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/tic_tac_toe-7cc8e81722f85ca0.tic_tac_toe.3jj4u42o-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/tic_tac_toe-7cc8e81722f85ca0.tic_tac_toe.3jj4u42o-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/tic_tac_toe-7cc8e81722f85ca0.tic_tac_toe.3jj4u42o-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/tic_tac_toe-7cc8e81722f85ca0.tic_tac_toe.3jj4u42o-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/tic_tac_toe-7cc8e81722f85ca0.tic_tac_toe.3jj4u42o-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/tic_tac_toe-7cc8e81722f85ca0.tic_tac_toe.3jj4u42o-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/tic_tac_toe-7cc8e81722f85ca0.tic_tac_toe.3jj4u42o-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/tic_tac_toe-7cc8e81722f85ca0.tic_tac_toe.3jj4u42o-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/tic_tac_toe-7cc8e81722f85ca0.tic_tac_toe.3jj4u42o-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/tic_tac_toe-7cc8e81722f85ca0.tic_tac_toe.3jj4u42o-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/tic_tac_toe-7cc8e81722f85ca0.tic_tac_toe.3jj4u42o-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/tic_tac_toe-7cc8e81722f85ca0.tic_tac_toe.3jj4u42o-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/tic_tac_toe-7cc8e81722f85ca0.tic_tac_toe.3jj4u42o-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/tic_tac_toe-7cc8e81722f85ca0.tic_tac_toe.3jj4u42o-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/tic_tac_toe-7cc8e81722f85ca0.tic_tac_toe.3jj4u42o-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/tic_tac_toe-7cc8e81722f85ca0" "/opt/rustwide/target/debug/deps/tic_tac_toe-7cc8e81722f85ca0.3wg32uhsxrbor2zy.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnalgebra-0da94dd4ef41aec1.rlib" "/opt/rustwide/target/debug/deps/libalga-a4065ef802d15be1.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-36b914e9fffa93df.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-363d0dae4727c81e.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-50941844b0ac1d27.rlib" "/opt/rustwide/target/debug/deps/librawpointer-7afdcc898c14c855.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-e2a94761ee8e0449.rlib" "/opt/rustwide/target/debug/deps/libtypenum-9b5e128efb1e3b6b.rlib" "/opt/rustwide/target/debug/deps/libapprox-1600a740cf5f3d72.rlib" "/opt/rustwide/target/debug/deps/libsdl2-a5012c363d438ebd.rlib" "/opt/rustwide/target/debug/deps/librand-95d4ffa7e8320f2d.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-60469549e3040952.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-12bf9dc9fd05ec5a.rlib" "/opt/rustwide/target/debug/deps/librand_hc-1d1b3c1a779e93bf.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-5e2dd50ee4fc42ef.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-2d8aa7a0637d8a6d.rlib" "/opt/rustwide/target/debug/deps/librand_core-431cd0429e21c12d.rlib" "/opt/rustwide/target/debug/deps/librand_os-0384348ac6d25061.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-9758ca4d01bb4051.rlib" "/opt/rustwide/target/debug/deps/librand_core-2594c62c1ce8d16b.rlib" "/opt/rustwide/target/debug/deps/libc_vec-62638e0f325d0288.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-1e52b3d341a0877a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-b47c222f34291eff.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7c0477ae3415ac1f.rlib" "/opt/rustwide/target/debug/deps/liblibc-21f67c47dfc455da.rlib" "/opt/rustwide/target/debug/deps/libnum-aaaf8f23b6a79d66.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-495a2cc0ed26f329.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-c8bced1b9e977d05.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-7d0c72377de9d2b7.rlib" "/opt/rustwide/target/debug/deps/libtic_tac_toe-d35e6b188e3ce8b9.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5989bcf78182f65e.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-4d6da34bc177af8d.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-10e0d6c948699482.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-c2318e2415657781.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-3815b93ed84badbb.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-d7999143d95238cb.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c58298a0d40df8b8.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b7de97e2ba6fb4e2.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6f71c9f654d72cce.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-95ea48ddc44a311b.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-7402cd4761aebc14.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-68f423c59dc48a40.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-54580c7798bf2225.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-95a4d456339b7385.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_mixer" "-lSDL2_image" "-lSDL2_ttf" "-lSDL2_gfx" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tic_tac_toe`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "cc2f0f609ec9cf1ad6faec64bd6d87cf675ca7d1c01a706e0c54c286b04732a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc2f0f609ec9cf1ad6faec64bd6d87cf675ca7d1c01a706e0c54c286b04732a0", kill_on_drop: false }` [INFO] [stdout] cc2f0f609ec9cf1ad6faec64bd6d87cf675ca7d1c01a706e0c54c286b04732a0