[INFO] updating cached repository iguto/test_othello [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/iguto/test_othello [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/iguto/test_othello" "work/ex/beta-1.37-6/sources/1.36.0/gh/iguto/test_othello"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/iguto/test_othello'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/iguto/test_othello" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/iguto/test_othello"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/iguto/test_othello'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2d9128df5fabc47c283269105f4f81c1c8aa42f4 [INFO] sha for GitHub repo iguto/test_othello: 2d9128df5fabc47c283269105f4f81c1c8aa42f4 [INFO] validating manifest of iguto/test_othello 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 iguto/test_othello 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 iguto/test_othello [INFO] finished frobbing iguto/test_othello [INFO] frobbed toml for iguto/test_othello written to work/ex/beta-1.37-6/sources/1.36.0/gh/iguto/test_othello/Cargo.toml [INFO] started frobbing iguto/test_othello [INFO] finished frobbing iguto/test_othello [INFO] frobbed toml for iguto/test_othello written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/iguto/test_othello/Cargo.toml [INFO] crate iguto/test_othello 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] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing iguto/test_othello 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-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/iguto/test_othello:/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] 55c42275fe26bb04b970eff535c673d0da6d5ee068fea7e10e432c64de7209df [INFO] running `"docker" "start" "-a" "55c42275fe26bb04b970eff535c673d0da6d5ee068fea7e10e432c64de7209df"` [INFO] [stderr] Compiling cc v1.0.4 [INFO] [stderr] Compiling rustc-demangle v0.1.5 [INFO] [stderr] Compiling num-integer v0.1.36 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling serde_json v1.0.9 [INFO] [stderr] Compiling bytes v0.4.6 [INFO] [stderr] Compiling num-iter v0.1.35 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling http v0.1.4 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling stdweb v0.3.0 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling yew v0.3.0 (https://github.com/DenisKolodin/yew.git#6e7a5611) [INFO] [stderr] Compiling ow_damage_calc_web v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `context` [INFO] [stderr] --> src/main.rs:37:42 [INFO] [stderr] | [INFO] [stderr] 37 | fn update(&mut self, msg: Self::Msg, context: &mut Env) -> ShouldRender { [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_context` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `hand` [INFO] [stderr] --> src/map.rs:211:5 [INFO] [stderr] | [INFO] [stderr] 211 | pub fn hand(&mut self, player: CellColors) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `console` [INFO] [stderr] --> src/main.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | console: ConsoleService, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Nope` [INFO] [stderr] --> src/main.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | Nope, [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.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/ow_damage_calc_web-308bfa1974657e46.ow_damage_calc_web.70zxh55q-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ow_damage_calc_web-308bfa1974657e46.ow_damage_calc_web.70zxh55q-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ow_damage_calc_web-308bfa1974657e46.ow_damage_calc_web.70zxh55q-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ow_damage_calc_web-308bfa1974657e46.ow_damage_calc_web.70zxh55q-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ow_damage_calc_web-308bfa1974657e46.ow_damage_calc_web.70zxh55q-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ow_damage_calc_web-308bfa1974657e46.ow_damage_calc_web.70zxh55q-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ow_damage_calc_web-308bfa1974657e46.ow_damage_calc_web.70zxh55q-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ow_damage_calc_web-308bfa1974657e46.ow_damage_calc_web.70zxh55q-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ow_damage_calc_web-308bfa1974657e46.ow_damage_calc_web.70zxh55q-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ow_damage_calc_web-308bfa1974657e46.ow_damage_calc_web.70zxh55q-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ow_damage_calc_web-308bfa1974657e46.ow_damage_calc_web.70zxh55q-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ow_damage_calc_web-308bfa1974657e46.ow_damage_calc_web.70zxh55q-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ow_damage_calc_web-308bfa1974657e46.ow_damage_calc_web.70zxh55q-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ow_damage_calc_web-308bfa1974657e46.ow_damage_calc_web.70zxh55q-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ow_damage_calc_web-308bfa1974657e46.ow_damage_calc_web.70zxh55q-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ow_damage_calc_web-308bfa1974657e46.ow_damage_calc_web.70zxh55q-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/ow_damage_calc_web-308bfa1974657e46" "/opt/crater/target/debug/deps/ow_damage_calc_web-308bfa1974657e46.13hiy92aagtz9pqd.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-76a978476bdbde9b/out/.libs" "-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/libyew-1b4081897f1c6090.rlib" "/opt/crater/target/debug/deps/libstdweb-e0d73b9d64e99b12.rlib" "/opt/crater/target/debug/deps/libserde_json-b143dc1452a60fbe.rlib" "/opt/crater/target/debug/deps/libdtoa-afccdcd5ba5ab8a4.rlib" "/opt/crater/target/debug/deps/libitoa-03ed006c279c1d9e.rlib" "/opt/crater/target/debug/deps/libnum_traits-676f5cbea97d2da9.rlib" "/opt/crater/target/debug/deps/libnum_traits-a85ee5cde2084140.rlib" "/opt/crater/target/debug/deps/libserde-b6a7de4cd21b260d.rlib" "/opt/crater/target/debug/deps/libhttp-6b54792523d46488.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libbytes-240fd32b954b846c.rlib" "/opt/crater/target/debug/deps/libiovec-0eea5ec6683412ef.rlib" "/opt/crater/target/debug/deps/libbyteorder-65031fbc8697231a.rlib" "/opt/crater/target/debug/deps/libfailure-59ae0f37c46944b9.rlib" "/opt/crater/target/debug/deps/libbacktrace-fa07dacb5fb7deb8.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-9d5dffe8e417f0a9.rlib" "/opt/crater/target/debug/deps/librustc_demangle-ae6c68b876f2f0db.rlib" "/opt/crater/target/debug/deps/libcfg_if-d91c3b4a47d9636f.rlib" "/opt/crater/target/debug/deps/liblibc-c0c224030ba918a8.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/ow_damage_calc_web-308bfa1974657e46.ow_damage_calc_web.70zxh55q-cgu.11.rcgu.o: In function `stdweb::webapi::event_target::IEventTarget::add_event_listener': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.3.0/src/webcore/macros.rs:48: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/ow_damage_calc_web-308bfa1974657e46.ow_damage_calc_web.70zxh55q-cgu.11.rcgu.o: In function `stdweb::webapi::node::INode::next_sibling': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.3.0/src/webcore/macros.rs:48: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/ow_damage_calc_web-308bfa1974657e46.ow_damage_calc_web.70zxh55q-cgu.11.rcgu.o: In function `stdweb::webapi::element::IElement::class_list': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.3.0/src/webcore/macros.rs:48: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/ow_damage_calc_web-308bfa1974657e46.ow_damage_calc_web.70zxh55q-cgu.11.rcgu.o: In function `::from_reference::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.3.0/src/webcore/macros.rs:48: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/ow_damage_calc_web-308bfa1974657e46.ow_damage_calc_web.70zxh55q-cgu.12.rcgu.o: In function `yew::html::Scope::mount_in_place': [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/ow_damage_calc_web-308bfa1974657e46.ow_damage_calc_web.70zxh55q-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-e0d73b9d64e99b12.rlib(stdweb-e0d73b9d64e99b12.stdweb.gh12wqo1-cgu.9.rcgu.o): In function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.3.0/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.3.0/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_set_main_loop' [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 `ow_damage_calc_web`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "55c42275fe26bb04b970eff535c673d0da6d5ee068fea7e10e432c64de7209df"` [INFO] running `"docker" "rm" "-f" "55c42275fe26bb04b970eff535c673d0da6d5ee068fea7e10e432c64de7209df"` [INFO] [stdout] 55c42275fe26bb04b970eff535c673d0da6d5ee068fea7e10e432c64de7209df