[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 try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fahmad2smile%2Freact-wasm-calendar" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ahmad2smile/react-wasm-calendar on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "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-1/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stdout] 1179f5fc4f96c218d3285de7e234d65c22ab0ec31d5e1269acc8544af70945e3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "1179f5fc4f96c218d3285de7e234d65c22ab0ec31d5e1269acc8544af70945e3"` [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.2 [INFO] [stderr] Compiling stdweb-derive v0.5.1 [INFO] [stderr] Compiling stdweb v0.4.10 [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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-83109e57fde7df87.calendar_wasm_rust.3e8nkhqb-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-83109e57fde7df87.calendar_wasm_rust.3e8nkhqb-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-83109e57fde7df87.calendar_wasm_rust.3e8nkhqb-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-83109e57fde7df87.calendar_wasm_rust.3e8nkhqb-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-83109e57fde7df87.calendar_wasm_rust.3e8nkhqb-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-83109e57fde7df87.calendar_wasm_rust.3e8nkhqb-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-83109e57fde7df87.calendar_wasm_rust.3e8nkhqb-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-83109e57fde7df87.calendar_wasm_rust.3e8nkhqb-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-83109e57fde7df87.calendar_wasm_rust.3e8nkhqb-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-83109e57fde7df87.calendar_wasm_rust.3e8nkhqb-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-83109e57fde7df87.calendar_wasm_rust.3e8nkhqb-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-83109e57fde7df87.calendar_wasm_rust.3e8nkhqb-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-83109e57fde7df87.calendar_wasm_rust.3e8nkhqb-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-83109e57fde7df87.calendar_wasm_rust.3e8nkhqb-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-83109e57fde7df87.calendar_wasm_rust.3e8nkhqb-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-83109e57fde7df87.calendar_wasm_rust.3e8nkhqb-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-83109e57fde7df87" "/opt/rustwide/target/debug/deps/calendar_wasm_rust-83109e57fde7df87.37umgt0duccog6cr.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libstdweb-35a012c0143dac3e.rlib" "/opt/rustwide/target/debug/deps/libdiscard-f890596eaa6281c6.rlib" "/opt/rustwide/target/debug/deps/libstdweb_internal_runtime-b04a321b9e2703e0.rlib" "/opt/rustwide/target/debug/deps/libserde_json-4b5e90889fb4f272.rlib" "/opt/rustwide/target/debug/deps/libryu-bde80f248a257dac.rlib" "/opt/rustwide/target/debug/deps/libitoa-6c514d0363297749.rlib" "/opt/rustwide/target/debug/deps/libserde-e3d3f60959fb57d9.rlib" "/opt/rustwide/target/debug/deps/libchrono-7dcf7a6f977e2801.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0be52b8af7f7156b.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-68fd70438ca7dff7.rlib" "/opt/rustwide/target/debug/deps/libtime-cb1d69637313014b.rlib" "/opt/rustwide/target/debug/deps/liblibc-03e7fbc917bcb234.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/calendar_wasm_rust-83109e57fde7df87.calendar_wasm_rust.3e8nkhqb-cgu.4.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] /opt/rustwide/target/debug/deps/libstdweb-35a012c0143dac3e.rlib(stdweb-35a012c0143dac3e.stdweb.6rqo88wi-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] /opt/rustwide/target/debug/deps/libstdweb-35a012c0143dac3e.rlib(stdweb-35a012c0143dac3e.stdweb.6rqo88wi-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] /opt/rustwide/target/debug/deps/libstdweb-35a012c0143dac3e.rlib(stdweb-35a012c0143dac3e.stdweb.6rqo88wi-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] /opt/rustwide/target/debug/deps/libstdweb-35a012c0143dac3e.rlib(stdweb-35a012c0143dac3e.stdweb.6rqo88wi-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] /opt/rustwide/target/debug/deps/libstdweb-35a012c0143dac3e.rlib(stdweb-35a012c0143dac3e.stdweb.6rqo88wi-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] /opt/rustwide/target/debug/deps/libstdweb-35a012c0143dac3e.rlib(stdweb-35a012c0143dac3e.stdweb.6rqo88wi-cgu.4.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] /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] 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" "1179f5fc4f96c218d3285de7e234d65c22ab0ec31d5e1269acc8544af70945e3"` [INFO] running `"docker" "rm" "-f" "1179f5fc4f96c218d3285de7e234d65c22ab0ec31d5e1269acc8544af70945e3"` [INFO] [stdout] 1179f5fc4f96c218d3285de7e234d65c22ab0ec31d5e1269acc8544af70945e3