[INFO] updating cached repository https://github.com/ibaryshnikov/yew-match-3-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] 9602f6c3b30459aee025ee9542a6a93d5ff0269b [INFO] testing ibaryshnikov/yew-match-3-example against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fibaryshnikov%2Fyew-match-3-example" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ibaryshnikov/yew-match-3-example on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ibaryshnikov/yew-match-3-example [INFO] finished tweaking git repo https://github.com/ibaryshnikov/yew-match-3-example [INFO] tweaked toml for git repo https://github.com/ibaryshnikov/yew-match-3-example written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/ibaryshnikov/yew-match-3-example already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] 77503c228b0da3bc8159aff12d085b69caf094312538e18344f42dbf2bb572d5 [INFO] running `"docker" "start" "-a" "77503c228b0da3bc8159aff12d085b69caf094312538e18344f42dbf2bb572d5"` [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling serde v1.0.66 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling cc v1.0.17 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling stdweb v0.4.6 [INFO] [stderr] Compiling discard v1.0.3 [INFO] [stderr] Compiling byteorder v1.2.3 [INFO] [stderr] Compiling rustc-demangle v0.1.8 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling proc-macro2 v0.4.6 [INFO] [stderr] Compiling proc-macro2 v0.2.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling rand v0.5.0 [INFO] [stderr] Compiling bytes v0.4.8 [INFO] [stderr] Compiling quote v0.4.2 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling http v0.1.5 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling syn v0.14.2 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling backtrace v0.3.8 [INFO] [stderr] Compiling failure_derive v0.1.1 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.66 [INFO] [stderr] Compiling serde_json v1.0.19 [INFO] [stderr] Compiling stdweb-derive v0.4.0 [INFO] [stderr] Compiling yew v0.5.0 (https://github.com/DenisKolodin/yew#19515cc8) [INFO] [stderr] Compiling web_logger v0.1.0 [INFO] [stderr] Compiling m3 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/lib.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | fn new(x: i8, y: i8) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `width` [INFO] [stderr] --> src/lib.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | width: i8, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `height` [INFO] [stderr] --> src/lib.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | height: i8, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `position` [INFO] [stderr] --> src/lib.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | position: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [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/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/m3-95b162ddef446ed9.m3.7v9kst61-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/m3-95b162ddef446ed9.m3.7v9kst61-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/m3-95b162ddef446ed9.m3.7v9kst61-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/m3-95b162ddef446ed9.m3.7v9kst61-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/m3-95b162ddef446ed9.m3.7v9kst61-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/m3-95b162ddef446ed9.m3.7v9kst61-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/m3-95b162ddef446ed9.m3.7v9kst61-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/m3-95b162ddef446ed9.m3.7v9kst61-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/m3-95b162ddef446ed9.m3.7v9kst61-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/m3-95b162ddef446ed9.m3.7v9kst61-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/m3-95b162ddef446ed9.m3.7v9kst61-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/m3-95b162ddef446ed9.m3.7v9kst61-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/m3-95b162ddef446ed9.m3.7v9kst61-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/m3-95b162ddef446ed9.m3.7v9kst61-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/m3-95b162ddef446ed9.m3.7v9kst61-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/m3-95b162ddef446ed9.m3.7v9kst61-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/m3-95b162ddef446ed9" "/opt/rustwide/target/debug/deps/m3-95b162ddef446ed9.549z3p0psa90eeec.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-07bc9d5d4dcd14a1/out" "-L" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libweb_logger-6902a0cbfde1022a.rlib" "/opt/rustwide/target/debug/deps/libm3-4eeb65ed97b526b7.rlib" "/opt/rustwide/target/debug/deps/librand-f6ec7a4ab00c4c25.rlib" "/opt/rustwide/target/debug/deps/librand_core-b6895afd16563fc7.rlib" "/opt/rustwide/target/debug/deps/libyew-9a072da287245c1c.rlib" "/opt/rustwide/target/debug/deps/libstdweb-575555b62f710f20.rlib" "/opt/rustwide/target/debug/deps/libdiscard-69fbce4c6d24fd57.rlib" "/opt/rustwide/target/debug/deps/libserde_json-13e6bbc5fe834acc.rlib" "/opt/rustwide/target/debug/deps/libitoa-6e40d98eee5dc68f.rlib" "/opt/rustwide/target/debug/deps/libdtoa-ba72c7138b152e79.rlib" "/opt/rustwide/target/debug/deps/libserde-2fd6ebc2c7541f57.rlib" "/opt/rustwide/target/debug/deps/libhttp-d1906c066652b987.rlib" "/opt/rustwide/target/debug/deps/libfnv-5eb3a865ee06cdd3.rlib" "/opt/rustwide/target/debug/deps/libbytes-a19020e2bb8c7be6.rlib" "/opt/rustwide/target/debug/deps/libiovec-fa815d5c35dbdf22.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-a6049c957537b57c.rlib" "/opt/rustwide/target/debug/deps/liblog-d137d86e5f127e25.rlib" "/opt/rustwide/target/debug/deps/libfailure-ba4cf8cead36f970.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-acee93d3c2e6bb58.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-4d4d1dc75d590aac.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-b4c5b7c7fef06866.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d18f8b38f7ebf66f.rlib" "/opt/rustwide/target/debug/deps/liblibc-e3d19f7d35852804.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1dac1a412c98f50d.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b7841fd014bf83a1.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-338c0763450dca22.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5f2e5d11836e0967.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-81a9070bd3553adf.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-e297830377b95af4.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-b38b87f2dd197fa0.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-601015f2e15e7e26.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-439f3a589bd88586.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-57ab7e6ac23ce11f.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3aec7f88778e912a.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-b6806800b307d4b9.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-e49d7651b12f7563.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e8266574e26adcc3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/m3-95b162ddef446ed9.m3.7v9kst61-cgu.3.rcgu.o: In function `stdweb::webapi::parent_node::IParentNode::query_selector': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/webcore/macros.rs:34: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libweb_logger-6902a0cbfde1022a.rlib(web_logger-6902a0cbfde1022a.web_logger.dp4o6ivu-cgu.7.rcgu.o): In function `web_logger::console::trace': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/web_logger-0.1.0/src/lib.rs:17: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libweb_logger-6902a0cbfde1022a.rlib(web_logger-6902a0cbfde1022a.web_logger.dp4o6ivu-cgu.7.rcgu.o): In function `web_logger::console::debug': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/web_logger-0.1.0/src/lib.rs:21: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libweb_logger-6902a0cbfde1022a.rlib(web_logger-6902a0cbfde1022a.web_logger.dp4o6ivu-cgu.7.rcgu.o): In function `web_logger::console::info': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/web_logger-0.1.0/src/lib.rs:25: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libweb_logger-6902a0cbfde1022a.rlib(web_logger-6902a0cbfde1022a.web_logger.dp4o6ivu-cgu.7.rcgu.o): In function `web_logger::console::warn': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/web_logger-0.1.0/src/lib.rs:29: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libweb_logger-6902a0cbfde1022a.rlib(web_logger-6902a0cbfde1022a.web_logger.dp4o6ivu-cgu.7.rcgu.o):/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/web_logger-0.1.0/src/lib.rs:33: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-575555b62f710f20.rlib(stdweb-575555b62f710f20.stdweb.4grwlt5z-cgu.2.rcgu.o): In function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/webcore/ffi/emscripten.rs:9: undefined reference to `emscripten_pause_main_loop' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_set_main_loop' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-575555b62f710f20.rlib(stdweb-575555b62f710f20.stdweb.4grwlt5z-cgu.2.rcgu.o): In function `::instance_of': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/webapi/element.rs:173: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-575555b62f710f20.rlib(stdweb-575555b62f710f20.stdweb.4grwlt5z-cgu.4.rcgu.o): In function `stdweb::webcore::value::Reference::from_raw_unchecked': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/webcore/value.rs:33: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-575555b62f710f20.rlib(stdweb-575555b62f710f20.stdweb.4grwlt5z-cgu.4.rcgu.o): In function `::drop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/webcore/value.rs:89: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-575555b62f710f20.rlib(stdweb-575555b62f710f20.stdweb.4grwlt5z-cgu.4.rcgu.o): In function `::instance_of': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/webcore/macros.rs:564: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-575555b62f710f20.rlib(stdweb-575555b62f710f20.stdweb.4grwlt5z-cgu.4.rcgu.o): In function `::instance_of': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/webcore/macros.rs:564: 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 `m3`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "77503c228b0da3bc8159aff12d085b69caf094312538e18344f42dbf2bb572d5"` [INFO] running `"docker" "rm" "-f" "77503c228b0da3bc8159aff12d085b69caf094312538e18344f42dbf2bb572d5"` [INFO] [stdout] 77503c228b0da3bc8159aff12d085b69caf094312538e18344f42dbf2bb572d5