[INFO] updating cached repository https://github.com/luksamuk/wasm-platformer-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] e63b37be6d431e5a5fd7b8a90b579b1fbbcf2fd1 [INFO] testing luksamuk/wasm-platformer-rs against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluksamuk%2Fwasm-platformer-rs" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/luksamuk/wasm-platformer-rs on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/luksamuk/wasm-platformer-rs [INFO] finished tweaking git repo https://github.com/luksamuk/wasm-platformer-rs [INFO] tweaked toml for git repo https://github.com/luksamuk/wasm-platformer-rs written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/luksamuk/wasm-platformer-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ccc8963eb4ee640ce514887a24a27f85068bab6814bbe71d4d3b00e48649e884 [INFO] running `"docker" "start" "-a" "ccc8963eb4ee640ce514887a24a27f85068bab6814bbe71d4d3b00e48649e884"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling stdweb v0.4.4 [INFO] [stderr] Compiling discard v1.0.3 [INFO] [stderr] Compiling ref_eq v1.0.0 [INFO] [stderr] Compiling proc-macro2 v0.2.3 [INFO] [stderr] Compiling serde_json v1.0.9 [INFO] [stderr] Compiling quote v0.4.2 [INFO] [stderr] Compiling syn v0.12.13 [INFO] [stderr] Compiling stdweb-derive v0.4.0 [INFO] [stderr] Compiling wasm-platformer-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/input/mod.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | pub struct MouseButton: u8 { [INFO] [stderr] 8 | | const NONE = 0b0000; [INFO] [stderr] 9 | | const LEFT = 0b0001; [INFO] [stderr] ... | [INFO] [stderr] 12 | | } [INFO] [stderr] 13 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/input/mod.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | pub struct MouseButton: u8 { [INFO] [stderr] 8 | | const NONE = 0b0000; [INFO] [stderr] 9 | | const LEFT = 0b0001; [INFO] [stderr] ... | [INFO] [stderr] 12 | | } [INFO] [stderr] 13 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/input/mod.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | pub struct MouseButton: u8 { [INFO] [stderr] 8 | | const NONE = 0b0000; [INFO] [stderr] 9 | | const LEFT = 0b0001; [INFO] [stderr] ... | [INFO] [stderr] 12 | | } [INFO] [stderr] 13 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/input/mod.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / bitflags! { [INFO] [stderr] 33 | | pub struct GamepadButton: u32 { [INFO] [stderr] 34 | | const NONE = 0; [INFO] [stderr] 35 | | const START = 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/input/mod.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / bitflags! { [INFO] [stderr] 33 | | pub struct GamepadButton: u32 { [INFO] [stderr] 34 | | const NONE = 0; [INFO] [stderr] 35 | | const START = 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/input/mod.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / bitflags! { [INFO] [stderr] 33 | | pub struct GamepadButton: u32 { [INFO] [stderr] 34 | | const NONE = 0; [INFO] [stderr] 35 | | const START = 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/input/mod.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / bitflags! { [INFO] [stderr] 55 | | pub struct GamepadAxisSim: u16 { [INFO] [stderr] 56 | | const NONE = 0; [INFO] [stderr] 57 | | const L_UP = 1; [INFO] [stderr] ... | [INFO] [stderr] 65 | | } [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/input/mod.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / bitflags! { [INFO] [stderr] 55 | | pub struct GamepadAxisSim: u16 { [INFO] [stderr] 56 | | const NONE = 0; [INFO] [stderr] 57 | | const L_UP = 1; [INFO] [stderr] ... | [INFO] [stderr] 65 | | } [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/input/mod.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / bitflags! { [INFO] [stderr] 55 | | pub struct GamepadAxisSim: u16 { [INFO] [stderr] 56 | | const NONE = 0; [INFO] [stderr] 57 | | const L_UP = 1; [INFO] [stderr] ... | [INFO] [stderr] 65 | | } [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/common/objects.rs:11:37 [INFO] [stderr] | [INFO] [stderr] 11 | pub type GameObjectRef = Rc>; [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn GameObject` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/common/objects.rs:60:49 [INFO] [stderr] | [INFO] [stderr] 60 | fn on_collision(&mut self, other: ObjectRef); [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn GameObject` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/game/world.rs:148:32 [INFO] [stderr] | [INFO] [stderr] 148 | follows: Option>, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn GameObject` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/game/world.rs:229:51 [INFO] [stderr] | [INFO] [stderr] 229 | fn follow(&mut self, object: Option>) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn GameObject` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `state` [INFO] [stderr] --> src/input/mod.rs:105:37 [INFO] [stderr] | [INFO] [stderr] 105 | pub fn set_stick_sim(&mut self, state: GamepadAxisSim) { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `max_depth` [INFO] [stderr] --> src/collision/partitioning.rs:140:5 [INFO] [stderr] | [INFO] [stderr] 140 | max_depth: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `X_MIN_FACTOR` [INFO] [stderr] --> src/game/world.rs:135:5 [INFO] [stderr] | [INFO] [stderr] 135 | pub const X_MIN_FACTOR: f64 = -0.45; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `X_MAX_FACTOR` [INFO] [stderr] --> src/game/world.rs:136:5 [INFO] [stderr] | [INFO] [stderr] 136 | pub const X_MAX_FACTOR: f64 = 0.5; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `Y_AIR_MIN_FACTOR` [INFO] [stderr] --> src/game/world.rs:137:5 [INFO] [stderr] | [INFO] [stderr] 137 | pub const Y_AIR_MIN_FACTOR: f64 = -0.26; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `Y_AIR_MAX_FACTOR` [INFO] [stderr] --> src/game/world.rs:138:5 [INFO] [stderr] | [INFO] [stderr] 138 | pub const Y_AIR_MAX_FACTOR: f64 = 0.53; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `Y_FACTOR` [INFO] [stderr] --> src/game/world.rs:139:5 [INFO] [stderr] | [INFO] [stderr] 139 | pub const Y_FACTOR: f64 = 0.4; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `MOVE_SPEED_Y_G` [INFO] [stderr] --> src/game/world.rs:141:5 [INFO] [stderr] | [INFO] [stderr] 141 | pub const MOVE_SPEED_Y_G: f64 = 6.0; // unused [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-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.wasm_platformer_rs.9fftg4vu-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.wasm_platformer_rs.9fftg4vu-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.wasm_platformer_rs.9fftg4vu-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.wasm_platformer_rs.9fftg4vu-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.wasm_platformer_rs.9fftg4vu-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.wasm_platformer_rs.9fftg4vu-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.wasm_platformer_rs.9fftg4vu-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.wasm_platformer_rs.9fftg4vu-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.wasm_platformer_rs.9fftg4vu-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.wasm_platformer_rs.9fftg4vu-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.wasm_platformer_rs.9fftg4vu-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.wasm_platformer_rs.9fftg4vu-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.wasm_platformer_rs.9fftg4vu-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.wasm_platformer_rs.9fftg4vu-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.wasm_platformer_rs.9fftg4vu-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.wasm_platformer_rs.9fftg4vu-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c" "/opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.fem5som7eueni8d.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libbitflags-fd9f43b38e195672.rlib" "/opt/rustwide/target/debug/deps/libref_eq-0503672b808a694d.rlib" "/opt/rustwide/target/debug/deps/libstdweb-ac6194485b4acf3b.rlib" "/opt/rustwide/target/debug/deps/libdiscard-36b202477d5351d6.rlib" "/opt/rustwide/target/debug/deps/libfutures-fdc7a7543354ad56.rlib" "/opt/rustwide/target/debug/deps/libserde_json-f2fc5b97999d04fc.rlib" "/opt/rustwide/target/debug/deps/libdtoa-b13670c090f38eae.rlib" "/opt/rustwide/target/debug/deps/libitoa-c75cb3a754ad4684.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-3f452b9d1934dabf.rlib" "/opt/rustwide/target/debug/deps/libserde-04d916bc02efe1bb.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.wasm_platformer_rs.9fftg4vu-cgu.1.rcgu.o: in function ` as stdweb::webcore::serialization::FuncallAdapter>::funcall_adapter': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.4/src/webcore/macros.rs:34: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.wasm_platformer_rs.9fftg4vu-cgu.1.rcgu.o: in function ` as stdweb::webcore::serialization::FuncallAdapter>::funcall_adapter': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.4/src/webcore/macros.rs:34: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.wasm_platformer_rs.9fftg4vu-cgu.1.rcgu.o: in function ` as stdweb::webcore::serialization::FuncallAdapter>::funcall_adapter': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.4/src/webcore/macros.rs:34: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.wasm_platformer_rs.9fftg4vu-cgu.1.rcgu.o: in function ` as stdweb::webcore::serialization::FuncallAdapter>::funcall_adapter': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.4/src/webcore/macros.rs:34: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.wasm_platformer_rs.9fftg4vu-cgu.1.rcgu.o: in function ` as stdweb::webcore::serialization::FuncallAdapter>::funcall_adapter': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.4/src/webcore/macros.rs:34: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/wasm_platformer_rs-6e36f108abdcd19c.wasm_platformer_rs.9fftg4vu-cgu.1.rcgu.o:/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.4/src/webcore/macros.rs:34: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-ac6194485b4acf3b.rlib(stdweb-ac6194485b4acf3b.stdweb.5j2umktm-cgu.12.rcgu.o): in function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.4/src/webcore/ffi/emscripten.rs:9: undefined reference to `emscripten_pause_main_loop' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.4/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_set_main_loop' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-ac6194485b4acf3b.rlib(stdweb-ac6194485b4acf3b.stdweb.5j2umktm-cgu.14.rcgu.o): in function `stdweb::webapi::document::document': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.4/src/webapi/document.rs:33: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-ac6194485b4acf3b.rlib(stdweb-ac6194485b4acf3b.stdweb.5j2umktm-cgu.3.rcgu.o): in function `::instance_of': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.4/src/webcore/macros.rs:564: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-ac6194485b4acf3b.rlib(stdweb-ac6194485b4acf3b.stdweb.5j2umktm-cgu.3.rcgu.o): in function `::instance_of': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.4/src/webcore/macros.rs:564: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-ac6194485b4acf3b.rlib(stdweb-ac6194485b4acf3b.stdweb.5j2umktm-cgu.3.rcgu.o): in function `::instance_of': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.4/src/webcore/macros.rs:564: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-ac6194485b4acf3b.rlib(stdweb-ac6194485b4acf3b.stdweb.5j2umktm-cgu.3.rcgu.o): in function `::instance_of': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.4/src/webcore/macros.rs:564: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-ac6194485b4acf3b.rlib(stdweb-ac6194485b4acf3b.stdweb.5j2umktm-cgu.4.rcgu.o):/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.4/src/webcore/value.rs:33: 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; 21 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `wasm-platformer-rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ccc8963eb4ee640ce514887a24a27f85068bab6814bbe71d4d3b00e48649e884"` [INFO] running `"docker" "rm" "-f" "ccc8963eb4ee640ce514887a24a27f85068bab6814bbe71d4d3b00e48649e884"` [INFO] [stdout] ccc8963eb4ee640ce514887a24a27f85068bab6814bbe71d4d3b00e48649e884