[INFO] updating cached repository mystal/ggj-2018 [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mystal/ggj-2018 [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mystal/ggj-2018" "work/ex/beta-1.38-1/sources/1.37.0/gh/mystal/ggj-2018"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/mystal/ggj-2018'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mystal/ggj-2018" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mystal/ggj-2018"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mystal/ggj-2018'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 12f5285762dce81e875395384cde1f29abd6de31 [INFO] sha for GitHub repo mystal/ggj-2018: 12f5285762dce81e875395384cde1f29abd6de31 [INFO] validating manifest of mystal/ggj-2018 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mystal/ggj-2018 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mystal/ggj-2018 [INFO] finished frobbing mystal/ggj-2018 [INFO] frobbed toml for mystal/ggj-2018 written to work/ex/beta-1.38-1/sources/1.37.0/gh/mystal/ggj-2018/Cargo.toml [INFO] started frobbing mystal/ggj-2018 [INFO] finished frobbing mystal/ggj-2018 [INFO] frobbed toml for mystal/ggj-2018 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mystal/ggj-2018/Cargo.toml [INFO] crate mystal/ggj-2018 already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing mystal/ggj-2018 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mystal/ggj-2018:/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 7723d5031ab35c78f66a7d80a4d49f20275eaf1b79629c85a9d605802ba0b39e [INFO] running `"docker" "start" "-a" "7723d5031ab35c78f66a7d80a4d49f20275eaf1b79629c85a9d605802ba0b39e"` [INFO] [stderr] Compiling khronos_api v2.0.0 [INFO] [stderr] Compiling ears v0.4.0 [INFO] [stderr] Compiling base64 v0.1.1 [INFO] [stderr] Compiling maybe-owned v0.3.0 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling moving-average v0.1.0 (https://github.com/mystal/moving-average#cb646c66) [INFO] [stderr] Compiling rayon-core v1.3.0 [INFO] [stderr] Compiling cgmath v0.15.0 [INFO] [stderr] Compiling sdl2-sys v0.30.0 [INFO] [stderr] Compiling rusttype v0.2.3 [INFO] [stderr] Compiling clap v2.29.2 [INFO] [stderr] Compiling png v0.11.0 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Compiling sdl2 v0.30.0 [INFO] [stderr] warning[E0311]: the parameter type `K` may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `K` [INFO] [stderr] note: the parameter type `K` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0311]: the parameter type `V` may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `V` [INFO] [stderr] note: the parameter type `V` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling flate2 v0.2.20 [INFO] [stderr] Compiling glium v0.18.1 [INFO] [stderr] Compiling tiled v0.7.3 [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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/ears-404a3367afb8f36a.ears.2gwn50xr-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ears-404a3367afb8f36a.ears.2gwn50xr-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ears-404a3367afb8f36a.ears.2gwn50xr-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ears-404a3367afb8f36a.ears.2gwn50xr-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ears-404a3367afb8f36a.ears.2gwn50xr-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ears-404a3367afb8f36a.ears.2gwn50xr-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ears-404a3367afb8f36a.ears.2gwn50xr-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ears-404a3367afb8f36a.ears.2gwn50xr-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ears-404a3367afb8f36a.ears.2gwn50xr-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ears-404a3367afb8f36a.ears.2gwn50xr-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ears-404a3367afb8f36a.ears.2gwn50xr-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ears-404a3367afb8f36a.ears.2gwn50xr-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ears-404a3367afb8f36a.ears.2gwn50xr-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ears-404a3367afb8f36a.ears.2gwn50xr-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ears-404a3367afb8f36a.ears.2gwn50xr-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ears-404a3367afb8f36a.ears.2gwn50xr-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/libears-404a3367afb8f36a.so" "-Wl,--version-script=/tmp/rustcVL4M9g/list" "/opt/crater/target/debug/deps/ears-404a3367afb8f36a.3ba63czppcdtkxhu.rcgu.o" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/local/opt/openal-soft/lib" "-L" "/usr/local/lib" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lopenal" "-lsndfile" "-Wl,-Bstatic" "-Wl,--whole-archive" "/tmp/rustcVL4M9g/liblazy_static-0c9d1899e9eae559.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcVL4M9g/liblibc-75fd0ac04bb19b9a.rlib" "-Wl,--no-whole-archive" "-Wl,--start-group" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bdynamic" "-lstd-4a76ff35a356aedf" "-Wl,--end-group" "-Wl,-Bstatic" "/tmp/rustcVL4M9g/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" "-shared" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lsndfile [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 `ears`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "7723d5031ab35c78f66a7d80a4d49f20275eaf1b79629c85a9d605802ba0b39e"` [INFO] running `"docker" "rm" "-f" "7723d5031ab35c78f66a7d80a4d49f20275eaf1b79629c85a9d605802ba0b39e"` [INFO] [stdout] 7723d5031ab35c78f66a7d80a4d49f20275eaf1b79629c85a9d605802ba0b39e