[INFO] updating cached repository jonlamb-gh/rust-test-webapp [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jonlamb-gh/rust-test-webapp [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jonlamb-gh/rust-test-webapp" "work/ex/beta-1.37-6/sources/1.36.0/gh/jonlamb-gh/rust-test-webapp"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/jonlamb-gh/rust-test-webapp'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jonlamb-gh/rust-test-webapp" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jonlamb-gh/rust-test-webapp"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jonlamb-gh/rust-test-webapp'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 971d0d2034578658417000a75c60190dfc885290 [INFO] sha for GitHub repo jonlamb-gh/rust-test-webapp: 971d0d2034578658417000a75c60190dfc885290 [INFO] validating manifest of jonlamb-gh/rust-test-webapp 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 jonlamb-gh/rust-test-webapp 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 jonlamb-gh/rust-test-webapp [INFO] finished frobbing jonlamb-gh/rust-test-webapp [INFO] frobbed toml for jonlamb-gh/rust-test-webapp written to work/ex/beta-1.37-6/sources/1.36.0/gh/jonlamb-gh/rust-test-webapp/Cargo.toml [INFO] started frobbing jonlamb-gh/rust-test-webapp [INFO] finished frobbing jonlamb-gh/rust-test-webapp [INFO] frobbed toml for jonlamb-gh/rust-test-webapp written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jonlamb-gh/rust-test-webapp/Cargo.toml [INFO] crate jonlamb-gh/rust-test-webapp 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] [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] [stderr] Blocking waiting for file lock on package cache [INFO] testing jonlamb-gh/rust-test-webapp against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jonlamb-gh/rust-test-webapp:/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 9f00625950cec7e19ef8039fb201f6b723e18a31b01c65af7e0b74f4ae299994 [INFO] running `"docker" "start" "-a" "9f00625950cec7e19ef8039fb201f6b723e18a31b01c65af7e0b74f4ae299994"` [INFO] [stderr] Compiling dimensioned v0.7.0 [INFO] [stderr] Compiling discard v1.0.3 [INFO] [stderr] Compiling csv v0.15.0 [INFO] [stderr] Compiling http v0.1.11 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling steel-cent v0.2.2 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling serde_derive v1.0.76 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling failure v0.1.2 [INFO] [stderr] Compiling stdweb-derive v0.5.0 [INFO] [stderr] Compiling stdweb v0.4.9 [INFO] [stderr] Compiling yew v0.4.0 [INFO] [stderr] Compiling rust-test-webapp v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `stdweb::web::html_element::SelectElement` [INFO] [stderr] --> src/web/new_invoice.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use stdweb::web::html_element::SelectElement; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/web/new_invoice.rs:73:21 [INFO] [stderr] | [INFO] [stderr] 73 | let mut item = self.invoice.get_mut_billable_item(id); [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `RedPine` [INFO] [stderr] --> src/data/lumber_types.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | RedPine, [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/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/rust_test_webapp-9a0751841569ac07.rust_test_webapp.75ff1cdz-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/rust_test_webapp-9a0751841569ac07.rust_test_webapp.75ff1cdz-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/rust_test_webapp-9a0751841569ac07.rust_test_webapp.75ff1cdz-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/rust_test_webapp-9a0751841569ac07.rust_test_webapp.75ff1cdz-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/rust_test_webapp-9a0751841569ac07.rust_test_webapp.75ff1cdz-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/rust_test_webapp-9a0751841569ac07.rust_test_webapp.75ff1cdz-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/rust_test_webapp-9a0751841569ac07.rust_test_webapp.75ff1cdz-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/rust_test_webapp-9a0751841569ac07.rust_test_webapp.75ff1cdz-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/rust_test_webapp-9a0751841569ac07.rust_test_webapp.75ff1cdz-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/rust_test_webapp-9a0751841569ac07.rust_test_webapp.75ff1cdz-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/rust_test_webapp-9a0751841569ac07.rust_test_webapp.75ff1cdz-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/rust_test_webapp-9a0751841569ac07.rust_test_webapp.75ff1cdz-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/rust_test_webapp-9a0751841569ac07.rust_test_webapp.75ff1cdz-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/rust_test_webapp-9a0751841569ac07.rust_test_webapp.75ff1cdz-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/rust_test_webapp-9a0751841569ac07.rust_test_webapp.75ff1cdz-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/rust_test_webapp-9a0751841569ac07.rust_test_webapp.75ff1cdz-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/rust_test_webapp-9a0751841569ac07" "/opt/crater/target/debug/deps/rust_test_webapp-9a0751841569ac07.4gsb0r8z1whpioac.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-4ba31235073bc641/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libsteel_cent-7eaed745d990f5f0.rlib" "/opt/crater/target/debug/deps/liblazy_static-340233930678a434.rlib" "/opt/crater/target/debug/deps/libdimensioned-0b6ee77d45b745c9.rlib" "/opt/crater/target/debug/deps/libgeneric_array-b68b3f3de60881f9.rlib" "/opt/crater/target/debug/deps/libtypenum-ae9884ba48ac3ae3.rlib" "/opt/crater/target/debug/deps/libchrono-dd5e2dbffdffd79d.rlib" "/opt/crater/target/debug/deps/libnum_integer-0f22057be67d9bf3.rlib" "/opt/crater/target/debug/deps/libnum_traits-94b90cca97ce97fe.rlib" "/opt/crater/target/debug/deps/libtime-c324f7de61606fd8.rlib" "/opt/crater/target/debug/deps/libyew-1c608f55c0d202f9.rlib" "/opt/crater/target/debug/deps/libstdweb-979b2b634401f4b3.rlib" "/opt/crater/target/debug/deps/libdiscard-f5770bd34db29696.rlib" "/opt/crater/target/debug/deps/libstdweb_internal_runtime-17289890f60b2382.rlib" "/opt/crater/target/debug/deps/libserde_json-1d92ecf040a65136.rlib" "/opt/crater/target/debug/deps/libryu-2b15b61ca33b5772.rlib" "/opt/crater/target/debug/deps/libserde-825cddfad2f6a288.rlib" "/opt/crater/target/debug/deps/libhttp-95197b21d371e231.rlib" "/opt/crater/target/debug/deps/libitoa-d82b8d46c90852b9.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libbytes-8af22543ac0e0f4f.rlib" "/opt/crater/target/debug/deps/libiovec-62a4c499ed38c6f9.rlib" "/opt/crater/target/debug/deps/libbyteorder-d2dd7af14361200c.rlib" "/opt/crater/target/debug/deps/liblog-7c23dd2cb36db1ae.rlib" "/opt/crater/target/debug/deps/libfailure-76ffee621dd332b3.rlib" "/opt/crater/target/debug/deps/libbacktrace-9c4aa3aa88664b3f.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ac8d1dda722e7c6.rlib" "/opt/crater/target/debug/deps/librustc_demangle-6a28f170d1e5cc2e.rlib" "/opt/crater/target/debug/deps/libcfg_if-24fda8114a69fd13.rlib" "/opt/crater/target/debug/deps/liblibc-7ef0ecc5d6f9b1d0.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/rust_test_webapp-9a0751841569ac07.rust_test_webapp.75ff1cdz-cgu.1.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/workdir/<::stdweb::webcore::macros::__js_raw_asm macros>:4: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/rust_test_webapp-9a0751841569ac07.rust_test_webapp.75ff1cdz-cgu.1.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/workdir/<::stdweb::webcore::macros::__js_raw_asm macros>:4: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/rust_test_webapp-9a0751841569ac07.rust_test_webapp.75ff1cdz-cgu.1.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/rust_test_webapp-9a0751841569ac07.rust_test_webapp.75ff1cdz-cgu.1.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-979b2b634401f4b3.rlib(stdweb-979b2b634401f4b3.stdweb.3oib2za5-cgu.5.rcgu.o): In function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.9/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.9/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_set_main_loop' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-979b2b634401f4b3.rlib(stdweb-979b2b634401f4b3.stdweb.3oib2za5-cgu.7.rcgu.o): In function `::instance_of': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.9/src/webcore/macros.rs:546: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-979b2b634401f4b3.rlib(stdweb-979b2b634401f4b3.stdweb.3oib2za5-cgu.7.rcgu.o): In function `::instance_of': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.9/src/webcore/macros.rs:546: 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 `rust-test-webapp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9f00625950cec7e19ef8039fb201f6b723e18a31b01c65af7e0b74f4ae299994"` [INFO] running `"docker" "rm" "-f" "9f00625950cec7e19ef8039fb201f6b723e18a31b01c65af7e0b74f4ae299994"` [INFO] [stdout] 9f00625950cec7e19ef8039fb201f6b723e18a31b01c65af7e0b74f4ae299994