[INFO] updating cached repository Webd01/SuperWASM [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Webd01/SuperWASM [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Webd01/SuperWASM" "work/ex/beta-1.37-6/sources/1.36.0/gh/Webd01/SuperWASM"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Webd01/SuperWASM'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Webd01/SuperWASM" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Webd01/SuperWASM"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Webd01/SuperWASM'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 07d0092f8b4935ec2aeb981f6b5381e4776d86cb [INFO] sha for GitHub repo Webd01/SuperWASM: 07d0092f8b4935ec2aeb981f6b5381e4776d86cb [INFO] validating manifest of Webd01/SuperWASM 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 Webd01/SuperWASM 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 Webd01/SuperWASM [INFO] finished frobbing Webd01/SuperWASM [INFO] frobbed toml for Webd01/SuperWASM written to work/ex/beta-1.37-6/sources/1.36.0/gh/Webd01/SuperWASM/Cargo.toml [INFO] started frobbing Webd01/SuperWASM [INFO] finished frobbing Webd01/SuperWASM [INFO] frobbed toml for Webd01/SuperWASM written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Webd01/SuperWASM/Cargo.toml [INFO] crate Webd01/SuperWASM 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 Webd01/SuperWASM 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-1/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/Webd01/SuperWASM:/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] 976d2c7713b1b7755452fc08e5c388996e0e2f80d7b419f604b907d702925a7c [INFO] running `"docker" "start" "-a" "976d2c7713b1b7755452fc08e5c388996e0e2f80d7b419f604b907d702925a7c"` [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.0 [INFO] [stderr] Compiling serde_yaml v0.7.5 [INFO] [stderr] Compiling serde_cbor v0.8.2 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling syn v0.15.9 [INFO] [stderr] Compiling rmp v0.8.7 [INFO] [stderr] Compiling rmp-serde v0.13.7 [INFO] [stderr] Compiling serde_derive v1.0.79 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling stdweb-derive v0.5.0 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling stdweb v0.4.9 [INFO] [stderr] Compiling failure v0.1.2 [INFO] [stderr] Compiling yew v0.5.0 (https://github.com/DenisKolodin/yew#33ebfcbe) [INFO] [stderr] Compiling super-wasm v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/components/posts.rs:38:13 [INFO] [stderr] | [INFO] [stderr] 38 | _ => false [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `title` [INFO] [stderr] --> src/components/posts.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | title: String, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `body` [INFO] [stderr] --> src/components/posts.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | body: String [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `value` [INFO] [stderr] --> src/lib.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | value: i32 [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: structure field `fetchAPI` should have a snake case name [INFO] [stderr] --> src/components/posts.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 13 | pub fetchAPI: FetchService [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `fetch_api` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] 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/super_wasm-7de986f1bd971c27.super_wasm.4oxtdg2g-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/super_wasm-7de986f1bd971c27.super_wasm.4oxtdg2g-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/super_wasm-7de986f1bd971c27.super_wasm.4oxtdg2g-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/super_wasm-7de986f1bd971c27.super_wasm.4oxtdg2g-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/super_wasm-7de986f1bd971c27.super_wasm.4oxtdg2g-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/super_wasm-7de986f1bd971c27.super_wasm.4oxtdg2g-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/super_wasm-7de986f1bd971c27.super_wasm.4oxtdg2g-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/super_wasm-7de986f1bd971c27.super_wasm.4oxtdg2g-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/super_wasm-7de986f1bd971c27.super_wasm.4oxtdg2g-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/super_wasm-7de986f1bd971c27.super_wasm.4oxtdg2g-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/super_wasm-7de986f1bd971c27.super_wasm.4oxtdg2g-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/super_wasm-7de986f1bd971c27.super_wasm.4oxtdg2g-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/super_wasm-7de986f1bd971c27.super_wasm.4oxtdg2g-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/super_wasm-7de986f1bd971c27.super_wasm.4oxtdg2g-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/super_wasm-7de986f1bd971c27.super_wasm.4oxtdg2g-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/super_wasm-7de986f1bd971c27.super_wasm.4oxtdg2g-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/super_wasm-7de986f1bd971c27" "/opt/crater/target/debug/deps/super_wasm-7de986f1bd971c27.19b11tarukztm1xs.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-039dcd218a0ae435/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/libsuper_wasm-eec69b4ee7362465.rlib" "/opt/crater/target/debug/deps/libyew-747e3425b16ad7a2.rlib" "/opt/crater/target/debug/deps/libserde_cbor-63890114567427b1.rlib" "/opt/crater/target/debug/deps/librmp_serde-d12faf99bb5234bf.rlib" "/opt/crater/target/debug/deps/librmp-0e0b7eaeaa375219.rlib" "/opt/crater/target/debug/deps/libnum_traits-a3ab5ec38e1d4728.rlib" "/opt/crater/target/debug/deps/libnum_traits-b0613bcbd790bfdc.rlib" "/opt/crater/target/debug/deps/libserde_yaml-8a3d79e504f2d1bd.rlib" "/opt/crater/target/debug/deps/libyaml_rust-c7740512f5493899.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-d9e6bb4548f90968.rlib" "/opt/crater/target/debug/deps/libdtoa-0a0f3f42c2e2308c.rlib" "/opt/crater/target/debug/deps/libtoml-dc827b00d3a333d5.rlib" "/opt/crater/target/debug/deps/libstdweb-ab2793a98b06ac19.rlib" "/opt/crater/target/debug/deps/libdiscard-57236529d613e1dd.rlib" "/opt/crater/target/debug/deps/libstdweb_internal_runtime-17289890f60b2382.rlib" "/opt/crater/target/debug/deps/libslab-5ac11dc4bbcd59a8.rlib" "/opt/crater/target/debug/deps/libanymap-8f4977074b830783.rlib" "/opt/crater/target/debug/deps/libbincode-78f7a0a6c60062b2.rlib" "/opt/crater/target/debug/deps/libserde_json-ee0aa6dc87c90ef5.rlib" "/opt/crater/target/debug/deps/libryu-2b15b61ca33b5772.rlib" "/opt/crater/target/debug/deps/libserde-8e29941bd905cd49.rlib" "/opt/crater/target/debug/deps/libhttp-748dea456417cca3.rlib" "/opt/crater/target/debug/deps/libitoa-78d333a119156c7a.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-c78e617fb6e9b98f.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ccd4fabb295942d.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-54a14326a09cc4a9.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/super_wasm-7de986f1bd971c27.super_wasm.4oxtdg2g-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/super_wasm-7de986f1bd971c27.super_wasm.4oxtdg2g-cgu.12.rcgu.o: In function `stdweb::webapi::html_elements::input::InputElement::set_raw_value': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.9/src/webcore/macros.rs:37: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/super_wasm-7de986f1bd971c27.super_wasm.4oxtdg2g-cgu.12.rcgu.o: In function `stdweb::webapi::html_elements::textarea::TextAreaElement::set_value': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.9/src/webcore/macros.rs:37: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/super_wasm-7de986f1bd971c27.super_wasm.4oxtdg2g-cgu.15.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.9/src/webcore/macros.rs:37: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/super_wasm-7de986f1bd971c27.super_wasm.4oxtdg2g-cgu.15.rcgu.o:/opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.9/src/webcore/macros.rs:37: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-ab2793a98b06ac19.rlib(stdweb-ab2793a98b06ac19.stdweb.4ikold0v-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-ab2793a98b06ac19.rlib(stdweb-ab2793a98b06ac19.stdweb.4ikold0v-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-ab2793a98b06ac19.rlib(stdweb-ab2793a98b06ac19.stdweb.4ikold0v-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 `super-wasm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "976d2c7713b1b7755452fc08e5c388996e0e2f80d7b419f604b907d702925a7c"` [INFO] running `"docker" "rm" "-f" "976d2c7713b1b7755452fc08e5c388996e0e2f80d7b419f604b907d702925a7c"` [INFO] [stdout] 976d2c7713b1b7755452fc08e5c388996e0e2f80d7b419f604b907d702925a7c