[INFO] updating cached repository GGalizzi/galaxy [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/GGalizzi/galaxy [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/GGalizzi/galaxy" "work/ex/beta-1.37-6/sources/1.36.0/gh/GGalizzi/galaxy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/GGalizzi/galaxy'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/GGalizzi/galaxy" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/GGalizzi/galaxy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/GGalizzi/galaxy'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 19ddfadd977ecf49256272e086b95cf4fde8c134 [INFO] sha for GitHub repo GGalizzi/galaxy: 19ddfadd977ecf49256272e086b95cf4fde8c134 [INFO] validating manifest of GGalizzi/galaxy on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of GGalizzi/galaxy on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing GGalizzi/galaxy [INFO] finished frobbing GGalizzi/galaxy [INFO] frobbed toml for GGalizzi/galaxy written to work/ex/beta-1.37-6/sources/1.36.0/gh/GGalizzi/galaxy/Cargo.toml [INFO] started frobbing GGalizzi/galaxy [INFO] finished frobbing GGalizzi/galaxy [INFO] frobbed toml for GGalizzi/galaxy written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/GGalizzi/galaxy/Cargo.toml [INFO] crate GGalizzi/galaxy already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/GGalizzi/galaxy/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing GGalizzi/galaxy against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/GGalizzi/galaxy:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 244c9e93c9f8eae4f0de51798b18660087167a5537436cb60bc4e23261ae269a [INFO] running `"docker" "start" "-a" "244c9e93c9f8eae4f0de51798b18660087167a5537436cb60bc4e23261ae269a"` [INFO] [stderr] Compiling sdl2-sys v0.8.1 [INFO] [stderr] Compiling bitflags v0.3.3 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling sdl2 v0.13.0 [INFO] [stderr] Compiling nalgebra v0.5.1 [INFO] [stderr] Compiling sdl2_ttf v0.14.0 [INFO] [stderr] Compiling space3 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `nalgebra::Pnt2` [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use nalgebra::Pnt2; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/galaxy.rs:91:17 [INFO] [stderr] | [INFO] [stderr] 91 | let mut star = Star::new( id,cart_pos, i, [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `SYLLABLES` [INFO] [stderr] --> src/galaxy.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | const SYLLABLES: [&'static str; 13] = ["um", "za", "dor", "lim", "fal", "saf", "ele", "ziu", "jin", "rou", "wer", "ni", "le"]; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `gen_name` [INFO] [stderr] --> src/galaxy.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn gen_name(&mut self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/space3-799505568a5b818c.space3.4u8xooqs-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/space3-799505568a5b818c.space3.4u8xooqs-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/space3-799505568a5b818c.space3.4u8xooqs-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/space3-799505568a5b818c.space3.4u8xooqs-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/space3-799505568a5b818c.space3.4u8xooqs-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/space3-799505568a5b818c.space3.4u8xooqs-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/space3-799505568a5b818c.space3.4u8xooqs-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/space3-799505568a5b818c.space3.4u8xooqs-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/space3-799505568a5b818c.space3.4u8xooqs-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/space3-799505568a5b818c.space3.4u8xooqs-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/space3-799505568a5b818c.space3.4u8xooqs-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/space3-799505568a5b818c.space3.4u8xooqs-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/space3-799505568a5b818c.space3.4u8xooqs-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/space3-799505568a5b818c.space3.4u8xooqs-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/space3-799505568a5b818c.space3.4u8xooqs-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/space3-799505568a5b818c.space3.4u8xooqs-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/space3-799505568a5b818c" "/opt/crater/target/debug/deps/space3-799505568a5b818c.1155lai6dfqq5ece.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libnalgebra-009a51e8483ba312.rlib" "/opt/crater/target/debug/deps/libsdl2_ttf-799f262e94da8377.rlib" "/opt/crater/target/debug/deps/libbitflags-37df1eb7983fc230.rlib" "/opt/crater/target/debug/deps/libsdl2-7dbd98bfd9b0cd1e.rlib" "/opt/crater/target/debug/deps/librand-e08ba8aab010d886.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-ea36507b18820444.rlib" "/opt/crater/target/debug/deps/libbitflags-d549f9c877106888.rlib" "/opt/crater/target/debug/deps/libnum-56232bbc3481d7e4.rlib" "/opt/crater/target/debug/deps/libnum_rational-4b67caa4c49810a7.rlib" "/opt/crater/target/debug/deps/libnum_bigint-1fd4b19cd24ff983.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libnum_complex-2c45d74b57ccfed4.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/libnum_iter-6aa8c2e263944e3d.rlib" "/opt/crater/target/debug/deps/libnum_integer-35be16e7600d6cb9.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lSDL2_ttf" "-lSDL2" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `space3`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "244c9e93c9f8eae4f0de51798b18660087167a5537436cb60bc4e23261ae269a"` [INFO] running `"docker" "rm" "-f" "244c9e93c9f8eae4f0de51798b18660087167a5537436cb60bc4e23261ae269a"` [INFO] [stdout] 244c9e93c9f8eae4f0de51798b18660087167a5537436cb60bc4e23261ae269a