[INFO] updating cached repository https://github.com/werner/cathoders [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] 03d8a035fe7a7edafc92e818d7c6ba7d42c0adb8 [INFO] testing werner/cathoders against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwerner%2Fcathoders" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/werner/cathoders 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/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 work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/werner/cathoders 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-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] fa1eb6f055c7785faaf68ffccda2342a7902b92224af7e269ef2fc383d6d7406 [INFO] running `"docker" "start" "-a" "fa1eb6f055c7785faaf68ffccda2342a7902b92224af7e269ef2fc383d6d7406"` [INFO] [stderr] Compiling serde v1.0.70 [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling matches v0.1.6 [INFO] [stderr] Compiling lazy_static v1.0.2 [INFO] [stderr] Compiling itoa v0.4.2 [INFO] [stderr] Compiling ucd-util v0.1.1 [INFO] [stderr] Compiling stdweb v0.4.7 [INFO] [stderr] Compiling regex v1.0.1 [INFO] [stderr] Compiling dtoa v0.4.3 [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 unicode-bidi v0.3.4 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling regex-syntax v0.6.1 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling quote v0.4.2 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling syn v0.14.4 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.6 [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/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4.cathoders.5nowf79h-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4.cathoders.5nowf79h-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4.cathoders.5nowf79h-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4.cathoders.5nowf79h-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4.cathoders.5nowf79h-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4.cathoders.5nowf79h-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4.cathoders.5nowf79h-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4.cathoders.5nowf79h-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4.cathoders.5nowf79h-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4.cathoders.5nowf79h-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4.cathoders.5nowf79h-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4.cathoders.5nowf79h-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4.cathoders.5nowf79h-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4.cathoders.5nowf79h-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4.cathoders.5nowf79h-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4.cathoders.5nowf79h-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4" "/opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4.20218df3jqk2vlmy.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-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/liburl-32e0ef808f62b118.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-24177bf8e4a597fd.rlib" "/opt/rustwide/target/debug/deps/libidna-a31738fd2d142b19.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-d5957c200f0b64ac.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-ba90c70146dfabbd.rlib" "/opt/rustwide/target/debug/deps/libmatches-5ac3f7e4265eaef5.rlib" "/opt/rustwide/target/debug/deps/libregex-f52935d9bbcfa937.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-d5f1ad54fde3cb79.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-3ac3cb99fb5f59db.rlib" "/opt/rustwide/target/debug/deps/libucd_util-49a549799f7551ee.rlib" "/opt/rustwide/target/debug/deps/libthread_local-c22c2736c397b00d.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-d1de30bf93a277ec.rlib" "/opt/rustwide/target/debug/deps/libunreachable-070a839ce708f634.rlib" "/opt/rustwide/target/debug/deps/libvoid-24cc52f4662945be.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-9bc501627d9c5310.rlib" "/opt/rustwide/target/debug/deps/libmemchr-b63582a4ce61f2cb.rlib" "/opt/rustwide/target/debug/deps/liblibc-36ce9a0ffc3a7e4e.rlib" "/opt/rustwide/target/debug/deps/libstdweb-351828a6f2886356.rlib" "/opt/rustwide/target/debug/deps/libdiscard-c47abdd0105b3923.rlib" "/opt/rustwide/target/debug/deps/libserde_json-d85bf2061ea4f37c.rlib" "/opt/rustwide/target/debug/deps/libitoa-51a96f20442ed7de.rlib" "/opt/rustwide/target/debug/deps/libdtoa-b2e2b8327c5faaa3.rlib" "/opt/rustwide/target/debug/deps/libserde-0137ae66588bee9a.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/cathoders-362dfac8f43253f4.cathoders.5nowf79h-cgu.13.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] /opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4.cathoders.5nowf79h-cgu.15.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] /opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4.cathoders.5nowf79h-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] /opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4.cathoders.5nowf79h-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] /opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4.cathoders.5nowf79h-cgu.8.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] /opt/rustwide/target/debug/deps/cathoders-362dfac8f43253f4.cathoders.5nowf79h-cgu.8.rcgu.o:/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.7/src/webcore/macros.rs:37: 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 `cathoders`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fa1eb6f055c7785faaf68ffccda2342a7902b92224af7e269ef2fc383d6d7406"` [INFO] running `"docker" "rm" "-f" "fa1eb6f055c7785faaf68ffccda2342a7902b92224af7e269ef2fc383d6d7406"` [INFO] [stdout] fa1eb6f055c7785faaf68ffccda2342a7902b92224af7e269ef2fc383d6d7406