[INFO] updating cached repository https://github.com/ahmad2smile/react-wasm-calendar [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] 2ea03c50172f759e787376272a025cc3bb538db9 [INFO] testing ahmad2smile/react-wasm-calendar against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fahmad2smile%2Freact-wasm-calendar" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ahmad2smile/react-wasm-calendar on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ahmad2smile/react-wasm-calendar [INFO] finished tweaking git repo https://github.com/ahmad2smile/react-wasm-calendar [INFO] tweaked toml for git repo https://github.com/ahmad2smile/react-wasm-calendar written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/ahmad2smile/react-wasm-calendar already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+1.44.0" "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] 7ed42c78ec9d0e414c7574ee60a11c201bfc060576352f8cc68363448c7daf6d [INFO] running `"docker" "start" "-a" "7ed42c78ec9d0e414c7574ee60a11c201bfc060576352f8cc68363448c7daf6d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling serde v1.0.80 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling libc v0.2.44 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.2 [INFO] [stderr] Compiling base-x v0.2.3 [INFO] [stderr] Compiling discard v1.0.4 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.2 [INFO] [stderr] Compiling stdweb v0.4.10 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling stdweb-derive v0.5.1 [INFO] [stderr] Compiling calendar_wasm_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `stdweb::*` [INFO] [stderr] --> src/calendar.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use stdweb::*; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `dates` [INFO] [stderr] --> src/calendar.rs:17:7 [INFO] [stderr] | [INFO] [stderr] 17 | let dates = Dates::new(); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_dates` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `width` [INFO] [stderr] --> src/calendar.rs:10:2 [INFO] [stderr] | [INFO] [stderr] 10 | width: u32, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `height` [INFO] [stderr] --> src/calendar.rs:11:2 [INFO] [stderr] | [INFO] [stderr] 11 | height: u32, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `is_leap_year` [INFO] [stderr] --> src/dates.rs:40:2 [INFO] [stderr] | [INFO] [stderr] 40 | fn is_leap_year(year: i32) -> bool { [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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-9a6509c5e3c7af8f.calendar_wasm_rust.8yzpymfk-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-9a6509c5e3c7af8f.calendar_wasm_rust.8yzpymfk-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-9a6509c5e3c7af8f.calendar_wasm_rust.8yzpymfk-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-9a6509c5e3c7af8f.calendar_wasm_rust.8yzpymfk-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-9a6509c5e3c7af8f.calendar_wasm_rust.8yzpymfk-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-9a6509c5e3c7af8f.calendar_wasm_rust.8yzpymfk-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-9a6509c5e3c7af8f.calendar_wasm_rust.8yzpymfk-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-9a6509c5e3c7af8f.calendar_wasm_rust.8yzpymfk-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-9a6509c5e3c7af8f.calendar_wasm_rust.8yzpymfk-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-9a6509c5e3c7af8f.calendar_wasm_rust.8yzpymfk-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-9a6509c5e3c7af8f.calendar_wasm_rust.8yzpymfk-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-9a6509c5e3c7af8f.calendar_wasm_rust.8yzpymfk-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-9a6509c5e3c7af8f.calendar_wasm_rust.8yzpymfk-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-9a6509c5e3c7af8f.calendar_wasm_rust.8yzpymfk-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-9a6509c5e3c7af8f.calendar_wasm_rust.8yzpymfk-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-9a6509c5e3c7af8f.calendar_wasm_rust.8yzpymfk-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-9a6509c5e3c7af8f" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-9a6509c5e3c7af8f.4o4jirw4d38evi51.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libstdweb-00874c0deb4762c9.rlib" "/opt/rustwide/target/debug/deps/libdiscard-467a332ec5511321.rlib" "/opt/rustwide/target/debug/deps/libstdweb_internal_runtime-cc213ac0f9987a42.rlib" "/opt/rustwide/target/debug/deps/libserde_json-6e46ab771e2fadd1.rlib" "/opt/rustwide/target/debug/deps/libryu-67ce7310b0ade578.rlib" "/opt/rustwide/target/debug/deps/libitoa-268fce15131683f2.rlib" "/opt/rustwide/target/debug/deps/libserde-b0b6939a40694065.rlib" "/opt/rustwide/target/debug/deps/libchrono-38e824d2b8b6ab88.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-3cfcf0f381e78923.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-6c1590b8d2ab6c08.rlib" "/opt/rustwide/target/debug/deps/libtime-c418504b0315061c.rlib" "/opt/rustwide/target/debug/deps/liblibc-8178c70d7148a6f8.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/calendar_wasm_rust-9a6509c5e3c7af8f.calendar_wasm_rust.8yzpymfk-cgu.5.rcgu.o: in function `stdweb::webapi::parent_node::IParentNode::query_selector': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.10/src/webcore/macros.rs:37: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-00874c0deb4762c9.rlib(stdweb-00874c0deb4762c9.stdweb.exo7lfzi-cgu.0.rcgu.o): in function `::from_canvas': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.10/src/webapi/rendering_context.rs:289: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-00874c0deb4762c9.rlib(stdweb-00874c0deb4762c9.stdweb.exo7lfzi-cgu.0.rcgu.o): in function `stdweb::webapi::rendering_context::CanvasRenderingContext2d::set_fill_style_color': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.10/src/webapi/rendering_context.rs:377: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-00874c0deb4762c9.rlib(stdweb-00874c0deb4762c9.stdweb.exo7lfzi-cgu.0.rcgu.o): in function `stdweb::webapi::rendering_context::CanvasRenderingContext2d::set_font': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.10/src/webapi/rendering_context.rs:423: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-00874c0deb4762c9.rlib(stdweb-00874c0deb4762c9.stdweb.exo7lfzi-cgu.0.rcgu.o): in function `stdweb::webapi::rendering_context::CanvasRenderingContext2d::set_stroke_style_color': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.10/src/webapi/rendering_context.rs:765: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-00874c0deb4762c9.rlib(stdweb-00874c0deb4762c9.stdweb.exo7lfzi-cgu.0.rcgu.o):/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.10/src/webapi/rendering_context.rs:873: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-00874c0deb4762c9.rlib(stdweb-00874c0deb4762c9.stdweb.exo7lfzi-cgu.14.rcgu.o): in function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.10/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.10/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_set_main_loop' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-00874c0deb4762c9.rlib(stdweb-00874c0deb4762c9.stdweb.exo7lfzi-cgu.2.rcgu.o): in function `::drop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.10/src/webcore/symbol.rs:30: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-00874c0deb4762c9.rlib(stdweb-00874c0deb4762c9.stdweb.exo7lfzi-cgu.2.rcgu.o): in function `stdweb::webapi::document::document': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.10/src/webapi/document.rs:40: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-00874c0deb4762c9.rlib(stdweb-00874c0deb4762c9.stdweb.exo7lfzi-cgu.3.rcgu.o): in function `::drop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.10/src/webcore/value.rs:92: 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; 5 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `calendar_wasm_rust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7ed42c78ec9d0e414c7574ee60a11c201bfc060576352f8cc68363448c7daf6d"` [INFO] running `"docker" "rm" "-f" "7ed42c78ec9d0e414c7574ee60a11c201bfc060576352f8cc68363448c7daf6d"` [INFO] [stdout] 7ed42c78ec9d0e414c7574ee60a11c201bfc060576352f8cc68363448c7daf6d