[INFO] updating cached repository leshow/yew-todomvc [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/leshow/yew-todomvc [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/leshow/yew-todomvc" "work/ex/beta-1.38-1/sources/1.37.0/gh/leshow/yew-todomvc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/leshow/yew-todomvc'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/leshow/yew-todomvc" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/leshow/yew-todomvc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/leshow/yew-todomvc'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c28bbee68c3811a9408868dc08b8797030eed600 [INFO] sha for GitHub repo leshow/yew-todomvc: c28bbee68c3811a9408868dc08b8797030eed600 [INFO] validating manifest of leshow/yew-todomvc 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 leshow/yew-todomvc 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 leshow/yew-todomvc [INFO] finished frobbing leshow/yew-todomvc [INFO] frobbed toml for leshow/yew-todomvc written to work/ex/beta-1.38-1/sources/1.37.0/gh/leshow/yew-todomvc/Cargo.toml [INFO] started frobbing leshow/yew-todomvc [INFO] finished frobbing leshow/yew-todomvc [INFO] frobbed toml for leshow/yew-todomvc written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/leshow/yew-todomvc/Cargo.toml [INFO] crate leshow/yew-todomvc 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 leshow/yew-todomvc against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/leshow/yew-todomvc:/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-08-13" "build" "--frozen"` [INFO] [stdout] d4fac3de32a9aea2104d0c4abb19d26bbd8248ccb21988a8cd0cfaa0525a21f4 [INFO] running `"docker" "start" "-a" "d4fac3de32a9aea2104d0c4abb19d26bbd8248ccb21988a8cd0cfaa0525a21f4"` [INFO] [stderr] Compiling serde v1.0.25 [INFO] [stderr] Compiling serde_json v1.0.8 [INFO] [stderr] Compiling stdweb v0.2.0 (https://github.com/koute/stdweb#b0adf41c) [INFO] [stderr] Compiling yew v0.1.0 (https://github.com/DenisKolodin/yew#401d841e) [INFO] [stderr] Compiling todomvc v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `id` [INFO] [stderr] --> src/main.rs:65:16 [INFO] [stderr] | [INFO] [stderr] 65 | Toggle(id) => {} [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_id` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `content` [INFO] [stderr] --> src/main.rs:66:16 [INFO] [stderr] | [INFO] [stderr] 66 | Update(content) => {} [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_content` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `id` [INFO] [stderr] --> src/main.rs:67:16 [INFO] [stderr] | [INFO] [stderr] 67 | Remove(id) => {} [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_id` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `filter` [INFO] [stderr] --> src/main.rs:68:22 [INFO] [stderr] | [INFO] [stderr] 68 | ChangeFilter(filter) => {} [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_filter` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `ctx` [INFO] [stderr] --> src/main.rs:61:11 [INFO] [stderr] | [INFO] [stderr] 61 | fn update(ctx: &mut Context, model: &mut Model, msg: Msg) { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_ctx` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `model` [INFO] [stderr] --> src/main.rs:61:35 [INFO] [stderr] | [INFO] [stderr] 61 | fn update(ctx: &mut Context, model: &mut Model, msg: Msg) { [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_model` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `idx` [INFO] [stderr] --> src/main.rs:133:16 [INFO] [stderr] | [INFO] [stderr] 133 | fn input_html((idx, model): (usize, &Model)) -> Html { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_idx` [INFO] [stderr] [INFO] [stderr] warning: field is never used: `field` [INFO] [stderr] --> src/main.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | field: String, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `id` [INFO] [stderr] --> src/main.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | id: usize, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Active` [INFO] [stderr] --> src/main.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | Active, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Add` [INFO] [stderr] --> src/main.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | Add, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Update` [INFO] [stderr] --> src/main.rs:47:5 [INFO] [stderr] | [INFO] [stderr] 47 | Update(String), [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `RemoveCompleted` [INFO] [stderr] --> src/main.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | RemoveCompleted, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Nil` [INFO] [stderr] --> src/main.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | Nil, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `input_html` [INFO] [stderr] --> src/main.rs:133:1 [INFO] [stderr] | [INFO] [stderr] 133 | fn input_html((idx, model): (usize, &Model)) -> Html { [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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/todomvc-de3412aa832dae27.todomvc.aglzn29f-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/todomvc-de3412aa832dae27.todomvc.aglzn29f-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/todomvc-de3412aa832dae27.todomvc.aglzn29f-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/todomvc-de3412aa832dae27.todomvc.aglzn29f-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/todomvc-de3412aa832dae27.todomvc.aglzn29f-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/todomvc-de3412aa832dae27.todomvc.aglzn29f-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/todomvc-de3412aa832dae27.todomvc.aglzn29f-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/todomvc-de3412aa832dae27.todomvc.aglzn29f-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/todomvc-de3412aa832dae27.todomvc.aglzn29f-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/todomvc-de3412aa832dae27.todomvc.aglzn29f-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/todomvc-de3412aa832dae27.todomvc.aglzn29f-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/todomvc-de3412aa832dae27.todomvc.aglzn29f-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/todomvc-de3412aa832dae27.todomvc.aglzn29f-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/todomvc-de3412aa832dae27.todomvc.aglzn29f-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/todomvc-de3412aa832dae27.todomvc.aglzn29f-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/todomvc-de3412aa832dae27.todomvc.aglzn29f-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/todomvc-de3412aa832dae27" "/opt/crater/target/debug/deps/todomvc-de3412aa832dae27.2lwc3r48m5x1od2m.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libyew-e496cc6b60c3f5fd.rlib" "/opt/crater/target/debug/deps/libstdweb-da0d454cd861ea6e.rlib" "/opt/crater/target/debug/deps/libserde_json-bdd5f2c0d408c6aa.rlib" "/opt/crater/target/debug/deps/libdtoa-76b1f20e1383b735.rlib" "/opt/crater/target/debug/deps/libitoa-91bb7714f7baf050.rlib" "/opt/crater/target/debug/deps/libnum_traits-772a36bf6ef107c6.rlib" "/opt/crater/target/debug/deps/libserde-bd18668effd37baf.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/todomvc-de3412aa832dae27.todomvc.aglzn29f-cgu.10.rcgu.o: In function `stdweb::webapi::event::IMouseEvent::client_x': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webcore/macros.rs:48: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/todomvc-de3412aa832dae27.todomvc.aglzn29f-cgu.10.rcgu.o: In function `stdweb::webapi::event::IMouseEvent::client_y': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webcore/macros.rs:48: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/todomvc-de3412aa832dae27.todomvc.aglzn29f-cgu.10.rcgu.o: In function `stdweb::webapi::event::IMouseEvent::screen_x': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webcore/macros.rs:48: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/todomvc-de3412aa832dae27.todomvc.aglzn29f-cgu.10.rcgu.o: In function `stdweb::webapi::event::IMouseEvent::screen_y': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webcore/macros.rs:48: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/todomvc-de3412aa832dae27.todomvc.aglzn29f-cgu.10.rcgu.o: In function `stdweb::webapi::event::IEvent::stop_propagation': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webcore/macros.rs:48: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/todomvc-de3412aa832dae27.todomvc.aglzn29f-cgu.10.rcgu.o:/opt/crater/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webcore/macros.rs:48: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-da0d454cd861ea6e.rlib(stdweb-da0d454cd861ea6e.stdweb.arjs5npp-cgu.15.rcgu.o): In function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webcore/ffi/emscripten.rs:9: undefined reference to `emscripten_pause_main_loop' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_set_main_loop' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-da0d454cd861ea6e.rlib(stdweb-da0d454cd861ea6e.stdweb.arjs5npp-cgu.7.rcgu.o): In function `stdweb::webapi::event_target::EventListenerHandle::remove': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webapi/event_target.rs:26: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-da0d454cd861ea6e.rlib(stdweb-da0d454cd861ea6e.stdweb.arjs5npp-cgu.7.rcgu.o): In function `stdweb::webapi::token_list::TokenList::add': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webapi/token_list.rs:27: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-da0d454cd861ea6e.rlib(stdweb-da0d454cd861ea6e.stdweb.arjs5npp-cgu.7.rcgu.o): In function `stdweb::webapi::token_list::TokenList::remove': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webapi/token_list.rs:36: 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 `todomvc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d4fac3de32a9aea2104d0c4abb19d26bbd8248ccb21988a8cd0cfaa0525a21f4"` [INFO] running `"docker" "rm" "-f" "d4fac3de32a9aea2104d0c4abb19d26bbd8248ccb21988a8cd0cfaa0525a21f4"` [INFO] [stdout] d4fac3de32a9aea2104d0c4abb19d26bbd8248ccb21988a8cd0cfaa0525a21f4