[INFO] updating cached repository huangjj27/game-of-life [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/huangjj27/game-of-life [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/huangjj27/game-of-life" "work/ex/beta-1.38-1/sources/1.37.0/gh/huangjj27/game-of-life"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/huangjj27/game-of-life'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/huangjj27/game-of-life" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/huangjj27/game-of-life"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/huangjj27/game-of-life'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b71c2796fe75f5d2f0c359e114e38c910af8f39e [INFO] sha for GitHub repo huangjj27/game-of-life: b71c2796fe75f5d2f0c359e114e38c910af8f39e [INFO] validating manifest of huangjj27/game-of-life 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 huangjj27/game-of-life 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 huangjj27/game-of-life [INFO] finished frobbing huangjj27/game-of-life [INFO] frobbed toml for huangjj27/game-of-life written to work/ex/beta-1.38-1/sources/1.37.0/gh/huangjj27/game-of-life/Cargo.toml [INFO] started frobbing huangjj27/game-of-life [INFO] finished frobbing huangjj27/game-of-life [INFO] frobbed toml for huangjj27/game-of-life written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/huangjj27/game-of-life/Cargo.toml [INFO] crate huangjj27/game-of-life 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 huangjj27/game-of-life 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-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/huangjj27/game-of-life:/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] 2a1a694f129c4a8625c299f3c5d91c967e04aacd34ddefbf36c338c451929edf [INFO] running `"docker" "start" "-a" "2a1a694f129c4a8625c299f3c5d91c967e04aacd34ddefbf36c338c451929edf"` [INFO] [stderr] Compiling stdweb v0.4.6 [INFO] [stderr] Compiling rand v0.5.0 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling serde_json v1.0.19 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling http v0.1.5 [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#5e110bcf) [INFO] [stderr] Compiling game_of_life v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:22:14 [INFO] [stderr] | [INFO] [stderr] 22 | job: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Task` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `link` [INFO] [stderr] --> src/cellule.rs:66:41 [INFO] [stderr] | [INFO] [stderr] 66 | fn create(_props: Self::Properties, link: ComponentLink) -> Self { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_link` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Toggle` [INFO] [stderr] --> src/cellule.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | Toggle, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `SetAlive` [INFO] [stderr] --> src/cellule.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | SetAlive, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `SetDead` [INFO] [stderr] --> src/cellule.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | SetDead, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `job` [INFO] [stderr] --> src/lib.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | job: Box, [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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/game_of_life-abdd34a062c62a9a.game_of_life.17sw1667-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-abdd34a062c62a9a.game_of_life.17sw1667-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-abdd34a062c62a9a.game_of_life.17sw1667-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-abdd34a062c62a9a.game_of_life.17sw1667-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-abdd34a062c62a9a.game_of_life.17sw1667-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-abdd34a062c62a9a.game_of_life.17sw1667-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-abdd34a062c62a9a.game_of_life.17sw1667-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-abdd34a062c62a9a.game_of_life.17sw1667-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-abdd34a062c62a9a.game_of_life.17sw1667-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-abdd34a062c62a9a.game_of_life.17sw1667-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-abdd34a062c62a9a.game_of_life.17sw1667-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-abdd34a062c62a9a.game_of_life.17sw1667-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-abdd34a062c62a9a.game_of_life.17sw1667-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-abdd34a062c62a9a.game_of_life.17sw1667-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-abdd34a062c62a9a.game_of_life.17sw1667-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/game_of_life-abdd34a062c62a9a.game_of_life.17sw1667-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/game_of_life-abdd34a062c62a9a" "/opt/crater/target/debug/deps/game_of_life-abdd34a062c62a9a.2now81ldx4qn5zkq.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-6e8c30d8794fff2c/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/libgame_of_life-dc377a9ff90acbd6.rlib" "/opt/crater/target/debug/deps/libweb_logger-14c682d0a81c21b1.rlib" "/opt/crater/target/debug/deps/librand-d6a77b4392ed4a89.rlib" "/opt/crater/target/debug/deps/librand_core-e1f4d313a8969df0.rlib" "/opt/crater/target/debug/deps/libyew-f8a2bdc424947029.rlib" "/opt/crater/target/debug/deps/libstdweb-4a9e2cde276901c8.rlib" "/opt/crater/target/debug/deps/libdiscard-29e2de2e4191c85d.rlib" "/opt/crater/target/debug/deps/libslab-5ba5e0ab3535f558.rlib" "/opt/crater/target/debug/deps/libanymap-89c988b92377262b.rlib" "/opt/crater/target/debug/deps/libbincode-4739c2bb50e6d345.rlib" "/opt/crater/target/debug/deps/libserde_json-f8c36623203e71d8.rlib" "/opt/crater/target/debug/deps/libitoa-c4781e9575afe04a.rlib" "/opt/crater/target/debug/deps/libdtoa-dbece04ab2440d63.rlib" "/opt/crater/target/debug/deps/libserde-32230cfcccfa81cc.rlib" "/opt/crater/target/debug/deps/libhttp-57ce0daa78099091.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libbytes-b8fe45247ec10c3c.rlib" "/opt/crater/target/debug/deps/libiovec-331bac4d0b6b2422.rlib" "/opt/crater/target/debug/deps/libbyteorder-d43fc37a075b6371.rlib" "/opt/crater/target/debug/deps/liblog-2e3caa07422a08ab.rlib" "/opt/crater/target/debug/deps/libfailure-b8412e95192dcdcc.rlib" "/opt/crater/target/debug/deps/libbacktrace-2c7f6fe35f2eafd3.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-df9b6438569e9d9d.rlib" "/opt/crater/target/debug/deps/librustc_demangle-89dc169db47dd685.rlib" "/opt/crater/target/debug/deps/libcfg_if-d2f9aadfe21168ff.rlib" "/opt/crater/target/debug/deps/liblibc-8f6d2a92b9de74ec.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/game_of_life-abdd34a062c62a9a.game_of_life.17sw1667-cgu.14.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/game_of_life-abdd34a062c62a9a.game_of_life.17sw1667-cgu.2.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/libgame_of_life-dc377a9ff90acbd6.rlib(game_of_life-dc377a9ff90acbd6.game_of_life.4gog9jo2-cgu.10.rcgu.o): In function `stdweb::webcore::value::Reference::from_raw_unchecked': [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/libgame_of_life-dc377a9ff90acbd6.rlib(game_of_life-dc377a9ff90acbd6.game_of_life.4gog9jo2-cgu.10.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/libgame_of_life-dc377a9ff90acbd6.rlib(game_of_life-dc377a9ff90acbd6.game_of_life.4gog9jo2-cgu.12.rcgu.o): In function `yew::virtual_dom::vtag::VTag::apply_diffs': [INFO] [stderr] /opt/crater/workdir/<::stdweb::webcore::macros::__js_raw_asm macros>:4: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libgame_of_life-dc377a9ff90acbd6.rlib(game_of_life-dc377a9ff90acbd6.game_of_life.4gog9jo2-cgu.12.rcgu.o):/opt/crater/workdir/<::stdweb::webcore::macros::__js_raw_asm macros>:4: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-4a9e2cde276901c8.rlib(stdweb-4a9e2cde276901c8.stdweb.pzamf7qq-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-4a9e2cde276901c8.rlib(stdweb-4a9e2cde276901c8.stdweb.pzamf7qq-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-4a9e2cde276901c8.rlib(stdweb-4a9e2cde276901c8.stdweb.pzamf7qq-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 `game_of_life`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2a1a694f129c4a8625c299f3c5d91c967e04aacd34ddefbf36c338c451929edf"` [INFO] running `"docker" "rm" "-f" "2a1a694f129c4a8625c299f3c5d91c967e04aacd34ddefbf36c338c451929edf"` [INFO] [stdout] 2a1a694f129c4a8625c299f3c5d91c967e04aacd34ddefbf36c338c451929edf