[INFO] updating cached repository JD557/pixie-wasm [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/JD557/pixie-wasm [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/JD557/pixie-wasm" "work/ex/beta-1.38-1/sources/1.37.0/gh/JD557/pixie-wasm"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/JD557/pixie-wasm'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/JD557/pixie-wasm" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/JD557/pixie-wasm"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/JD557/pixie-wasm'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 61f37592ed18cec76f8ec653d067e10bf3747858 [INFO] sha for GitHub repo JD557/pixie-wasm: 61f37592ed18cec76f8ec653d067e10bf3747858 [INFO] validating manifest of JD557/pixie-wasm on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of JD557/pixie-wasm on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing JD557/pixie-wasm [INFO] finished frobbing JD557/pixie-wasm [INFO] frobbed toml for JD557/pixie-wasm written to work/ex/beta-1.38-1/sources/1.37.0/gh/JD557/pixie-wasm/Cargo.toml [INFO] started frobbing JD557/pixie-wasm [INFO] finished frobbing JD557/pixie-wasm [INFO] frobbed toml for JD557/pixie-wasm written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/JD557/pixie-wasm/Cargo.toml [INFO] crate JD557/pixie-wasm already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing JD557/pixie-wasm against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/JD557/pixie-wasm:/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-08-13" "build" "--frozen"` [INFO] [stdout] 516f2da192406ede63a87c9523833f79e1af7035c822e2193fb12dc6a4d303ad [INFO] running `"docker" "start" "-a" "516f2da192406ede63a87c9523833f79e1af7035c822e2193fb12dc6a4d303ad"` [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.3 [INFO] [stderr] Compiling base-x v0.2.3 [INFO] [stderr] Compiling rustc-demangle v0.1.11 [INFO] [stderr] Compiling discard v1.0.4 [INFO] [stderr] Compiling anymap v0.12.1 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling stdweb v0.4.12 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling csv v1.0.5 [INFO] [stderr] Compiling pixie-rust v0.1.0 (https://github.com/JD557/pixie-rust#3db2e3a6) [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.82 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.4 [INFO] [stderr] Compiling stdweb-derive v0.5.1 [INFO] [stderr] Compiling yew v0.5.0 (https://github.com/DenisKolodin/yew#886e63da) [INFO] [stderr] Compiling pixie-wasm v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:20:25 [INFO] [stderr] | [INFO] [stderr] 20 | data_load_task: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Task` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `data_load_task` [INFO] [stderr] --> src/lib.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | data_load_task: Box, [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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/pixie_wasm-508b5b244d1f5964.pixie_wasm.aymiu23j-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-508b5b244d1f5964.pixie_wasm.aymiu23j-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-508b5b244d1f5964.pixie_wasm.aymiu23j-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-508b5b244d1f5964.pixie_wasm.aymiu23j-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-508b5b244d1f5964.pixie_wasm.aymiu23j-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-508b5b244d1f5964.pixie_wasm.aymiu23j-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-508b5b244d1f5964.pixie_wasm.aymiu23j-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-508b5b244d1f5964.pixie_wasm.aymiu23j-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-508b5b244d1f5964.pixie_wasm.aymiu23j-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-508b5b244d1f5964.pixie_wasm.aymiu23j-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-508b5b244d1f5964.pixie_wasm.aymiu23j-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-508b5b244d1f5964.pixie_wasm.aymiu23j-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-508b5b244d1f5964.pixie_wasm.aymiu23j-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-508b5b244d1f5964.pixie_wasm.aymiu23j-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-508b5b244d1f5964.pixie_wasm.aymiu23j-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-508b5b244d1f5964.pixie_wasm.aymiu23j-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/pixie_wasm-508b5b244d1f5964" "/opt/crater/target/debug/deps/pixie_wasm-508b5b244d1f5964.3tadnqak9qz8s3dy.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-836ab3c5a798605b/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libpixie_wasm-c27c513fb74b1269.rlib" "/opt/crater/target/debug/deps/libpixie_rust-4983b9f5cca284f9.rlib" "/opt/crater/target/debug/deps/librand-5262059046233d5c.rlib" "/opt/crater/target/debug/deps/librand_xorshift-ed607ecbc9af3364.rlib" "/opt/crater/target/debug/deps/librand_pcg-f13281b07f95deab.rlib" "/opt/crater/target/debug/deps/librand_hc-3fc42ec1c8af02b1.rlib" "/opt/crater/target/debug/deps/librand_chacha-9efa1c258da08e64.rlib" "/opt/crater/target/debug/deps/librand_isaac-c8ad415819834091.rlib" "/opt/crater/target/debug/deps/librand_core-31821dc910b5bac2.rlib" "/opt/crater/target/debug/deps/libcsv-191b51ec8de0fb8b.rlib" "/opt/crater/target/debug/deps/libcsv_core-681f2e0a797b61ed.rlib" "/opt/crater/target/debug/deps/libmemchr-865219201c7cd5cd.rlib" "/opt/crater/target/debug/deps/libyew-892366f1d38c3405.rlib" "/opt/crater/target/debug/deps/libstdweb-6382c728ae77de03.rlib" "/opt/crater/target/debug/deps/libdiscard-9c096ff64b75fbcb.rlib" "/opt/crater/target/debug/deps/libstdweb_internal_runtime-ba42257a50195ed2.rlib" "/opt/crater/target/debug/deps/libslab-95586f5c0ae1cb00.rlib" "/opt/crater/target/debug/deps/libanymap-76a41cc7f151935a.rlib" "/opt/crater/target/debug/deps/libbincode-34e02ae21666aa33.rlib" "/opt/crater/target/debug/deps/libserde_json-e40190fc01662d40.rlib" "/opt/crater/target/debug/deps/libryu-511d1a21231511ed.rlib" "/opt/crater/target/debug/deps/libserde-9844336185c97f3f.rlib" "/opt/crater/target/debug/deps/libhttp-ed1e1d3e30b82901.rlib" "/opt/crater/target/debug/deps/libitoa-965dbaa5417f4779.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libbytes-9f0c1f28696f26aa.rlib" "/opt/crater/target/debug/deps/libiovec-0f8b28fe72809577.rlib" "/opt/crater/target/debug/deps/libbyteorder-66f90abb67f6906c.rlib" "/opt/crater/target/debug/deps/liblog-fb8f572ddd20602f.rlib" "/opt/crater/target/debug/deps/libfailure-dfb3be1829c521a9.rlib" "/opt/crater/target/debug/deps/libbacktrace-5d36e8d9a1b09a6b.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-f680ed4942981779.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dfd837f3decdcd35.rlib" "/opt/crater/target/debug/deps/libcfg_if-52f952e08f3290ba.rlib" "/opt/crater/target/debug/deps/liblibc-c1b722c953c59030.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libyew-892366f1d38c3405.rlib(yew-892366f1d38c3405.yew.6rjh9wfz-cgu.0.rcgu.o): In function `yew::services::interval::IntervalService::spawn::snippet::__cargo_web_snippet_e16925f5fb047225caca5aebacba0569cda4fd62': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/yew-cffb4df3674cc4fb/886e63d/<::stdweb::webcore::macros::_js_impl macros>:45: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-892366f1d38c3405.rlib(yew-892366f1d38c3405.yew.6rjh9wfz-cgu.0.rcgu.o): In function `::cancel::snippet::__cargo_web_snippet_4a7df277900746999886798c4e9ff738877c3d95': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/yew-cffb4df3674cc4fb/886e63d/<::stdweb::webcore::macros::_js_impl macros>:35: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-892366f1d38c3405.rlib(yew-892366f1d38c3405.yew.6rjh9wfz-cgu.4.rcgu.o): In function `yew::services::console::ConsoleService::log::snippet::__cargo_web_snippet_199d5eb25dfe761687bcd487578eb7e636bd9650': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/yew-cffb4df3674cc4fb/886e63d/<::stdweb::webcore::macros::_js_impl macros>:35: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-892366f1d38c3405.rlib(yew-892366f1d38c3405.yew.6rjh9wfz-cgu.8.rcgu.o): In function `yew::virtual_dom::vtag::VTag::apply_diffs::snippet::__cargo_web_snippet_0da47658267a7497de743e1b0892f992ba6ca6ef': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/yew-cffb4df3674cc4fb/886e63d/<::stdweb::webcore::macros::_js_impl macros>:35: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-892366f1d38c3405.rlib(yew-892366f1d38c3405.yew.6rjh9wfz-cgu.8.rcgu.o): In function `yew::virtual_dom::vtag::VTag::apply_diffs::snippet::__cargo_web_snippet_6a77b2f2accec26fefbfa0d864061d26f40f8f6f': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/yew-cffb4df3674cc4fb/886e63d/<::stdweb::webcore::macros::_js_impl macros>:35: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-892366f1d38c3405.rlib(yew-892366f1d38c3405.yew.6rjh9wfz-cgu.8.rcgu.o):/opt/crater/cargo-home/git/checkouts/yew-cffb4df3674cc4fb/886e63d/<::stdweb::webcore::macros::_js_impl macros>:35: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-6382c728ae77de03.rlib(stdweb-6382c728ae77de03.stdweb.dho384ml-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.4.12/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.12/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_set_main_loop' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-6382c728ae77de03.rlib(stdweb-6382c728ae77de03.stdweb.dho384ml-cgu.9.rcgu.o): In function `stdweb::webcore::value::Reference::from_raw_unchecked::snippet::__cargo_web_snippet_9f22d4ca7bc938409787341b7db181f8dd41e6df': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.12/src/webcore/macros.rs:32: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-6382c728ae77de03.rlib(stdweb-6382c728ae77de03.stdweb.dho384ml-cgu.9.rcgu.o): In function `::drop::snippet::__cargo_web_snippet_80d6d56760c65e49b7be8b6b01c1ea861b046bf0': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.12/src/webcore/macros.rs:32: 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 `pixie-wasm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "516f2da192406ede63a87c9523833f79e1af7035c822e2193fb12dc6a4d303ad"` [INFO] running `"docker" "rm" "-f" "516f2da192406ede63a87c9523833f79e1af7035c822e2193fb12dc6a4d303ad"` [INFO] [stdout] 516f2da192406ede63a87c9523833f79e1af7035c822e2193fb12dc6a4d303ad