[INFO] updating cached repository https://github.com/DenisKolodin/wasm-compilation-fail [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d773ed532a9036722e4d613dc0e0392b40f1d8a1 [INFO] testing DenisKolodin/wasm-compilation-fail against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FDenisKolodin%2Fwasm-compilation-fail" "work/builds/worker-11/source"` [INFO] [stderr] Cloning into 'work/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DenisKolodin/wasm-compilation-fail on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/DenisKolodin/wasm-compilation-fail [INFO] finished tweaking git repo https://github.com/DenisKolodin/wasm-compilation-fail [INFO] tweaked toml for git repo https://github.com/DenisKolodin/wasm-compilation-fail written to work/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/DenisKolodin/wasm-compilation-fail already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-11/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] f1a1a55aae9bd3d8d2f7fec0f8fdfba594b7fc9390d1573a53ce3f61230d4037 [INFO] running `"docker" "start" "-a" "f1a1a55aae9bd3d8d2f7fec0f8fdfba594b7fc9390d1573a53ce3f61230d4037"` [INFO] [stderr] Compiling cc v1.0.5 [INFO] [stderr] Compiling stdweb v0.4.0 [INFO] [stderr] Compiling stdweb v0.4.0 (https://github.com/koute/stdweb#7785f817) [INFO] [stderr] Compiling serde_json v1.0.10 [INFO] [stderr] Compiling syn v0.12.13 [INFO] [stderr] Compiling http v0.1.5 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling stdweb-derive v0.4.0 [INFO] [stderr] Compiling stdweb-derive v0.4.0 (https://github.com/koute/stdweb#7785f817) [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling yew v0.3.0 (https://github.com/DenisKolodin/yew#c6cce687) [INFO] [stderr] Compiling wrong-wasm v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `stdweb::Value` [INFO] [stderr] --> src/main.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use stdweb::Value; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `context` [INFO] [stderr] --> src/main.rs:35:36 [INFO] [stderr] | [INFO] [stderr] 35 | fn create(_: Self::Properties, context: &mut Env) -> Self { [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_context` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `context` [INFO] [stderr] --> src/main.rs:39:42 [INFO] [stderr] | [INFO] [stderr] 39 | fn update(&mut self, msg: Self::Msg, context: &mut Env) -> ShouldRender { [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_context` [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `ProtoResult` [INFO] [stderr] --> src/wsproto.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | pub type ProtoResult = Result; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `ProtoCallback` [INFO] [stderr] --> src/wsproto.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | pub type ProtoCallback = Callback>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `ProtoStatus` [INFO] [stderr] --> src/wsproto.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | pub enum ProtoStatus { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `ProtoService` [INFO] [stderr] --> src/wsproto.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | pub struct ProtoService { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/wsproto.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn new() -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `connect` [INFO] [stderr] --> src/wsproto.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn connect(&mut self, url: &str, notification: Callback) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `request` [INFO] [stderr] --> src/wsproto.rs:113:5 [INFO] [stderr] | [INFO] [stderr] 113 | / pub fn request(&mut self, service: &str, action: &str, input: &IN, handler: ProtoCallback) -> ProtoTask [INFO] [stderr] 114 | | where [INFO] [stderr] 115 | | IN: Serialize, [INFO] [stderr] 116 | | OUT: for <'de> Deserialize<'de>, [INFO] [stderr] ... | [INFO] [stderr] 175 | | } [INFO] [stderr] 176 | | } [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/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.wrong_wasm.bin1o099-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.wrong_wasm.bin1o099-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.wrong_wasm.bin1o099-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.wrong_wasm.bin1o099-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.wrong_wasm.bin1o099-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.wrong_wasm.bin1o099-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.wrong_wasm.bin1o099-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.wrong_wasm.bin1o099-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.wrong_wasm.bin1o099-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.wrong_wasm.bin1o099-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.wrong_wasm.bin1o099-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.wrong_wasm.bin1o099-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.wrong_wasm.bin1o099-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.wrong_wasm.bin1o099-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.wrong_wasm.bin1o099-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.wrong_wasm.bin1o099-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7" "/opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.3wr8uum2ige7sr7c.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-d644d96b07e43d75/out/.libs" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libyew-a1240e7caf957c3a.rlib" "/opt/rustwide/target/debug/deps/libstdweb-64630212593507ae.rlib" "/opt/rustwide/target/debug/deps/libhttp-9bb08d60b89d809f.rlib" "/opt/rustwide/target/debug/deps/libfnv-593caa3c2629b83d.rlib" "/opt/rustwide/target/debug/deps/libbytes-fc53aa0dac17af43.rlib" "/opt/rustwide/target/debug/deps/libiovec-bb7823776652bb61.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-ca9613401f5048f0.rlib" "/opt/rustwide/target/debug/deps/libfailure-64408d7e34d987f3.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-6ac92f3ae90cdd5f.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-23c680cdb4b26289.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-2d11d04a44398c14.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ce426e5d517a3edf.rlib" "/opt/rustwide/target/debug/deps/liblibc-e8f162aedc2b132b.rlib" "/opt/rustwide/target/debug/deps/libstdweb-282e7819b90b687f.rlib" "/opt/rustwide/target/debug/deps/libfutures-68c8088b5af614f5.rlib" "/opt/rustwide/target/debug/deps/libserde_json-d90cf446faecd870.rlib" "/opt/rustwide/target/debug/deps/libdtoa-056fe719c09c0198.rlib" "/opt/rustwide/target/debug/deps/libitoa-9710a507d1214ee7.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-534b7f04c1573b2c.rlib" "/opt/rustwide/target/debug/deps/libserde-195b90e13f924696.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.wrong_wasm.bin1o099-cgu.12.rcgu.o: In function `::instance_of': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.0/src/webcore/macros.rs:34: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.wrong_wasm.bin1o099-cgu.12.rcgu.o: In function `stdweb::webapi::event::IEvent::stop_propagation': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.0/src/webcore/macros.rs:34: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.wrong_wasm.bin1o099-cgu.12.rcgu.o: In function `stdweb::webapi::events::mouse::IMouseEvent::client_x': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.0/src/webcore/macros.rs:34: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.wrong_wasm.bin1o099-cgu.12.rcgu.o: In function `stdweb::webapi::events::mouse::IMouseEvent::client_y': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.0/src/webcore/macros.rs:34: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.wrong_wasm.bin1o099-cgu.12.rcgu.o: In function `stdweb::webapi::events::mouse::IMouseEvent::screen_x': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.0/src/webcore/macros.rs:34: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/wrong_wasm-4feb150edaaa3bd7.wrong_wasm.bin1o099-cgu.12.rcgu.o:/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.0/src/webcore/macros.rs:34: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-64630212593507ae.rlib(stdweb-64630212593507ae.stdweb.8dumbnh4-cgu.15.rcgu.o): In function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.0/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.0/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_set_main_loop' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-64630212593507ae.rlib(stdweb-64630212593507ae.stdweb.8dumbnh4-cgu.15.rcgu.o): In function `::instance_of': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.0/src/webcore/macros.rs:548: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-64630212593507ae.rlib(stdweb-64630212593507ae.stdweb.8dumbnh4-cgu.15.rcgu.o): In function `::instance_of': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.0/src/webcore/macros.rs:548: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-64630212593507ae.rlib(stdweb-64630212593507ae.stdweb.8dumbnh4-cgu.2.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.0/src/webcore/value.rs:33: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-64630212593507ae.rlib(stdweb-64630212593507ae.stdweb.8dumbnh4-cgu.2.rcgu.o): In function `::drop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.0/src/webcore/value.rs:83: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-64630212593507ae.rlib(stdweb-64630212593507ae.stdweb.8dumbnh4-cgu.5.rcgu.o): In function `::clone': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.0/src/webcore/symbol.rs:10: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-64630212593507ae.rlib(stdweb-64630212593507ae.stdweb.8dumbnh4-cgu.5.rcgu.o):/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.0/src/webcore/symbol.rs:30: 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 `wrong-wasm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f1a1a55aae9bd3d8d2f7fec0f8fdfba594b7fc9390d1573a53ce3f61230d4037"` [INFO] running `"docker" "rm" "-f" "f1a1a55aae9bd3d8d2f7fec0f8fdfba594b7fc9390d1573a53ce3f61230d4037"` [INFO] [stdout] f1a1a55aae9bd3d8d2f7fec0f8fdfba594b7fc9390d1573a53ce3f61230d4037