[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 beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 5fcaa4a4378f58d343f7ec2c6c53b93691d79e22e1a284016adf04eac2273e70 [INFO] running `"docker" "start" "-a" "5fcaa4a4378f58d343f7ec2c6c53b93691d79e22e1a284016adf04eac2273e70"` [INFO] [stderr] Compiling ears v0.4.0 [INFO] [stderr] Compiling maybe-owned v0.3.0 [INFO] [stderr] Compiling base64 v0.1.1 [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 cgmath v0.15.0 [INFO] [stderr] Compiling sdl2-sys v0.30.0 [INFO] [stderr] Compiling rusttype v0.2.3 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Compiling clap v2.29.2 [INFO] [stderr] Compiling num v0.1.41 [INFO] [stderr] Compiling png v0.11.0 [INFO] [stderr] Compiling sdl2 v0.30.0 [INFO] [stderr] Compiling flate2 v0.2.20 [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 image v0.17.0 [INFO] [stderr] Compiling tiled v0.7.3 [INFO] [stderr] Compiling glium v0.18.1 [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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/ears-49fe7d90c9a65b5e.ears.s1r808cp-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ears-49fe7d90c9a65b5e.ears.s1r808cp-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ears-49fe7d90c9a65b5e.ears.s1r808cp-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ears-49fe7d90c9a65b5e.ears.s1r808cp-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ears-49fe7d90c9a65b5e.ears.s1r808cp-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ears-49fe7d90c9a65b5e.ears.s1r808cp-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ears-49fe7d90c9a65b5e.ears.s1r808cp-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ears-49fe7d90c9a65b5e.ears.s1r808cp-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ears-49fe7d90c9a65b5e.ears.s1r808cp-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ears-49fe7d90c9a65b5e.ears.s1r808cp-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ears-49fe7d90c9a65b5e.ears.s1r808cp-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ears-49fe7d90c9a65b5e.ears.s1r808cp-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ears-49fe7d90c9a65b5e.ears.s1r808cp-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ears-49fe7d90c9a65b5e.ears.s1r808cp-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ears-49fe7d90c9a65b5e.ears.s1r808cp-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ears-49fe7d90c9a65b5e.ears.s1r808cp-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/libears-49fe7d90c9a65b5e.so" "-Wl,--version-script=/tmp/rustcV6p52k/list" "/opt/crater/target/debug/deps/ears-49fe7d90c9a65b5e.mra0wjpyg7dusm4.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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lopenal" "-lsndfile" "-Wl,-Bstatic" "-Wl,--whole-archive" "/tmp/rustcV6p52k/liblazy_static-8e8f275d3efea5b8.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcV6p52k/liblibc-799fedc4a55ea1c4.rlib" "-Wl,--no-whole-archive" "-Wl,--start-group" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bdynamic" "-lstd-1d6d86bd078a28e9" "-Wl,--end-group" "-Wl,-Bstatic" "/tmp/rustcV6p52k/libcompiler_builtins-ac21508a81e3f7f3.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" "5fcaa4a4378f58d343f7ec2c6c53b93691d79e22e1a284016adf04eac2273e70"` [INFO] running `"docker" "rm" "-f" "5fcaa4a4378f58d343f7ec2c6c53b93691d79e22e1a284016adf04eac2273e70"` [INFO] [stdout] 5fcaa4a4378f58d343f7ec2c6c53b93691d79e22e1a284016adf04eac2273e70