[INFO] crate blctl 0.1.2 is already in cache [INFO] extracting crate blctl 0.1.2 into work/ex/beta-1.37-6/sources/1.36.0/reg/blctl/0.1.2 [INFO] extracting crate blctl 0.1.2 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/blctl/0.1.2 [INFO] validating manifest of blctl-0.1.2 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 blctl-0.1.2 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 blctl-0.1.2 [INFO] finished frobbing blctl-0.1.2 [INFO] frobbed toml for blctl-0.1.2 written to work/ex/beta-1.37-6/sources/1.36.0/reg/blctl/0.1.2/Cargo.toml [INFO] started frobbing blctl-0.1.2 [INFO] finished frobbing blctl-0.1.2 [INFO] frobbed toml for blctl-0.1.2 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/blctl/0.1.2/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 blctl-0.1.2 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/blctl/0.1.2:/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] e3b1aee775a4156b1e322794f6c2aff614a8cd4752e0385e582f34d99261c6e3 [INFO] running `"docker" "start" "-a" "e3b1aee775a4156b1e322794f6c2aff614a8cd4752e0385e582f34d99261c6e3"` [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling blctl v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bls.rs:379:28 [INFO] [stderr] | [INFO] [stderr] 379 | func: &Fn (&mut BLSEntry, &[String]) -> std::io::Result<()>) -> std::io::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn (&mut BLSEntry, &[String]) -> std::io::Result<()>` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/cshim.rs:153:38 [INFO] [stderr] | [INFO] [stderr] 153 | fn generic_cmdline_handler(env: &mut CmdlineHandler, params: *const *const c_char, op: &Fn(&mut CmdlineHandler, &[String]) -> std::io::Result<()>) -> c_char { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn CmdlineHandler` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/cshim.rs:153:89 [INFO] [stderr] | [INFO] [stderr] 153 | fn generic_cmdline_handler(env: &mut CmdlineHandler, params: *const *const c_char, op: &Fn(&mut CmdlineHandler, &[String]) -> std::io::Result<()>) -> c_char { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut CmdlineHandler, &[String]) -> std::io::Result<()>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/cshim.rs:153:97 [INFO] [stderr] | [INFO] [stderr] 153 | fn generic_cmdline_handler(env: &mut CmdlineHandler, params: *const *const c_char, op: &Fn(&mut CmdlineHandler, &[String]) -> std::io::Result<()>) -> c_char { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn CmdlineHandler` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/cshim.rs:185:35 [INFO] [stderr] | [INFO] [stderr] 185 | fn generic_cmdline_get (env: &mut CmdlineHandler, param: *const c_char) -> *mut CmdlineParam { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn CmdlineHandler` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/bls.rs:202:13 [INFO] [stderr] | [INFO] [stderr] 202 | let mut line: Vec<&str> = line.trim().splitn(2, " ").collect(); [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] warning: variable does not need to be mutable [INFO] [stderr] --> src/bls.rs:319:9 [INFO] [stderr] | [INFO] [stderr] 319 | for mut line in data.iter() { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/cmdline.rs:228:11 [INFO] [stderr] | [INFO] [stderr] 228 | let mut values = cmdline.entry_or_insert(set_key, Vec::new()); [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/cmdline.rs:292:11 [INFO] [stderr] | [INFO] [stderr] 292 | let mut params_for_key = cmdline.entry_or_insert(rem_key, rem_values.clone()); [INFO] [stderr] | ----^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [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/blctl.blctl.9hu1yh6e-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/blctl.blctl.9hu1yh6e-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/blctl.blctl.9hu1yh6e-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/blctl.blctl.9hu1yh6e-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/blctl.blctl.9hu1yh6e-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/blctl.blctl.9hu1yh6e-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/blctl.blctl.9hu1yh6e-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/blctl.blctl.9hu1yh6e-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/blctl.blctl.9hu1yh6e-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/blctl.blctl.9hu1yh6e-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/blctl.blctl.9hu1yh6e-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/blctl.blctl.9hu1yh6e-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/blctl.blctl.9hu1yh6e-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/blctl.blctl.9hu1yh6e-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/blctl.blctl.9hu1yh6e-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/blctl.blctl.9hu1yh6e-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/libblctl.so" "-Wl,--version-script=/tmp/rustcplgD3g/list" "/opt/crater/target/debug/deps/blctl.151tztmjy1v5ngg9.rcgu.o" "/opt/crater/target/debug/deps/blctl.10rdz99swofuwviu.rcgu.o" "-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" "-lrpm" "-Wl,-Bstatic" "-Wl,--whole-archive" "/tmp/rustcplgD3g/libini-37b1214e5ebd0e3b.rlib" "-Wl,--no-whole-archive" "-Wl,--start-group" "-Wl,--whole-archive" "/tmp/rustcplgD3g/libstd-a80a1e8e09cafef8.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcplgD3g/libpanic_unwind-e0e6351da805c468.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcplgD3g/libbacktrace-e04f54bafc95e331.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcplgD3g/libbacktrace_sys-67901d3322495bd5.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcplgD3g/librustc_demangle-bd390b1abaceaec1.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcplgD3g/libhashbrown-312dd37fdc7bedfc.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcplgD3g/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcplgD3g/libunwind-8a423c320a6c707f.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcplgD3g/libcfg_if-d6a95598e2238263.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcplgD3g/liblibc-d231614b153016eb.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcplgD3g/liballoc-3821619027f463e4.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcplgD3g/librustc_std_workspace_core-1cfd794d18771a44.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcplgD3g/libcore-dcf33cf10c2452ef.rlib" "-Wl,--no-whole-archive" "-Wl,--end-group" "/tmp/rustcplgD3g/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" "-shared" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lrpm [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 `blctl`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e3b1aee775a4156b1e322794f6c2aff614a8cd4752e0385e582f34d99261c6e3"` [INFO] running `"docker" "rm" "-f" "e3b1aee775a4156b1e322794f6c2aff614a8cd4752e0385e582f34d99261c6e3"` [INFO] [stdout] e3b1aee775a4156b1e322794f6c2aff614a8cd4752e0385e582f34d99261c6e3