[INFO] crate rink 0.4.4 is already in cache [INFO] extracting crate rink 0.4.4 into work/ex/beta-1.38-1/sources/1.37.0/reg/rink/0.4.4 [INFO] extracting crate rink 0.4.4 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rink/0.4.4 [INFO] validating manifest of rink-0.4.4 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 rink-0.4.4 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 rink-0.4.4 [INFO] finished frobbing rink-0.4.4 [INFO] frobbed toml for rink-0.4.4 written to work/ex/beta-1.38-1/sources/1.37.0/reg/rink/0.4.4/Cargo.toml [INFO] started frobbing rink-0.4.4 [INFO] finished frobbing rink-0.4.4 [INFO] frobbed toml for rink-0.4.4 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rink/0.4.4/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 rink-0.4.4 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/rink/0.4.4:/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] d5509fe35ec322d95de42f1937aac4011a837650a54760562415f513f568c06e [INFO] running `"docker" "start" "-a" "d5509fe35ec322d95de42f1937aac4011a837650a54760562415f513f568c06e"` [INFO] [stderr] Compiling antidote v1.0.0 [INFO] [stderr] Compiling json v0.10.3 [INFO] [stderr] Compiling nix v0.7.0 [INFO] [stderr] Compiling parse-zoneinfo v0.1.1 [INFO] [stderr] Compiling rust-gmp v0.5.0 [INFO] [stderr] Compiling chrono-humanize v0.0.6 [INFO] [stderr] Compiling hyper-native-tls v0.3.0 [INFO] [stderr] Compiling chrono-tz v0.2.5 [INFO] [stderr] Compiling linefeed v0.4.0 [INFO] [stderr] Compiling rink v0.4.4 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/text_query.rs:152:20 [INFO] [stderr] | [INFO] [stderr] 152 | x @ '0'...'9' | x @ '.' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/text_query.rs:159:32 [INFO] [stderr] | [INFO] [stderr] 159 | '0'...'9' | 'a'...'f' | 'A'...'F' => [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/text_query.rs:159:44 [INFO] [stderr] | [INFO] [stderr] 159 | '0'...'9' | 'a'...'f' | 'A'...'F' => [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/text_query.rs:159:56 [INFO] [stderr] | [INFO] [stderr] 159 | '0'...'9' | 'a'...'f' | 'A'...'F' => [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/text_query.rs:180:32 [INFO] [stderr] | [INFO] [stderr] 180 | '0'...'7' => [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/text_query.rs:225:32 [INFO] [stderr] | [INFO] [stderr] 225 | '0'...'9' => integer.push(self.0.next().unwrap()), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/text_query.rs:243:32 [INFO] [stderr] | [INFO] [stderr] 243 | '0'...'9' => buf.push(self.0.next().unwrap()), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/text_query.rs:276:32 [INFO] [stderr] | [INFO] [stderr] 276 | '0'...'9' => buf.push(self.0.next().unwrap()), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: the item `Into` is imported redundantly [INFO] [stderr] --> src/number.rs:461:13 [INFO] [stderr] | [INFO] [stderr] 461 | use std::convert::Into; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/gnu_units.rs:108:20 [INFO] [stderr] | [INFO] [stderr] 108 | x @ '0'...'9' | x @ '.' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/gnu_units.rs:118:32 [INFO] [stderr] | [INFO] [stderr] 118 | '0'...'9' => integer.push(self.0.next().unwrap()), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/gnu_units.rs:133:32 [INFO] [stderr] | [INFO] [stderr] 133 | '0'...'9' => buf.push(self.0.next().unwrap()), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/gnu_units.rs:158:32 [INFO] [stderr] | [INFO] [stderr] 158 | '0'...'9' => buf.push(self.0.next().unwrap()), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/formula.rs:36:25 [INFO] [stderr] | [INFO] [stderr] 36 | letter @ 'A'...'Z' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/formula.rs:40:29 [INFO] [stderr] | [INFO] [stderr] 40 | Some('a'...'z') => symbol.push(self.0.next().unwrap()), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/formula.rs:45:24 [INFO] [stderr] | [INFO] [stderr] 45 | digit @ '0'...'9' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/formula.rs:48:35 [INFO] [stderr] | [INFO] [stderr] 48 | while let Some('0'...'9') = self.0.peek().cloned() { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: the item `File` is imported redundantly [INFO] [stderr] --> src/lib.rs:155:9 [INFO] [stderr] | [INFO] [stderr] 87 | use std::fs::File; [INFO] [stderr] | ------------- the item `File` is already imported here [INFO] [stderr] ... [INFO] [stderr] 155 | use std::fs::File; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/lib.rs:97:13 [INFO] [stderr] | [INFO] [stderr] 97 | env::home_dir() [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] 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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/rink-07fa3b27784b42a4.rink.64biygai-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/rink-07fa3b27784b42a4.rink.64biygai-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/rink-07fa3b27784b42a4.rink.64biygai-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/rink-07fa3b27784b42a4.rink.64biygai-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/rink-07fa3b27784b42a4.rink.64biygai-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/rink-07fa3b27784b42a4.rink.64biygai-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/rink-07fa3b27784b42a4.rink.64biygai-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/rink-07fa3b27784b42a4.rink.64biygai-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/rink-07fa3b27784b42a4.rink.64biygai-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/rink-07fa3b27784b42a4.rink.64biygai-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/rink-07fa3b27784b42a4.rink.64biygai-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/rink-07fa3b27784b42a4.rink.64biygai-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/rink-07fa3b27784b42a4.rink.64biygai-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/rink-07fa3b27784b42a4.rink.64biygai-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/rink-07fa3b27784b42a4.rink.64biygai-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/rink-07fa3b27784b42a4.rink.64biygai-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/rink-07fa3b27784b42a4" "/opt/crater/target/debug/deps/rink-07fa3b27784b42a4.12df3iemtziwysf3.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/liblinefeed-ec5ea7353b5b1394.rlib" "/opt/crater/target/debug/deps/libnix-9914a69a622786a8.rlib" "/opt/crater/target/debug/deps/libvoid-03072202629d0c80.rlib" "/opt/crater/target/debug/deps/libbitflags-9f030c7d282c894d.rlib" "/opt/crater/target/debug/deps/libunicode_width-70ef077428dd4d3c.rlib" "/opt/crater/target/debug/deps/librink-dba563abc318435a.rlib" "/opt/crater/target/debug/deps/libjson-9b4ed4e08a450dbf.rlib" "/opt/crater/target/debug/deps/libxml-d8f7c2b64f219609.rlib" "/opt/crater/target/debug/deps/libbitflags-05fa20c47058c1db.rlib" "/opt/crater/target/debug/deps/libhyper_native_tls-c719c6678dd1dd26.rlib" "/opt/crater/target/debug/deps/libnative_tls-027546d718942018.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-572f1d9abab6f21c.rlib" "/opt/crater/target/debug/deps/libopenssl-11c37783e98fe9ec.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-69f752e5ebbdfef0.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libforeign_types-2a1e48607c06fed3.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-ba70a268c095ba50.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/libantidote-94a850dfe0d209c0.rlib" "/opt/crater/target/debug/deps/libhyper-fe92db22a635b4de.rlib" "/opt/crater/target/debug/deps/libmime-2eb3550a6108d090.rlib" "/opt/crater/target/debug/deps/liblog-5ad476e9af8f39be.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-31855a1d4a2b270f.rlib" "/opt/crater/target/debug/deps/libtypeable-f6f402f054f36331.rlib" "/opt/crater/target/debug/deps/libtraitobject-5c90cc2d32024dbf.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libunicase-b11bfdbf115a8339.rlib" "/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libbase64-cf420233ba873e07.rlib" "/opt/crater/target/debug/deps/libsafemem-5cbc828c43f41378.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libchrono_humanize-9b94da963176ec3a.rlib" "/opt/crater/target/debug/deps/libchrono_tz-c182203da013871d.rlib" "/opt/crater/target/debug/deps/libstrsim-25c4e5da740a9e30.rlib" "/opt/crater/target/debug/deps/libchrono-f70595dac388ab91.rlib" "/opt/crater/target/debug/deps/libnum-5caa7dd009747390.rlib" "/opt/crater/target/debug/deps/libnum_iter-710c4cd4b54241c7.rlib" "/opt/crater/target/debug/deps/libnum_integer-e8e7d1ec85b23cb1.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libgmp-6fdc632d1da57d52.rlib" "/opt/crater/target/debug/deps/libnum_traits-1653dfd91ced9a3c.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lncursesw" "-lssl" "-lcrypto" "-lgmp" "-lgmp" "-lgmp" "-lgmp" "-lgmp" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lncursesw [INFO] [stderr] /usr/bin/ld: cannot find -lgmp [INFO] [stderr] /usr/bin/ld: cannot find -lgmp [INFO] [stderr] /usr/bin/ld: cannot find -lgmp [INFO] [stderr] /usr/bin/ld: cannot find -lgmp [INFO] [stderr] /usr/bin/ld: cannot find -lgmp [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 `rink`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d5509fe35ec322d95de42f1937aac4011a837650a54760562415f513f568c06e"` [INFO] running `"docker" "rm" "-f" "d5509fe35ec322d95de42f1937aac4011a837650a54760562415f513f568c06e"` [INFO] [stdout] d5509fe35ec322d95de42f1937aac4011a837650a54760562415f513f568c06e