[INFO] crate rink 0.4.4 is already in cache [INFO] extracting crate rink 0.4.4 into work/ex/beta-1.37-6/sources/1.36.0/reg/rink/0.4.4 [INFO] extracting crate rink 0.4.4 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rink/0.4.4 [INFO] validating manifest of rink-0.4.4 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 rink-0.4.4 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 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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/reg/rink/0.4.4/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 rink-0.4.4 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-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 108086b69a60a42098059ead6efb383afc30a4a70596afbe9a47931af34d837d [INFO] running `"docker" "start" "-a" "108086b69a60a42098059ead6efb383afc30a4a70596afbe9a47931af34d837d"` [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 num v0.1.42 [INFO] [stderr] Compiling rust-gmp v0.5.0 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling hyper-native-tls v0.3.0 [INFO] [stderr] Compiling chrono-humanize v0.0.6 [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/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/rink-27a8857e1096ae23.rink.b1qpsjgu-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/rink-27a8857e1096ae23.rink.b1qpsjgu-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/rink-27a8857e1096ae23.rink.b1qpsjgu-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/rink-27a8857e1096ae23.rink.b1qpsjgu-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/rink-27a8857e1096ae23.rink.b1qpsjgu-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/rink-27a8857e1096ae23.rink.b1qpsjgu-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/rink-27a8857e1096ae23.rink.b1qpsjgu-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/rink-27a8857e1096ae23.rink.b1qpsjgu-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/rink-27a8857e1096ae23.rink.b1qpsjgu-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/rink-27a8857e1096ae23.rink.b1qpsjgu-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/rink-27a8857e1096ae23.rink.b1qpsjgu-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/rink-27a8857e1096ae23.rink.b1qpsjgu-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/rink-27a8857e1096ae23.rink.b1qpsjgu-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/rink-27a8857e1096ae23.rink.b1qpsjgu-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/rink-27a8857e1096ae23.rink.b1qpsjgu-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/rink-27a8857e1096ae23.rink.b1qpsjgu-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/rink-27a8857e1096ae23" "/opt/crater/target/debug/deps/rink-27a8857e1096ae23.2x8co79yao78tbih.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/liblinefeed-4cd7a89993efe8fd.rlib" "/opt/crater/target/debug/deps/libnix-0ad803aca9c53d03.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libbitflags-37df1eb7983fc230.rlib" "/opt/crater/target/debug/deps/libunicode_width-5c65625ac38072b6.rlib" "/opt/crater/target/debug/deps/librink-5e66758173fcd6bd.rlib" "/opt/crater/target/debug/deps/libjson-59ab136832e19204.rlib" "/opt/crater/target/debug/deps/libxml-083c61126eb5188d.rlib" "/opt/crater/target/debug/deps/libbitflags-e424d0a7dda42873.rlib" "/opt/crater/target/debug/deps/libhyper_native_tls-0845c25b71061505.rlib" "/opt/crater/target/debug/deps/libnative_tls-6970e15f18533e06.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-8a28fadf9a103951.rlib" "/opt/crater/target/debug/deps/libopenssl-dd224c3601868c74.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-aa3c52185c6364d7.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libforeign_types-8f4d3073b23c6f54.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-d12e0b78b2045397.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libantidote-1bf644495c1bf2dd.rlib" "/opt/crater/target/debug/deps/libhyper-72cdeacd90671abe.rlib" "/opt/crater/target/debug/deps/libmime-c33595c1da25b3a3.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-c0eb57f43d2a41bf.rlib" "/opt/crater/target/debug/deps/libtypeable-fa4659829e02080f.rlib" "/opt/crater/target/debug/deps/libtraitobject-e38d4174e3a9a182.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libunicase-153480e1a8d7191e.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libbase64-931ff60ca18d83eb.rlib" "/opt/crater/target/debug/deps/libsafemem-c5665ae8451a3a31.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libchrono_humanize-2c9f29ec47f322e9.rlib" "/opt/crater/target/debug/deps/libchrono_tz-b135e9a1f4fc3f94.rlib" "/opt/crater/target/debug/deps/libstrsim-ded59fc8f8e0b320.rlib" "/opt/crater/target/debug/deps/libchrono-d27af93ec73b96aa.rlib" "/opt/crater/target/debug/deps/libnum-afef0f025f3e4a93.rlib" "/opt/crater/target/debug/deps/libnum_iter-6aa8c2e263944e3d.rlib" "/opt/crater/target/debug/deps/libnum_integer-35be16e7600d6cb9.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libgmp-c8817b648c12cc29.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.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" "-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" "108086b69a60a42098059ead6efb383afc30a4a70596afbe9a47931af34d837d"` [INFO] running `"docker" "rm" "-f" "108086b69a60a42098059ead6efb383afc30a4a70596afbe9a47931af34d837d"` [INFO] [stdout] 108086b69a60a42098059ead6efb383afc30a4a70596afbe9a47931af34d837d