[INFO] updating cached repository ChillyBwoy/yew-kanban [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ChillyBwoy/yew-kanban [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ChillyBwoy/yew-kanban" "work/ex/beta-1.37-6/sources/1.36.0/gh/ChillyBwoy/yew-kanban"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/ChillyBwoy/yew-kanban'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ChillyBwoy/yew-kanban" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ChillyBwoy/yew-kanban"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ChillyBwoy/yew-kanban'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d1815bd7445d5605a9c6c06074936c50bee94ecd [INFO] sha for GitHub repo ChillyBwoy/yew-kanban: d1815bd7445d5605a9c6c06074936c50bee94ecd [INFO] validating manifest of ChillyBwoy/yew-kanban 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 ChillyBwoy/yew-kanban 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 ChillyBwoy/yew-kanban [INFO] finished frobbing ChillyBwoy/yew-kanban [INFO] frobbed toml for ChillyBwoy/yew-kanban written to work/ex/beta-1.37-6/sources/1.36.0/gh/ChillyBwoy/yew-kanban/Cargo.toml [INFO] started frobbing ChillyBwoy/yew-kanban [INFO] finished frobbing ChillyBwoy/yew-kanban [INFO] frobbed toml for ChillyBwoy/yew-kanban written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ChillyBwoy/yew-kanban/Cargo.toml [INFO] crate ChillyBwoy/yew-kanban 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 ChillyBwoy/yew-kanban 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-5/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/ChillyBwoy/yew-kanban:/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] fca02bf3a136e397c27e6d1a9cc8389c225f8bb6cb19bde73a65458d8617fc1c [INFO] running `"docker" "start" "-a" "fca02bf3a136e397c27e6d1a9cc8389c225f8bb6cb19bde73a65458d8617fc1c"` [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.3 [INFO] [stderr] Compiling base-x v0.2.4 [INFO] [stderr] Compiling stdweb v0.4.13 [INFO] [stderr] Compiling rmp v0.8.7 [INFO] [stderr] Compiling serde_cbor v0.9.0 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling serde_yaml v0.8.8 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling stdweb-derive v0.5.1 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.5 [INFO] [stderr] Compiling rmp-serde v0.13.7 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling yew v0.5.0 (https://github.com/DenisKolodin/yew#23931596) [INFO] [stderr] Compiling web_logger v0.1.0 [INFO] [stderr] Compiling yew-kanban v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/components/app.rs:16:15 [INFO] [stderr] | [INFO] [stderr] 16 | router: Box>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Bridge>` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_route` [INFO] [stderr] --> src/routing.rs:88:5 [INFO] [stderr] | [INFO] [stderr] 88 | pub fn get_route(&self) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [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/yew_kanban-6f45add609eaa057.yew_kanban.bbz8mghd-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/yew_kanban-6f45add609eaa057.yew_kanban.bbz8mghd-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/yew_kanban-6f45add609eaa057.yew_kanban.bbz8mghd-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/yew_kanban-6f45add609eaa057.yew_kanban.bbz8mghd-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/yew_kanban-6f45add609eaa057.yew_kanban.bbz8mghd-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/yew_kanban-6f45add609eaa057.yew_kanban.bbz8mghd-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/yew_kanban-6f45add609eaa057.yew_kanban.bbz8mghd-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/yew_kanban-6f45add609eaa057.yew_kanban.bbz8mghd-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/yew_kanban-6f45add609eaa057.yew_kanban.bbz8mghd-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/yew_kanban-6f45add609eaa057.yew_kanban.bbz8mghd-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/yew_kanban-6f45add609eaa057.yew_kanban.bbz8mghd-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/yew_kanban-6f45add609eaa057.yew_kanban.bbz8mghd-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/yew_kanban-6f45add609eaa057.yew_kanban.bbz8mghd-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/yew_kanban-6f45add609eaa057.yew_kanban.bbz8mghd-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/yew_kanban-6f45add609eaa057.yew_kanban.bbz8mghd-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/yew_kanban-6f45add609eaa057.yew_kanban.bbz8mghd-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/yew_kanban-6f45add609eaa057" "/opt/crater/target/debug/deps/yew_kanban-6f45add609eaa057.1sr0cej6vv0rxyot.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-3ee31c3885caa03b/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/libyew-09075c67c8b9b7e6.rlib" "/opt/crater/target/debug/deps/libserde_cbor-91c54aebe4252c7f.rlib" "/opt/crater/target/debug/deps/libhalf-1efa567b209a7292.rlib" "/opt/crater/target/debug/deps/librmp_serde-2e00ac5057c86032.rlib" "/opt/crater/target/debug/deps/librmp-a0610fe9d1e6ad2b.rlib" "/opt/crater/target/debug/deps/libnum_traits-a3ab5ec38e1d4728.rlib" "/opt/crater/target/debug/deps/libnum_traits-b0613bcbd790bfdc.rlib" "/opt/crater/target/debug/deps/libserde_yaml-cd7a5ea956a78b43.rlib" "/opt/crater/target/debug/deps/libyaml_rust-c7740512f5493899.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-d9e6bb4548f90968.rlib" "/opt/crater/target/debug/deps/libdtoa-0a0f3f42c2e2308c.rlib" "/opt/crater/target/debug/deps/libtoml-3a72ba92f82e426a.rlib" "/opt/crater/target/debug/deps/libstdweb-50130c42b1e8a148.rlib" "/opt/crater/target/debug/deps/libdiscard-57236529d613e1dd.rlib" "/opt/crater/target/debug/deps/libstdweb_internal_runtime-8dd856b5088f3120.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libanymap-8f4977074b830783.rlib" "/opt/crater/target/debug/deps/libbincode-25e19e66d5d75005.rlib" "/opt/crater/target/debug/deps/libserde_json-ea3b20649c988c23.rlib" "/opt/crater/target/debug/deps/libryu-e96bf1fa7384491d.rlib" "/opt/crater/target/debug/deps/libhttp-cb696d03e6544cfb.rlib" "/opt/crater/target/debug/deps/libitoa-78d333a119156c7a.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libbytes-c62a8b46e90da345.rlib" "/opt/crater/target/debug/deps/libiovec-372244aa33b28206.rlib" "/opt/crater/target/debug/deps/libbyteorder-301089d538415037.rlib" "/opt/crater/target/debug/deps/libfailure-d700ee85ec3035f7.rlib" "/opt/crater/target/debug/deps/libbacktrace-44faa82d9c112646.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-33638ffa95edf1c7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-ae4778049b91871b.rlib" "/opt/crater/target/debug/deps/liblibc-16c98f476d96e922.rlib" "/opt/crater/target/debug/deps/libserde-c429e706111fdd27.rlib" "/opt/crater/target/debug/deps/liblog-716adb885b79b490.rlib" "/opt/crater/target/debug/deps/libcfg_if-c1938f77dc3c8b6e.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-09075c67c8b9b7e6.rlib(yew-09075c67c8b9b7e6.yew.ee7ldoji-cgu.5.rcgu.o): In function `yew::virtual_dom::vtag::VTag::apply_diffs::snippet::__cargo_web_snippet_0da47658267a7497de743e1b0892f992ba6ca6ef': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/yew-cffb4df3674cc4fb/2393159/<::stdweb::webcore::macros::_js_impl macros>:30: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-09075c67c8b9b7e6.rlib(yew-09075c67c8b9b7e6.yew.ee7ldoji-cgu.5.rcgu.o): In function `yew::virtual_dom::vtag::VTag::apply_diffs::snippet::__cargo_web_snippet_6a77b2f2accec26fefbfa0d864061d26f40f8f6f': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/yew-cffb4df3674cc4fb/2393159/<::stdweb::webcore::macros::_js_impl macros>:30: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-09075c67c8b9b7e6.rlib(yew-09075c67c8b9b7e6.yew.ee7ldoji-cgu.5.rcgu.o): In function `yew::virtual_dom::vtag::set_attribute::snippet::__cargo_web_snippet_da2febd72f9938d90bc2bf2905643f595b07abd9': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/yew-cffb4df3674cc4fb/2393159/<::stdweb::webcore::macros::_js_impl macros>:30: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-09075c67c8b9b7e6.rlib(yew-09075c67c8b9b7e6.yew.ee7ldoji-cgu.5.rcgu.o): In function `yew::virtual_dom::vtag::remove_attribute::snippet::__cargo_web_snippet_f6358c198ebcc61c9da370cca2679c0b8bc81a7b': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/yew-cffb4df3674cc4fb/2393159/<::stdweb::webcore::macros::_js_impl macros>:30: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-09075c67c8b9b7e6.rlib(yew-09075c67c8b9b7e6.yew.ee7ldoji-cgu.5.rcgu.o): In function `yew::virtual_dom::vtag::set_checked::snippet::__cargo_web_snippet_a1f43b583e011a9bbeae64030b81f677e6c29005': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/yew-cffb4df3674cc4fb/2393159/<::stdweb::webcore::macros::_js_impl macros>:30: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-50130c42b1e8a148.rlib(stdweb-50130c42b1e8a148.stdweb.8kw4cqs1-cgu.1.rcgu.o):/opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.13/src/webcore/macros.rs:32: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-50130c42b1e8a148.rlib(stdweb-50130c42b1e8a148.stdweb.8kw4cqs1-cgu.9.rcgu.o): In function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.13/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.13/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_set_main_loop' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-50130c42b1e8a148.rlib(stdweb-50130c42b1e8a148.stdweb.8kw4cqs1-cgu.9.rcgu.o): In function `stdweb::webcore::value::Reference::from_raw_unchecked::snippet::__cargo_web_snippet_9f22d4ca7bc938409787341b7db181f8dd41e6df': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.13/src/webcore/macros.rs:32: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-50130c42b1e8a148.rlib(stdweb-50130c42b1e8a148.stdweb.8kw4cqs1-cgu.9.rcgu.o): In function `::drop::snippet::__cargo_web_snippet_80d6d56760c65e49b7be8b6b01c1ea861b046bf0': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.13/src/webcore/macros.rs:32: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-50130c42b1e8a148.rlib(stdweb-50130c42b1e8a148.stdweb.8kw4cqs1-cgu.9.rcgu.o): In function `::instance_of::snippet::__cargo_web_snippet_906f13b1e97c3e6e6996c62d7584c4917315426d': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.13/src/webcore/macros.rs:32: undefined reference to `emscripten_asm_const_int' [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 `yew-kanban`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fca02bf3a136e397c27e6d1a9cc8389c225f8bb6cb19bde73a65458d8617fc1c"` [INFO] running `"docker" "rm" "-f" "fca02bf3a136e397c27e6d1a9cc8389c225f8bb6cb19bde73a65458d8617fc1c"` [INFO] [stdout] fca02bf3a136e397c27e6d1a9cc8389c225f8bb6cb19bde73a65458d8617fc1c