[INFO] updating cached repository https://github.com/kenjinp/yew-rust-starter-pack [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] bd5393a7ff23b970d5e9c19f27b2afccaadcdd93 [INFO] testing kenjinp/yew-rust-starter-pack against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkenjinp%2Fyew-rust-starter-pack" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kenjinp/yew-rust-starter-pack on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/kenjinp/yew-rust-starter-pack [INFO] finished tweaking git repo https://github.com/kenjinp/yew-rust-starter-pack [INFO] tweaked toml for git repo https://github.com/kenjinp/yew-rust-starter-pack written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/kenjinp/yew-rust-starter-pack already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 6813083c447deffbda888d4a49e5cc4da9d85612e8dfb06f401c91baff337626 [INFO] running `"docker" "start" "-a" "6813083c447deffbda888d4a49e5cc4da9d85612e8dfb06f401c91baff337626"` [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/rustwide/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/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/counter-433be5c895057d55.counter.6igfxqvr-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/counter-433be5c895057d55.counter.6igfxqvr-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/counter-433be5c895057d55.counter.6igfxqvr-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/counter-433be5c895057d55.counter.6igfxqvr-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/counter-433be5c895057d55.counter.6igfxqvr-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/counter-433be5c895057d55.counter.6igfxqvr-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/counter-433be5c895057d55.counter.6igfxqvr-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/counter-433be5c895057d55.counter.6igfxqvr-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/counter-433be5c895057d55.counter.6igfxqvr-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/counter-433be5c895057d55.counter.6igfxqvr-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/counter-433be5c895057d55.counter.6igfxqvr-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/counter-433be5c895057d55.counter.6igfxqvr-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/counter-433be5c895057d55.counter.6igfxqvr-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/counter-433be5c895057d55.counter.6igfxqvr-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/counter-433be5c895057d55.counter.6igfxqvr-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/counter-433be5c895057d55.counter.6igfxqvr-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/counter-433be5c895057d55" "/opt/rustwide/target/debug/deps/counter-433be5c895057d55.5djcrjylxsxp3r4k.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-382eb7157ed1b7a1/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcounter-d0bb1bc0a1522702.rlib" "/opt/rustwide/target/debug/deps/librand-94cf6c2fa1c9228e.rlib" "/opt/rustwide/target/debug/deps/librand_core-79fddfba63395e9b.rlib" "/opt/rustwide/target/debug/deps/librand_core-97b7d7050440931a.rlib" "/opt/rustwide/target/debug/deps/libyew-7722b3edf3f9b72b.rlib" "/opt/rustwide/target/debug/deps/libtoml-879d340bdfab8f1a.rlib" "/opt/rustwide/target/debug/deps/libstdweb-38156e5b0edee147.rlib" "/opt/rustwide/target/debug/deps/libdiscard-846edfb26de9cf45.rlib" "/opt/rustwide/target/debug/deps/libstdweb_internal_runtime-86d2699f09939951.rlib" "/opt/rustwide/target/debug/deps/libslab-2ad9392ef35931f2.rlib" "/opt/rustwide/target/debug/deps/libanymap-9b2684f03e561fe5.rlib" "/opt/rustwide/target/debug/deps/libbincode-40b3f281c4aa4b4c.rlib" "/opt/rustwide/target/debug/deps/libserde_json-67ee5e4703254f2c.rlib" "/opt/rustwide/target/debug/deps/libryu-c6ba6d5ecc734047.rlib" "/opt/rustwide/target/debug/deps/libserde-5914d74791be5710.rlib" "/opt/rustwide/target/debug/deps/libhttp-f171c716d5893fd9.rlib" "/opt/rustwide/target/debug/deps/libitoa-1c480b98c3ffabe1.rlib" "/opt/rustwide/target/debug/deps/libfnv-593caa3c2629b83d.rlib" "/opt/rustwide/target/debug/deps/libbytes-1268502462c957cd.rlib" "/opt/rustwide/target/debug/deps/libiovec-5a6908946f47b930.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f51278d6614c4c20.rlib" "/opt/rustwide/target/debug/deps/liblog-103f74b9d46ebc7a.rlib" "/opt/rustwide/target/debug/deps/libfailure-7c6752927f344950.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-4b02626091c82ad6.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-46730a6a855e3eb6.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-21b91257395cbded.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-f0ce84fba46be115.rlib" "/opt/rustwide/target/debug/deps/liblibc-366c9282dc0a059b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/counter-433be5c895057d55.counter.6igfxqvr-cgu.1.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.9/src/webcore/macros.rs:37: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/counter-433be5c895057d55.counter.6igfxqvr-cgu.9.rcgu.o: In function `::drop': [INFO] [stderr] /opt/rustwide/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/rustwide/target/debug/deps/libcounter-d0bb1bc0a1522702.rlib(counter-d0bb1bc0a1522702.counter.auiqyjvd-cgu.14.rcgu.o): In function `stdweb::webapi::node::INode::next_sibling': [INFO] [stderr] /opt/rustwide/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/rustwide/target/debug/deps/libcounter-d0bb1bc0a1522702.rlib(counter-d0bb1bc0a1522702.counter.auiqyjvd-cgu.14.rcgu.o): In function `stdweb::webapi::node::INode::set_node_value': [INFO] [stderr] /opt/rustwide/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/rustwide/target/debug/deps/libcounter-d0bb1bc0a1522702.rlib(counter-d0bb1bc0a1522702.counter.auiqyjvd-cgu.14.rcgu.o): In function `::update': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:39: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libcounter-d0bb1bc0a1522702.rlib(counter-d0bb1bc0a1522702.counter.auiqyjvd-cgu.14.rcgu.o):/opt/rustwide/workdir/src/lib.rs:59: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-38156e5b0edee147.rlib(stdweb-38156e5b0edee147.stdweb.1ovuyqr9-cgu.7.rcgu.o): In function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/rustwide/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/rustwide/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/rustwide/target/debug/deps/libstdweb-38156e5b0edee147.rlib(stdweb-38156e5b0edee147.stdweb.1ovuyqr9-cgu.7.rcgu.o): In function `::instance_of': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.9/src/webcore/macros.rs:546: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-38156e5b0edee147.rlib(stdweb-38156e5b0edee147.stdweb.1ovuyqr9-cgu.7.rcgu.o): In function `::instance_of': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.9/src/webcore/macros.rs:546: 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 `counter`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6813083c447deffbda888d4a49e5cc4da9d85612e8dfb06f401c91baff337626"` [INFO] running `"docker" "rm" "-f" "6813083c447deffbda888d4a49e5cc4da9d85612e8dfb06f401c91baff337626"` [INFO] [stdout] 6813083c447deffbda888d4a49e5cc4da9d85612e8dfb06f401c91baff337626