[INFO] crate blctl 0.1.2 is already in cache [INFO] testing blctl-0.1.2 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate blctl 0.1.2 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate blctl 0.1.2 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate blctl 0.1.2 [INFO] finished tweaking crates.io crate blctl 0.1.2 [INFO] tweaked toml for crates.io crate blctl 0.1.2 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 36a62114be23197382932c467fa3686b1a1ab66062da1b1560f82163b896918b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "36a62114be23197382932c467fa3686b1a1ab66062da1b1560f82163b896918b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "36a62114be23197382932c467fa3686b1a1ab66062da1b1560f82163b896918b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36a62114be23197382932c467fa3686b1a1ab66062da1b1560f82163b896918b", kill_on_drop: false }` [INFO] [stdout] 36a62114be23197382932c467fa3686b1a1ab66062da1b1560f82163b896918b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 66cb20fcd3e79abd3b0a92ba1e9d4ccb9ea9f28568900ebb1c98bd2991d5d1a7 [INFO] running `Command { std: "docker" "start" "-a" "66cb20fcd3e79abd3b0a92ba1e9d4ccb9ea9f28568900ebb1c98bd2991d5d1a7", kill_on_drop: false }` [INFO] [stderr] Compiling blctl v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bls.rs:379:28 [INFO] [stdout] | [INFO] [stdout] 379 | func: &Fn (&mut BLSEntry, &[String]) -> std::io::Result<()>) -> std::io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn (&mut BLSEntry, &[String]) -> std::io::Result<()>` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/cmdline.rs:25:54 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn cmdline_parse (args: &str) -> std::io::Result<(Cmdline)> { [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cshim.rs:153:38 [INFO] [stdout] | [INFO] [stdout] 153 | fn generic_cmdline_handler(env: &mut CmdlineHandler, params: *const *const c_char, op: &Fn(&mut CmdlineHandler, &[String]) -> std::io::Re... [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn CmdlineHandler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cshim.rs:153:89 [INFO] [stdout] | [INFO] [stdout] 153 | ...ms: *const *const c_char, op: &Fn(&mut CmdlineHandler, &[String]) -> std::io::Result<()>) -> c_char { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut CmdlineHandler, &[String]) -> std::io::Result<()>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cshim.rs:153:97 [INFO] [stdout] | [INFO] [stdout] 153 | ...rams: *const *const c_char, op: &Fn(&mut CmdlineHandler, &[String]) -> std::io::Result<()>) -> c_char { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn CmdlineHandler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cshim.rs:185:35 [INFO] [stdout] | [INFO] [stdout] 185 | fn generic_cmdline_get (env: &mut CmdlineHandler, param: *const c_char) -> *mut CmdlineParam { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn CmdlineHandler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bls.rs:202:13 [INFO] [stdout] | [INFO] [stdout] 202 | let mut line: Vec<&str> = line.trim().splitn(2, " ").collect(); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bls.rs:319:9 [INFO] [stdout] | [INFO] [stdout] 319 | for mut line in data.iter() { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/cmdline.rs:228:11 [INFO] [stdout] | [INFO] [stdout] 228 | let mut values = cmdline.entry_or_insert(set_key, Vec::new()); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/cmdline.rs:292:11 [INFO] [stdout] | [INFO] [stdout] 292 | let mut params_for_key = cmdline.entry_or_insert(rem_key, rem_values.clone()); [INFO] [stdout] | ----^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/blctl.blctl.5hcixcm8-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/blctl.blctl.5hcixcm8-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/blctl.blctl.5hcixcm8-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/blctl.blctl.5hcixcm8-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/blctl.blctl.5hcixcm8-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/blctl.blctl.5hcixcm8-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/blctl.blctl.5hcixcm8-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/blctl.blctl.5hcixcm8-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/blctl.blctl.5hcixcm8-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/blctl.blctl.5hcixcm8-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/blctl.blctl.5hcixcm8-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/blctl.blctl.5hcixcm8-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/blctl.blctl.5hcixcm8-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/blctl.blctl.5hcixcm8-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/blctl.blctl.5hcixcm8-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/blctl.blctl.5hcixcm8-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/libblctl.so" "-Wl,--version-script=/tmp/rustcyelGpE/list" "/opt/rustwide/target/debug/deps/blctl.30f0sl3xuu3gwgsw.rcgu.o" "/opt/rustwide/target/debug/deps/blctl.3rztsm2kcxfiimrh.rcgu.o" "-shared" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lrpm" "-Wl,-Bstatic" "-Wl,--whole-archive" "/tmp/rustcyelGpE/libini-29401f0aa01bdd57.rlib" "-Wl,--no-whole-archive" "-Wl,--start-group" "-Wl,--whole-archive" "/tmp/rustcyelGpE/libstd-d66e0ceb8eaec9b8.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcyelGpE/libpanic_unwind-9717ec0599b569a0.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcyelGpE/libhashbrown-04369de9ba916647.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcyelGpE/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcyelGpE/libbacktrace-0359c4288a5ef89f.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcyelGpE/libbacktrace_sys-1b25ede22d698ab3.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcyelGpE/librustc_demangle-37940b486a68e488.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcyelGpE/libunwind-06b77c27e794c7c6.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcyelGpE/libcfg_if-4d07e02a8df36da1.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcyelGpE/liblibc-fb29e0695c0a0f79.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcyelGpE/liballoc-e16188b4cf97e8bb.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcyelGpE/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcyelGpE/libcore-b0689b528b222bee.rlib" "-Wl,--no-whole-archive" "-Wl,--end-group" "/tmp/rustcyelGpE/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lrpm [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `blctl`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "66cb20fcd3e79abd3b0a92ba1e9d4ccb9ea9f28568900ebb1c98bd2991d5d1a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66cb20fcd3e79abd3b0a92ba1e9d4ccb9ea9f28568900ebb1c98bd2991d5d1a7", kill_on_drop: false }` [INFO] [stdout] 66cb20fcd3e79abd3b0a92ba1e9d4ccb9ea9f28568900ebb1c98bd2991d5d1a7