[INFO] cloning repository https://github.com/Webd01/SuperWASM [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Webd01/SuperWASM" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FWebd01%2FSuperWASM"` [INFO] [stderr] Cloning into bare repository 'work/cache/git-repos/https%3A%2F%2Fgithub.com%2FWebd01%2FSuperWASM'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 07d0092f8b4935ec2aeb981f6b5381e4776d86cb [INFO] testing Webd01/SuperWASM against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FWebd01%2FSuperWASM" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Webd01/SuperWASM on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Webd01/SuperWASM [INFO] finished tweaking git repo https://github.com/Webd01/SuperWASM [INFO] tweaked toml for git repo https://github.com/Webd01/SuperWASM written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/Webd01/SuperWASM already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] b758711523c58d5945d2e4355b5cc7ec53edbd59cbd75d721efd9daf0e3df3a9 [INFO] running `"docker" "start" "-a" "b758711523c58d5945d2e4355b5cc7ec53edbd59cbd75d721efd9daf0e3df3a9"` [INFO] [stderr] Compiling serde v1.0.79 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.0 [INFO] [stderr] Compiling discard v1.0.4 [INFO] [stderr] Compiling anymap v0.12.1 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling http v0.1.13 [INFO] [stderr] Compiling rmp v0.8.7 [INFO] [stderr] Compiling syn v0.15.9 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling serde_derive v1.0.79 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.32 [INFO] [stderr] Compiling serde_cbor v0.8.2 [INFO] [stderr] Compiling toml v0.4.8 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling serde_yaml v0.7.5 [INFO] [stderr] Compiling rmp-serde v0.13.7 [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.5.0 (https://github.com/DenisKolodin/yew#33ebfcbe) [INFO] [stderr] Compiling super-wasm v0.1.0 (/opt/rustwide/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/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/super_wasm-77ab152d002feb82.super_wasm.wyhm7evo-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/super_wasm-77ab152d002feb82.super_wasm.wyhm7evo-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/super_wasm-77ab152d002feb82.super_wasm.wyhm7evo-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/super_wasm-77ab152d002feb82.super_wasm.wyhm7evo-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/super_wasm-77ab152d002feb82.super_wasm.wyhm7evo-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/super_wasm-77ab152d002feb82.super_wasm.wyhm7evo-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/super_wasm-77ab152d002feb82.super_wasm.wyhm7evo-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/super_wasm-77ab152d002feb82.super_wasm.wyhm7evo-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/super_wasm-77ab152d002feb82.super_wasm.wyhm7evo-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/super_wasm-77ab152d002feb82.super_wasm.wyhm7evo-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/super_wasm-77ab152d002feb82.super_wasm.wyhm7evo-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/super_wasm-77ab152d002feb82.super_wasm.wyhm7evo-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/super_wasm-77ab152d002feb82.super_wasm.wyhm7evo-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/super_wasm-77ab152d002feb82.super_wasm.wyhm7evo-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/super_wasm-77ab152d002feb82.super_wasm.wyhm7evo-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/super_wasm-77ab152d002feb82.super_wasm.wyhm7evo-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/super_wasm-77ab152d002feb82" "/opt/rustwide/target/debug/deps/super_wasm-77ab152d002feb82.3bb8mfavvu4n9e5u.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-98878eead22a571b/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsuper_wasm-4d8d49489557bf84.rlib" "/opt/rustwide/target/debug/deps/libyew-df1fe7c13a6b6fb4.rlib" "/opt/rustwide/target/debug/deps/libserde_cbor-ae0e13339f7ed961.rlib" "/opt/rustwide/target/debug/deps/librmp_serde-ac8c769f1a569945.rlib" "/opt/rustwide/target/debug/deps/librmp-1310499e47b7650c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9c00a5e6678d4995.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-cb412cedb055b888.rlib" "/opt/rustwide/target/debug/deps/libserde_yaml-f2fdc65b7f8823c9.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-9e30b6fac84836f9.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-6541ddd47c123284.rlib" "/opt/rustwide/target/debug/deps/libdtoa-437bac9d1d29b832.rlib" "/opt/rustwide/target/debug/deps/libtoml-e17a0ced927464fd.rlib" "/opt/rustwide/target/debug/deps/libstdweb-690b107aef6386a7.rlib" "/opt/rustwide/target/debug/deps/libdiscard-da00b1228a9e1e77.rlib" "/opt/rustwide/target/debug/deps/libstdweb_internal_runtime-2e404aa9af4cbea3.rlib" "/opt/rustwide/target/debug/deps/libslab-12b7ed347e55c768.rlib" "/opt/rustwide/target/debug/deps/libanymap-d90389c92ba75ba5.rlib" "/opt/rustwide/target/debug/deps/libbincode-76c7d9199efc0572.rlib" "/opt/rustwide/target/debug/deps/libserde_json-294d4e03f717707b.rlib" "/opt/rustwide/target/debug/deps/libryu-e7b4db11fd61f2dc.rlib" "/opt/rustwide/target/debug/deps/libserde-b5dfdd25474818ee.rlib" "/opt/rustwide/target/debug/deps/libhttp-33a6bff8fea33376.rlib" "/opt/rustwide/target/debug/deps/libitoa-29042d2791be6b24.rlib" "/opt/rustwide/target/debug/deps/libfnv-51dd7c2b44b560c1.rlib" "/opt/rustwide/target/debug/deps/libbytes-249bb351719b1856.rlib" "/opt/rustwide/target/debug/deps/libiovec-4822f91cf67a252e.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c4c1aa6053a77371.rlib" "/opt/rustwide/target/debug/deps/liblog-ef2b5c12f4165f61.rlib" "/opt/rustwide/target/debug/deps/libfailure-f0f23a27853f968d.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-f7eb9afdde6e5676.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-1b1c2fea42b2b96e.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-885655d8af09a255.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-2d76e9e86a4f22b9.rlib" "/opt/rustwide/target/debug/deps/liblibc-bf38b81fcf8d35dc.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/super_wasm-77ab152d002feb82.super_wasm.wyhm7evo-cgu.1.rcgu.o: In function `yew::virtual_dom::vtag::VTag::apply_diffs': [INFO] [stderr] /opt/rustwide/workdir/<::stdweb::webcore::macros::__js_raw_asm macros>:6: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/workdir/<::stdweb::webcore::macros::__js_raw_asm macros>:6: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/super_wasm-77ab152d002feb82.super_wasm.wyhm7evo-cgu.13.rcgu.o: In function `stdweb::webapi::html_elements::input::InputElement::set_raw_value': [INFO] [stderr] /opt/rustwide/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/rustwide/target/debug/deps/super_wasm-77ab152d002feb82.super_wasm.wyhm7evo-cgu.14.rcgu.o: In function `stdweb::webapi::html_elements::textarea::TextAreaElement::set_value': [INFO] [stderr] /opt/rustwide/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/rustwide/target/debug/deps/super_wasm-77ab152d002feb82.super_wasm.wyhm7evo-cgu.15.rcgu.o: In function `stdweb::webcore::value::Reference::from_raw_unchecked': [INFO] [stderr] /opt/rustwide/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/rustwide/target/debug/deps/super_wasm-77ab152d002feb82.super_wasm.wyhm7evo-cgu.15.rcgu.o:/opt/rustwide/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/rustwide/target/debug/deps/libstdweb-690b107aef6386a7.rlib(stdweb-690b107aef6386a7.stdweb.98qfr00x-cgu.5.rcgu.o): In function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/rustwide/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/rustwide/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/rustwide/target/debug/deps/libstdweb-690b107aef6386a7.rlib(stdweb-690b107aef6386a7.stdweb.98qfr00x-cgu.5.rcgu.o): In function `::instance_of': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.9/src/webapi/node.rs:357: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-690b107aef6386a7.rlib(stdweb-690b107aef6386a7.stdweb.98qfr00x-cgu.6.rcgu.o): In function `stdweb::webcore::value::Reference::from_raw_unchecked': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.9/src/webcore/value.rs:33: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-690b107aef6386a7.rlib(stdweb-690b107aef6386a7.stdweb.98qfr00x-cgu.6.rcgu.o): In function `::drop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.9/src/webcore/value.rs:89: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-690b107aef6386a7.rlib(stdweb-690b107aef6386a7.stdweb.98qfr00x-cgu.7.rcgu.o): In function `::instance_of': [INFO] [stderr] /opt/rustwide/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/rustwide/target/debug/deps/libstdweb-690b107aef6386a7.rlib(stdweb-690b107aef6386a7.stdweb.98qfr00x-cgu.7.rcgu.o): In function `::instance_of': [INFO] [stderr] /opt/rustwide/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" "b758711523c58d5945d2e4355b5cc7ec53edbd59cbd75d721efd9daf0e3df3a9"` [INFO] running `"docker" "rm" "-f" "b758711523c58d5945d2e4355b5cc7ec53edbd59cbd75d721efd9daf0e3df3a9"` [INFO] [stdout] b758711523c58d5945d2e4355b5cc7ec53edbd59cbd75d721efd9daf0e3df3a9