[INFO] updating cached repository Adjective-Object/radial-dots [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Adjective-Object/radial-dots [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Adjective-Object/radial-dots" "work/ex/beta-1.37-6/sources/1.36.0/gh/Adjective-Object/radial-dots"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Adjective-Object/radial-dots'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Adjective-Object/radial-dots" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Adjective-Object/radial-dots"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Adjective-Object/radial-dots'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bed12f3f7c751978927be60d1e627034d2fcd64a [INFO] sha for GitHub repo Adjective-Object/radial-dots: bed12f3f7c751978927be60d1e627034d2fcd64a [INFO] validating manifest of Adjective-Object/radial-dots 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 Adjective-Object/radial-dots 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 Adjective-Object/radial-dots [INFO] finished frobbing Adjective-Object/radial-dots [INFO] frobbed toml for Adjective-Object/radial-dots written to work/ex/beta-1.37-6/sources/1.36.0/gh/Adjective-Object/radial-dots/Cargo.toml [INFO] started frobbing Adjective-Object/radial-dots [INFO] finished frobbing Adjective-Object/radial-dots [INFO] frobbed toml for Adjective-Object/radial-dots written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Adjective-Object/radial-dots/Cargo.toml [INFO] crate Adjective-Object/radial-dots 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 Adjective-Object/radial-dots 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-1/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/Adjective-Object/radial-dots:/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] 4eb0145a24ccbce39a3e1c278470b08f5eb0c5c4fb113dabbf468b82f02538ad [INFO] running `"docker" "start" "-a" "4eb0145a24ccbce39a3e1c278470b08f5eb0c5c4fb113dabbf468b82f02538ad"` [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.15 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.4 [INFO] [stderr] Compiling base-x v0.2.4 [INFO] [stderr] Compiling wee_alloc v0.4.4 [INFO] [stderr] Compiling memory_units v0.4.0 [INFO] [stderr] Compiling syn v0.15.33 [INFO] [stderr] Compiling stdweb v0.4.17 [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.15 [INFO] [stderr] Compiling futures-io-preview v0.3.0-alpha.15 [INFO] [stderr] Compiling futures-sink-preview v0.3.0-alpha.15 [INFO] [stderr] Compiling futures-util-preview v0.3.0-alpha.15 [INFO] [stderr] Compiling futures-executor-preview v0.3.0-alpha.15 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling serde v1.0.90 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling stdweb-derive v0.5.1 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.7 [INFO] [stderr] Compiling yew v0.6.0 [INFO] [stderr] Compiling radial_dots v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/components/svg_view.rs:5:44 [INFO] [stderr] | [INFO] [stderr] 5 | pub fn svg_data_url(svg_renderer: &SvgRenderer, style: &TStyle) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SvgRenderer` [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/components/svg_view.rs:15:20 [INFO] [stderr] | [INFO] [stderr] 15 | svg_renderer: &SvgRenderer, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SvgRenderer` [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `UpdateBackgroundColor` [INFO] [stderr] --> src/components/app.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | UpdateBackgroundColor(String), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `UpdateStrokeColor` [INFO] [stderr] --> src/components/app.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | UpdateStrokeColor(String), [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/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/radial_dots-237e2de0be6bd2d4.radial_dots.21jjef3p-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/radial_dots-237e2de0be6bd2d4.radial_dots.21jjef3p-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/radial_dots-237e2de0be6bd2d4.radial_dots.21jjef3p-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/radial_dots-237e2de0be6bd2d4.radial_dots.21jjef3p-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/radial_dots-237e2de0be6bd2d4.radial_dots.21jjef3p-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/radial_dots-237e2de0be6bd2d4.radial_dots.21jjef3p-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/radial_dots-237e2de0be6bd2d4.radial_dots.21jjef3p-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/radial_dots-237e2de0be6bd2d4.radial_dots.21jjef3p-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/radial_dots-237e2de0be6bd2d4.radial_dots.21jjef3p-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/radial_dots-237e2de0be6bd2d4.radial_dots.21jjef3p-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/radial_dots-237e2de0be6bd2d4.radial_dots.21jjef3p-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/radial_dots-237e2de0be6bd2d4.radial_dots.21jjef3p-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/radial_dots-237e2de0be6bd2d4.radial_dots.21jjef3p-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/radial_dots-237e2de0be6bd2d4.radial_dots.21jjef3p-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/radial_dots-237e2de0be6bd2d4.radial_dots.21jjef3p-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/radial_dots-237e2de0be6bd2d4.radial_dots.21jjef3p-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/radial_dots-237e2de0be6bd2d4" "/opt/crater/target/debug/deps/radial_dots-237e2de0be6bd2d4.48n8sz341kr6yi35.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-45e528d2a2b24b64/out" "-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/libbase64-b08a3a402d16a57e.rlib" "/opt/crater/target/debug/deps/libxml-d7839e16a7253a9a.rlib" "/opt/crater/target/debug/deps/libyew-b84b20b51ac0b58c.rlib" "/opt/crater/target/debug/deps/libanymap-8f4977074b830783.rlib" "/opt/crater/target/debug/deps/libbincode-9f53fad19e0912ec.rlib" "/opt/crater/target/debug/deps/libhttp-eb17b07b8a2e4dfa.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libbytes-742c9a734f7e812f.rlib" "/opt/crater/target/debug/deps/libbyteorder-301089d538415037.rlib" "/opt/crater/target/debug/deps/liblog-7ee2fe78048b6c34.rlib" "/opt/crater/target/debug/deps/libfailure-727957f67acbed8c.rlib" "/opt/crater/target/debug/deps/libbacktrace-936620e04ef4dc53.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-761cd2b7784e5647.rlib" "/opt/crater/target/debug/deps/librustc_demangle-a584f151e8a55823.rlib" "/opt/crater/target/debug/deps/libstdweb-e05233d7842401c1.rlib" "/opt/crater/target/debug/deps/libdiscard-57236529d613e1dd.rlib" "/opt/crater/target/debug/deps/libstdweb_internal_runtime-d7272ca4dc7addd7.rlib" "/opt/crater/target/debug/deps/libfutures_executor-7238201ad9ec6db0.rlib" "/opt/crater/target/debug/deps/libnum_cpus-55e33325d584859f.rlib" "/opt/crater/target/debug/deps/libfutures_util-20afa1a8f3daca07.rlib" "/opt/crater/target/debug/deps/libmemchr-68618f5f352deb4e.rlib" "/opt/crater/target/debug/deps/libfutures_io-adb7c90a159799a6.rlib" "/opt/crater/target/debug/deps/libiovec-8f8a789ed6b83ffc.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libfutures_sink-dfad00b04eefce2d.rlib" "/opt/crater/target/debug/deps/libfutures_channel-bba9ae91cb706fd6.rlib" "/opt/crater/target/debug/deps/libpin_utils-6f75f84a2896724b.rlib" "/opt/crater/target/debug/deps/libfutures_core-ebf3d12f61ec2e9c.rlib" "/opt/crater/target/debug/deps/libserde_json-6a2e0f7598f61f44.rlib" "/opt/crater/target/debug/deps/libryu-4fe4f189da03b219.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libserde-085e2fa4eb8302df.rlib" "/opt/crater/target/debug/deps/libwee_alloc-c9d3f67127c0bedb.rlib" "/opt/crater/target/debug/deps/liblibc-3765a0ba6c40c17f.rlib" "/opt/crater/target/debug/deps/libunreachable-40e55d450f39618d.rlib" "/opt/crater/target/debug/deps/libvoid-b4a3c83e92a11249.rlib" "/opt/crater/target/debug/deps/libmemory_units-c5e49a288d081776.rlib" "/opt/crater/target/debug/deps/libcfg_if-ed68c9a1ad96df3c.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" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libyew-b84b20b51ac0b58c.rlib(yew-b84b20b51ac0b58c.yew.54ika0g4-cgu.10.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-b84b20b51ac0b58c.rlib(yew-b84b20b51ac0b58c.yew.54ika0g4-cgu.10.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-b84b20b51ac0b58c.rlib(yew-b84b20b51ac0b58c.yew.54ika0g4-cgu.10.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-b84b20b51ac0b58c.rlib(yew-b84b20b51ac0b58c.yew.54ika0g4-cgu.10.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-b84b20b51ac0b58c.rlib(yew-b84b20b51ac0b58c.yew.54ika0g4-cgu.10.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/libyew-b84b20b51ac0b58c.rlib(yew-b84b20b51ac0b58c.yew.54ika0g4-cgu.6.rcgu.o):/opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-0.6.0/<::stdweb::webcore::macros::_js_impl macros>:30: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-e05233d7842401c1.rlib(stdweb-e05233d7842401c1.stdweb.7ct2itxz-cgu.15.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-e05233d7842401c1.rlib(stdweb-e05233d7842401c1.stdweb.7ct2itxz-cgu.15.rcgu.o): In function `stdweb::webapi::element::IElement::class_list::snippet::__cargo_web_snippet_bb618d13cbb219642bd219af99ee1519e5658d77': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.17/src/webcore/macros.rs:101: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-e05233d7842401c1.rlib(stdweb-e05233d7842401c1.stdweb.7ct2itxz-cgu.15.rcgu.o): In function `::instance_of::snippet::__cargo_web_snippet_352943ae98b2eeb817e36305c3531d61c7e1a52b': [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-e05233d7842401c1.rlib(stdweb-e05233d7842401c1.stdweb.7ct2itxz-cgu.15.rcgu.o): In function `::instance_of::snippet::__cargo_web_snippet_cb392b71162553130760deeb3964fa828c078f74': [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-e05233d7842401c1.rlib(stdweb-e05233d7842401c1.stdweb.7ct2itxz-cgu.15.rcgu.o): In function `stdweb::webapi::html_elements::input::InputElement::raw_value::snippet::__cargo_web_snippet_ab05f53189dacccf2d365ad26daa407d4f7abea9': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.17/src/webcore/macros.rs:101: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-e05233d7842401c1.rlib(stdweb-e05233d7842401c1.stdweb.7ct2itxz-cgu.15.rcgu.o): In function `stdweb::webapi::html_elements::input::InputElement::set_raw_value::snippet::__cargo_web_snippet_c26ddf75f581148e029dfcd95c037bb50d502e43': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.17/src/webcore/macros.rs:91: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-e05233d7842401c1.rlib(stdweb-e05233d7842401c1.stdweb.7ct2itxz-cgu.15.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] 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 `radial_dots`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4eb0145a24ccbce39a3e1c278470b08f5eb0c5c4fb113dabbf468b82f02538ad"` [INFO] running `"docker" "rm" "-f" "4eb0145a24ccbce39a3e1c278470b08f5eb0c5c4fb113dabbf468b82f02538ad"` [INFO] [stdout] 4eb0145a24ccbce39a3e1c278470b08f5eb0c5c4fb113dabbf468b82f02538ad