[INFO] updating cached repository https://github.com/werner/cathoders [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] 03d8a035fe7a7edafc92e818d7c6ba7d42c0adb8 [INFO] testing werner/cathoders against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwerner%2Fcathoders" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/werner/cathoders 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/werner/cathoders [INFO] finished tweaking git repo https://github.com/werner/cathoders [INFO] tweaked toml for git repo https://github.com/werner/cathoders written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/werner/cathoders 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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stdout] cdf2a5179cb96bce3500109ccce2ddd9d3c671aeb1cb0cfd7724c8c97778615f [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" "cdf2a5179cb96bce3500109ccce2ddd9d3c671aeb1cb0cfd7724c8c97778615f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling serde v1.0.70 [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling lazy_static v1.0.2 [INFO] [stderr] Compiling stdweb v0.4.7 [INFO] [stderr] Compiling regex v1.0.1 [INFO] [stderr] Compiling discard v1.0.3 [INFO] [stderr] Compiling proc-macro2 v0.4.6 [INFO] [stderr] Compiling proc-macro2 v0.2.3 [INFO] [stderr] Compiling regex-syntax v0.6.1 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling quote v0.4.2 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling syn v0.14.4 [INFO] [stderr] Compiling aho-corasick v0.6.6 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling url v1.7.1 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Compiling serde_json v1.0.22 [INFO] [stderr] Compiling stdweb-derive v0.4.0 [INFO] [stderr] Compiling cathoders v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `stdweb::web::IEventTarget` [INFO] [stderr] --> src/router.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use stdweb::web::IEventTarget; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `stdweb::web::event::PopStateEvent` [INFO] [stderr] --> src/router.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use stdweb::web::event::PopStateEvent; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `check` [INFO] [stderr] --> src/router.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | pub fn check(&self, optFragment: Option) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | router.add(Product("products".to_string()), "products".to_string()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | router.add(Product("products".to_string()), "to_delete".to_string()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: variable `optFragment` should have a snake case name [INFO] [stderr] --> src/router.rs:60:25 [INFO] [stderr] | [INFO] [stderr] 60 | pub fn check(&self, optFragment: Option) -> Result { [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to snake case: `opt_fragment` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [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/cathoders-ba810ca3e23d25c6.cathoders.1v4ul1vu-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-ba810ca3e23d25c6.cathoders.1v4ul1vu-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-ba810ca3e23d25c6.cathoders.1v4ul1vu-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-ba810ca3e23d25c6.cathoders.1v4ul1vu-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-ba810ca3e23d25c6.cathoders.1v4ul1vu-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-ba810ca3e23d25c6.cathoders.1v4ul1vu-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-ba810ca3e23d25c6.cathoders.1v4ul1vu-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-ba810ca3e23d25c6.cathoders.1v4ul1vu-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-ba810ca3e23d25c6.cathoders.1v4ul1vu-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-ba810ca3e23d25c6.cathoders.1v4ul1vu-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-ba810ca3e23d25c6.cathoders.1v4ul1vu-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-ba810ca3e23d25c6.cathoders.1v4ul1vu-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-ba810ca3e23d25c6.cathoders.1v4ul1vu-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-ba810ca3e23d25c6.cathoders.1v4ul1vu-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-ba810ca3e23d25c6.cathoders.1v4ul1vu-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-ba810ca3e23d25c6.cathoders.1v4ul1vu-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/cathoders-ba810ca3e23d25c6" "/opt/rustwide/target/debug/deps/cathoders-ba810ca3e23d25c6.2iqa72r032nklatm.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/liburl-9b91bc6ce381a08e.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-f5793f90edc28827.rlib" "/opt/rustwide/target/debug/deps/libidna-e69d8b4d24f391da.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-14ed9bd45932e5f4.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-4b6874612db6a99f.rlib" "/opt/rustwide/target/debug/deps/libmatches-f5ae3c644111bbc2.rlib" "/opt/rustwide/target/debug/deps/libregex-77834a036a864398.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-5ad13cb014affa8b.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-e5ceae5815f88cb6.rlib" "/opt/rustwide/target/debug/deps/libucd_util-7cf63174b17c9c47.rlib" "/opt/rustwide/target/debug/deps/libthread_local-fe51e4f3060c5890.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-dc407ea5599987ed.rlib" "/opt/rustwide/target/debug/deps/libunreachable-af05623850dc442c.rlib" "/opt/rustwide/target/debug/deps/libvoid-ef80a4c5b644431d.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-d50c5ddd01c7e006.rlib" "/opt/rustwide/target/debug/deps/libmemchr-b6d7d2115ec13c61.rlib" "/opt/rustwide/target/debug/deps/liblibc-8c5dd45d88cc656e.rlib" "/opt/rustwide/target/debug/deps/libstdweb-b5e5ced15c13cab0.rlib" "/opt/rustwide/target/debug/deps/libdiscard-004940a1f615e216.rlib" "/opt/rustwide/target/debug/deps/libserde_json-df488fc3977e763b.rlib" "/opt/rustwide/target/debug/deps/libitoa-a00540a31fd3b599.rlib" "/opt/rustwide/target/debug/deps/libdtoa-561da8907aae266b.rlib" "/opt/rustwide/target/debug/deps/libserde-f0d01a68fe63e074.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/cathoders-ba810ca3e23d25c6.cathoders.1v4ul1vu-cgu.12.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.7/src/webcore/macros.rs:37: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/cathoders-ba810ca3e23d25c6.cathoders.1v4ul1vu-cgu.4.rcgu.o: in function `::instance_of': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.7/src/webcore/macros.rs:37: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/cathoders-ba810ca3e23d25c6.cathoders.1v4ul1vu-cgu.6.rcgu.o: in function `stdweb::webapi::history::History::push_state': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.7/src/webcore/macros.rs:37: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/cathoders-ba810ca3e23d25c6.cathoders.1v4ul1vu-cgu.6.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.7/src/webcore/macros.rs:37: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/cathoders-ba810ca3e23d25c6.cathoders.1v4ul1vu-cgu.8.rcgu.o: in function `stdweb::webapi::event_target::IEventTarget::add_event_listener': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.7/src/webcore/macros.rs:37: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-b5e5ced15c13cab0.rlib(stdweb-b5e5ced15c13cab0.stdweb.b3r5ojz7-cgu.11.rcgu.o):/opt/rustwide/target/debug/build/stdweb-c6e305f238b225fc/out/runtime.rs:1: 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; 6 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `cathoders`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "cdf2a5179cb96bce3500109ccce2ddd9d3c671aeb1cb0cfd7724c8c97778615f"` [INFO] running `"docker" "rm" "-f" "cdf2a5179cb96bce3500109ccce2ddd9d3c671aeb1cb0cfd7724c8c97778615f"` [INFO] [stdout] cdf2a5179cb96bce3500109ccce2ddd9d3c671aeb1cb0cfd7724c8c97778615f