[INFO] updating cached repository ndarilek/file_upload_error [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ndarilek/file_upload_error [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ndarilek/file_upload_error" "work/ex/beta-1.38-1/sources/1.37.0/gh/ndarilek/file_upload_error"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/ndarilek/file_upload_error'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ndarilek/file_upload_error" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ndarilek/file_upload_error"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ndarilek/file_upload_error'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 69007d91e1281b29736400bc7164b7912f430886 [INFO] sha for GitHub repo ndarilek/file_upload_error: 69007d91e1281b29736400bc7164b7912f430886 [INFO] validating manifest of ndarilek/file_upload_error on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ndarilek/file_upload_error on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ndarilek/file_upload_error [INFO] finished frobbing ndarilek/file_upload_error [INFO] frobbed toml for ndarilek/file_upload_error written to work/ex/beta-1.38-1/sources/1.37.0/gh/ndarilek/file_upload_error/Cargo.toml [INFO] started frobbing ndarilek/file_upload_error [INFO] finished frobbing ndarilek/file_upload_error [INFO] frobbed toml for ndarilek/file_upload_error written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ndarilek/file_upload_error/Cargo.toml [INFO] crate ndarilek/file_upload_error already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ndarilek/file_upload_error against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ndarilek/file_upload_error:/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-08-13" "build" "--frozen"` [INFO] [stdout] 806856633fc2e8fad1f7e0e0236cad4ce760d324c062ca484489bb191b7f5185 [INFO] running `"docker" "start" "-a" "806856633fc2e8fad1f7e0e0236cad4ce760d324c062ca484489bb191b7f5185"` [INFO] [stderr] Compiling serde v1.0.69 [INFO] [stderr] Compiling stdweb v0.4.7 [INFO] [stderr] Compiling discard v1.0.3 [INFO] [stderr] Compiling stdweb v0.4.7 (https://github.com/koute/stdweb#85a191fb) [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling bytes v0.4.8 [INFO] [stderr] Compiling serde_derive v1.0.69 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling http v0.1.7 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling serde_json v1.0.22 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling stdweb-derive v0.4.0 [INFO] [stderr] Compiling stdweb-derive v0.4.0 (https://github.com/koute/stdweb#85a191fb) [INFO] [stderr] Compiling yew v0.5.0 (https://github.com/DenisKolodin/yew#4e3022ea) [INFO] [stderr] Compiling file_upload_error v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:61:21 [INFO] [stderr] | [INFO] [stderr] 61 | let mut upload = Arc::new(RefCell::new(File::create(fh).expect("Failed to create file for upload"))); [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` 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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/file_upload_error-2ca7c82fbeca2e56.file_upload_error.5cjmig6m-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/file_upload_error-2ca7c82fbeca2e56.file_upload_error.5cjmig6m-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/file_upload_error-2ca7c82fbeca2e56.file_upload_error.5cjmig6m-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/file_upload_error-2ca7c82fbeca2e56.file_upload_error.5cjmig6m-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/file_upload_error-2ca7c82fbeca2e56.file_upload_error.5cjmig6m-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/file_upload_error-2ca7c82fbeca2e56.file_upload_error.5cjmig6m-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/file_upload_error-2ca7c82fbeca2e56.file_upload_error.5cjmig6m-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/file_upload_error-2ca7c82fbeca2e56.file_upload_error.5cjmig6m-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/file_upload_error-2ca7c82fbeca2e56.file_upload_error.5cjmig6m-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/file_upload_error-2ca7c82fbeca2e56.file_upload_error.5cjmig6m-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/file_upload_error-2ca7c82fbeca2e56.file_upload_error.5cjmig6m-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/file_upload_error-2ca7c82fbeca2e56.file_upload_error.5cjmig6m-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/file_upload_error-2ca7c82fbeca2e56.file_upload_error.5cjmig6m-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/file_upload_error-2ca7c82fbeca2e56.file_upload_error.5cjmig6m-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/file_upload_error-2ca7c82fbeca2e56.file_upload_error.5cjmig6m-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/file_upload_error-2ca7c82fbeca2e56.file_upload_error.5cjmig6m-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/file_upload_error-2ca7c82fbeca2e56" "/opt/crater/target/debug/deps/file_upload_error-2ca7c82fbeca2e56.1soztv0g7ew07h8s.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-4101916840cec155/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libyew-fca09d64b5511158.rlib" "/opt/crater/target/debug/deps/libstdweb-cdb94b6ecb53f044.rlib" "/opt/crater/target/debug/deps/libslab-48e86bef9a37542e.rlib" "/opt/crater/target/debug/deps/libanymap-76a41cc7f151935a.rlib" "/opt/crater/target/debug/deps/libbincode-36ccc172272aa7ed.rlib" "/opt/crater/target/debug/deps/libhttp-48779bcd8ab75b42.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libbytes-c67825420b345f1b.rlib" "/opt/crater/target/debug/deps/libiovec-741359c2a890ef4d.rlib" "/opt/crater/target/debug/deps/libbyteorder-da446c677a31e577.rlib" "/opt/crater/target/debug/deps/liblog-0bea80e248e0c928.rlib" "/opt/crater/target/debug/deps/libfailure-63fd458936a9bac7.rlib" "/opt/crater/target/debug/deps/libbacktrace-30b6865931185636.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-2029bacbcee69b9f.rlib" "/opt/crater/target/debug/deps/librustc_demangle-6c846ebe94ea55f9.rlib" "/opt/crater/target/debug/deps/libcfg_if-13454bfc15bf8264.rlib" "/opt/crater/target/debug/deps/liblibc-9543c9559dc5df0d.rlib" "/opt/crater/target/debug/deps/libstdweb-9a768f28d5b33df0.rlib" "/opt/crater/target/debug/deps/libdiscard-beb28269a1d78969.rlib" "/opt/crater/target/debug/deps/libserde_json-75347f423ac5b2f2.rlib" "/opt/crater/target/debug/deps/libitoa-fb5fb358f378687f.rlib" "/opt/crater/target/debug/deps/libdtoa-e856206cc2b690b3.rlib" "/opt/crater/target/debug/deps/libserde-a2b81b59428f4eea.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/file_upload_error-2ca7c82fbeca2e56.file_upload_error.5cjmig6m-cgu.10.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/file_upload_error-2ca7c82fbeca2e56.file_upload_error.5cjmig6m-cgu.10.rcgu.o: In function `stdweb::webapi::html_elements::input::InputElement::set_raw_value': [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/file_upload_error-2ca7c82fbeca2e56.file_upload_error.5cjmig6m-cgu.10.rcgu.o: In function `stdweb::webapi::html_elements::input::InputElement::raw_value': [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/file_upload_error-2ca7c82fbeca2e56.file_upload_error.5cjmig6m-cgu.12.rcgu.o: In function `::instance_of': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/85a191f/src/webcore/macros.rs:37: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/file_upload_error-2ca7c82fbeca2e56.file_upload_error.5cjmig6m-cgu.12.rcgu.o: In function `::instance_of': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/85a191f/src/webcore/macros.rs:37: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/file_upload_error-2ca7c82fbeca2e56.file_upload_error.5cjmig6m-cgu.12.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] /opt/crater/target/debug/deps/libstdweb-cdb94b6ecb53f044.rlib(stdweb-cdb94b6ecb53f044.stdweb.35ici4hy-cgu.5.rcgu.o): In function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.7/src/webcore/ffi/emscripten.rs:9: undefined reference to `emscripten_pause_main_loop' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.7/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_set_main_loop' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-cdb94b6ecb53f044.rlib(stdweb-cdb94b6ecb53f044.stdweb.35ici4hy-cgu.6.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/value.rs:33: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-cdb94b6ecb53f044.rlib(stdweb-cdb94b6ecb53f044.stdweb.35ici4hy-cgu.6.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.7/src/webcore/value.rs:89: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-cdb94b6ecb53f044.rlib(stdweb-cdb94b6ecb53f044.stdweb.35ici4hy-cgu.6.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:567: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-cdb94b6ecb53f044.rlib(stdweb-cdb94b6ecb53f044.stdweb.35ici4hy-cgu.6.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:567: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-9a768f28d5b33df0.rlib(stdweb-9a768f28d5b33df0.stdweb.da6z0zrv-cgu.10.rcgu.o): In function `stdweb::webapi::file::File::name': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/85a191f/src/webapi/file.rs:23: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/crater/target/debug/deps/libstdweb-9a768f28d5b33df0.rlib(stdweb-9a768f28d5b33df0.stdweb.da6z0zrv-cgu.11.rcgu.o):/opt/crater/cargo-home/git/checkouts/stdweb-66ebc2cc69682dc2/85a191f/src/webcore/symbol.rs:30: 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 `file_upload_error`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "806856633fc2e8fad1f7e0e0236cad4ce760d324c062ca484489bb191b7f5185"` [INFO] running `"docker" "rm" "-f" "806856633fc2e8fad1f7e0e0236cad4ce760d324c062ca484489bb191b7f5185"` [INFO] [stdout] 806856633fc2e8fad1f7e0e0236cad4ce760d324c062ca484489bb191b7f5185