[INFO] updating cached repository thiolliere/airjump [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/thiolliere/airjump [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/thiolliere/airjump" "work/ex/beta-1.37-6/sources/1.36.0/gh/thiolliere/airjump"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/thiolliere/airjump'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/thiolliere/airjump" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/thiolliere/airjump"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/thiolliere/airjump'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2661aacad9c2a080e5f1c666cde228ffad2974f2 [INFO] sha for GitHub repo thiolliere/airjump: 2661aacad9c2a080e5f1c666cde228ffad2974f2 [INFO] validating manifest of thiolliere/airjump 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 thiolliere/airjump 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 thiolliere/airjump [INFO] finished frobbing thiolliere/airjump [INFO] frobbed toml for thiolliere/airjump written to work/ex/beta-1.37-6/sources/1.36.0/gh/thiolliere/airjump/Cargo.toml [INFO] started frobbing thiolliere/airjump [INFO] finished frobbing thiolliere/airjump [INFO] frobbed toml for thiolliere/airjump written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/thiolliere/airjump/Cargo.toml [INFO] crate thiolliere/airjump 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing thiolliere/airjump 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-5/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/thiolliere/airjump:/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] a5ce6414157186e5f09c8cbe71b9e9f480404ca7a3f842ecf608ef9fb602c3ab [INFO] running `"docker" "start" "-a" "a5ce6414157186e5f09c8cbe71b9e9f480404ca7a3f842ecf608ef9fb602c3ab"` [INFO] [stderr] Compiling stdweb v0.4.7 [INFO] [stderr] Compiling fps_clock v2.0.0 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling ogg v0.4.1 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling toml v0.4.6 [INFO] [stderr] Compiling cgmath v0.14.1 [INFO] [stderr] Compiling stdweb-derive v0.4.0 [INFO] [stderr] Compiling xmlparser v0.3.0 [INFO] [stderr] Compiling lewton v0.5.2 [INFO] [stderr] Compiling cpal v0.8.2 [INFO] [stderr] Compiling svgparser v0.8.1 [INFO] [stderr] Compiling glutin v0.14.0 [INFO] [stderr] Compiling glium v0.21.0 [INFO] [stderr] Compiling rodio v0.8.0 [INFO] [stderr] Compiling airjump v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphics.rs:100:32 [INFO] [stderr] | [INFO] [stderr] 100 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/graphics.rs:103:48 [INFO] [stderr] | [INFO] [stderr] 103 | ProgramChooserCreation(ref e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/graphics.rs:104:46 [INFO] [stderr] | [INFO] [stderr] 104 | VertexBufferCreation(ref e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/graphics.rs:105:45 [INFO] [stderr] | [INFO] [stderr] 105 | IndexBufferCreation(ref e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/spatial_hashing.rs:15:21 [INFO] [stderr] | [INFO] [stderr] 15 | let mut vec = map.entry(cell).or_insert(vec!()); [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] 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/airjump-6c12f04a92d01a64.airjump.bgsa4sbf-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/airjump-6c12f04a92d01a64.airjump.bgsa4sbf-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/airjump-6c12f04a92d01a64.airjump.bgsa4sbf-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/airjump-6c12f04a92d01a64.airjump.bgsa4sbf-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/airjump-6c12f04a92d01a64.airjump.bgsa4sbf-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/airjump-6c12f04a92d01a64.airjump.bgsa4sbf-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/airjump-6c12f04a92d01a64.airjump.bgsa4sbf-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/airjump-6c12f04a92d01a64.airjump.bgsa4sbf-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/airjump-6c12f04a92d01a64.airjump.bgsa4sbf-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/airjump-6c12f04a92d01a64.airjump.bgsa4sbf-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/airjump-6c12f04a92d01a64.airjump.bgsa4sbf-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/airjump-6c12f04a92d01a64.airjump.bgsa4sbf-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/airjump-6c12f04a92d01a64.airjump.bgsa4sbf-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/airjump-6c12f04a92d01a64.airjump.bgsa4sbf-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/airjump-6c12f04a92d01a64.airjump.bgsa4sbf-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/airjump-6c12f04a92d01a64.airjump.bgsa4sbf-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/airjump-6c12f04a92d01a64" "/opt/crater/target/debug/deps/airjump-6c12f04a92d01a64.3uw4x8h3daup1pk0.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-c2febbcf7097c7fa/out" "-L" "/opt/crater/target/debug/build/libloading-f4c1b99f8c71a4a3/out" "-L" "/usr/lib/x86_64-linux-gnu" "-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/libvecmath-fafa61556f9251b2.rlib" "/opt/crater/target/debug/deps/libfloat-9556f09739ee100f.rlib" "/opt/crater/target/debug/deps/libsvgparser-5a1c6fe0a6390c9c.rlib" "/opt/crater/target/debug/deps/libphf-7aa35b102aee9637.rlib" "/opt/crater/target/debug/deps/libphf_shared-1d8988eaba2630e0.rlib" "/opt/crater/target/debug/deps/libsiphasher-045ef6d956f9b96e.rlib" "/opt/crater/target/debug/deps/libxmlparser-bbba045fe9dc72d4.rlib" "/opt/crater/target/debug/deps/libfailure-5a19a4aac8be9448.rlib" "/opt/crater/target/debug/deps/liblog-65fff90a08b4dbdf.rlib" "/opt/crater/target/debug/deps/librodio-94a991ff06473c83.rlib" "/opt/crater/target/debug/deps/liblewton-f50d9ee6b4823068.rlib" "/opt/crater/target/debug/deps/libogg-d33c2ad20a861cef.rlib" "/opt/crater/target/debug/deps/libbyteorder-dc864a96505efa5c.rlib" "/opt/crater/target/debug/deps/libhound-aef7e27c314aa8fe.rlib" "/opt/crater/target/debug/deps/libcpal-43e272ff398cc198.rlib" "/opt/crater/target/debug/deps/libalsa_sys-7ddb0b11162cb2fc.rlib" "/opt/crater/target/debug/deps/libclaxon-81097b2610744916.rlib" "/opt/crater/target/debug/deps/libcgmath-f054a0a16cc1f924.rlib" "/opt/crater/target/debug/deps/librand-df5588534776f3a8.rlib" "/opt/crater/target/debug/deps/libnum_traits-9fd874deca7a6fa0.rlib" "/opt/crater/target/debug/deps/libnum_traits-e125c33c63f9bbc7.rlib" "/opt/crater/target/debug/deps/libapprox-ecf5281917ee9778.rlib" "/opt/crater/target/debug/deps/libtoml-ffe0985dc4d624c8.rlib" "/opt/crater/target/debug/deps/libstdweb-88144a6deca529b5.rlib" "/opt/crater/target/debug/deps/libdiscard-f5770bd34db29696.rlib" "/opt/crater/target/debug/deps/libserde_json-99783b192e8db879.rlib" "/opt/crater/target/debug/deps/libitoa-d82b8d46c90852b9.rlib" "/opt/crater/target/debug/deps/libdtoa-0a0f3f42c2e2308c.rlib" "/opt/crater/target/debug/deps/libserde-eaee3cf116af95fc.rlib" "/opt/crater/target/debug/deps/libglium-a0f1de73b213b053.rlib" "/opt/crater/target/debug/deps/libglutin-412cb25501724063.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-5fdf56cc289c9a35.rlib" "/opt/crater/target/debug/deps/libwinit-bcd57201277dfd8e.rlib" "/opt/crater/target/debug/deps/libwayland_window-1ea323a2839e4c05.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-35e2a6c4862f4946.rlib" "/opt/crater/target/debug/deps/libtempfile-0297e005f0d1a84a.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-ad0d98d254b1ad2b.rlib" "/opt/crater/target/debug/deps/librand-57306556934ba085.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-e9575dd9beb676a8.rlib" "/opt/crater/target/debug/deps/libmemmap-08970e2be085e442.rlib" "/opt/crater/target/debug/deps/libwayland_client-c1f029010c420db7.rlib" "/opt/crater/target/debug/deps/libwayland_sys-0a1c4b87d27411e0.rlib" "/opt/crater/target/debug/deps/libdlib-ff6ad91ec52d0011.rlib" "/opt/crater/target/debug/deps/liblibloading-ccc83ae7bec9a0e8.rlib" "/opt/crater/target/debug/deps/libtoken_store-510c2efe8d619f1b.rlib" "/opt/crater/target/debug/deps/libbitflags-c8c60b0ee6ae609a.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libx11_dl-936a249c0b03a60b.rlib" "/opt/crater/target/debug/deps/libshared_library-7880ebdc5a25ed7b.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libsmallvec-ba2249618d024b63.rlib" "/opt/crater/target/debug/deps/libbacktrace-65915c4731a88ba2.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-9f8a71c01f75bd46.rlib" "/opt/crater/target/debug/deps/librustc_demangle-8a1b2caa5e80a574.rlib" "/opt/crater/target/debug/deps/libcfg_if-1f3216900df7a07e.rlib" "/opt/crater/target/debug/deps/liblibc-62bf195eedd01b9b.rlib" "/opt/crater/target/debug/deps/liblazy_static-ce360ad8239cd02d.rlib" "/opt/crater/target/debug/deps/libfps_clock-a6b65dfe126a7b37.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" "-lasound" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/airjump-6c12f04a92d01a64.airjump.bgsa4sbf-cgu.14.rcgu.o: In function `airjump::safe_main::{{closure}}': [INFO] [stderr] /opt/crater/workdir/src/main.rs:73: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/workdir/src/main.rs:74: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-88144a6deca529b5.rlib(stdweb-88144a6deca529b5.stdweb.5ermkeak-cgu.10.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.7/src/webcore/symbol.rs:30: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-88144a6deca529b5.rlib(stdweb-88144a6deca529b5.stdweb.5ermkeak-cgu.15.rcgu.o): In function `stdweb::webcore::initialization::initialize': [INFO] [stderr] /opt/crater/target/debug/build/stdweb-c8c07f10c4acbd06/out/runtime.rs:1: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-88144a6deca529b5.rlib(stdweb-88144a6deca529b5.stdweb.5ermkeak-cgu.15.rcgu.o): In function `stdweb::webcore::initialization::initialize::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.7/src/webcore/initialization.rs:24: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-88144a6deca529b5.rlib(stdweb-88144a6deca529b5.stdweb.5ermkeak-cgu.15.rcgu.o):/opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.7/src/webcore/initialization.rs:26: more undefined references to `emscripten_asm_const_int' follow [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 `airjump`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a5ce6414157186e5f09c8cbe71b9e9f480404ca7a3f842ecf608ef9fb602c3ab"` [INFO] running `"docker" "rm" "-f" "a5ce6414157186e5f09c8cbe71b9e9f480404ca7a3f842ecf608ef9fb602c3ab"` [INFO] [stdout] a5ce6414157186e5f09c8cbe71b9e9f480404ca7a3f842ecf608ef9fb602c3ab