[INFO] updating cached repository Ryan1729/rust-wasm-template [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Ryan1729/rust-wasm-template [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Ryan1729/rust-wasm-template" "work/ex/beta-1.38-1/sources/1.37.0/gh/Ryan1729/rust-wasm-template"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Ryan1729/rust-wasm-template'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Ryan1729/rust-wasm-template" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Ryan1729/rust-wasm-template"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Ryan1729/rust-wasm-template'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bd4e185867d38c7265aab6a12bc0a19f2e302068 [INFO] sha for GitHub repo Ryan1729/rust-wasm-template: bd4e185867d38c7265aab6a12bc0a19f2e302068 [INFO] validating manifest of Ryan1729/rust-wasm-template 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 Ryan1729/rust-wasm-template 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 Ryan1729/rust-wasm-template [INFO] finished frobbing Ryan1729/rust-wasm-template [INFO] frobbed toml for Ryan1729/rust-wasm-template written to work/ex/beta-1.38-1/sources/1.37.0/gh/Ryan1729/rust-wasm-template/Cargo.toml [INFO] started frobbing Ryan1729/rust-wasm-template [INFO] finished frobbing Ryan1729/rust-wasm-template [INFO] frobbed toml for Ryan1729/rust-wasm-template written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Ryan1729/rust-wasm-template/Cargo.toml [INFO] crate Ryan1729/rust-wasm-template 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] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Ryan1729/rust-wasm-template/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 Ryan1729/rust-wasm-template 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/Ryan1729/rust-wasm-template:/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] 71523cfb1cd6c62ee5771b8ec8d743bbf214e36616c462afb21c72c3d79ed5bb [INFO] running `"docker" "start" "-a" "71523cfb1cd6c62ee5771b8ec8d743bbf214e36616c462afb21c72c3d79ed5bb"` [INFO] [stderr] Compiling proc-macro2 v1.0.1 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling syn v1.0.3 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling stdweb v0.3.0 [INFO] [stderr] Compiling serde_derive v1.0.99 [INFO] [stderr] Compiling rust-wasm-template v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:343:57 [INFO] [stderr] | [INFO] [stderr] 343 | fn execute_cycle( &mut self ) -> Result< bool, Box< 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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:349:53 [INFO] [stderr] | [INFO] [stderr] 349 | fn run_a_bit( &mut self ) -> Result< bool, Box< Error > > { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:509:32 [INFO] [stderr] | [INFO] [stderr] 509 | fn handle_error< E: Into< Box< Error > > >( error: E ) { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/rust_wasm_template-f70e873cc4507d0f.rust_wasm_template.4srgnqkh-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/rust_wasm_template-f70e873cc4507d0f.rust_wasm_template.4srgnqkh-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/rust_wasm_template-f70e873cc4507d0f.rust_wasm_template.4srgnqkh-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/rust_wasm_template-f70e873cc4507d0f.rust_wasm_template.4srgnqkh-cgu.3.rcgu.o" "-o" "/opt/crater/target/debug/deps/rust_wasm_template-f70e873cc4507d0f" "/opt/crater/target/debug/deps/rust_wasm_template-f70e873cc4507d0f.4gumo8mbg30tspeh.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-Wl,-O1" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libstdweb-3e522e0e97c5e968.rlib" "/opt/crater/target/debug/deps/libserde_json-21e63a79cb1c438f.rlib" "/opt/crater/target/debug/deps/libryu-604e9d5c356dfc76.rlib" "/opt/crater/target/debug/deps/libitoa-53bf5d79aabf2024.rlib" "/opt/crater/target/debug/deps/libserde-c33071161698d710.rlib" "/opt/crater/target/debug/deps/libbitflags-d67b90864863b2e7.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/rust_wasm_template-f70e873cc4507d0f.rust_wasm_template.4srgnqkh-cgu.0.rcgu.o: In function `core::ptr::real_drop_in_place': [INFO] [stderr] /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ptr/mod.rs:(.text._ZN4core3ptr18real_drop_in_place17hbdfccef6f0c42badE+0x28): undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/rust_wasm_template-f70e873cc4507d0f.rust_wasm_template.4srgnqkh-cgu.0.rcgu.o: In function `stdweb::webapi::event_target::IEventTarget::add_event_listener': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.3.0/src/webcore/macros.rs:48: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/rust_wasm_template-f70e873cc4507d0f.rust_wasm_template.4srgnqkh-cgu.0.rcgu.o: In function `stdweb::webcore::value::Reference::from_raw_unchecked': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.3.0/src/webcore/macros.rs:48: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.3.0/src/webcore/macros.rs:48: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.3.0/src/webcore/macros.rs:48: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/rust_wasm_template-f70e873cc4507d0f.rust_wasm_template.4srgnqkh-cgu.0.rcgu.o:/opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.3.0/src/webcore/macros.rs:48: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-3e522e0e97c5e968.rlib(stdweb-3e522e0e97c5e968.stdweb.eu4qcoar-cgu.3.rcgu.o): In function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.3.0/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_pause_main_loop' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.3.0/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_set_main_loop' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-3e522e0e97c5e968.rlib(stdweb-3e522e0e97c5e968.stdweb.eu4qcoar-cgu.3.rcgu.o): In function `stdweb::webapi::window::window': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.3.0/src/webapi/window.rs:44: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-3e522e0e97c5e968.rlib(stdweb-3e522e0e97c5e968.stdweb.eu4qcoar-cgu.3.rcgu.o): In function `stdweb::webcore::value::Reference::from_raw_unchecked': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.3.0/src/webcore/value.rs:29: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.3.0/src/webcore/value.rs:29: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.3.0/src/webcore/value.rs:29: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-3e522e0e97c5e968.rlib(stdweb-3e522e0e97c5e968.stdweb.eu4qcoar-cgu.3.rcgu.o): In function `core::ptr::real_drop_in_place': [INFO] [stderr] /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ptr/mod.rs:(.text._ZN6stdweb6webapi6window6window17h62c65930529dc9f5E+0x246): undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-3e522e0e97c5e968.rlib(stdweb-3e522e0e97c5e968.stdweb.eu4qcoar-cgu.3.rcgu.o):/opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.3.0/src/webapi/token_list.rs:27: 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 `rust-wasm-template`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "71523cfb1cd6c62ee5771b8ec8d743bbf214e36616c462afb21c72c3d79ed5bb"` [INFO] running `"docker" "rm" "-f" "71523cfb1cd6c62ee5771b8ec8d743bbf214e36616c462afb21c72c3d79ed5bb"` [INFO] [stdout] 71523cfb1cd6c62ee5771b8ec8d743bbf214e36616c462afb21c72c3d79ed5bb