[INFO] updating cached repository https://github.com/Adjective-Object/radial-dots [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] bed12f3f7c751978927be60d1e627034d2fcd64a [INFO] testing Adjective-Object/radial-dots against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdjective-Object%2Fradial-dots" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Adjective-Object/radial-dots on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Adjective-Object/radial-dots [INFO] finished tweaking git repo https://github.com/Adjective-Object/radial-dots [INFO] tweaked toml for git repo https://github.com/Adjective-Object/radial-dots written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/Adjective-Object/radial-dots already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 81fb9cd551f31066997c7837b6673c79398379b0649d9e4e0a448c988615e000 [INFO] running `"docker" "start" "-a" "81fb9cd551f31066997c7837b6673c79398379b0649d9e4e0a448c988615e000"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v0.4.29 [INFO] [stderr] Compiling syn v0.15.33 [INFO] [stderr] Compiling serde v1.0.90 [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.15 [INFO] [stderr] Compiling cc v1.0.36 [INFO] [stderr] Compiling ryu v0.2.8 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.4 [INFO] [stderr] Compiling rustc-demangle v0.1.14 [INFO] [stderr] Compiling base-x v0.2.4 [INFO] [stderr] Compiling wee_alloc v0.4.4 [INFO] [stderr] Compiling discard v1.0.4 [INFO] [stderr] Compiling memory_units v0.4.0 [INFO] [stderr] Compiling futures v0.1.26 [INFO] [stderr] Compiling backtrace v0.3.15 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling stdweb v0.4.17 [INFO] [stderr] Compiling bytes v0.4.12 [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 http v0.1.17 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling futures-executor-preview v0.3.0-alpha.15 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling stdweb-derive v0.5.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/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/components/arc_style_editor.rs:9:30 [INFO] [stderr] | [INFO] [stderr] 9 | pub on_updated: Callback<(ArcStyle)>, [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/components/arc_style_editor.rs:17:37 [INFO] [stderr] | [INFO] [stderr] 17 | pub on_updated: Option>, [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/components/dot_editor.rs:9:30 [INFO] [stderr] | [INFO] [stderr] 9 | pub on_updated: Callback<(Dot)>, [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/components/dot_editor.rs:18:37 [INFO] [stderr] | [INFO] [stderr] 18 | pub on_updated: Option>, [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [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/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/radial_dots-408998b3dea7e371.radial_dots.3knnezqs-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/radial_dots-408998b3dea7e371.radial_dots.3knnezqs-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/radial_dots-408998b3dea7e371.radial_dots.3knnezqs-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/radial_dots-408998b3dea7e371.radial_dots.3knnezqs-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/radial_dots-408998b3dea7e371.radial_dots.3knnezqs-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/radial_dots-408998b3dea7e371.radial_dots.3knnezqs-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/radial_dots-408998b3dea7e371.radial_dots.3knnezqs-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/radial_dots-408998b3dea7e371.radial_dots.3knnezqs-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/radial_dots-408998b3dea7e371.radial_dots.3knnezqs-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/radial_dots-408998b3dea7e371.radial_dots.3knnezqs-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/radial_dots-408998b3dea7e371.radial_dots.3knnezqs-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/radial_dots-408998b3dea7e371.radial_dots.3knnezqs-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/radial_dots-408998b3dea7e371.radial_dots.3knnezqs-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/radial_dots-408998b3dea7e371.radial_dots.3knnezqs-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/radial_dots-408998b3dea7e371.radial_dots.3knnezqs-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/radial_dots-408998b3dea7e371.radial_dots.3knnezqs-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/radial_dots-408998b3dea7e371" "/opt/rustwide/target/debug/deps/radial_dots-408998b3dea7e371.9ldwkwvwc6ct7b5.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-64eef78ea3b90a05/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libbase64-7528e5ace68d8217.rlib" "/opt/rustwide/target/debug/deps/libxml-9b317c14b2a243a1.rlib" "/opt/rustwide/target/debug/deps/libyew-3c17edf134bc29be.rlib" "/opt/rustwide/target/debug/deps/libanymap-56c5d6a24ad3dee8.rlib" "/opt/rustwide/target/debug/deps/libbincode-0b93c0234e6ff52b.rlib" "/opt/rustwide/target/debug/deps/libhttp-19b36ee39c631a90.rlib" "/opt/rustwide/target/debug/deps/libfnv-73f55f8a234ebd2d.rlib" "/opt/rustwide/target/debug/deps/libbytes-acb8cefda8efa852.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-5bd502422c43746c.rlib" "/opt/rustwide/target/debug/deps/liblog-b41559bc5852d9a8.rlib" "/opt/rustwide/target/debug/deps/libfailure-046a7383bb60482e.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-7e5c854d2e771c72.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-1b83e3b22f168b61.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-1a792674f0c63457.rlib" "/opt/rustwide/target/debug/deps/libstdweb-0f046686f81de769.rlib" "/opt/rustwide/target/debug/deps/libdiscard-467a332ec5511321.rlib" "/opt/rustwide/target/debug/deps/libstdweb_internal_runtime-e91b368f73b178c2.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-5ee37302c9bdb88f.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-36a53009231b826c.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-3c8529cdcd4231fa.rlib" "/opt/rustwide/target/debug/deps/libmemchr-a8cd2233cf151962.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-a7824bc80b1a6693.rlib" "/opt/rustwide/target/debug/deps/libiovec-a55084f937cc1c3f.rlib" "/opt/rustwide/target/debug/deps/libslab-7d2001f40ea12ace.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-9eeaafe41d7b3502.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-106b2d11b0fb6fba.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-235eebfdcc291553.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-34410958de0beb38.rlib" "/opt/rustwide/target/debug/deps/libserde_json-d5951c124f600212.rlib" "/opt/rustwide/target/debug/deps/libryu-614d3c52304b1cee.rlib" "/opt/rustwide/target/debug/deps/libitoa-0d9b2c9addc04afb.rlib" "/opt/rustwide/target/debug/deps/libserde-7a246d412d2713d3.rlib" "/opt/rustwide/target/debug/deps/libwee_alloc-221a5bc36ff5c7c4.rlib" "/opt/rustwide/target/debug/deps/liblibc-fee3d348422f1cc1.rlib" "/opt/rustwide/target/debug/deps/libunreachable-af05623850dc442c.rlib" "/opt/rustwide/target/debug/deps/libvoid-ef80a4c5b644431d.rlib" "/opt/rustwide/target/debug/deps/libmemory_units-be4d14581ec74d28.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-362ea8c46bdc1e85.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libyew-3c17edf134bc29be.rlib(yew-3c17edf134bc29be.yew.7c62ieiu-cgu.10.rcgu.o): in function `yew::virtual_dom::vtag::VTag::apply_diffs::snippet::__cargo_web_snippet_0da47658267a7497de743e1b0892f992ba6ca6ef': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/deps/libyew-3c17edf134bc29be.rlib(yew-3c17edf134bc29be.yew.7c62ieiu-cgu.10.rcgu.o): in function `yew::virtual_dom::vtag::VTag::apply_diffs::snippet::__cargo_web_snippet_6a77b2f2accec26fefbfa0d864061d26f40f8f6f': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/deps/libyew-3c17edf134bc29be.rlib(yew-3c17edf134bc29be.yew.7c62ieiu-cgu.10.rcgu.o): in function `yew::virtual_dom::vtag::set_attribute::snippet::__cargo_web_snippet_da2febd72f9938d90bc2bf2905643f595b07abd9': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/deps/libyew-3c17edf134bc29be.rlib(yew-3c17edf134bc29be.yew.7c62ieiu-cgu.10.rcgu.o): in function `yew::virtual_dom::vtag::remove_attribute::snippet::__cargo_web_snippet_f6358c198ebcc61c9da370cca2679c0b8bc81a7b': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/deps/libyew-3c17edf134bc29be.rlib(yew-3c17edf134bc29be.yew.7c62ieiu-cgu.10.rcgu.o): in function `yew::virtual_dom::vtag::set_checked::snippet::__cargo_web_snippet_a1f43b583e011a9bbeae64030b81f677e6c29005': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/deps/libyew-3c17edf134bc29be.rlib(yew-3c17edf134bc29be.yew.7c62ieiu-cgu.8.rcgu.o):/opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-0f046686f81de769.rlib(stdweb-0f046686f81de769.stdweb.588fnbr3-cgu.9.rcgu.o): in function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-0f046686f81de769.rlib(stdweb-0f046686f81de769.stdweb.588fnbr3-cgu.9.rcgu.o): in function `stdweb::webapi::node::INode::append_child::snippet::__cargo_web_snippet_e741b9d9071097746386b2c2ec044a2bc73e688c': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-0f046686f81de769.rlib(stdweb-0f046686f81de769.stdweb.588fnbr3-cgu.9.rcgu.o): in function `stdweb::webapi::node::INode::remove_child::snippet::__cargo_web_snippet_cd41a77d0178ae27c833ef2950e5f1a48a1455c1': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-0f046686f81de769.rlib(stdweb-0f046686f81de769.stdweb.588fnbr3-cgu.9.rcgu.o): in function `stdweb::webapi::node::INode::remove_child::snippet::__cargo_web_snippet_b06dde4acf09433b5190a4b001259fe5d4abcbc2': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-0f046686f81de769.rlib(stdweb-0f046686f81de769.stdweb.588fnbr3-cgu.9.rcgu.o): in function `stdweb::webapi::node::INode::remove_child::snippet::__cargo_web_snippet_ab05f53189dacccf2d365ad26daa407d4f7abea9': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-0f046686f81de769.rlib(stdweb-0f046686f81de769.stdweb.588fnbr3-cgu.9.rcgu.o): in function `stdweb::webapi::node::INode::remove_child::snippet::__cargo_web_snippet_614a3dd2adb7e9eac4a0ec6e59d37f87e0521c3b': [INFO] [stderr] /opt/rustwide/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] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-0f046686f81de769.rlib(stdweb-0f046686f81de769.stdweb.588fnbr3-cgu.9.rcgu.o):/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.17/src/webcore/macros.rs:101: 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; 8 warnings emitted [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" "81fb9cd551f31066997c7837b6673c79398379b0649d9e4e0a448c988615e000"` [INFO] running `"docker" "rm" "-f" "81fb9cd551f31066997c7837b6673c79398379b0649d9e4e0a448c988615e000"` [INFO] [stdout] 81fb9cd551f31066997c7837b6673c79398379b0649d9e4e0a448c988615e000