[INFO] cloning repository jleahred/connect4 [INFO] running `"git" "clone" "--bare" "git://github.com/jleahred/connect4.git" "work/cache/sources/gh/jleahred/connect4"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/jleahred/connect4'... [INFO] running `"git" "clone" "work/cache/sources/gh/jleahred/connect4" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jleahred/connect4"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jleahred/connect4'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jleahred/connect4" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jleahred/connect4"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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 master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jleahred/connect4 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "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/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating git repository `https://github.com/jleahred/idata.git` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing jleahred/connect4 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 8b6acd58030b2ee16e3705c1f1a288b91bbbe6f5f20d2f88155446d655b562dc [INFO] running `"docker" "start" "-a" "8b6acd58030b2ee16e3705c1f1a288b91bbbe6f5f20d2f88155446d655b562dc"` [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.2 [INFO] [stderr] Compiling idata v0.1.1 (https://github.com/jleahred/idata.git#08eab4e3) [INFO] [stderr] Compiling stdweb-derive v0.5.1 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.4 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling stdweb v0.4.12 [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/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/connect4-b8990cbe3c66aa22.connect4.4290tzn4-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/connect4-b8990cbe3c66aa22.connect4.4290tzn4-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/connect4-b8990cbe3c66aa22.connect4.4290tzn4-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/connect4-b8990cbe3c66aa22.connect4.4290tzn4-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/connect4-b8990cbe3c66aa22.connect4.4290tzn4-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/connect4-b8990cbe3c66aa22.connect4.4290tzn4-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/connect4-b8990cbe3c66aa22.connect4.4290tzn4-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/connect4-b8990cbe3c66aa22.connect4.4290tzn4-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/connect4-b8990cbe3c66aa22.connect4.4290tzn4-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/connect4-b8990cbe3c66aa22.connect4.4290tzn4-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/connect4-b8990cbe3c66aa22.connect4.4290tzn4-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/connect4-b8990cbe3c66aa22.connect4.4290tzn4-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/connect4-b8990cbe3c66aa22.connect4.4290tzn4-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/connect4-b8990cbe3c66aa22.connect4.4290tzn4-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/connect4-b8990cbe3c66aa22.connect4.4290tzn4-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/connect4-b8990cbe3c66aa22.connect4.4290tzn4-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/connect4-b8990cbe3c66aa22" "/opt/crater/target/debug/deps/connect4-b8990cbe3c66aa22.424vsy1gc4xkf9nb.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-8ecac9ee4684bcd9/out" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libconnect4-fa19d643e8eda564.rlib" "/opt/crater/target/debug/deps/libidata-6396fa8f78ec4d36.rlib" "/opt/crater/target/debug/deps/libyew-509c629d417ca5c8.rlib" "/opt/crater/target/debug/deps/libslab-d27e05ee247cbb63.rlib" "/opt/crater/target/debug/deps/libanymap-6ca4208567ae9409.rlib" "/opt/crater/target/debug/deps/libbincode-0a6a4db083c2f17a.rlib" "/opt/crater/target/debug/deps/libhttp-b2687b13ebd49078.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libbytes-95115dec28c6e005.rlib" "/opt/crater/target/debug/deps/libiovec-1bf927a94bc857ed.rlib" "/opt/crater/target/debug/deps/libbyteorder-70fcd385185f78d1.rlib" "/opt/crater/target/debug/deps/liblog-81d7a01bf3e0fcca.rlib" "/opt/crater/target/debug/deps/libfailure-536db4506f31ba31.rlib" "/opt/crater/target/debug/deps/libbacktrace-fb2a8423eaa2821c.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-56e304b3d35be23b.rlib" "/opt/crater/target/debug/deps/librustc_demangle-38ce7239b84e377c.rlib" "/opt/crater/target/debug/deps/libcfg_if-3e37735d4236562b.rlib" "/opt/crater/target/debug/deps/liblibc-769a0e146ae914f9.rlib" "/opt/crater/target/debug/deps/libstdweb-a963215ca058d587.rlib" "/opt/crater/target/debug/deps/libdiscard-6189439a8e0dbe24.rlib" "/opt/crater/target/debug/deps/libstdweb_internal_runtime-d3c0bcd4b4b3b467.rlib" "/opt/crater/target/debug/deps/libserde_json-92339437c3dc9354.rlib" "/opt/crater/target/debug/deps/libryu-af7e513db157678c.rlib" "/opt/crater/target/debug/deps/libitoa-9f10a2d6a888458b.rlib" "/opt/crater/target/debug/deps/libserde-79ea1d14660e2bdc.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.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-509c629d417ca5c8.rlib(yew-509c629d417ca5c8.yew.98kc8bx3-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-509c629d417ca5c8.rlib(yew-509c629d417ca5c8.yew.98kc8bx3-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-509c629d417ca5c8.rlib(yew-509c629d417ca5c8.yew.98kc8bx3-cgu.3.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-509c629d417ca5c8.rlib(yew-509c629d417ca5c8.yew.98kc8bx3-cgu.3.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-509c629d417ca5c8.rlib(yew-509c629d417ca5c8.yew.98kc8bx3-cgu.3.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-509c629d417ca5c8.rlib(yew-509c629d417ca5c8.yew.98kc8bx3-cgu.3.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-a963215ca058d587.rlib(stdweb-a963215ca058d587.stdweb.58fksqj7-cgu.1.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-a963215ca058d587.rlib(stdweb-a963215ca058d587.stdweb.58fksqj7-cgu.1.rcgu.o): In function `::clone::snippet::__cargo_web_snippet_0aced9e2351ced72f1ff99645a129132b16c0d3c': [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-a963215ca058d587.rlib(stdweb-a963215ca058d587.stdweb.58fksqj7-cgu.1.rcgu.o): In function `::drop::snippet::__cargo_web_snippet_e9638d6405ab65f78daf4a5af9c9de14ecf1e2ec': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.12/src/webcore/macros.rs:91: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-a963215ca058d587.rlib(stdweb-a963215ca058d587.stdweb.58fksqj7-cgu.1.rcgu.o): In function `stdweb::webapi::token_list::TokenList::add::snippet::__cargo_web_snippet_8a049af1e4867892fca647811a9472e4c5832053': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.12/src/webcore/macros.rs:91: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-a963215ca058d587.rlib(stdweb-a963215ca058d587.stdweb.58fksqj7-cgu.1.rcgu.o): In function `stdweb::webapi::token_list::TokenList::remove::snippet::__cargo_web_snippet_ec62bad51093fd25faa38be3170e100862e191f3': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.12/src/webcore/macros.rs:91: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-a963215ca058d587.rlib(stdweb-a963215ca058d587.stdweb.58fksqj7-cgu.10.rcgu.o): In function `::instance_of::snippet::__cargo_web_snippet_906f13b1e97c3e6e6996c62d7584c4917315426d': [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-a963215ca058d587.rlib(stdweb-a963215ca058d587.stdweb.58fksqj7-cgu.10.rcgu.o):/opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.12/src/webcore/macros.rs:101: 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 `connect4`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8b6acd58030b2ee16e3705c1f1a288b91bbbe6f5f20d2f88155446d655b562dc"` [INFO] running `"docker" "rm" "-f" "8b6acd58030b2ee16e3705c1f1a288b91bbbe6f5f20d2f88155446d655b562dc"` [INFO] [stdout] 8b6acd58030b2ee16e3705c1f1a288b91bbbe6f5f20d2f88155446d655b562dc