[INFO] updating cached repository Noah2610/hello-yew-redux-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Noah2610/hello-yew-redux-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Noah2610/hello-yew-redux-rs" "work/ex/beta-1.37-6/sources/1.36.0/gh/Noah2610/hello-yew-redux-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Noah2610/hello-yew-redux-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Noah2610/hello-yew-redux-rs" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Noah2610/hello-yew-redux-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Noah2610/hello-yew-redux-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a6f99100738a2498d0da1ab113fe66861f40dad5 [INFO] sha for GitHub repo Noah2610/hello-yew-redux-rs: a6f99100738a2498d0da1ab113fe66861f40dad5 [INFO] validating manifest of Noah2610/hello-yew-redux-rs 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 Noah2610/hello-yew-redux-rs 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 Noah2610/hello-yew-redux-rs [INFO] finished frobbing Noah2610/hello-yew-redux-rs [INFO] frobbed toml for Noah2610/hello-yew-redux-rs written to work/ex/beta-1.37-6/sources/1.36.0/gh/Noah2610/hello-yew-redux-rs/Cargo.toml [INFO] started frobbing Noah2610/hello-yew-redux-rs [INFO] finished frobbing Noah2610/hello-yew-redux-rs [INFO] frobbed toml for Noah2610/hello-yew-redux-rs written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Noah2610/hello-yew-redux-rs/Cargo.toml [INFO] crate Noah2610/hello-yew-redux-rs 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing Noah2610/hello-yew-redux-rs against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/Noah2610/hello-yew-redux-rs:/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.36.0" "build" "--frozen"` [INFO] [stdout] 6ca4ce913c151fac544200c58dac125100369efb5ea3f017da6aea10d341ac43 [INFO] running `"docker" "start" "-a" "6ca4ce913c151fac544200c58dac125100369efb5ea3f017da6aea10d341ac43"` [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.4 [INFO] [stderr] Compiling redux-rs v0.1.0 [INFO] [stderr] Compiling stdweb v0.4.17 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling http v0.1.17 [INFO] [stderr] Compiling stdweb-derive v0.5.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.7 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling yew v0.6.0 [INFO] [stderr] Compiling hello_yew v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | /// Start root model [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 33 | yew::start_app::(); [INFO] [stderr] | ------------------------- rustdoc does not generate documentation for expressions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | /// Initialize redux store [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 62 | let store_handle = store::initialize_store(); [INFO] [stderr] | --------------------------------------------- rustdoc does not generate documentation for statements [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:63:9 [INFO] [stderr] | [INFO] [stderr] 63 | /// Create actual root component [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 64 | / Self { [INFO] [stderr] 65 | | store_handle: store_handle, [INFO] [stderr] 66 | | console: ConsoleService::new(), [INFO] [stderr] 67 | | entries: Vec::new(), [INFO] [stderr] 68 | | input_new_todo: String::new(), [INFO] [stderr] 69 | | } [INFO] [stderr] | |_________- rustdoc does not generate documentation for expressions [INFO] [stderr] [INFO] [stderr] warning: unused import: `EntryProps` [INFO] [stderr] --> src/components/entry_list.rs:5:29 [INFO] [stderr] | [INFO] [stderr] 5 | use super::prelude::{Entry, EntryProps}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `RecvError` [INFO] [stderr] --> src/store/mod.rs:11:42 [INFO] [stderr] | [INFO] [stderr] 11 | use std::sync::mpsc::{channel, Receiver, RecvError, Sender}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::sync::mpsc::Sender` [INFO] [stderr] --> src/lib.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | use std::sync::mpsc::Sender; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `builder` [INFO] [stderr] --> src/store/state.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn builder() -> StateBuilder { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `add_entries` [INFO] [stderr] --> src/store/state.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | / pub fn add_entries(mut self, entries: T) -> Self [INFO] [stderr] 50 | | where [INFO] [stderr] 51 | | T: IntoIterator, [INFO] [stderr] 52 | | { [INFO] [stderr] ... | [INFO] [stderr] 56 | | self [INFO] [stderr] 57 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `AddEntryWithName` [INFO] [stderr] --> src/store/mod.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | AddEntryWithName(String), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Noop` [INFO] [stderr] --> src/store/mod.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | Noop, // TODO [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `store_handle` [INFO] [stderr] --> src/lib.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | store_handle: StoreHandle, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `console` [INFO] [stderr] --> src/lib.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | console: ConsoleService, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/hello_yew-776ee2591c870af4.hello_yew.8aa78nez-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/hello_yew-776ee2591c870af4.hello_yew.8aa78nez-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/hello_yew-776ee2591c870af4.hello_yew.8aa78nez-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/hello_yew-776ee2591c870af4.hello_yew.8aa78nez-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/hello_yew-776ee2591c870af4.hello_yew.8aa78nez-cgu.4.rcgu.o" "-o" "/opt/crater/target/debug/deps/hello_yew-776ee2591c870af4" "/opt/crater/target/debug/deps/hello_yew-776ee2591c870af4.jmz310sxcuroda1.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-7c8bf427e9144441/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libhello_yew-85cad88aec6c1591.rlib" "/opt/crater/target/debug/deps/libyew-a44e662ec38687ef.rlib" "/opt/crater/target/debug/deps/libstdweb-31b5c43bc66dcdc5.rlib" "/opt/crater/target/debug/deps/libdiscard-48a5453cc88bfde7.rlib" "/opt/crater/target/debug/deps/libstdweb_internal_runtime-6bc9577c96df4a57.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libanymap-5049d4c3aef2d64c.rlib" "/opt/crater/target/debug/deps/libbincode-fc0fb5b6e68e9085.rlib" "/opt/crater/target/debug/deps/libserde_json-781583cc5614a0d4.rlib" "/opt/crater/target/debug/deps/libryu-ec76d8dcbba8f4e3.rlib" "/opt/crater/target/debug/deps/libserde-92c3722b9a95a5d7.rlib" "/opt/crater/target/debug/deps/libhttp-63173782063759aa.rlib" "/opt/crater/target/debug/deps/libitoa-b6d9c91cf55afec8.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libbytes-61cd2b9c22b15170.rlib" "/opt/crater/target/debug/deps/libiovec-946edd15811934f0.rlib" "/opt/crater/target/debug/deps/libbyteorder-a25b209c708b793b.rlib" "/opt/crater/target/debug/deps/liblog-97aef23ec74fd02f.rlib" "/opt/crater/target/debug/deps/libfailure-927c2617f0e44901.rlib" "/opt/crater/target/debug/deps/libbacktrace-ab7981cb1ed8969a.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-7fcc4fb12c0c53ae.rlib" "/opt/crater/target/debug/deps/librustc_demangle-5237fb7d3863a8f4.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/liblibc-24c0cb29472a1240.rlib" "/opt/crater/target/debug/deps/libredux_rs-ada4578e35a021a6.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libyew-a44e662ec38687ef.rlib(yew-a44e662ec38687ef.yew.d1t6gbhi-cgu.9.rcgu.o): In function `yew::virtual_dom::vtag::VTag::apply_diffs::snippet::__cargo_web_snippet_0da47658267a7497de743e1b0892f992ba6ca6ef': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-0.6.0/<::stdweb::webcore::macros::_js_impl macros>:30: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-a44e662ec38687ef.rlib(yew-a44e662ec38687ef.yew.d1t6gbhi-cgu.9.rcgu.o): In function `yew::virtual_dom::vtag::VTag::apply_diffs::snippet::__cargo_web_snippet_6a77b2f2accec26fefbfa0d864061d26f40f8f6f': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-0.6.0/<::stdweb::webcore::macros::_js_impl macros>:30: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-a44e662ec38687ef.rlib(yew-a44e662ec38687ef.yew.d1t6gbhi-cgu.9.rcgu.o): In function `yew::virtual_dom::vtag::set_attribute::snippet::__cargo_web_snippet_da2febd72f9938d90bc2bf2905643f595b07abd9': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-0.6.0/<::stdweb::webcore::macros::_js_impl macros>:30: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-a44e662ec38687ef.rlib(yew-a44e662ec38687ef.yew.d1t6gbhi-cgu.9.rcgu.o): In function `yew::virtual_dom::vtag::remove_attribute::snippet::__cargo_web_snippet_f6358c198ebcc61c9da370cca2679c0b8bc81a7b': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-0.6.0/<::stdweb::webcore::macros::_js_impl macros>:30: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-a44e662ec38687ef.rlib(yew-a44e662ec38687ef.yew.d1t6gbhi-cgu.9.rcgu.o): In function `yew::virtual_dom::vtag::set_checked::snippet::__cargo_web_snippet_a1f43b583e011a9bbeae64030b81f677e6c29005': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-0.6.0/<::stdweb::webcore::macros::_js_impl macros>:30: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-31b5c43bc66dcdc5.rlib(stdweb-31b5c43bc66dcdc5.stdweb.8eca0qsr-cgu.10.rcgu.o):/opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.17/src/webcore/macros.rs:32: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-31b5c43bc66dcdc5.rlib(stdweb-31b5c43bc66dcdc5.stdweb.8eca0qsr-cgu.2.rcgu.o): In function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.17/src/webcore/ffi/emscripten.rs:9: undefined reference to `emscripten_pause_main_loop' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.17/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_set_main_loop' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-31b5c43bc66dcdc5.rlib(stdweb-31b5c43bc66dcdc5.stdweb.8eca0qsr-cgu.2.rcgu.o): In function `stdweb::webcore::initialization::initialize::snippet::__cargo_web_snippet_cd8fa1f319db03ff32eea7c79bdb279c430a87ef': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.17/src/webcore/macros.rs:32: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-31b5c43bc66dcdc5.rlib(stdweb-31b5c43bc66dcdc5.stdweb.8eca0qsr-cgu.2.rcgu.o): In function `stdweb::webcore::initialization::initialize::{{closure}}::snippet::__cargo_web_snippet_dc2fd915bd92f9e9c6a3bd15174f1414eee3dbaf': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.17/src/webcore/macros.rs:32: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-31b5c43bc66dcdc5.rlib(stdweb-31b5c43bc66dcdc5.stdweb.8eca0qsr-cgu.2.rcgu.o): In function `stdweb::webcore::initialization::initialize::{{closure}}::snippet::__cargo_web_snippet_97495987af1720d8a9a923fa4683a7b683e3acd6': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.17/src/webcore/macros.rs:32: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-31b5c43bc66dcdc5.rlib(stdweb-31b5c43bc66dcdc5.stdweb.8eca0qsr-cgu.2.rcgu.o): In function `stdweb::webcore::initialization::initialize::{{closure}}::snippet::__cargo_web_snippet_72fc447820458c720c68d0d8e078ede631edd723': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.17/src/webcore/macros.rs:32: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-31b5c43bc66dcdc5.rlib(stdweb-31b5c43bc66dcdc5.stdweb.8eca0qsr-cgu.2.rcgu.o): In function `::clone::snippet::__cargo_web_snippet_0aced9e2351ced72f1ff99645a129132b16c0d3c': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.17/src/webcore/macros.rs:32: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-31b5c43bc66dcdc5.rlib(stdweb-31b5c43bc66dcdc5.stdweb.8eca0qsr-cgu.2.rcgu.o):/opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.17/src/webcore/macros.rs:91: 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 `hello_yew`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6ca4ce913c151fac544200c58dac125100369efb5ea3f017da6aea10d341ac43"` [INFO] running `"docker" "rm" "-f" "6ca4ce913c151fac544200c58dac125100369efb5ea3f017da6aea10d341ac43"` [INFO] [stdout] 6ca4ce913c151fac544200c58dac125100369efb5ea3f017da6aea10d341ac43