[INFO] updating cached repository https://github.com/Evander12345/rman [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 98526939466179e55b224e39744cdbe852bc69c7 [INFO] testing Evander12345/rman against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEvander12345%2Frman" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Evander12345/rman on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Evander12345/rman [INFO] finished tweaking git repo https://github.com/Evander12345/rman [INFO] tweaked toml for git repo https://github.com/Evander12345/rman written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/Evander12345/rman already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=forbid" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6e68494338d1b1f93084037ff355209d4618ae5f6988b721e90f97cfc751b1ed [INFO] running `"docker" "start" "-a" "6e68494338d1b1f93084037ff355209d4618ae5f6988b721e90f97cfc751b1ed"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling serde v0.8.23 [INFO] [stderr] Compiling regex-syntax v0.6.15 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling ssh v0.1.4 [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling bitflags v0.3.3 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling aho-corasick v0.7.9 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling serde_test v0.8.23 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Compiling serde-hjson v0.8.2 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling serde_json v1.0.48 [INFO] [stderr] Compiling config v0.9.3 [INFO] [stderr] Compiling rman v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `Deserialize`, `Serialize` [INFO] [stderr] --> src/host.rs:8:20 [INFO] [stderr] | [INFO] [stderr] 8 | use serde_derive::{Serialize, Deserialize}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Host` [INFO] [stderr] --> src/all.rs:6:30 [INFO] [stderr] | [INFO] [stderr] 6 | use crate::host::{get_hosts, Host}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `err` [INFO] [stderr] --> src/host.rs:253:13 [INFO] [stderr] | [INFO] [stderr] 253 | Err(err) => create_cfg() [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_err` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `reboot_host` [INFO] [stderr] --> src/host.rs:67:4 [INFO] [stderr] | [INFO] [stderr] 67 | fn reboot_host(args: std::vec::Vec) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `reboot` [INFO] [stderr] --> src/ssh_con.rs:82:8 [INFO] [stderr] | [INFO] [stderr] 82 | pub fn reboot(host: &host::Host) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/host.rs:195:5 [INFO] [stderr] | [INFO] [stderr] 195 | try_save(configuration); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/host.rs:265:5 [INFO] [stderr] | [INFO] [stderr] 265 | settings.merge(config::File::from(path)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/rman-d108aae0fdc42410.rman.bvoi9kmm-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rman-d108aae0fdc42410.rman.bvoi9kmm-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rman-d108aae0fdc42410.rman.bvoi9kmm-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rman-d108aae0fdc42410.rman.bvoi9kmm-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rman-d108aae0fdc42410.rman.bvoi9kmm-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rman-d108aae0fdc42410.rman.bvoi9kmm-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rman-d108aae0fdc42410.rman.bvoi9kmm-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rman-d108aae0fdc42410.rman.bvoi9kmm-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rman-d108aae0fdc42410.rman.bvoi9kmm-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rman-d108aae0fdc42410.rman.bvoi9kmm-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rman-d108aae0fdc42410.rman.bvoi9kmm-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rman-d108aae0fdc42410.rman.bvoi9kmm-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rman-d108aae0fdc42410.rman.bvoi9kmm-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rman-d108aae0fdc42410.rman.bvoi9kmm-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rman-d108aae0fdc42410.rman.bvoi9kmm-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rman-d108aae0fdc42410.rman.bvoi9kmm-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/rman-d108aae0fdc42410" "/opt/rustwide/target/debug/deps/rman-d108aae0fdc42410.5kyrq5y8a1sa22r.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libconfig-843e63dfed190219.rlib" "/opt/rustwide/target/debug/deps/libini-9b4ca5903fd2e649.rlib" "/opt/rustwide/target/debug/deps/libserde_hjson-b441c017a8b3fd63.rlib" "/opt/rustwide/target/debug/deps/libregex-72756b212cea22bc.rlib" "/opt/rustwide/target/debug/deps/libthread_local-99a05dc3a68e4d67.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-c366ebf3daccbdbb.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-5dbe3324d88f44d0.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9db42f54d151e0f2.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9f97a4fd61bd1e10.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-9e3e67104cb26c66.rlib" "/opt/rustwide/target/debug/deps/libserde-0825f3c94315f306.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-26a3a548d6bb9511.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-a0f467172504430a.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-c82cad3fbef0a017.rlib" "/opt/rustwide/target/debug/deps/libserde_json-955d64ffe7d3b365.rlib" "/opt/rustwide/target/debug/deps/libryu-a23b0c02638d3da6.rlib" "/opt/rustwide/target/debug/deps/libitoa-82fd069fb6d22506.rlib" "/opt/rustwide/target/debug/deps/libtoml-bf31549d967fd0e2.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libnom-53f8f3bf4967a2d5.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6743c7b9c8d789f.rlib" "/opt/rustwide/target/debug/deps/libserde-266213254a9bbcc2.rlib" "/opt/rustwide/target/debug/deps/libssh-dc3a772d43d9aaf7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-616d7823df1ca646.rlib" "/opt/rustwide/target/debug/deps/liblog-bd3d795ce9bbd9ff.rlib" "/opt/rustwide/target/debug/deps/liblog-e05329b9ca199b2b.rlib" "/opt/rustwide/target/debug/deps/libdirs-7af0896a86e9241d.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys-49c5dc816243bf64.rlib" "/opt/rustwide/target/debug/deps/liblibc-adea4f85f04a5923.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1dac1a412c98f50d.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b7841fd014bf83a1.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-338c0763450dca22.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5f2e5d11836e0967.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-81a9070bd3553adf.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-e297830377b95af4.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-b38b87f2dd197fa0.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-601015f2e15e7e26.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-439f3a589bd88586.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-57ab7e6ac23ce11f.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3aec7f88778e912a.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-b6806800b307d4b9.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-e49d7651b12f7563.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e8266574e26adcc3.rlib" "-Wl,-Bdynamic" "-lssh" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lssh [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 7 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `rman`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6e68494338d1b1f93084037ff355209d4618ae5f6988b721e90f97cfc751b1ed"` [INFO] running `"docker" "rm" "-f" "6e68494338d1b1f93084037ff355209d4618ae5f6988b721e90f97cfc751b1ed"` [INFO] [stdout] 6e68494338d1b1f93084037ff355209d4618ae5f6988b721e90f97cfc751b1ed