[INFO] updating cached repository kenjinp/yew-rust-starter-pack [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/kenjinp/yew-rust-starter-pack [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/kenjinp/yew-rust-starter-pack" "work/ex/beta-1.37-6/sources/1.36.0/gh/kenjinp/yew-rust-starter-pack"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/kenjinp/yew-rust-starter-pack'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/kenjinp/yew-rust-starter-pack" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kenjinp/yew-rust-starter-pack"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kenjinp/yew-rust-starter-pack'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bd5393a7ff23b970d5e9c19f27b2afccaadcdd93 [INFO] sha for GitHub repo kenjinp/yew-rust-starter-pack: bd5393a7ff23b970d5e9c19f27b2afccaadcdd93 [INFO] validating manifest of kenjinp/yew-rust-starter-pack 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 kenjinp/yew-rust-starter-pack 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 kenjinp/yew-rust-starter-pack [INFO] finished frobbing kenjinp/yew-rust-starter-pack [INFO] frobbed toml for kenjinp/yew-rust-starter-pack written to work/ex/beta-1.37-6/sources/1.36.0/gh/kenjinp/yew-rust-starter-pack/Cargo.toml [INFO] started frobbing kenjinp/yew-rust-starter-pack [INFO] finished frobbing kenjinp/yew-rust-starter-pack [INFO] frobbed toml for kenjinp/yew-rust-starter-pack written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kenjinp/yew-rust-starter-pack/Cargo.toml [INFO] crate kenjinp/yew-rust-starter-pack 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 kenjinp/yew-rust-starter-pack against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/kenjinp/yew-rust-starter-pack:/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.36.0" "build" "--frozen"` [INFO] [stdout] bf6b07904e0168c0e3d0ecb9800dcb668d29a1c61d0cd29b81250497536c1b58 [INFO] running `"docker" "start" "-a" "bf6b07904e0168c0e3d0ecb9800dcb668d29a1c61d0cd29b81250497536c1b58"` [INFO] [stderr] Compiling toml v0.4.8 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling yew v0.5.0 (https://github.com/DenisKolodin/yew#33ebfcbe) [INFO] [stderr] Compiling counter v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `stdweb::Value` [INFO] [stderr] --> src/lib.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use stdweb::Value; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a` [INFO] [stderr] --> src/lib.rs:43:25 [INFO] [stderr] | [INFO] [stderr] 43 | let a = is_in_triangle::triangle_test( [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_a` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `px` [INFO] [stderr] --> src/is_in_triangle.rs:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn dumb_test (px: f32,py: f32, ax: f32, ay: f32, bx: f32, by: f32, cx: f32, cy: f32) -> () { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_px` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `py` [INFO] [stderr] --> src/is_in_triangle.rs:26:27 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn dumb_test (px: f32,py: f32, ax: f32, ay: f32, bx: f32, by: f32, cx: f32, cy: f32) -> () { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_py` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `ax` [INFO] [stderr] --> src/is_in_triangle.rs:26:36 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn dumb_test (px: f32,py: f32, ax: f32, ay: f32, bx: f32, by: f32, cx: f32, cy: f32) -> () { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_ax` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `ay` [INFO] [stderr] --> src/is_in_triangle.rs:26:45 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn dumb_test (px: f32,py: f32, ax: f32, ay: f32, bx: f32, by: f32, cx: f32, cy: f32) -> () { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_ay` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `bx` [INFO] [stderr] --> src/is_in_triangle.rs:26:54 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn dumb_test (px: f32,py: f32, ax: f32, ay: f32, bx: f32, by: f32, cx: f32, cy: f32) -> () { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_bx` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `by` [INFO] [stderr] --> src/is_in_triangle.rs:26:63 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn dumb_test (px: f32,py: f32, ax: f32, ay: f32, bx: f32, by: f32, cx: f32, cy: f32) -> () { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_by` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `cx` [INFO] [stderr] --> src/is_in_triangle.rs:26:72 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn dumb_test (px: f32,py: f32, ax: f32, ay: f32, bx: f32, by: f32, cx: f32, cy: f32) -> () { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_cx` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `cy` [INFO] [stderr] --> src/is_in_triangle.rs:26:81 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn dumb_test (px: f32,py: f32, ax: f32, ay: f32, bx: f32, by: f32, cx: f32, cy: f32) -> () { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_cy` [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.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/counter-3e3af6ab23b85e67.counter.6hg92ogw-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/counter-3e3af6ab23b85e67.counter.6hg92ogw-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/counter-3e3af6ab23b85e67.counter.6hg92ogw-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/counter-3e3af6ab23b85e67.counter.6hg92ogw-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/counter-3e3af6ab23b85e67.counter.6hg92ogw-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/counter-3e3af6ab23b85e67.counter.6hg92ogw-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/counter-3e3af6ab23b85e67.counter.6hg92ogw-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/counter-3e3af6ab23b85e67.counter.6hg92ogw-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/counter-3e3af6ab23b85e67.counter.6hg92ogw-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/counter-3e3af6ab23b85e67.counter.6hg92ogw-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/counter-3e3af6ab23b85e67.counter.6hg92ogw-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/counter-3e3af6ab23b85e67.counter.6hg92ogw-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/counter-3e3af6ab23b85e67.counter.6hg92ogw-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/counter-3e3af6ab23b85e67.counter.6hg92ogw-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/counter-3e3af6ab23b85e67.counter.6hg92ogw-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/counter-3e3af6ab23b85e67.counter.6hg92ogw-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/counter-3e3af6ab23b85e67" "/opt/crater/target/debug/deps/counter-3e3af6ab23b85e67.4lnainuip3g6geso.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-442da04ee6af5c46/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libcounter-bf6fc1b6afd39bd4.rlib" "/opt/crater/target/debug/deps/librand-6b20c596c313841a.rlib" "/opt/crater/target/debug/deps/librand_core-c6cd28e15b93a790.rlib" "/opt/crater/target/debug/deps/librand_core-0c44ab40b4775c1d.rlib" "/opt/crater/target/debug/deps/libyew-e7e9e0601a516b74.rlib" "/opt/crater/target/debug/deps/libtoml-27f077ce8ade6161.rlib" "/opt/crater/target/debug/deps/libstdweb-75efe5880a53475b.rlib" "/opt/crater/target/debug/deps/libdiscard-48a5453cc88bfde7.rlib" "/opt/crater/target/debug/deps/libstdweb_internal_runtime-452de817e6736ba5.rlib" "/opt/crater/target/debug/deps/libslab-9c5bb5986ad7a903.rlib" "/opt/crater/target/debug/deps/libanymap-5049d4c3aef2d64c.rlib" "/opt/crater/target/debug/deps/libbincode-b5558cdffa42a601.rlib" "/opt/crater/target/debug/deps/libserde_json-d01a09d331ac5f9a.rlib" "/opt/crater/target/debug/deps/libryu-6b9163f812a3c42b.rlib" "/opt/crater/target/debug/deps/libserde-388174e9c22810f7.rlib" "/opt/crater/target/debug/deps/libhttp-70210e7871f99ca5.rlib" "/opt/crater/target/debug/deps/libitoa-5ac5fbad12f6c895.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libbytes-2fafd90545f56503.rlib" "/opt/crater/target/debug/deps/libiovec-d46b4cea91f7fa67.rlib" "/opt/crater/target/debug/deps/libbyteorder-39dbbc2e73380750.rlib" "/opt/crater/target/debug/deps/liblog-40bcf7660ec91d4b.rlib" "/opt/crater/target/debug/deps/libfailure-bfd063cf260be449.rlib" "/opt/crater/target/debug/deps/libbacktrace-fa1fcaec40411345.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-282bce31bb5af5b5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-0cf21e95f1903146.rlib" "/opt/crater/target/debug/deps/libcfg_if-37a71300891feb34.rlib" "/opt/crater/target/debug/deps/liblibc-dd1adeeac4690585.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/counter-3e3af6ab23b85e67.counter.6hg92ogw-cgu.1.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.9/src/webcore/macros.rs:37: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/counter-3e3af6ab23b85e67.counter.6hg92ogw-cgu.11.rcgu.o: In function `::drop': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.9/src/webcore/macros.rs:37: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libcounter-bf6fc1b6afd39bd4.rlib(counter-bf6fc1b6afd39bd4.counter.5eseyjrv-cgu.12.rcgu.o): In function `stdweb::webapi::date::Date::to_string': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.9/src/webcore/macros.rs:37: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libcounter-bf6fc1b6afd39bd4.rlib(counter-bf6fc1b6afd39bd4.counter.5eseyjrv-cgu.12.rcgu.o): In function `stdweb::webapi::node::INode::next_sibling': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.9/src/webcore/macros.rs:37: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libcounter-bf6fc1b6afd39bd4.rlib(counter-bf6fc1b6afd39bd4.counter.5eseyjrv-cgu.12.rcgu.o): In function `stdweb::webapi::node::INode::set_node_value': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.9/src/webcore/macros.rs:37: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libcounter-bf6fc1b6afd39bd4.rlib(counter-bf6fc1b6afd39bd4.counter.5eseyjrv-cgu.12.rcgu.o):/opt/crater/workdir/src/lib.rs:39: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-75efe5880a53475b.rlib(stdweb-75efe5880a53475b.stdweb.4r579a0n-cgu.10.rcgu.o): In function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.9/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.9/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_set_main_loop' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-75efe5880a53475b.rlib(stdweb-75efe5880a53475b.stdweb.4r579a0n-cgu.11.rcgu.o): In function `stdweb::webapi::document::document': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.9/src/webapi/document.rs:34: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-75efe5880a53475b.rlib(stdweb-75efe5880a53475b.stdweb.4r579a0n-cgu.11.rcgu.o): In function `stdweb::webapi::document::Document::create_element': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.9/src/webapi/document.rs:57: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-75efe5880a53475b.rlib(stdweb-75efe5880a53475b.stdweb.4r579a0n-cgu.11.rcgu.o): In function `stdweb::webapi::document::Document::create_text_node': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.9/src/webapi/document.rs:67: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-75efe5880a53475b.rlib(stdweb-75efe5880a53475b.stdweb.4r579a0n-cgu.13.rcgu.o): In function `::clone': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.9/src/webcore/symbol.rs:10: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-75efe5880a53475b.rlib(stdweb-75efe5880a53475b.stdweb.4r579a0n-cgu.13.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.9/src/webcore/symbol.rs:30: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-75efe5880a53475b.rlib(stdweb-75efe5880a53475b.stdweb.4r579a0n-cgu.13.rcgu.o):/opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.9/src/webapi/element.rs:173: 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 [INFO] [stderr] [INFO] [stderr] error: Could not compile `counter`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "bf6b07904e0168c0e3d0ecb9800dcb668d29a1c61d0cd29b81250497536c1b58"` [INFO] running `"docker" "rm" "-f" "bf6b07904e0168c0e3d0ecb9800dcb668d29a1c61d0cd29b81250497536c1b58"` [INFO] [stdout] bf6b07904e0168c0e3d0ecb9800dcb668d29a1c61d0cd29b81250497536c1b58