[INFO] updating cached repository werner/cathoders [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/werner/cathoders [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/werner/cathoders" "work/ex/beta-1.37-6/sources/1.36.0/gh/werner/cathoders"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/werner/cathoders'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/werner/cathoders" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/werner/cathoders"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/werner/cathoders'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 03d8a035fe7a7edafc92e818d7c6ba7d42c0adb8 [INFO] sha for GitHub repo werner/cathoders: 03d8a035fe7a7edafc92e818d7c6ba7d42c0adb8 [INFO] validating manifest of werner/cathoders on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of werner/cathoders on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing werner/cathoders [INFO] finished frobbing werner/cathoders [INFO] frobbed toml for werner/cathoders written to work/ex/beta-1.37-6/sources/1.36.0/gh/werner/cathoders/Cargo.toml [INFO] started frobbing werner/cathoders [INFO] finished frobbing werner/cathoders [INFO] frobbed toml for werner/cathoders written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/werner/cathoders/Cargo.toml [INFO] crate werner/cathoders already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing werner/cathoders against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/werner/cathoders:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 0b73ef958bae36bab7e533c8836a0249c101d4758b973dc2ab58fabc97924d93 [INFO] running `"docker" "start" "-a" "0b73ef958bae36bab7e533c8836a0249c101d4758b973dc2ab58fabc97924d93"` [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling stdweb v0.4.7 [INFO] [stderr] Compiling discard v1.0.3 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling serde_json v1.0.22 [INFO] [stderr] Compiling url v1.7.1 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.6 [INFO] [stderr] Compiling regex v1.0.1 [INFO] [stderr] Compiling stdweb-derive v0.4.0 [INFO] [stderr] Compiling cathoders v0.1.0 (/opt/crater/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/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/cathoders-9a00d744af55491d.cathoders.b4w683hj-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/cathoders-9a00d744af55491d.cathoders.b4w683hj-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/cathoders-9a00d744af55491d.cathoders.b4w683hj-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/cathoders-9a00d744af55491d.cathoders.b4w683hj-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/cathoders-9a00d744af55491d.cathoders.b4w683hj-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/cathoders-9a00d744af55491d.cathoders.b4w683hj-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/cathoders-9a00d744af55491d.cathoders.b4w683hj-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/cathoders-9a00d744af55491d.cathoders.b4w683hj-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/cathoders-9a00d744af55491d.cathoders.b4w683hj-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/cathoders-9a00d744af55491d.cathoders.b4w683hj-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/cathoders-9a00d744af55491d.cathoders.b4w683hj-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/cathoders-9a00d744af55491d.cathoders.b4w683hj-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/cathoders-9a00d744af55491d.cathoders.b4w683hj-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/cathoders-9a00d744af55491d.cathoders.b4w683hj-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/cathoders-9a00d744af55491d.cathoders.b4w683hj-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/cathoders-9a00d744af55491d.cathoders.b4w683hj-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/cathoders-9a00d744af55491d" "/opt/crater/target/debug/deps/cathoders-9a00d744af55491d.1zksxhwbjovzcuef.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/liburl-f09befa885079e2c.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libidna-0614c79ee8cc7263.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-0720c0714a39e197.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-cdaa4586ad8601f2.rlib" "/opt/crater/target/debug/deps/libmatches-da7c3df62938be42.rlib" "/opt/crater/target/debug/deps/libregex-5d0c83295e950b88.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-d85c6801fd7a4fbb.rlib" "/opt/crater/target/debug/deps/libregex_syntax-f39225eedd0c41b6.rlib" "/opt/crater/target/debug/deps/libucd_util-b5d4a57c7c646a91.rlib" "/opt/crater/target/debug/deps/libthread_local-d42a755836e19956.rlib" "/opt/crater/target/debug/deps/liblazy_static-f336e312dbe2403d.rlib" "/opt/crater/target/debug/deps/libunreachable-40e55d450f39618d.rlib" "/opt/crater/target/debug/deps/libvoid-b4a3c83e92a11249.rlib" "/opt/crater/target/debug/deps/libaho_corasick-fbe1f3c2ce4e1e9c.rlib" "/opt/crater/target/debug/deps/libmemchr-cf7f66ddee2215dc.rlib" "/opt/crater/target/debug/deps/liblibc-d4b5c338b3c41b8b.rlib" "/opt/crater/target/debug/deps/libstdweb-d7e26d0930af6cd6.rlib" "/opt/crater/target/debug/deps/libdiscard-f5770bd34db29696.rlib" "/opt/crater/target/debug/deps/libserde_json-8f931a82cbc0bb3c.rlib" "/opt/crater/target/debug/deps/libitoa-d82b8d46c90852b9.rlib" "/opt/crater/target/debug/deps/libdtoa-0a0f3f42c2e2308c.rlib" "/opt/crater/target/debug/deps/libserde-d2394f75a47d88f8.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/cathoders-9a00d744af55491d.cathoders.b4w683hj-cgu.12.rcgu.o: In function ` as stdweb::webcore::serialization::FuncallAdapter>::funcall_adapter': [INFO] [stderr] /opt/crater/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/crater/target/debug/deps/cathoders-9a00d744af55491d.cathoders.b4w683hj-cgu.15.rcgu.o: In function `::instance_of': [INFO] [stderr] /opt/crater/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/crater/target/debug/deps/cathoders-9a00d744af55491d.cathoders.b4w683hj-cgu.4.rcgu.o: In function `stdweb::webapi::event_target::IEventTarget::add_event_listener': [INFO] [stderr] /opt/crater/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/crater/target/debug/deps/cathoders-9a00d744af55491d.cathoders.b4w683hj-cgu.4.rcgu.o: In function `stdweb::webapi::history::History::push_state': [INFO] [stderr] /opt/crater/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/crater/target/debug/deps/cathoders-9a00d744af55491d.cathoders.b4w683hj-cgu.7.rcgu.o: In function `stdweb::webcore::value::Reference::from_raw_unchecked': [INFO] [stderr] /opt/crater/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/crater/target/debug/deps/cathoders-9a00d744af55491d.cathoders.b4w683hj-cgu.7.rcgu.o:/opt/crater/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" "0b73ef958bae36bab7e533c8836a0249c101d4758b973dc2ab58fabc97924d93"` [INFO] running `"docker" "rm" "-f" "0b73ef958bae36bab7e533c8836a0249c101d4758b973dc2ab58fabc97924d93"` [INFO] [stdout] 0b73ef958bae36bab7e533c8836a0249c101d4758b973dc2ab58fabc97924d93