[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.37-6/sources/1.36.0/gh/JD557/pixie-wasm"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/JD557/pixie-wasm'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/JD557/pixie-wasm" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/JD557/pixie-wasm"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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.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 JD557/pixie-wasm 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 JD557/pixie-wasm [INFO] finished frobbing JD557/pixie-wasm [INFO] frobbed toml for JD557/pixie-wasm written to work/ex/beta-1.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/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.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 JD557/pixie-wasm 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-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 2daed8eb82734f40311f1819e0fb3a191d6427ea66b4fb43cd292a1001f08279 [INFO] running `"docker" "start" "-a" "2daed8eb82734f40311f1819e0fb3a191d6427ea66b4fb43cd292a1001f08279"` [INFO] [stderr] Compiling serde v1.0.82 [INFO] [stderr] Compiling autocfg v0.1.1 [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.3 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling rustc-demangle v0.1.11 [INFO] [stderr] Compiling base-x v0.2.3 [INFO] [stderr] Compiling discard v1.0.4 [INFO] [stderr] Compiling anymap v0.12.1 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling stdweb v0.4.12 [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 pixie-rust v0.1.0 (https://github.com/JD557/pixie-rust#3db2e3a6) [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling csv v1.0.5 [INFO] [stderr] Compiling serde_derive v1.0.82 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling stdweb-derive v0.5.1 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.4 [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: 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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/pixie_wasm-84f628d7b5d851b4.pixie_wasm.3abwxt71-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-84f628d7b5d851b4.pixie_wasm.3abwxt71-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-84f628d7b5d851b4.pixie_wasm.3abwxt71-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-84f628d7b5d851b4.pixie_wasm.3abwxt71-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-84f628d7b5d851b4.pixie_wasm.3abwxt71-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-84f628d7b5d851b4.pixie_wasm.3abwxt71-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-84f628d7b5d851b4.pixie_wasm.3abwxt71-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-84f628d7b5d851b4.pixie_wasm.3abwxt71-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-84f628d7b5d851b4.pixie_wasm.3abwxt71-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-84f628d7b5d851b4.pixie_wasm.3abwxt71-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-84f628d7b5d851b4.pixie_wasm.3abwxt71-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-84f628d7b5d851b4.pixie_wasm.3abwxt71-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-84f628d7b5d851b4.pixie_wasm.3abwxt71-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-84f628d7b5d851b4.pixie_wasm.3abwxt71-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-84f628d7b5d851b4.pixie_wasm.3abwxt71-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/pixie_wasm-84f628d7b5d851b4.pixie_wasm.3abwxt71-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/pixie_wasm-84f628d7b5d851b4" "/opt/crater/target/debug/deps/pixie_wasm-84f628d7b5d851b4.2b3kowcdt2p02qsw.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-ef3bcfcd6063c961/out" "-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/libpixie_wasm-1eae2bb164bd747a.rlib" "/opt/crater/target/debug/deps/libpixie_rust-9a86a280b6f764e0.rlib" "/opt/crater/target/debug/deps/librand-abdde3b5f3c93c5a.rlib" "/opt/crater/target/debug/deps/librand_xorshift-bbbe4e8ffe67084e.rlib" "/opt/crater/target/debug/deps/librand_pcg-f29c26a56b885d05.rlib" "/opt/crater/target/debug/deps/librand_hc-32789aa1221b79dd.rlib" "/opt/crater/target/debug/deps/librand_chacha-8f926b26ff31dbf4.rlib" "/opt/crater/target/debug/deps/librand_isaac-26d9168d0f927839.rlib" "/opt/crater/target/debug/deps/librand_core-0c44ab40b4775c1d.rlib" "/opt/crater/target/debug/deps/libcsv-bd7e590ddc0017e9.rlib" "/opt/crater/target/debug/deps/libcsv_core-62d1aa632b5e408f.rlib" "/opt/crater/target/debug/deps/libmemchr-8d2051c231bc5995.rlib" "/opt/crater/target/debug/deps/libyew-956d2fb7145958d6.rlib" "/opt/crater/target/debug/deps/libstdweb-1810835b20ccf49a.rlib" "/opt/crater/target/debug/deps/libdiscard-48a5453cc88bfde7.rlib" "/opt/crater/target/debug/deps/libstdweb_internal_runtime-363da211be4059ac.rlib" "/opt/crater/target/debug/deps/libslab-9c5bb5986ad7a903.rlib" "/opt/crater/target/debug/deps/libanymap-5049d4c3aef2d64c.rlib" "/opt/crater/target/debug/deps/libbincode-53334bd3d1ab34a0.rlib" "/opt/crater/target/debug/deps/libserde_json-4b95e92bd43e54d5.rlib" "/opt/crater/target/debug/deps/libryu-0a79168f3ba04445.rlib" "/opt/crater/target/debug/deps/libserde-f9b8b1e8c47e046f.rlib" "/opt/crater/target/debug/deps/libhttp-a842e921b3780d3a.rlib" "/opt/crater/target/debug/deps/libitoa-5ac5fbad12f6c895.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libbytes-ae6f20401674a06b.rlib" "/opt/crater/target/debug/deps/libiovec-a29c256efeb0d365.rlib" "/opt/crater/target/debug/deps/libbyteorder-93baff524b6b07af.rlib" "/opt/crater/target/debug/deps/liblog-9312ce09ab268404.rlib" "/opt/crater/target/debug/deps/libfailure-f849bb5124c0ec06.rlib" "/opt/crater/target/debug/deps/libbacktrace-630ae98ff7d36524.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-3e4677d4a0f383de.rlib" "/opt/crater/target/debug/deps/librustc_demangle-767d135f11071e41.rlib" "/opt/crater/target/debug/deps/libcfg_if-f8f28fea847dcb27.rlib" "/opt/crater/target/debug/deps/liblibc-9bc9274b5238ee75.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" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libyew-956d2fb7145958d6.rlib(yew-956d2fb7145958d6.yew.2drpsscm-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>:35: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-956d2fb7145958d6.rlib(yew-956d2fb7145958d6.yew.2drpsscm-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>:30: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-956d2fb7145958d6.rlib(yew-956d2fb7145958d6.yew.2drpsscm-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>:30: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-956d2fb7145958d6.rlib(yew-956d2fb7145958d6.yew.2drpsscm-cgu.5.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>:30: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-956d2fb7145958d6.rlib(yew-956d2fb7145958d6.yew.2drpsscm-cgu.5.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>:30: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libyew-956d2fb7145958d6.rlib(yew-956d2fb7145958d6.yew.2drpsscm-cgu.5.rcgu.o):/opt/crater/cargo-home/git/checkouts/yew-cffb4df3674cc4fb/886e63d/<::stdweb::webcore::macros::_js_impl macros>:30: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-1810835b20ccf49a.rlib(stdweb-1810835b20ccf49a.stdweb.5hj5txsg-cgu.6.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-1810835b20ccf49a.rlib(stdweb-1810835b20ccf49a.stdweb.5hj5txsg-cgu.6.rcgu.o): In function `::instance_of::snippet::__cargo_web_snippet_e661a6e83d17ee59647051c129ca260aeaedbaa2': [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-1810835b20ccf49a.rlib(stdweb-1810835b20ccf49a.stdweb.5hj5txsg-cgu.6.rcgu.o): In function `stdweb::webapi::xml_http_request::XmlHttpRequest::new::snippet::__cargo_web_snippet_e4773373c7bd7977c8724df676307048e93c2570': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.12/src/webcore/macros.rs:101: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-1810835b20ccf49a.rlib(stdweb-1810835b20ccf49a.stdweb.5hj5txsg-cgu.6.rcgu.o): In function `stdweb::webapi::xml_http_request::XmlHttpRequest::ready_state::snippet::__cargo_web_snippet_a22b013cdfad43b048086eb38b7d14366fb7d483': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.12/src/webcore/macros.rs:101: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-1810835b20ccf49a.rlib(stdweb-1810835b20ccf49a.stdweb.5hj5txsg-cgu.6.rcgu.o): In function `stdweb::webapi::xml_http_request::XmlHttpRequest::response_text::snippet::__cargo_web_snippet_e3cd2e617561108cc93160c8769c66bc7f4d25d7': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.12/src/webcore/macros.rs:101: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-1810835b20ccf49a.rlib(stdweb-1810835b20ccf49a.stdweb.5hj5txsg-cgu.6.rcgu.o): In function `stdweb::webapi::xml_http_request::XmlHttpRequest::open::snippet::__cargo_web_snippet_a25852c51af085f4ed732c8841ca8ff3a4c18fc1': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.12/src/webcore/macros.rs:91: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-1810835b20ccf49a.rlib(stdweb-1810835b20ccf49a.stdweb.5hj5txsg-cgu.6.rcgu.o):/opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.12/src/webcore/macros.rs:91: more undefined references to `emscripten_asm_const_int' follow [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" "2daed8eb82734f40311f1819e0fb3a191d6427ea66b4fb43cd292a1001f08279"` [INFO] running `"docker" "rm" "-f" "2daed8eb82734f40311f1819e0fb3a191d6427ea66b4fb43cd292a1001f08279"` [INFO] [stdout] 2daed8eb82734f40311f1819e0fb3a191d6427ea66b4fb43cd292a1001f08279