[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.38-1/sources/1.37.0/gh/Noah2610/hello-yew-redux-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/gh/Noah2610/hello-yew-redux-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Noah2610/hello-yew-redux-rs on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Noah2610/hello-yew-redux-rs against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.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.37.0" "build" "--frozen"` [INFO] [stdout] be184130eec3d5a3204f9fa78125cc398da79f4e9d5dfbe702549e5cf9a7318e [INFO] running `"docker" "start" "-a" "be184130eec3d5a3204f9fa78125cc398da79f4e9d5dfbe702549e5cf9a7318e"` [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 backtrace-sys v0.1.28 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling http v0.1.17 [INFO] [stderr] Compiling stdweb-derive v0.5.1 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.7 [INFO] [stderr] Compiling backtrace v0.3.18 [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.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/hello_yew-7daa61e71959b9a4.hello_yew.55p3iygv-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/hello_yew-7daa61e71959b9a4.hello_yew.55p3iygv-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/hello_yew-7daa61e71959b9a4.hello_yew.55p3iygv-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/hello_yew-7daa61e71959b9a4.hello_yew.55p3iygv-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/hello_yew-7daa61e71959b9a4.hello_yew.55p3iygv-cgu.4.rcgu.o" "-o" "/opt/crater/target/debug/deps/hello_yew-7daa61e71959b9a4" "/opt/crater/target/debug/deps/hello_yew-7daa61e71959b9a4.q9vguurxht6qadr.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-618c11d67bae81ae/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libhello_yew-325c05749570bfd6.rlib" "/opt/crater/target/debug/deps/libyew-154ef9207e0b309c.rlib" "/opt/crater/target/debug/deps/libstdweb-5ac3aa5fd236811d.rlib" "/opt/crater/target/debug/deps/libdiscard-6f76a4d78d9d10a6.rlib" "/opt/crater/target/debug/deps/libstdweb_internal_runtime-6d279e8bd2a67625.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libanymap-89c988b92377262b.rlib" "/opt/crater/target/debug/deps/libbincode-1d0e76d367faef5f.rlib" "/opt/crater/target/debug/deps/libserde_json-03c1b85c913ef83b.rlib" "/opt/crater/target/debug/deps/libryu-4f409a13864b7de4.rlib" "/opt/crater/target/debug/deps/libserde-f08d0432acb35fb3.rlib" "/opt/crater/target/debug/deps/libhttp-25d123768f0e7d44.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libbytes-95c200c0d8e50dcf.rlib" "/opt/crater/target/debug/deps/libiovec-192b3c5a6693d977.rlib" "/opt/crater/target/debug/deps/libbyteorder-579b0a05de5ca01c.rlib" "/opt/crater/target/debug/deps/liblog-54004ebcdfdd193a.rlib" "/opt/crater/target/debug/deps/libfailure-0f72b1cc2beefc3e.rlib" "/opt/crater/target/debug/deps/libbacktrace-f7076ee5f2cf0ddc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-0c15ae022740e65f.rlib" "/opt/crater/target/debug/deps/librustc_demangle-26e0d4b0faa1c979.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/liblibc-8828b1e5e8981e7e.rlib" "/opt/crater/target/debug/deps/libredux_rs-90d9b0b9ebd26857.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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-154ef9207e0b309c.rlib(yew-154ef9207e0b309c.yew.bcjfroaz-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-154ef9207e0b309c.rlib(yew-154ef9207e0b309c.yew.bcjfroaz-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-154ef9207e0b309c.rlib(yew-154ef9207e0b309c.yew.bcjfroaz-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-154ef9207e0b309c.rlib(yew-154ef9207e0b309c.yew.bcjfroaz-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-154ef9207e0b309c.rlib(yew-154ef9207e0b309c.yew.bcjfroaz-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-5ac3aa5fd236811d.rlib(stdweb-5ac3aa5fd236811d.stdweb.doy6s99d-cgu.1.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-5ac3aa5fd236811d.rlib(stdweb-5ac3aa5fd236811d.stdweb.doy6s99d-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.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] 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" "be184130eec3d5a3204f9fa78125cc398da79f4e9d5dfbe702549e5cf9a7318e"` [INFO] running `"docker" "rm" "-f" "be184130eec3d5a3204f9fa78125cc398da79f4e9d5dfbe702549e5cf9a7318e"` [INFO] [stdout] be184130eec3d5a3204f9fa78125cc398da79f4e9d5dfbe702549e5cf9a7318e