[INFO] updating cached repository skade/kyudo-tracker [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/skade/kyudo-tracker [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/skade/kyudo-tracker" "work/ex/beta-1.37-6/sources/1.36.0/gh/skade/kyudo-tracker"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/skade/kyudo-tracker'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/skade/kyudo-tracker" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/skade/kyudo-tracker"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/skade/kyudo-tracker'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e2692df15db3d63c613e3e02d2a9e5d325fac2c5 [INFO] sha for GitHub repo skade/kyudo-tracker: e2692df15db3d63c613e3e02d2a9e5d325fac2c5 [INFO] validating manifest of skade/kyudo-tracker 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 skade/kyudo-tracker 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 skade/kyudo-tracker [INFO] finished frobbing skade/kyudo-tracker [INFO] frobbed toml for skade/kyudo-tracker written to work/ex/beta-1.37-6/sources/1.36.0/gh/skade/kyudo-tracker/Cargo.toml [INFO] started frobbing skade/kyudo-tracker [INFO] finished frobbing skade/kyudo-tracker [INFO] frobbed toml for skade/kyudo-tracker written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/skade/kyudo-tracker/Cargo.toml [INFO] crate skade/kyudo-tracker 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing skade/kyudo-tracker 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/skade/kyudo-tracker:/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] aee5336e7178f67aad0c7d214babece85d8849a1f677a239dc487f081006d055 [INFO] running `"docker" "start" "-a" "aee5336e7178f67aad0c7d214babece85d8849a1f677a239dc487f081006d055"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Compiling stdweb v0.4.2 (https://github.com/koute/stdweb.git#c017cde2) [INFO] [stderr] Compiling syn v0.12.14 [INFO] [stderr] Compiling serde_derive_internals v0.21.0 [INFO] [stderr] Compiling serde_derive v1.0.33 [INFO] [stderr] Compiling stdweb-derive v0.4.0 (https://github.com/koute/stdweb.git#c017cde2) [INFO] [stderr] Compiling kyudo-tracker v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `stdweb::web::Node` [INFO] [stderr] --> src/main.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | use stdweb::web::Node; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `BlurEvent`, `ChangeEvent`, `DoubleClickEvent`, `KeyPressEvent` [INFO] [stderr] --> src/main.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | DoubleClickEvent, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] 33 | ClickEvent, [INFO] [stderr] 34 | KeyPressEvent, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] 35 | ChangeEvent, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 36 | BlurEvent, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `stdweb::web::html_element::InputElement` [INFO] [stderr] --> src/main.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | use stdweb::web::html_element::InputElement; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Null` [INFO] [stderr] --> src/main.rs:42:21 [INFO] [stderr] | [INFO] [stderr] 42 | use stdweb::{Value, Null}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Promise` [INFO] [stderr] --> src/main.rs:43:14 [INFO] [stderr] | [INFO] [stderr] 43 | use stdweb::{Promise, PromiseFuture}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `number_of_shots` [INFO] [stderr] --> src/main.rs:135:5 [INFO] [stderr] | [INFO] [stderr] 135 | fn number_of_shots(&self) -> u64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `had_shitsu` [INFO] [stderr] --> src/main.rs:139:5 [INFO] [stderr] | [INFO] [stderr] 139 | fn had_shitsu(&self) -> bool { [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/kyudo_tracker-a81cc2e78539e5f1.kyudo_tracker.bt6p6h1l-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/kyudo_tracker-a81cc2e78539e5f1.kyudo_tracker.bt6p6h1l-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/kyudo_tracker-a81cc2e78539e5f1.kyudo_tracker.bt6p6h1l-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/kyudo_tracker-a81cc2e78539e5f1.kyudo_tracker.bt6p6h1l-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/kyudo_tracker-a81cc2e78539e5f1.kyudo_tracker.bt6p6h1l-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/kyudo_tracker-a81cc2e78539e5f1.kyudo_tracker.bt6p6h1l-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/kyudo_tracker-a81cc2e78539e5f1.kyudo_tracker.bt6p6h1l-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/kyudo_tracker-a81cc2e78539e5f1.kyudo_tracker.bt6p6h1l-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/kyudo_tracker-a81cc2e78539e5f1.kyudo_tracker.bt6p6h1l-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/kyudo_tracker-a81cc2e78539e5f1.kyudo_tracker.bt6p6h1l-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/kyudo_tracker-a81cc2e78539e5f1.kyudo_tracker.bt6p6h1l-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/kyudo_tracker-a81cc2e78539e5f1.kyudo_tracker.bt6p6h1l-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/kyudo_tracker-a81cc2e78539e5f1.kyudo_tracker.bt6p6h1l-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/kyudo_tracker-a81cc2e78539e5f1.kyudo_tracker.bt6p6h1l-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/kyudo_tracker-a81cc2e78539e5f1.kyudo_tracker.bt6p6h1l-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/kyudo_tracker-a81cc2e78539e5f1.kyudo_tracker.bt6p6h1l-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/kyudo_tracker-a81cc2e78539e5f1" "/opt/crater/target/debug/deps/kyudo_tracker-a81cc2e78539e5f1.3vvh63o8eoxwvyev.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/libstdweb-0d7f195b6c114653.rlib" "/opt/crater/target/debug/deps/libfutures-e9e3e5e5aaa6742e.rlib" "/opt/crater/target/debug/deps/libserde_json-fbf38cad5d69ac24.rlib" "/opt/crater/target/debug/deps/libdtoa-afccdcd5ba5ab8a4.rlib" "/opt/crater/target/debug/deps/libitoa-03ed006c279c1d9e.rlib" "/opt/crater/target/debug/deps/libnum_traits-0de5e9a22bbed6e2.rlib" "/opt/crater/target/debug/deps/libserde-66f23bf2cfa565ce.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" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/kyudo_tracker-a81cc2e78539e5f1.kyudo_tracker.bt6p6h1l-cgu.0.rcgu.o: In function `kyudo_tracker::Database::new': [INFO] [stderr] /opt/crater/workdir/src/main.rs:61: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/kyudo_tracker-a81cc2e78539e5f1.kyudo_tracker.bt6p6h1l-cgu.0.rcgu.o: In function `kyudo_tracker::Database::get': [INFO] [stderr] /opt/crater/workdir/src/main.rs:72: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/kyudo_tracker-a81cc2e78539e5f1.kyudo_tracker.bt6p6h1l-cgu.0.rcgu.o: In function `kyudo_tracker::Database::insert_or_update': [INFO] [stderr] /opt/crater/workdir/src/main.rs:87: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/kyudo_tracker-a81cc2e78539e5f1.kyudo_tracker.bt6p6h1l-cgu.0.rcgu.o: In function `kyudo_tracker::Database::bulk': [INFO] [stderr] /opt/crater/workdir/src/main.rs:107: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/workdir/src/main.rs:109: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/kyudo_tracker-a81cc2e78539e5f1.kyudo_tracker.bt6p6h1l-cgu.0.rcgu.o:/opt/crater/workdir/src/main.rs:182: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-0d7f195b6c114653.rlib(stdweb-0d7f195b6c114653.stdweb.39is5qke-cgu.9.rcgu.o): In function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/c017cde/src/webcore/ffi/emscripten.rs:9: undefined reference to `emscripten_pause_main_loop' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/c017cde/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 `kyudo-tracker`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "aee5336e7178f67aad0c7d214babece85d8849a1f677a239dc487f081006d055"` [INFO] running `"docker" "rm" "-f" "aee5336e7178f67aad0c7d214babece85d8849a1f677a239dc487f081006d055"` [INFO] [stdout] aee5336e7178f67aad0c7d214babece85d8849a1f677a239dc487f081006d055