[INFO] updating cached repository jleahred/connect4 [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jleahred/connect4 [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jleahred/connect4" "work/ex/beta-1.38-1/sources/1.37.0/gh/jleahred/connect4"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/jleahred/connect4'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jleahred/connect4" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jleahred/connect4"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jleahred/connect4'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3516a4ce664330778521d8698f4545d40e79fb9d [INFO] sha for GitHub repo jleahred/connect4: 3516a4ce664330778521d8698f4545d40e79fb9d [INFO] validating manifest of jleahred/connect4 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jleahred/connect4 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jleahred/connect4 [INFO] finished frobbing jleahred/connect4 [INFO] frobbed toml for jleahred/connect4 written to work/ex/beta-1.38-1/sources/1.37.0/gh/jleahred/connect4/Cargo.toml [INFO] started frobbing jleahred/connect4 [INFO] finished frobbing jleahred/connect4 [INFO] frobbed toml for jleahred/connect4 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jleahred/connect4/Cargo.toml [INFO] crate jleahred/connect4 already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing jleahred/connect4 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/jleahred/connect4:/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.37.0" "build" "--frozen"` [INFO] [stdout] 4b9075f13e24ade828f89954efcd46cd125e31ad5db16c31d38f3b4b7eea7a60 [INFO] running `"docker" "start" "-a" "4b9075f13e24ade828f89954efcd46cd125e31ad5db16c31d38f3b4b7eea7a60"` [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.2 [INFO] [stderr] Compiling base-x v0.2.3 [INFO] [stderr] Compiling idata v0.1.1 (https://github.com/jleahred/idata.git#08eab4e3) [INFO] [stderr] Compiling stdweb v0.4.12 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling stdweb-derive v0.5.1 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.4 [INFO] [stderr] Compiling yew v0.5.0 (https://github.com/DenisKolodin/yew#5a040a19) [INFO] [stderr] Compiling connect4 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/html/game.rs:14:21 [INFO] [stderr] | [INFO] [stderr] 14 | job: Option>, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Task` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `PlayersAnalisys` [INFO] [stderr] --> src/html/config.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | PlayersAnalisys, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [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.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/connect4-372f76b8f514c3f0.connect4.2m4obl7h-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/connect4-372f76b8f514c3f0.connect4.2m4obl7h-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/connect4-372f76b8f514c3f0.connect4.2m4obl7h-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/connect4-372f76b8f514c3f0.connect4.2m4obl7h-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/connect4-372f76b8f514c3f0.connect4.2m4obl7h-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/connect4-372f76b8f514c3f0.connect4.2m4obl7h-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/connect4-372f76b8f514c3f0.connect4.2m4obl7h-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/connect4-372f76b8f514c3f0.connect4.2m4obl7h-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/connect4-372f76b8f514c3f0.connect4.2m4obl7h-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/connect4-372f76b8f514c3f0.connect4.2m4obl7h-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/connect4-372f76b8f514c3f0.connect4.2m4obl7h-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/connect4-372f76b8f514c3f0.connect4.2m4obl7h-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/connect4-372f76b8f514c3f0.connect4.2m4obl7h-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/connect4-372f76b8f514c3f0.connect4.2m4obl7h-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/connect4-372f76b8f514c3f0.connect4.2m4obl7h-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/connect4-372f76b8f514c3f0.connect4.2m4obl7h-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/connect4-372f76b8f514c3f0" "/opt/crater/target/debug/deps/connect4-372f76b8f514c3f0.5afbmsdkg0obnjb1.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-33695c002b92845b/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libconnect4-25c872639b289735.rlib" "/opt/crater/target/debug/deps/libidata-ef77453790fb4646.rlib" "/opt/crater/target/debug/deps/libyew-96ded1bc4ae87a47.rlib" "/opt/crater/target/debug/deps/libslab-74865e0043a36eb1.rlib" "/opt/crater/target/debug/deps/libanymap-89c988b92377262b.rlib" "/opt/crater/target/debug/deps/libbincode-ff7c460391b7beb1.rlib" "/opt/crater/target/debug/deps/libhttp-c22b571c0dac3d98.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libbytes-6602315778997acb.rlib" "/opt/crater/target/debug/deps/libiovec-3ba42d3901a6fa1f.rlib" "/opt/crater/target/debug/deps/libbyteorder-9c5019ad5864b905.rlib" "/opt/crater/target/debug/deps/liblog-b834723f16d525d5.rlib" "/opt/crater/target/debug/deps/libfailure-62db0fa2f3a965c9.rlib" "/opt/crater/target/debug/deps/libbacktrace-16de45f9f35ef785.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-21756f2a1dd7f3d1.rlib" "/opt/crater/target/debug/deps/librustc_demangle-671ddd545bd5b66c.rlib" "/opt/crater/target/debug/deps/libcfg_if-3f691fa550e97962.rlib" "/opt/crater/target/debug/deps/liblibc-724ab7746a37ab24.rlib" "/opt/crater/target/debug/deps/libstdweb-382d287613c635ee.rlib" "/opt/crater/target/debug/deps/libdiscard-6f76a4d78d9d10a6.rlib" "/opt/crater/target/debug/deps/libstdweb_internal_runtime-467d0963d1a2f646.rlib" "/opt/crater/target/debug/deps/libserde_json-6dea98938d22e89d.rlib" "/opt/crater/target/debug/deps/libryu-7c08cdf6a5a70ae2.rlib" "/opt/crater/target/debug/deps/libitoa-e88dc09e47f282cc.rlib" "/opt/crater/target/debug/deps/libserde-48b6392c1eca142a.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libyew-96ded1bc4ae87a47.rlib(yew-96ded1bc4ae87a47.yew.81pfhsi0-cgu.12.rcgu.o): In function `yew::services::timeout::TimeoutService::spawn::snippet::__cargo_web_snippet_f11967ebdd9b2715f6e5dff0f3829fecc1b1a7ec': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/yew-cffb4df3674cc4fb/5a040a1/<::stdweb::webcore::macros::_js_impl macros>:35: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-96ded1bc4ae87a47.rlib(yew-96ded1bc4ae87a47.yew.81pfhsi0-cgu.12.rcgu.o): In function `::cancel::snippet::__cargo_web_snippet_88fdef85e51047882d647a7f6f4a63bf786cb581': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/yew-cffb4df3674cc4fb/5a040a1/<::stdweb::webcore::macros::_js_impl macros>:30: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-96ded1bc4ae87a47.rlib(yew-96ded1bc4ae87a47.yew.81pfhsi0-cgu.4.rcgu.o): In function `yew::virtual_dom::vtag::VTag::apply_diffs::snippet::__cargo_web_snippet_0da47658267a7497de743e1b0892f992ba6ca6ef': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/yew-cffb4df3674cc4fb/5a040a1/<::stdweb::webcore::macros::_js_impl macros>:30: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-96ded1bc4ae87a47.rlib(yew-96ded1bc4ae87a47.yew.81pfhsi0-cgu.4.rcgu.o): In function `yew::virtual_dom::vtag::VTag::apply_diffs::snippet::__cargo_web_snippet_6a77b2f2accec26fefbfa0d864061d26f40f8f6f': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/yew-cffb4df3674cc4fb/5a040a1/<::stdweb::webcore::macros::_js_impl macros>:30: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-96ded1bc4ae87a47.rlib(yew-96ded1bc4ae87a47.yew.81pfhsi0-cgu.4.rcgu.o): In function `yew::virtual_dom::vtag::set_attribute::snippet::__cargo_web_snippet_da2febd72f9938d90bc2bf2905643f595b07abd9': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/yew-cffb4df3674cc4fb/5a040a1/<::stdweb::webcore::macros::_js_impl macros>:30: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-96ded1bc4ae87a47.rlib(yew-96ded1bc4ae87a47.yew.81pfhsi0-cgu.4.rcgu.o):/opt/crater/cargo-home/git/checkouts/yew-cffb4df3674cc4fb/5a040a1/<::stdweb::webcore::macros::_js_impl macros>:30: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-382d287613c635ee.rlib(stdweb-382d287613c635ee.stdweb.7vpapxmy-cgu.8.rcgu.o): In function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.12/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.12/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_set_main_loop' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-382d287613c635ee.rlib(stdweb-382d287613c635ee.stdweb.7vpapxmy-cgu.9.rcgu.o): In function `stdweb::webcore::value::Reference::from_raw_unchecked::snippet::__cargo_web_snippet_9f22d4ca7bc938409787341b7db181f8dd41e6df': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.12/src/webcore/macros.rs:32: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-382d287613c635ee.rlib(stdweb-382d287613c635ee.stdweb.7vpapxmy-cgu.9.rcgu.o): In function `::drop::snippet::__cargo_web_snippet_80d6d56760c65e49b7be8b6b01c1ea861b046bf0': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.12/src/webcore/macros.rs:32: 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 `connect4`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4b9075f13e24ade828f89954efcd46cd125e31ad5db16c31d38f3b4b7eea7a60"` [INFO] running `"docker" "rm" "-f" "4b9075f13e24ade828f89954efcd46cd125e31ad5db16c31d38f3b4b7eea7a60"` [INFO] [stdout] 4b9075f13e24ade828f89954efcd46cd125e31ad5db16c31d38f3b4b7eea7a60