[INFO] updating cached repository https://github.com/HeyZoos/yew-webgl-example [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] c283316b82eb6fe19cc48cb6b4fe9730e37f6107 [INFO] testing HeyZoos/yew-webgl-example against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHeyZoos%2Fyew-webgl-example" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/HeyZoos/yew-webgl-example 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/HeyZoos/yew-webgl-example [INFO] finished tweaking git repo https://github.com/HeyZoos/yew-webgl-example [INFO] tweaked toml for git repo https://github.com/HeyZoos/yew-webgl-example written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/HeyZoos/yew-webgl-example 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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] 250039caba16b7a1a598efba161ad0eb249c4c224bb326a9c9c213df09423e95 [INFO] running `"docker" "start" "-a" "250039caba16b7a1a598efba161ad0eb249c4c224bb326a9c9c213df09423e95"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling yew v0.11.0 [INFO] [stderr] Compiling yew-macro v0.11.0 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling backtrace v0.3.42 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling serde_json v1.0.45 [INFO] [stderr] Compiling bincode v1.2.1 [INFO] [stderr] Compiling stdweb-derive v0.5.3 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.9 [INFO] [stderr] Compiling stdweb v0.4.20 [INFO] [stderr] Compiling yew-webgl-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: type alias is never used: `Float32List` [INFO] [stderr] --> src/webgl_rendering_context.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | pub type Float32List = TypedArray; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `GLbyte` [INFO] [stderr] --> src/webgl_rendering_context.rs:52:1 [INFO] [stderr] | [INFO] [stderr] 52 | pub type GLbyte = i8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `GLshort` [INFO] [stderr] --> src/webgl_rendering_context.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | pub type GLshort = i16; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `GLubyte` [INFO] [stderr] --> src/webgl_rendering_context.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | pub type GLubyte = u8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `GLushort` [INFO] [stderr] --> src/webgl_rendering_context.rs:65:1 [INFO] [stderr] | [INFO] [stderr] 65 | pub type GLushort = u16; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `Int32List` [INFO] [stderr] --> src/webgl_rendering_context.rs:66:1 [INFO] [stderr] | [INFO] [stderr] 66 | pub type Int32List = TypedArray; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `TexImageSource` [INFO] [stderr] --> src/webgl_rendering_context.rs:67:1 [INFO] [stderr] | [INFO] [stderr] 67 | pub type TexImageSource = Value; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `Uint32List` [INFO] [stderr] --> src/webgl_rendering_context.rs:68:1 [INFO] [stderr] | [INFO] [stderr] 68 | pub type Uint32List = TypedArray; [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/yew_webgl_example-a633686baf9f82ab.yew_webgl_example.7yl2f4k1-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/yew_webgl_example-a633686baf9f82ab.yew_webgl_example.7yl2f4k1-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/yew_webgl_example-a633686baf9f82ab.yew_webgl_example.7yl2f4k1-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/yew_webgl_example-a633686baf9f82ab.yew_webgl_example.7yl2f4k1-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/yew_webgl_example-a633686baf9f82ab.yew_webgl_example.7yl2f4k1-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/yew_webgl_example-a633686baf9f82ab.yew_webgl_example.7yl2f4k1-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/yew_webgl_example-a633686baf9f82ab.yew_webgl_example.7yl2f4k1-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/yew_webgl_example-a633686baf9f82ab.yew_webgl_example.7yl2f4k1-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/yew_webgl_example-a633686baf9f82ab.yew_webgl_example.7yl2f4k1-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/yew_webgl_example-a633686baf9f82ab.yew_webgl_example.7yl2f4k1-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/yew_webgl_example-a633686baf9f82ab.yew_webgl_example.7yl2f4k1-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/yew_webgl_example-a633686baf9f82ab.yew_webgl_example.7yl2f4k1-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/yew_webgl_example-a633686baf9f82ab.yew_webgl_example.7yl2f4k1-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/yew_webgl_example-a633686baf9f82ab.yew_webgl_example.7yl2f4k1-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/yew_webgl_example-a633686baf9f82ab.yew_webgl_example.7yl2f4k1-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/yew_webgl_example-a633686baf9f82ab.yew_webgl_example.7yl2f4k1-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/yew_webgl_example-a633686baf9f82ab" "/opt/rustwide/target/debug/deps/yew_webgl_example-a633686baf9f82ab.3cesg0cxejyjb5v8.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-2f1ca0484b82bb2e/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/libyew-2209304fe9612ae6.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-94e4385c00d160fe.rlib" "/opt/rustwide/target/debug/deps/libhttp-5b3dd0e15cdda5eb.rlib" "/opt/rustwide/target/debug/deps/libbytes-fa58d22be861d894.rlib" "/opt/rustwide/target/debug/deps/libfnv-73f55f8a234ebd2d.rlib" "/opt/rustwide/target/debug/deps/libslab-7d2001f40ea12ace.rlib" "/opt/rustwide/target/debug/deps/libanymap-56c5d6a24ad3dee8.rlib" "/opt/rustwide/target/debug/deps/libindexmap-5849998cde450ef7.rlib" "/opt/rustwide/target/debug/deps/liblog-94affdc30a23f199.rlib" "/opt/rustwide/target/debug/deps/libbincode-19cde19e54580740.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-e25957e3c50c2ac2.rlib" "/opt/rustwide/target/debug/deps/libfailure-6230a35857714948.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-18c9a22d0e55ad03.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-4041d579fc13eb54.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e3c66f530931b34f.rlib" "/opt/rustwide/target/debug/deps/librand-e30567e2760b9d14.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-181f7dfa4dc2aa99.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-af45c4b8307e8052.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-4d8ca1d5617e4d1b.rlib" "/opt/rustwide/target/debug/deps/librand_core-93a7d87097df2a6e.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-68311401f9f3d4ec.rlib" "/opt/rustwide/target/debug/deps/liblibc-ef6697e13434092d.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/libstdweb-8143a231d05563a4.rlib" "/opt/rustwide/target/debug/deps/libdiscard-467a332ec5511321.rlib" "/opt/rustwide/target/debug/deps/libstdweb_internal_runtime-f1bfcb4c6bc1def4.rlib" "/opt/rustwide/target/debug/deps/libserde_json-4622e5adbda7d4ce.rlib" "/opt/rustwide/target/debug/deps/libryu-c5e7eec2cc573ee0.rlib" "/opt/rustwide/target/debug/deps/libitoa-baa6a4ddb878a0b6.rlib" "/opt/rustwide/target/debug/deps/libserde-9635779653f76f5d.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" "-lc" "-lm" "-lrt" "-lpthread" "-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/yew_webgl_example-a633686baf9f82ab.yew_webgl_example.7yl2f4k1-cgu.2.rcgu.o: in function `::instance_of::snippet::__cargo_web_snippet_363fa43bccc9e31b6f4424e1a9bd47199c7f6794': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:64: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/yew_webgl_example-a633686baf9f82ab.yew_webgl_example.7yl2f4k1-cgu.2.rcgu.o: in function `yew_webgl_example::webgl_rendering_context::WebGLRenderingContext::clear::snippet::__cargo_web_snippet_77e0e1ec1d4bd4ae51076c4c84da5c7214096ebe': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:149: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/yew_webgl_example-a633686baf9f82ab.yew_webgl_example.7yl2f4k1-cgu.2.rcgu.o: in function `yew_webgl_example::webgl_rendering_context::WebGLRenderingContext::clear_color::snippet::__cargo_web_snippet_6895877ca617093d48433651d9853b2907713750': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:149: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/yew_webgl_example-a633686baf9f82ab.yew_webgl_example.7yl2f4k1-cgu.2.rcgu.o: in function `::from_canvas::snippet::__cargo_web_snippet_f1d9d870366ef75a4ecf75a82ffe651d9c3a0fa1': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:149: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libyew-2209304fe9612ae6.rlib(yew-2209304fe9612ae6.yew.6nastoyb-cgu.12.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.20/src/webcore/macros.rs:139: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libyew-2209304fe9612ae6.rlib(yew-2209304fe9612ae6.yew.6nastoyb-cgu.12.rcgu.o):/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:139: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-8143a231d05563a4.rlib(stdweb-8143a231d05563a4.stdweb.65kqwnbz-cgu.10.rcgu.o): in function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/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.20/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_set_main_loop' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-8143a231d05563a4.rlib(stdweb-8143a231d05563a4.stdweb.65kqwnbz-cgu.10.rcgu.o): in function `::instance_of::snippet::__cargo_web_snippet_84339b1bf72a580059a6e0ff9499e53759aef5b9': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:64: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-8143a231d05563a4.rlib(stdweb-8143a231d05563a4.stdweb.65kqwnbz-cgu.10.rcgu.o): in function `stdweb::webapi::parent_node::IParentNode::query_selector::snippet::__cargo_web_snippet_a152e8d0e8fac5476f30c1d19e4ab217dbcba73d': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:149: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-8143a231d05563a4.rlib(stdweb-8143a231d05563a4.stdweb.65kqwnbz-cgu.10.rcgu.o): in function `stdweb::webapi::parent_node::IParentNode::query_selector::snippet::__cargo_web_snippet_b06dde4acf09433b5190a4b001259fe5d4abcbc2': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:149: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-8143a231d05563a4.rlib(stdweb-8143a231d05563a4.stdweb.65kqwnbz-cgu.10.rcgu.o): in function `stdweb::webapi::parent_node::IParentNode::query_selector::snippet::__cargo_web_snippet_ab05f53189dacccf2d365ad26daa407d4f7abea9': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:149: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-8143a231d05563a4.rlib(stdweb-8143a231d05563a4.stdweb.65kqwnbz-cgu.10.rcgu.o): in function `stdweb::webapi::parent_node::IParentNode::query_selector::snippet::__cargo_web_snippet_614a3dd2adb7e9eac4a0ec6e59d37f87e0521c3b': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:149: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-8143a231d05563a4.rlib(stdweb-8143a231d05563a4.stdweb.65kqwnbz-cgu.11.rcgu.o):/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/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; 8 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `yew-webgl-example`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "250039caba16b7a1a598efba161ad0eb249c4c224bb326a9c9c213df09423e95"` [INFO] running `"docker" "rm" "-f" "250039caba16b7a1a598efba161ad0eb249c4c224bb326a9c9c213df09423e95"` [INFO] [stdout] 250039caba16b7a1a598efba161ad0eb249c4c224bb326a9c9c213df09423e95