[INFO] fetching crate blctl 0.1.2... [INFO] testing blctl-0.1.2 against beta-2021-01-01 for beta-1.50-1 [INFO] extracting crate blctl 0.1.2 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate blctl 0.1.2 on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "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-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serial_test v0.2.0 [INFO] [stderr] Downloaded serial_test_derive v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 63a493473e19f2eac74368b7d2a689b0ee70c41cacabe9b821261f3ed893c91f [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" "63a493473e19f2eac74368b7d2a689b0ee70c41cacabe9b821261f3ed893c91f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "63a493473e19f2eac74368b7d2a689b0ee70c41cacabe9b821261f3ed893c91f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63a493473e19f2eac74368b7d2a689b0ee70c41cacabe9b821261f3ed893c91f", kill_on_drop: false }` [INFO] [stdout] 63a493473e19f2eac74368b7d2a689b0ee70c41cacabe9b821261f3ed893c91f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9e3fe9308b3c65d264b8085d3bc6bc92d0ec17f18ceb3575b54ee5647adf061 [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" "c9e3fe9308b3c65d264b8085d3bc6bc92d0ec17f18ceb3575b54ee5647adf061", kill_on_drop: false }` [INFO] [stderr] Compiling rust-ini v0.13.0 [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-2021-01-01-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/rustc9GW5aY/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-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lrpm" "-Wl,-Bstatic" "-Wl,--whole-archive" "/tmp/rustc9GW5aY/libini-fe081c3c47fb316c.rlib" "-Wl,--no-whole-archive" "-Wl,--start-group" "-Wl,--whole-archive" "/tmp/rustc9GW5aY/libstd-7444fd17919e9af0.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustc9GW5aY/libpanic_unwind-0ee2f67026959ab7.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustc9GW5aY/libminiz_oxide-df1bcd1e82256d04.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustc9GW5aY/libadler-ed9ecf1b54021131.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustc9GW5aY/libobject-0ede66bb24e94b96.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustc9GW5aY/libaddr2line-7c2de7f50940865c.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustc9GW5aY/libgimli-b138d50085fd4683.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustc9GW5aY/librustc_demangle-6576870d8f2b9ae2.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustc9GW5aY/libhashbrown-042a30c5f67b2c91.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustc9GW5aY/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustc9GW5aY/libunwind-90b3063cd7b22527.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustc9GW5aY/libcfg_if-17f9484f8dc4da1e.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustc9GW5aY/liblibc-df38345acd9d92e1.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustc9GW5aY/liballoc-a5e10ca10bdd9e54.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustc9GW5aY/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustc9GW5aY/libcore-3a4e739a77468800.rlib" "-Wl,--no-whole-archive" "-Wl,--end-group" "/tmp/rustc9GW5aY/libcompiler_builtins-0f3a0c116d5e04d6.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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" "c9e3fe9308b3c65d264b8085d3bc6bc92d0ec17f18ceb3575b54ee5647adf061", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9e3fe9308b3c65d264b8085d3bc6bc92d0ec17f18ceb3575b54ee5647adf061", kill_on_drop: false }` [INFO] [stdout] c9e3fe9308b3c65d264b8085d3bc6bc92d0ec17f18ceb3575b54ee5647adf061