[INFO] updating cached repository mystal/cat-herding [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mystal/cat-herding [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mystal/cat-herding" "work/ex/beta-1.38-1/sources/1.37.0/gh/mystal/cat-herding"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/mystal/cat-herding'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mystal/cat-herding" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mystal/cat-herding"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mystal/cat-herding'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8bb005c4ea8fdc0fce7a5c7b3ab41bca71b7b801 [INFO] sha for GitHub repo mystal/cat-herding: 8bb005c4ea8fdc0fce7a5c7b3ab41bca71b7b801 [INFO] validating manifest of mystal/cat-herding 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/cat-herding 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/cat-herding [INFO] finished frobbing mystal/cat-herding [INFO] frobbed toml for mystal/cat-herding written to work/ex/beta-1.38-1/sources/1.37.0/gh/mystal/cat-herding/Cargo.toml [INFO] started frobbing mystal/cat-herding [INFO] finished frobbing mystal/cat-herding [INFO] frobbed toml for mystal/cat-herding written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mystal/cat-herding/Cargo.toml [INFO] crate mystal/cat-herding 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/cat-herding 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-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mystal/cat-herding:/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] 8ac943f1ef34a4d6125094b975d620906b60d23186c593b91b82c01b2c2a5eb8 [INFO] running `"docker" "start" "-a" "8ac943f1ef34a4d6125094b975d620906b60d23186c593b91b82c01b2c2a5eb8"` [INFO] [stderr] Compiling smallvec v0.4.5 [INFO] [stderr] Compiling ears v0.5.1 [INFO] [stderr] Compiling maybe-owned v0.3.2 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling inflate v0.3.4 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Compiling sdl2-sys v0.30.0 [INFO] [stderr] Compiling moving-average v0.1.0 (https://github.com/mystal/moving-average#67faba2e) [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling rusttype v0.2.3 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling cgmath v0.15.0 [INFO] [stderr] Compiling sdl2 v0.30.0 [INFO] [stderr] Compiling png v0.11.0 [INFO] [stderr] Compiling backtrace v0.3.14 [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 v1.0.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-051d76f818d28627.ears.c4134hn6-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ears-051d76f818d28627.ears.c4134hn6-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ears-051d76f818d28627.ears.c4134hn6-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ears-051d76f818d28627.ears.c4134hn6-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ears-051d76f818d28627.ears.c4134hn6-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ears-051d76f818d28627.ears.c4134hn6-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ears-051d76f818d28627.ears.c4134hn6-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ears-051d76f818d28627.ears.c4134hn6-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ears-051d76f818d28627.ears.c4134hn6-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ears-051d76f818d28627.ears.c4134hn6-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ears-051d76f818d28627.ears.c4134hn6-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ears-051d76f818d28627.ears.c4134hn6-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ears-051d76f818d28627.ears.c4134hn6-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ears-051d76f818d28627.ears.c4134hn6-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ears-051d76f818d28627.ears.c4134hn6-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ears-051d76f818d28627.ears.c4134hn6-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/libears-051d76f818d28627.so" "-Wl,--version-script=/tmp/rustc3r2xCf/list" "/opt/crater/target/debug/deps/ears-051d76f818d28627.2vt134qvofpxxx1o.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/rustc3r2xCf/liblazy_static-0c9d1899e9eae559.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustc3r2xCf/liblibc-f76954ad47ed8060.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/rustc3r2xCf/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" "8ac943f1ef34a4d6125094b975d620906b60d23186c593b91b82c01b2c2a5eb8"` [INFO] running `"docker" "rm" "-f" "8ac943f1ef34a4d6125094b975d620906b60d23186c593b91b82c01b2c2a5eb8"` [INFO] [stdout] 8ac943f1ef34a4d6125094b975d620906b60d23186c593b91b82c01b2c2a5eb8