[INFO] updating cached repository https://github.com/leshow/yew-todomvc [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] c28bbee68c3811a9408868dc08b8797030eed600 [INFO] testing leshow/yew-todomvc against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleshow%2Fyew-todomvc" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/leshow/yew-todomvc 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/leshow/yew-todomvc [INFO] finished tweaking git repo https://github.com/leshow/yew-todomvc [INFO] tweaked toml for git repo https://github.com/leshow/yew-todomvc written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/leshow/yew-todomvc 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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 2bf01f03444c19dd957e79656b25fcc619543e1fe67b3bae2c0fa8b76a1e58d4 [INFO] running `"docker" "start" "-a" "2bf01f03444c19dd957e79656b25fcc619543e1fe67b3bae2c0fa8b76a1e58d4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling serde v1.0.25 [INFO] [stderr] Compiling dtoa v0.4.2 [INFO] [stderr] Compiling num-traits v0.1.41 [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/rustwide/workdir) [INFO] [stderr] warning: unused variable: `id` [INFO] [stderr] --> src/main.rs:65:16 [INFO] [stderr] | [INFO] [stderr] 65 | Toggle(id) => {} [INFO] [stderr] | ^^ help: if this is intentional, prefix it 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: if this is intentional, prefix it 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: if this is intentional, prefix it 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: if this is intentional, prefix it 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: if this is intentional, prefix it 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: if this is intentional, prefix it 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: if this is intentional, prefix it with an underscore: `_idx` [INFO] [stderr] [INFO] [stderr] warning: field is never read: `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 read: `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:4 [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/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/todomvc-c5d38d911cf21ffc.todomvc.287lyf1f-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc.todomvc.287lyf1f-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc.todomvc.287lyf1f-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc.todomvc.287lyf1f-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc.todomvc.287lyf1f-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc.todomvc.287lyf1f-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc.todomvc.287lyf1f-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc.todomvc.287lyf1f-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc.todomvc.287lyf1f-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc.todomvc.287lyf1f-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc.todomvc.287lyf1f-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc.todomvc.287lyf1f-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc.todomvc.287lyf1f-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc.todomvc.287lyf1f-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc.todomvc.287lyf1f-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc.todomvc.287lyf1f-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc" "/opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc.52547a4pvl7zh2te.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-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-fe3effc1d93effe2.rlib" "/opt/rustwide/target/debug/deps/libstdweb-8952983eaa7efebf.rlib" "/opt/rustwide/target/debug/deps/libserde_json-c6ad1b70a8a6d5aa.rlib" "/opt/rustwide/target/debug/deps/libdtoa-6466b7b9b46a5176.rlib" "/opt/rustwide/target/debug/deps/libitoa-8d30cc0fd4b83325.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-5e07cb00ff2c65b8.rlib" "/opt/rustwide/target/debug/deps/libserde-3c111421bc93b3b1.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" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc.todomvc.287lyf1f-cgu.12.rcgu.o: in function `::from_reference::{{closure}}': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webcore/macros.rs:48: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc.todomvc.287lyf1f-cgu.12.rcgu.o: in function `stdweb::webapi::html_elements::input::InputElement::set_kind': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webcore/macros.rs:48: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc.todomvc.287lyf1f-cgu.12.rcgu.o: in function `stdweb::webapi::html_elements::input::InputElement::set_value': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webcore/macros.rs:48: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc.todomvc.287lyf1f-cgu.12.rcgu.o: in function `stdweb::webapi::html_elements::input::InputElement::set_value': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webcore/macros.rs:48: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc.todomvc.287lyf1f-cgu.14.rcgu.o: in function `yew::html::program': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webcore/macros.rs:48: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/todomvc-c5d38d911cf21ffc.todomvc.287lyf1f-cgu.14.rcgu.o:/opt/rustwide/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webcore/macros.rs:48: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-8952983eaa7efebf.rlib(stdweb-8952983eaa7efebf.stdweb.1rz4z4kv-cgu.12.rcgu.o): in function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webcore/ffi/emscripten.rs:9: undefined reference to `emscripten_pause_main_loop' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_set_main_loop' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-8952983eaa7efebf.rlib(stdweb-8952983eaa7efebf.stdweb.1rz4z4kv-cgu.15.rcgu.o): in function `stdweb::webcore::initialization::initialize': [INFO] [stderr] /opt/rustwide/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webcore/initialization.rs:17: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webcore/initialization.rs:22: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webcore/initialization.rs:63: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webcore/initialization.rs:107: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webcore/initialization.rs:204: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-8952983eaa7efebf.rlib(stdweb-8952983eaa7efebf.stdweb.1rz4z4kv-cgu.15.rcgu.o):/opt/rustwide/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/b0adf41/src/webcore/initialization.rs:282: 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; 15 warnings emitted [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" "2bf01f03444c19dd957e79656b25fcc619543e1fe67b3bae2c0fa8b76a1e58d4"` [INFO] running `"docker" "rm" "-f" "2bf01f03444c19dd957e79656b25fcc619543e1fe67b3bae2c0fa8b76a1e58d4"` [INFO] [stdout] 2bf01f03444c19dd957e79656b25fcc619543e1fe67b3bae2c0fa8b76a1e58d4