[INFO] updating cached repository Baransu/wasm-test [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Baransu/wasm-test [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Baransu/wasm-test" "work/ex/beta-1.37-6/sources/1.36.0/gh/Baransu/wasm-test"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Baransu/wasm-test'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Baransu/wasm-test" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Baransu/wasm-test"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Baransu/wasm-test'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 720a857d8a06a7d79eb474d2b2b68eb6b57790d4 [INFO] sha for GitHub repo Baransu/wasm-test: 720a857d8a06a7d79eb474d2b2b68eb6b57790d4 [INFO] validating manifest of Baransu/wasm-test 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 Baransu/wasm-test 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 Baransu/wasm-test [INFO] finished frobbing Baransu/wasm-test [INFO] frobbed toml for Baransu/wasm-test written to work/ex/beta-1.37-6/sources/1.36.0/gh/Baransu/wasm-test/Cargo.toml [INFO] started frobbing Baransu/wasm-test [INFO] finished frobbing Baransu/wasm-test [INFO] frobbed toml for Baransu/wasm-test written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Baransu/wasm-test/Cargo.toml [INFO] crate Baransu/wasm-test 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 Baransu/wasm-test 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-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/Baransu/wasm-test:/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] dd1df1417258faf4116a0687176c8681b4b97c75e3b87d9a09dbb114b4d27a29 [INFO] running `"docker" "start" "-a" "dd1df1417258faf4116a0687176c8681b4b97c75e3b87d9a09dbb114b4d27a29"` [INFO] [stderr] Compiling serde_json v1.0.7 [INFO] [stderr] Compiling stdweb v0.1.3 [INFO] [stderr] Compiling wasm-test v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `stdweb::unstable::TryInto` [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use stdweb::unstable::TryInto; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Element`, `HtmlElement`, `IElement`, `IHtmlElement`, `window` [INFO] [stderr] --> src/main.rs:9:33 [INFO] [stderr] | [INFO] [stderr] 9 | use stdweb::web::{IEventTarget, IElement, IHtmlElement, INode, HtmlElement, Element, document, [INFO] [stderr] | ^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^ [INFO] [stderr] 10 | window}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `BlurEvent`, `ChangeEvent`, `DoubleClickEvent`, `HashChangeEvent`, `IEvent`, `IKeyboardEvent`, `KeypressEvent` [INFO] [stderr] --> src/main.rs:12:26 [INFO] [stderr] | [INFO] [stderr] 12 | use stdweb::web::event::{IEvent, IKeyboardEvent, DoubleClickEvent, ClickEvent, KeypressEvent, [INFO] [stderr] | ^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stderr] 13 | ChangeEvent, BlurEvent, HashChangeEvent}; [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `stdweb::web::html_element::InputElement` [INFO] [stderr] --> src/main.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use stdweb::web::html_element::InputElement; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/wasm_test-6a542cda45fccf79.wasm_test.37lq7k2k-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79.wasm_test.37lq7k2k-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79.wasm_test.37lq7k2k-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79.wasm_test.37lq7k2k-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79.wasm_test.37lq7k2k-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79.wasm_test.37lq7k2k-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79.wasm_test.37lq7k2k-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79.wasm_test.37lq7k2k-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79.wasm_test.37lq7k2k-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79.wasm_test.37lq7k2k-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79.wasm_test.37lq7k2k-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79.wasm_test.37lq7k2k-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79.wasm_test.37lq7k2k-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79.wasm_test.37lq7k2k-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79.wasm_test.37lq7k2k-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79.wasm_test.37lq7k2k-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79" "/opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79.2fmrs65unoge7nu6.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/libstdweb-fedadc9f4c99b437.rlib" "/opt/crater/target/debug/deps/libserde_json-2cfb896ef42a9561.rlib" "/opt/crater/target/debug/deps/libdtoa-afccdcd5ba5ab8a4.rlib" "/opt/crater/target/debug/deps/libitoa-03ed006c279c1d9e.rlib" "/opt/crater/target/debug/deps/libnum_traits-3f18b91227087abf.rlib" "/opt/crater/target/debug/deps/libserde-e676072ab3347782.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" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79.wasm_test.37lq7k2k-cgu.0.rcgu.o: In function ` as stdweb::webcore::serialization::JsSerializableOwned>::into_js_owned::funcall_adapter': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.1.3/src/webcore/macros.rs:47: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79.wasm_test.37lq7k2k-cgu.1.rcgu.o: In function `stdweb::webapi::event_target::IEventTarget::add_event_listener': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.1.3/src/webcore/macros.rs:220: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79.wasm_test.37lq7k2k-cgu.1.rcgu.o: In function `stdweb::webapi::node::INode::append_child': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.1.3/src/webcore/macros.rs:212: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79.wasm_test.37lq7k2k-cgu.1.rcgu.o: In function `stdweb::webapi::node::INode::append_child': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.1.3/src/webcore/macros.rs:212: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79.wasm_test.37lq7k2k-cgu.1.rcgu.o: In function `stdweb::webapi::node::INode::set_text_content': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.1.3/src/webcore/macros.rs:212: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/wasm_test-6a542cda45fccf79.wasm_test.37lq7k2k-cgu.11.rcgu.o:/opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.1.3/src/webcore/macros.rs:47: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-fedadc9f4c99b437.rlib(stdweb-fedadc9f4c99b437.stdweb.cog0zjgt-cgu.10.rcgu.o): In function `stdweb::webcore::initialization::event_loop': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.1.3/src/webcore/initialization.rs:268: undefined reference to `emscripten_pause_main_loop' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.1.3/src/webcore/initialization.rs:270: undefined reference to `emscripten_set_main_loop' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-fedadc9f4c99b437.rlib(stdweb-fedadc9f4c99b437.stdweb.cog0zjgt-cgu.7.rcgu.o): In function `stdweb::webcore::value::Reference::from_raw_unchecked': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.1.3/src/webcore/value.rs:25: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-fedadc9f4c99b437.rlib(stdweb-fedadc9f4c99b437.stdweb.cog0zjgt-cgu.7.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.1.3/src/webcore/value.rs:55: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-fedadc9f4c99b437.rlib(stdweb-fedadc9f4c99b437.stdweb.cog0zjgt-cgu.8.rcgu.o): In function `stdweb::webapi::document::document': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.1.3/src/webapi/document.rs:29: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-fedadc9f4c99b437.rlib(stdweb-fedadc9f4c99b437.stdweb.cog0zjgt-cgu.8.rcgu.o): In function `stdweb::webapi::document::Document::get_element_by_id': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.1.3/src/webapi/document.rs:61: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-fedadc9f4c99b437.rlib(stdweb-fedadc9f4c99b437.stdweb.cog0zjgt-cgu.8.rcgu.o): In function `stdweb::webapi::document::Document::create_element': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.1.3/src/webapi/document.rs:72: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-fedadc9f4c99b437.rlib(stdweb-fedadc9f4c99b437.stdweb.cog0zjgt-cgu.8.rcgu.o):/opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.1.3/src/webapi/document.rs:81: 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 `wasm-test`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "dd1df1417258faf4116a0687176c8681b4b97c75e3b87d9a09dbb114b4d27a29"` [INFO] running `"docker" "rm" "-f" "dd1df1417258faf4116a0687176c8681b4b97c75e3b87d9a09dbb114b4d27a29"` [INFO] [stdout] dd1df1417258faf4116a0687176c8681b4b97c75e3b87d9a09dbb114b4d27a29