[INFO] updating cached repository https://github.com/thiolliere/airjump [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2661aacad9c2a080e5f1c666cde228ffad2974f2 [INFO] testing thiolliere/airjump against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthiolliere%2Fairjump" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thiolliere/airjump on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/thiolliere/airjump [INFO] finished tweaking git repo https://github.com/thiolliere/airjump [INFO] tweaked toml for git repo https://github.com/thiolliere/airjump written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/thiolliere/airjump already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 979832a8b9ee0ab00569f507188042d35f0b35008ac68e5d06d9a5dff5743c11 [INFO] running `"docker" "start" "-a" "979832a8b9ee0ab00569f507188042d35f0b35008ac68e5d06d9a5dff5743c11"` [INFO] [stderr] Compiling cc v1.0.17 [INFO] [stderr] Compiling claxon v0.3.1 [INFO] [stderr] Compiling fps_clock v2.0.0 [INFO] [stderr] Compiling x11-dl v2.18.0 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling shared_library v0.1.8 [INFO] [stderr] Compiling phf_shared v0.7.22 [INFO] [stderr] Compiling wayland-scanner v0.12.5 [INFO] [stderr] Compiling ogg v0.4.1 [INFO] [stderr] Compiling tempfile v3.0.2 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.22 [INFO] [stderr] Compiling toml v0.4.6 [INFO] [stderr] Compiling stdweb-derive v0.4.0 [INFO] [stderr] Compiling cgmath v0.14.1 [INFO] [stderr] Compiling phf v0.7.22 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling lewton v0.5.2 [INFO] [stderr] Compiling wayland-client v0.12.5 [INFO] [stderr] Compiling wayland-protocols v0.12.5 [INFO] [stderr] Compiling cpal v0.8.2 [INFO] [stderr] Compiling glutin v0.14.0 [INFO] [stderr] Compiling glium v0.21.0 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling stdweb v0.4.7 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.12.5 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling rodio v0.8.0 [INFO] [stderr] Compiling xmlparser v0.3.0 [INFO] [stderr] Compiling svgparser v0.8.1 [INFO] [stderr] Compiling wayland-kbd v0.13.1 [INFO] [stderr] Compiling wayland-window v0.13.3 [INFO] [stderr] Compiling winit v0.12.0 [INFO] [stderr] Compiling airjump v0.1.0 (/opt/rustwide/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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/configuration.rs:114:1 [INFO] [stderr] | [INFO] [stderr] 114 | / lazy_static! { [INFO] [stderr] 115 | | pub static ref CFG: Configuration = load_configuration().ok_or_exit(); [INFO] [stderr] 116 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/map.rs:160:1 [INFO] [stderr] | [INFO] [stderr] 160 | / lazy_static! { [INFO] [stderr] 161 | | pub static ref MAP: Map = load_map().ok_or_exit(); [INFO] [stderr] 162 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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] 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/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/airjump-815bc055d51a3481.airjump.1zclk1x7-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-815bc055d51a3481.airjump.1zclk1x7-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-815bc055d51a3481.airjump.1zclk1x7-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-815bc055d51a3481.airjump.1zclk1x7-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-815bc055d51a3481.airjump.1zclk1x7-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-815bc055d51a3481.airjump.1zclk1x7-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-815bc055d51a3481.airjump.1zclk1x7-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-815bc055d51a3481.airjump.1zclk1x7-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-815bc055d51a3481.airjump.1zclk1x7-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-815bc055d51a3481.airjump.1zclk1x7-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-815bc055d51a3481.airjump.1zclk1x7-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-815bc055d51a3481.airjump.1zclk1x7-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-815bc055d51a3481.airjump.1zclk1x7-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-815bc055d51a3481.airjump.1zclk1x7-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-815bc055d51a3481.airjump.1zclk1x7-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-815bc055d51a3481.airjump.1zclk1x7-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/airjump-815bc055d51a3481" "/opt/rustwide/target/debug/deps/airjump-815bc055d51a3481.2g15h1afj7fafi7q.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-78d716eba9ca84fe/out" "-L" "/opt/rustwide/target/debug/build/libloading-bf4c4364dd484f0e/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libvecmath-d73ea5202454a0f0.rlib" "/opt/rustwide/target/debug/deps/libfloat-606bb79253b7450c.rlib" "/opt/rustwide/target/debug/deps/libsvgparser-4981932f4694ef9f.rlib" "/opt/rustwide/target/debug/deps/libphf-6b54db0f691c5032.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-5c8c43c947b72a86.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-b6f1aeca70ba0804.rlib" "/opt/rustwide/target/debug/deps/libxmlparser-7e9722293fd78a04.rlib" "/opt/rustwide/target/debug/deps/libfailure-f067393116093bd3.rlib" "/opt/rustwide/target/debug/deps/liblog-aeb8e60f88067d63.rlib" "/opt/rustwide/target/debug/deps/librodio-7d7c1637c979cecc.rlib" "/opt/rustwide/target/debug/deps/liblewton-9b9a24387c7e447b.rlib" "/opt/rustwide/target/debug/deps/libogg-d6d8d166256e8654.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-9243b79115e98d79.rlib" "/opt/rustwide/target/debug/deps/libhound-0bff6ca275f82f6d.rlib" "/opt/rustwide/target/debug/deps/libcpal-b9dcc1e9f38736d3.rlib" "/opt/rustwide/target/debug/deps/libalsa_sys-dceea15da4091427.rlib" "/opt/rustwide/target/debug/deps/libclaxon-137b3f45348d86b8.rlib" "/opt/rustwide/target/debug/deps/libcgmath-c68b7da08387224b.rlib" "/opt/rustwide/target/debug/deps/librand-f6e50d024b926185.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-437d2a4dc331c507.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-f3eec732a46f379a.rlib" "/opt/rustwide/target/debug/deps/libapprox-df69f604d5ff4e2e.rlib" "/opt/rustwide/target/debug/deps/libtoml-fe3da73f3db010be.rlib" "/opt/rustwide/target/debug/deps/libstdweb-076fe918ef415ee3.rlib" "/opt/rustwide/target/debug/deps/libdiscard-df473d0bfc50a6fa.rlib" "/opt/rustwide/target/debug/deps/libserde_json-1222406397611a74.rlib" "/opt/rustwide/target/debug/deps/libitoa-44d92df7432bc750.rlib" "/opt/rustwide/target/debug/deps/libdtoa-437bac9d1d29b832.rlib" "/opt/rustwide/target/debug/deps/libserde-45039dc37fdfa3c4.rlib" "/opt/rustwide/target/debug/deps/libglium-653b14d97fa8324d.rlib" "/opt/rustwide/target/debug/deps/libglutin-cf9eec62ee8c1521.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-3d93f4a0c152f3ce.rlib" "/opt/rustwide/target/debug/deps/libwinit-a6557c38401259da.rlib" "/opt/rustwide/target/debug/deps/libwayland_window-6c6b981e3c3abf80.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-49bb69bd844b9f85.rlib" "/opt/rustwide/target/debug/deps/libtempfile-ef0ebb0bc588148b.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-2a2ec3f9355b39ec.rlib" "/opt/rustwide/target/debug/deps/librand-599611f383419b71.rlib" "/opt/rustwide/target/debug/deps/libwayland_kbd-00bc7184043fd679.rlib" "/opt/rustwide/target/debug/deps/libmemmap-b61b8a843177d319.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-741ca63fc4bb35a5.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-a40583ee4483c2ff.rlib" "/opt/rustwide/target/debug/deps/libdlib-7f3e8e0ab7debd54.rlib" "/opt/rustwide/target/debug/deps/liblibloading-d91ab5d604775eb6.rlib" "/opt/rustwide/target/debug/deps/libtoken_store-bf938f09daeda47c.rlib" "/opt/rustwide/target/debug/deps/libbitflags-8880519ea1a29580.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-fcbc0aacafd7e54d.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-5abb020a44c4ec94.rlib" "/opt/rustwide/target/debug/deps/libshared_library-741f4be1c39e3e36.rlib" "/opt/rustwide/target/debug/deps/libfnv-51dd7c2b44b560c1.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-2765955995646aea.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-9bb6e3893370de42.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-898db1cbd554d67a.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-22cf4b1d16ee149b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-572dbcedaa7a75fc.rlib" "/opt/rustwide/target/debug/deps/liblibc-78cd1346cba930e5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-ea280ab77e7e615d.rlib" "/opt/rustwide/target/debug/deps/libfps_clock-b4e2bd5144cb66a0.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lasound" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/airjump-815bc055d51a3481.airjump.1zclk1x7-cgu.15.rcgu.o: In function `airjump::safe_main::{{closure}}': [INFO] [stderr] /opt/rustwide/workdir/src/main.rs:73: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/workdir/src/main.rs:74: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-076fe918ef415ee3.rlib(stdweb-076fe918ef415ee3.stdweb.4ofrr3ld-cgu.1.rcgu.o): In function `stdweb::webcore::initialization::initialize': [INFO] [stderr] /opt/rustwide/target/debug/build/stdweb-38b0aeaaf4a40941/out/runtime.rs:1: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-076fe918ef415ee3.rlib(stdweb-076fe918ef415ee3.stdweb.4ofrr3ld-cgu.1.rcgu.o): In function `stdweb::webcore::initialization::initialize::{{closure}}': [INFO] [stderr] /opt/rustwide/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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.7/src/webcore/initialization.rs:26: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-076fe918ef415ee3.rlib(stdweb-076fe918ef415ee3.stdweb.4ofrr3ld-cgu.1.rcgu.o):/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.7/src/webcore/initialization.rs:32: 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" "979832a8b9ee0ab00569f507188042d35f0b35008ac68e5d06d9a5dff5743c11"` [INFO] running `"docker" "rm" "-f" "979832a8b9ee0ab00569f507188042d35f0b35008ac68e5d06d9a5dff5743c11"` [INFO] [stdout] 979832a8b9ee0ab00569f507188042d35f0b35008ac68e5d06d9a5dff5743c11