[INFO] updating cached repository ibaryshnikov/yew-match-3-example [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ibaryshnikov/yew-match-3-example [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ibaryshnikov/yew-match-3-example" "work/ex/beta-1.37-6/sources/1.36.0/gh/ibaryshnikov/yew-match-3-example"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/ibaryshnikov/yew-match-3-example'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ibaryshnikov/yew-match-3-example" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ibaryshnikov/yew-match-3-example"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ibaryshnikov/yew-match-3-example'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9602f6c3b30459aee025ee9542a6a93d5ff0269b [INFO] sha for GitHub repo ibaryshnikov/yew-match-3-example: 9602f6c3b30459aee025ee9542a6a93d5ff0269b [INFO] validating manifest of ibaryshnikov/yew-match-3-example 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 ibaryshnikov/yew-match-3-example 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 ibaryshnikov/yew-match-3-example [INFO] finished frobbing ibaryshnikov/yew-match-3-example [INFO] frobbed toml for ibaryshnikov/yew-match-3-example written to work/ex/beta-1.37-6/sources/1.36.0/gh/ibaryshnikov/yew-match-3-example/Cargo.toml [INFO] started frobbing ibaryshnikov/yew-match-3-example [INFO] finished frobbing ibaryshnikov/yew-match-3-example [INFO] frobbed toml for ibaryshnikov/yew-match-3-example written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ibaryshnikov/yew-match-3-example/Cargo.toml [INFO] crate ibaryshnikov/yew-match-3-example 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 ibaryshnikov/yew-match-3-example 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-4/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/ibaryshnikov/yew-match-3-example:/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] 1fff08629fa0dd320b82f53162234ef3695fb7c5e2dfcf0ad588d0cbc702a218 [INFO] running `"docker" "start" "-a" "1fff08629fa0dd320b82f53162234ef3695fb7c5e2dfcf0ad588d0cbc702a218"` [INFO] [stderr] Compiling serde v1.0.66 [INFO] [stderr] Compiling rustc-demangle v0.1.8 [INFO] [stderr] Compiling stdweb v0.4.6 [INFO] [stderr] Compiling discard v1.0.3 [INFO] [stderr] Compiling rand_core v0.2.0 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling quote v0.4.2 [INFO] [stderr] Compiling syn v0.14.2 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling http v0.1.5 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling rand v0.5.0 [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 web_logger v0.1.0 [INFO] [stderr] Compiling yew v0.5.0 (https://github.com/DenisKolodin/yew#19515cc8) [INFO] [stderr] Compiling m3 v0.1.0 (/opt/crater/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 used: `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 used: `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 used: `position` [INFO] [stderr] --> src/lib.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | position: Option, [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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/m3-38765e5a16ecec0b.m3.17ioupy5-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/m3-38765e5a16ecec0b.m3.17ioupy5-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/m3-38765e5a16ecec0b.m3.17ioupy5-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/m3-38765e5a16ecec0b.m3.17ioupy5-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/m3-38765e5a16ecec0b.m3.17ioupy5-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/m3-38765e5a16ecec0b.m3.17ioupy5-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/m3-38765e5a16ecec0b.m3.17ioupy5-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/m3-38765e5a16ecec0b.m3.17ioupy5-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/m3-38765e5a16ecec0b.m3.17ioupy5-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/m3-38765e5a16ecec0b.m3.17ioupy5-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/m3-38765e5a16ecec0b.m3.17ioupy5-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/m3-38765e5a16ecec0b.m3.17ioupy5-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/m3-38765e5a16ecec0b.m3.17ioupy5-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/m3-38765e5a16ecec0b.m3.17ioupy5-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/m3-38765e5a16ecec0b.m3.17ioupy5-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/m3-38765e5a16ecec0b.m3.17ioupy5-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/m3-38765e5a16ecec0b" "/opt/crater/target/debug/deps/m3-38765e5a16ecec0b.10ysm4347dv7nrje.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-c2febbcf7097c7fa/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/libweb_logger-ea41c9d5b2b65628.rlib" "/opt/crater/target/debug/deps/libm3-d4c5479b3e63e83a.rlib" "/opt/crater/target/debug/deps/librand-32610d2f10fe0287.rlib" "/opt/crater/target/debug/deps/librand_core-451eb720f0317b7d.rlib" "/opt/crater/target/debug/deps/libyew-b42a0bbfb4b79b01.rlib" "/opt/crater/target/debug/deps/libstdweb-2ff2f1db85eabce2.rlib" "/opt/crater/target/debug/deps/libdiscard-f5770bd34db29696.rlib" "/opt/crater/target/debug/deps/libserde_json-d9d1e6740f32e9e3.rlib" "/opt/crater/target/debug/deps/libitoa-9bd9357d404f8405.rlib" "/opt/crater/target/debug/deps/libdtoa-c3bbd8f968a8bf63.rlib" "/opt/crater/target/debug/deps/libserde-05b6073493020ecc.rlib" "/opt/crater/target/debug/deps/libhttp-f4f8b286a41332d4.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libbytes-0040537ba1dfe343.rlib" "/opt/crater/target/debug/deps/libiovec-5b74fa8632a17ea0.rlib" "/opt/crater/target/debug/deps/libbyteorder-dc864a96505efa5c.rlib" "/opt/crater/target/debug/deps/liblog-9c676b014a425537.rlib" "/opt/crater/target/debug/deps/libfailure-2242458f767f7dc9.rlib" "/opt/crater/target/debug/deps/libbacktrace-b46c2156bd9321d9.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-9f8a71c01f75bd46.rlib" "/opt/crater/target/debug/deps/librustc_demangle-8a1b2caa5e80a574.rlib" "/opt/crater/target/debug/deps/libcfg_if-e77f5c4458926ef5.rlib" "/opt/crater/target/debug/deps/liblibc-62bf195eedd01b9b.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/m3-38765e5a16ecec0b.m3.17ioupy5-cgu.3.rcgu.o: In function `stdweb::webapi::parent_node::IParentNode::query_selector': [INFO] [stderr] /opt/crater/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/crater/target/debug/deps/m3-38765e5a16ecec0b.m3.17ioupy5-cgu.9.rcgu.o: In function `::drop': [INFO] [stderr] /opt/crater/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/crater/target/debug/deps/libweb_logger-ea41c9d5b2b65628.rlib(web_logger-ea41c9d5b2b65628.web_logger.a5nlw8n3-cgu.4.rcgu.o): In function `web_logger::console::trace': [INFO] [stderr] /opt/crater/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/crater/target/debug/deps/libweb_logger-ea41c9d5b2b65628.rlib(web_logger-ea41c9d5b2b65628.web_logger.a5nlw8n3-cgu.4.rcgu.o): In function `web_logger::console::debug': [INFO] [stderr] /opt/crater/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/crater/target/debug/deps/libweb_logger-ea41c9d5b2b65628.rlib(web_logger-ea41c9d5b2b65628.web_logger.a5nlw8n3-cgu.4.rcgu.o): In function `web_logger::console::info': [INFO] [stderr] /opt/crater/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/crater/target/debug/deps/libweb_logger-ea41c9d5b2b65628.rlib(web_logger-ea41c9d5b2b65628.web_logger.a5nlw8n3-cgu.4.rcgu.o):/opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/web_logger-0.1.0/src/lib.rs:29: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-2ff2f1db85eabce2.rlib(stdweb-2ff2f1db85eabce2.stdweb.cb0tma3m-cgu.7.rcgu.o): In function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/crater/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/crater/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/crater/target/debug/deps/libstdweb-2ff2f1db85eabce2.rlib(stdweb-2ff2f1db85eabce2.stdweb.cb0tma3m-cgu.9.rcgu.o): In function `::clone': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/webcore/symbol.rs:10: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-2ff2f1db85eabce2.rlib(stdweb-2ff2f1db85eabce2.stdweb.cb0tma3m-cgu.9.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/webcore/symbol.rs:30: 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" "1fff08629fa0dd320b82f53162234ef3695fb7c5e2dfcf0ad588d0cbc702a218"` [INFO] running `"docker" "rm" "-f" "1fff08629fa0dd320b82f53162234ef3695fb7c5e2dfcf0ad588d0cbc702a218"` [INFO] [stdout] 1fff08629fa0dd320b82f53162234ef3695fb7c5e2dfcf0ad588d0cbc702a218