[INFO] cloning repository https://github.com/Darktrop/hdfs-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Darktrop/hdfs-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDarktrop%2Fhdfs-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDarktrop%2Fhdfs-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c14058ec9e4efd62efe2bf5c85502f6419621342
[INFO] building Darktrop/hdfs-cli against master#ad211ced81509462cdfe4c29ed10f97279a0acae for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDarktrop%2Fhdfs-cli" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Darktrop/hdfs-cli on toolchain ad211ced81509462cdfe4c29ed10f97279a0acae
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Darktrop/hdfs-cli
[INFO] finished tweaking git repo https://github.com/Darktrop/hdfs-cli
[INFO] tweaked toml for git repo https://github.com/Darktrop/hdfs-cli written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 86 packages to latest compatible versions
[INFO] [stderr]       Adding clap v2.34.0 (available: v4.5.24)
[INFO] [stderr]       Adding dirs v1.0.5 (available: v5.0.1)
[INFO] [stderr]       Adding env_logger v0.5.13 (available: v0.11.6)
[INFO] [stderr]       Adding glob v0.2.11 (available: v0.3.2)
[INFO] [stderr]       Adding itertools v0.7.11 (available: v0.14.0)
[INFO] [stderr]       Adding nix v0.11.1 (available: v0.29.0)
[INFO] [stderr]       Adding quick-xml v0.13.3 (available: v0.37.2)
[INFO] [stderr]       Adding rand v0.5.6 (available: v0.8.5)
[INFO] [stderr]       Adding toml v0.4.10 (available: v0.8.19)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: /workspace/builds/worker-7-tc1/source/hdfs/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-7-tc1/source/hdfs-cmd/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-7-tc1/source/fs_test/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-7-tc1/source/walk/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded quick-xml v0.13.3
[INFO] [stderr]   Downloaded env_logger v0.5.13
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0805dba1494e94f1ef1131247ceb4e418c2c4cde92d67b32bb83e9602061a289
[INFO] running `Command { std: "docker" "start" "-a" "0805dba1494e94f1ef1131247ceb4e418c2c4cde92d67b32bb83e9602061a289", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0805dba1494e94f1ef1131247ceb4e418c2c4cde92d67b32bb83e9602061a289", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0805dba1494e94f1ef1131247ceb4e418c2c4cde92d67b32bb83e9602061a289", kill_on_drop: false }`
[INFO] [stdout] 0805dba1494e94f1ef1131247ceb4e418c2c4cde92d67b32bb83e9602061a289
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7f004de814a1420be1889a950ac1b5c2ab3187c6b39b04167bc6161ae97a698e
[INFO] running `Command { std: "docker" "start" "-a" "7f004de814a1420be1889a950ac1b5c2ab3187c6b39b04167bc6161ae97a698e", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/walk/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /opt/rustwide/workdir/fs_test/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /opt/rustwide/workdir/hdfs/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /opt/rustwide/workdir/hdfs-cmd/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling nix v0.11.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling miniz_oxide v0.8.2
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling serde_json v1.0.135
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling yaml-rust v0.3.5
[INFO] [stderr]    Compiling itertools v0.7.11
[INFO] [stderr]    Compiling glob v0.2.11
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling hdfs v0.1.0 (/opt/rustwide/workdir/hdfs)
[INFO] [stderr]    Compiling syn v2.0.95
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stdout] warning: unused import: `std::env`
[INFO] [stdout]  --> hdfs/build.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::env;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling rand v0.5.6
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling dirs v1.0.5
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling walk v0.1.0 (/opt/rustwide/workdir/walk)
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> walk/src/walk.rs:100:21
[INFO] [stdout]     |
[INFO] [stdout] 95  | impl<'a, T: FileSystem> Walk<'a, T> {
[INFO] [stdout]     |      -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 100 |     ) -> Result<Walk<T>, err::Error> {
[INFO] [stdout]     |                     ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> walk/src/walk.rs:168:65
[INFO] [stdout]     |
[INFO] [stdout] 168 |                         return Some(Ok(Node::Dir(depth, path)));;
[INFO] [stdout]     |                                                                 ^ help: remove this semicolon
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_recursive` is never used
[INFO] [stdout]    --> walk/src/walk.rs:189:8
[INFO] [stdout]     |
[INFO] [stdout] 95  | impl<'a, T: FileSystem> Walk<'a, T> {
[INFO] [stdout]     | ----------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 189 |     fn is_recursive(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling fs_test v0.1.0 (/opt/rustwide/workdir/fs_test)
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling toml v0.4.10
[INFO] [stderr]    Compiling backtrace v0.3.74
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]    Compiling quick-xml v0.13.3
[INFO] [stdout] warning: use of deprecated type alias `libc::int16_t`: Use i16 instead.
[INFO] [stdout]  --> hdfs/src/hdfs.rs:5:46
[INFO] [stdout]   |
[INFO] [stdout] 5 |     c_char, c_int, c_short, c_uchar, c_void, int16_t, int32_t, int64_t, size_t, time_t, uint16_t,
[INFO] [stdout]   |                                              ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]  --> hdfs/src/hdfs.rs:5:55
[INFO] [stdout]   |
[INFO] [stdout] 5 |     c_char, c_int, c_short, c_uchar, c_void, int16_t, int32_t, int64_t, size_t, time_t, uint16_t,
[INFO] [stdout]   |                                                       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead.
[INFO] [stdout]  --> hdfs/src/hdfs.rs:5:64
[INFO] [stdout]   |
[INFO] [stdout] 5 |     c_char, c_int, c_short, c_uchar, c_void, int16_t, int32_t, int64_t, size_t, time_t, uint16_t,
[INFO] [stdout]   |                                                                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]  --> hdfs/src/hdfs.rs:5:89
[INFO] [stdout]   |
[INFO] [stdout] 5 |     c_char, c_int, c_short, c_uchar, c_void, int16_t, int32_t, int64_t, size_t, time_t, uint16_t,
[INFO] [stdout]   |                                                                                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int16_t`: Use i16 instead.
[INFO] [stdout]  --> hdfs/src/native.rs:8:46
[INFO] [stdout]   |
[INFO] [stdout] 8 |     c_char, c_int, c_short, c_uchar, c_void, int16_t, int32_t, int64_t, size_t, time_t, uint16_t,
[INFO] [stdout]   |                                              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]  --> hdfs/src/native.rs:8:55
[INFO] [stdout]   |
[INFO] [stdout] 8 |     c_char, c_int, c_short, c_uchar, c_void, int16_t, int32_t, int64_t, size_t, time_t, uint16_t,
[INFO] [stdout]   |                                                       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead.
[INFO] [stdout]  --> hdfs/src/native.rs:8:64
[INFO] [stdout]   |
[INFO] [stdout] 8 |     c_char, c_int, c_short, c_uchar, c_void, int16_t, int32_t, int64_t, size_t, time_t, uint16_t,
[INFO] [stdout]   |                                                                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]  --> hdfs/src/native.rs:8:89
[INFO] [stdout]   |
[INFO] [stdout] 8 |     c_char, c_int, c_short, c_uchar, c_void, int16_t, int32_t, int64_t, size_t, time_t, uint16_t,
[INFO] [stdout]   |                                                                                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> hdfs/src/native.rs:12:14
[INFO] [stdout]    |
[INFO] [stdout] 12 | type tSize = int32_t;
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead.
[INFO] [stdout]   --> hdfs/src/native.rs:14:16
[INFO] [stdout]    |
[INFO] [stdout] 14 | type tOffset = int64_t;
[INFO] [stdout]    |                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]   --> hdfs/src/native.rs:15:14
[INFO] [stdout]    |
[INFO] [stdout] 15 | type tPort = uint16_t;
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> hdfs/src/config.rs:20:17
[INFO] [stdout]    |
[INFO] [stdout] 20 |             let mut file = BufReader::new(f);
[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: variants `kObjectKindFile` and `kObjectKindDirectory` are never constructed
[INFO] [stdout]   --> hdfs/src/native.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub enum tObjectKind {
[INFO] [stdout]    |          ----------- variants in this enum
[INFO] [stdout] 19 |     kObjectKindFile = 0x46,      // 'F'
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 20 |     kObjectKindDirectory = 0x44, // 'D'
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> hdfs/src/native.rs:5:9
[INFO] [stdout]    |
[INFO] [stdout] 5  | #![warn(dead_code)]
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hdfsDelete` is never used
[INFO] [stdout]    --> hdfs/src/native.rs:118:12
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn hdfsDelete(fs: *const hdfsFS, path: *const c_char) -> c_int;
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hdfsCopy` is never used
[INFO] [stdout]    --> hdfs/src/native.rs:124:12
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn hdfsCopy(
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hdfsMove` is never used
[INFO] [stdout]    --> hdfs/src/native.rs:130:12
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn hdfsMove(
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hdfsRename` is never used
[INFO] [stdout]    --> hdfs/src/native.rs:136:12
[INFO] [stdout]     |
[INFO] [stdout] 136 |     pub fn hdfsRename(srcFS: *const hdfsFS, src: *const c_char, dst: *const c_char);
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hdfsCreateDirectory` is never used
[INFO] [stdout]    --> hdfs/src/native.rs:137:12
[INFO] [stdout]     |
[INFO] [stdout] 137 |     pub fn hdfsCreateDirectory(fs: *const hdfsFS, path: *const c_char) -> c_int;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling env_logger v0.5.13
[INFO] [stderr]    Compiling hdfs-cmd v0.1.0 (/opt/rustwide/workdir/hdfs-cmd)
[INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `print_path`
[INFO] [stdout]   --> hdfs-cmd/src/main.rs:57:78
[INFO] [stdout]    |
[INFO] [stdout] 57 | fn print_item(fs: &walk::linuxfs::LinuxFS, item: &walk::walk::WalkItem, bool print_path) {
[INFO] [stdout]    |                                                                         -----^^^^^^^^^^
[INFO] [stdout]    |                                                                         |    |
[INFO] [stdout]    |                                                                         |    expected one of `:`, `@`, or `|`
[INFO] [stdout]    |                                                                         help: declare the type after the parameter binding: `<identifier>: <type>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]  --> hdfs-cmd/src/walk_hdfs.rs:8:53
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl<'a> HdfsFileSystem<'a> {
[INFO] [stdout]   |      -- lifetime `'a` declared here
[INFO] [stdout] 8 |     pub fn new(fs: &'a hdfs::hdfs::HDFileSystem) -> HdfsFileSystem {
[INFO] [stdout]   |                                                     ^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stdout]   --> hdfs-cmd/src/main.rs:48:13
[INFO] [stdout]    |
[INFO] [stdout] 48 |             print_item(&fs, &item);
[INFO] [stdout]    |             ^^^^^^^^^^------------ argument #3 is missing
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> hdfs-cmd/src/main.rs:57:4
[INFO] [stdout]    |
[INFO] [stdout] 57 | fn print_item(fs: &walk::linuxfs::LinuxFS, item: &walk::walk::WalkItem, bool print_path) {
[INFO] [stdout]    |    ^^^^^^^^^^ ---------------------------  ---------------------------       ----------
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 48 |             print_item(&fs, &item, /* print_path */);
[INFO] [stdout]    |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stdout]   --> hdfs-cmd/src/main.rs:52:40
[INFO] [stdout]    |
[INFO] [stdout] 52 |             try_or_print!(item.map(|i| print_item(&fs, &i)));
[INFO] [stdout]    |                                        ^^^^^^^^^^--------- argument #3 is missing
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> hdfs-cmd/src/main.rs:57:4
[INFO] [stdout]    |
[INFO] [stdout] 57 | fn print_item(fs: &walk::linuxfs::LinuxFS, item: &walk::walk::WalkItem, bool print_path) {
[INFO] [stdout]    |    ^^^^^^^^^^ ---------------------------  ---------------------------       ----------
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 52 |             try_or_print!(item.map(|i| print_item(&fs, &i, /* print_path */)));
[INFO] [stdout]    |                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `MetadataTrait`
[INFO] [stdout]   --> hdfs-cmd/src/main.rs:23:45
[INFO] [stdout]    |
[INFO] [stdout] 23 | use walk::walk::{DirEntryTrait, FileSystem, MetadataTrait};
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hdfs-cmd` (bin "hdfs-cmd") due to 3 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "7f004de814a1420be1889a950ac1b5c2ab3187c6b39b04167bc6161ae97a698e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f004de814a1420be1889a950ac1b5c2ab3187c6b39b04167bc6161ae97a698e", kill_on_drop: false }`
[INFO] [stdout] 7f004de814a1420be1889a950ac1b5c2ab3187c6b39b04167bc6161ae97a698e
