[INFO] fetching crate nfd 0.0.4...
[INFO] testing nfd-0.0.4 against 1.91.0 for beta-1.92-2
[INFO] extracting crate nfd 0.0.4 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate nfd 0.0.4
[INFO] finished tweaking crates.io crate nfd 0.0.4
[INFO] tweaked toml for crates.io crate nfd 0.0.4 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate nfd 0.0.4 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 61c8129aaaf0cbf87a68eba47429183b5978a8a253f11ab8014c9883ee9356a3
[INFO] running `Command { std: "docker" "start" "-a" "61c8129aaaf0cbf87a68eba47429183b5978a8a253f11ab8014c9883ee9356a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "61c8129aaaf0cbf87a68eba47429183b5978a8a253f11ab8014c9883ee9356a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61c8129aaaf0cbf87a68eba47429183b5978a8a253f11ab8014c9883ee9356a3", kill_on_drop: false }`
[INFO] [stdout] 61c8129aaaf0cbf87a68eba47429183b5978a8a253f11ab8014c9883ee9356a3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fc937d7a3062a268e62cd9037d141dd2720de7d613e094db88837bd16e245382
[INFO] running `Command { std: "docker" "start" "-a" "fc937d7a3062a268e62cd9037d141dd2720de7d613e094db88837bd16e245382", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]    Compiling nfd v0.0.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> build.rs:29:47
[INFO] [stdout]    |
[INFO] [stdout] 29 |         concat!("nativefiledialog/src/", $suf);
[INFO] [stdout]    |                                               ^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     cfg.include(nfd!("include"));
[INFO] [stdout]    |                 --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `nfd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> build.rs:29:47
[INFO] [stdout]    |
[INFO] [stdout] 29 |         concat!("nativefiledialog/src/", $suf);
[INFO] [stdout]    |                                               ^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     cfg.file(nfd!("nfd_common.c"));
[INFO] [stdout]    |              -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `nfd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> build.rs:29:47
[INFO] [stdout]    |
[INFO] [stdout] 29 |         concat!("nativefiledialog/src/", $suf);
[INFO] [stdout]    |                                               ^
[INFO] [stdout] ...
[INFO] [stdout] 41 |         cfg.file(nfd!("nfd_cocoa.m"));
[INFO] [stdout]    |                  ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `nfd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> build.rs:29:47
[INFO] [stdout]    |
[INFO] [stdout] 29 |         concat!("nativefiledialog/src/", $suf);
[INFO] [stdout]    |                                               ^
[INFO] [stdout] ...
[INFO] [stdout] 46 |         cfg.file(nfd!("nfd_win.cpp"));
[INFO] [stdout]    |                  ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `nfd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> build.rs:29:47
[INFO] [stdout]    |
[INFO] [stdout] 29 |         concat!("nativefiledialog/src/", $suf);
[INFO] [stdout]    |                                               ^
[INFO] [stdout] ...
[INFO] [stdout] 71 |         cfg.file(nfd!("nfd_gtk.c"));
[INFO] [stdout]    |                  ----------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `nfd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build
[INFO] [stdout]   --> build.rs:34:24
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let mut cfg = gcc::Config::new();
[INFO] [stdout]    |                        ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained
[INFO] [stdout]   --> build.rs:34:32
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let mut cfg = gcc::Config::new();
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: nfd@0.0.4: nativefiledialog/src/nfd_gtk.c: In function 'AddFiltersToDialog':
[INFO] [stderr] warning: nfd@0.0.4: nativefiledialog/src/nfd_gtk.c:54:59: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 254 [-Wformat-truncation=]
[INFO] [stderr] warning: nfd@0.0.4:    54 |             snprintf( typebufWildcard, NFD_MAX_STRLEN, "*.%s", typebuf );
[INFO] [stderr] warning: nfd@0.0.4:       |                                                           ^~   ~~~~~~~
[INFO] [stderr] warning: nfd@0.0.4: nativefiledialog/src/nfd_gtk.c:54:13: note: 'snprintf' output between 3 and 258 bytes into a destination of size 256
[INFO] [stderr] warning: nfd@0.0.4:    54 |             snprintf( typebufWildcard, NFD_MAX_STRLEN, "*.%s", typebuf );
[INFO] [stderr] warning: nfd@0.0.4:       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:121:35
[INFO] [stdout]     |
[INFO] [stdout] 121 |             filter_list_cstring = try!(CString::new(fl_str));
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:129:36
[INFO] [stdout]     |
[INFO] [stdout] 129 |             default_path_cstring = try!(CString::new(dp_str));
[INFO] [stdout]     |                                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:26:48
[INFO] [stdout]    |
[INFO] [stdout] 26 |             NFDError::NulError(ref err) => err.description(),
[INFO] [stdout]    |                                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:28:49
[INFO] [stdout]    |
[INFO] [stdout] 28 |             NFDError::Utf8Error(ref err) => err.description(),
[INFO] [stdout]    |                                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:65:53
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn filter(&'a mut self, filter: &'a str) -> &mut DialogBuilder {
[INFO] [stdout]    |                    --                    --         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                    |                     |          |    |
[INFO] [stdout]    |                    |                     |          |    the same lifetime is hidden here
[INFO] [stdout]    |                    |                     |          the same lifetime is elided here
[INFO] [stdout]    |                    |                     the lifetime is named here
[INFO] [stdout]    |                    the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn filter(&'a mut self, filter: &'a str) -> &'a mut DialogBuilder<'a> {
[INFO] [stdout]    |                                                      ++                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:70:57
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn default_path(&'a mut self, path: &'a str) -> &mut DialogBuilder {
[INFO] [stdout]    |                          --                  --         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                          |                   |          |    |
[INFO] [stdout]    |                          |                   |          |    the same lifetime is hidden here
[INFO] [stdout]    |                          |                   |          the same lifetime is elided here
[INFO] [stdout]    |                          |                   the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn default_path(&'a mut self, path: &'a str) -> &'a mut DialogBuilder<'a> {
[INFO] [stdout]    |                                                          ++                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nfd v0.0.4 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "fc937d7a3062a268e62cd9037d141dd2720de7d613e094db88837bd16e245382", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc937d7a3062a268e62cd9037d141dd2720de7d613e094db88837bd16e245382", kill_on_drop: false }`
[INFO] [stdout] fc937d7a3062a268e62cd9037d141dd2720de7d613e094db88837bd16e245382
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 95fc2b6a3614f9311febb63e32525c7eef6d4c593c5a0227fa2cc91c296c4576
[INFO] running `Command { std: "docker" "start" "-a" "95fc2b6a3614f9311febb63e32525c7eef6d4c593c5a0227fa2cc91c296c4576", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> build.rs:29:47
[INFO] [stdout]    |
[INFO] [stdout] 29 |         concat!("nativefiledialog/src/", $suf);
[INFO] [stdout]    |                                               ^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     cfg.include(nfd!("include"));
[INFO] [stdout]    |                 --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `nfd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> build.rs:29:47
[INFO] [stdout]    |
[INFO] [stdout] 29 |         concat!("nativefiledialog/src/", $suf);
[INFO] [stdout]    |                                               ^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     cfg.file(nfd!("nfd_common.c"));
[INFO] [stdout]    |              -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `nfd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> build.rs:29:47
[INFO] [stdout]    |
[INFO] [stdout] 29 |         concat!("nativefiledialog/src/", $suf);
[INFO] [stdout]    |                                               ^
[INFO] [stdout] ...
[INFO] [stdout] 41 |         cfg.file(nfd!("nfd_cocoa.m"));
[INFO] [stdout]    |                  ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `nfd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> build.rs:29:47
[INFO] [stdout]    |
[INFO] [stdout] 29 |         concat!("nativefiledialog/src/", $suf);
[INFO] [stdout]    |                                               ^
[INFO] [stdout] ...
[INFO] [stdout] 46 |         cfg.file(nfd!("nfd_win.cpp"));
[INFO] [stdout]    |                  ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `nfd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> build.rs:29:47
[INFO] [stdout]    |
[INFO] [stdout] 29 |         concat!("nativefiledialog/src/", $suf);
[INFO] [stdout]    |                                               ^
[INFO] [stdout] ...
[INFO] [stdout] 71 |         cfg.file(nfd!("nfd_gtk.c"));
[INFO] [stdout]    |                  ----------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `nfd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build
[INFO] [stdout]   --> build.rs:34:24
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let mut cfg = gcc::Config::new();
[INFO] [stdout]    |                        ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: nfd@0.0.4: nativefiledialog/src/nfd_gtk.c: In function 'AddFiltersToDialog':
[INFO] [stderr] warning: nfd@0.0.4: nativefiledialog/src/nfd_gtk.c:54:59: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 254 [-Wformat-truncation=]
[INFO] [stderr] warning: nfd@0.0.4:    54 |             snprintf( typebufWildcard, NFD_MAX_STRLEN, "*.%s", typebuf );
[INFO] [stderr] warning: nfd@0.0.4:       |                                                           ^~   ~~~~~~~
[INFO] [stderr] warning: nfd@0.0.4: nativefiledialog/src/nfd_gtk.c:54:13: note: 'snprintf' output between 3 and 258 bytes into a destination of size 256
[INFO] [stderr] warning: nfd@0.0.4:    54 |             snprintf( typebufWildcard, NFD_MAX_STRLEN, "*.%s", typebuf );
[INFO] [stderr] warning: nfd@0.0.4:       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]    Compiling nfd v0.0.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained
[INFO] [stdout]   --> build.rs:34:32
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let mut cfg = gcc::Config::new();
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:121:35
[INFO] [stdout]     |
[INFO] [stdout] 121 |             filter_list_cstring = try!(CString::new(fl_str));
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:129:36
[INFO] [stdout]     |
[INFO] [stdout] 129 |             default_path_cstring = try!(CString::new(dp_str));
[INFO] [stdout]     |                                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:26:48
[INFO] [stdout]    |
[INFO] [stdout] 26 |             NFDError::NulError(ref err) => err.description(),
[INFO] [stdout]    |                                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:28:49
[INFO] [stdout]    |
[INFO] [stdout] 28 |             NFDError::Utf8Error(ref err) => err.description(),
[INFO] [stdout]    |                                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:65:53
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn filter(&'a mut self, filter: &'a str) -> &mut DialogBuilder {
[INFO] [stdout]    |                    --                    --         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                    |                     |          |    |
[INFO] [stdout]    |                    |                     |          |    the same lifetime is hidden here
[INFO] [stdout]    |                    |                     |          the same lifetime is elided here
[INFO] [stdout]    |                    |                     the lifetime is named here
[INFO] [stdout]    |                    the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn filter(&'a mut self, filter: &'a str) -> &'a mut DialogBuilder<'a> {
[INFO] [stdout]    |                                                      ++                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:70:57
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn default_path(&'a mut self, path: &'a str) -> &mut DialogBuilder {
[INFO] [stdout]    |                          --                  --         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                          |                   |          |    |
[INFO] [stdout]    |                          |                   |          |    the same lifetime is hidden here
[INFO] [stdout]    |                          |                   |          the same lifetime is elided here
[INFO] [stdout]    |                          |                   the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn default_path(&'a mut self, path: &'a str) -> &'a mut DialogBuilder<'a> {
[INFO] [stdout]    |                                                          ++                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:121:35
[INFO] [stdout]     |
[INFO] [stdout] 121 |             filter_list_cstring = try!(CString::new(fl_str));
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:129:36
[INFO] [stdout]     |
[INFO] [stdout] 129 |             default_path_cstring = try!(CString::new(dp_str));
[INFO] [stdout]     |                                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:26:48
[INFO] [stdout]    |
[INFO] [stdout] 26 |             NFDError::NulError(ref err) => err.description(),
[INFO] [stdout]    |                                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:28:49
[INFO] [stdout]    |
[INFO] [stdout] 28 |             NFDError::Utf8Error(ref err) => err.description(),
[INFO] [stdout]    |                                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:65:53
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn filter(&'a mut self, filter: &'a str) -> &mut DialogBuilder {
[INFO] [stdout]    |                    --                    --         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                    |                     |          |    |
[INFO] [stdout]    |                    |                     |          |    the same lifetime is hidden here
[INFO] [stdout]    |                    |                     |          the same lifetime is elided here
[INFO] [stdout]    |                    |                     the lifetime is named here
[INFO] [stdout]    |                    the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn filter(&'a mut self, filter: &'a str) -> &'a mut DialogBuilder<'a> {
[INFO] [stdout]    |                                                      ++                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:70:57
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn default_path(&'a mut self, path: &'a str) -> &mut DialogBuilder {
[INFO] [stdout]    |                          --                  --         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                          |                   |          |    |
[INFO] [stdout]    |                          |                   |          |    the same lifetime is hidden here
[INFO] [stdout]    |                          |                   |          the same lifetime is elided here
[INFO] [stdout]    |                          |                   the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn default_path(&'a mut self, path: &'a str) -> &'a mut DialogBuilder<'a> {
[INFO] [stdout]    |                                                          ++                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> examples/pick_folder.rs:30:16
[INFO] [stdout]    |
[INFO] [stdout] 30 |         panic!(e);
[INFO] [stdout]    |                ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 30 |         panic!("{}", e);
[INFO] [stdout]    |                +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]    |
[INFO] [stdout] 30 -         panic!(e);
[INFO] [stdout] 30 +         std::panic::panic_any(e);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]  --> examples/open_multiple.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 |         panic!(e);
[INFO] [stdout]   |                ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]   = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]   |
[INFO] [stdout] 7 |         panic!("{}", e);
[INFO] [stdout]   |                +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]   |
[INFO] [stdout] 7 -         panic!(e);
[INFO] [stdout] 7 +         std::panic::panic_any(e);
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> examples/example.rs:29:16
[INFO] [stdout]    |
[INFO] [stdout] 29 |         panic!(e);
[INFO] [stdout]    |                ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 29 |         panic!("{}", e);
[INFO] [stdout]    |                +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]    |
[INFO] [stdout] 29 -         panic!(e);
[INFO] [stdout] 29 +         std::panic::panic_any(e);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]  --> examples/builder_open_jpg.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 |         panic!(e);
[INFO] [stdout]   |                ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]   = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]   |
[INFO] [stdout] 7 |         panic!("{}", e);
[INFO] [stdout]   |                +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]   |
[INFO] [stdout] 7 -         panic!(e);
[INFO] [stdout] 7 +         std::panic::panic_any(e);
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.48s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nfd v0.0.4 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "95fc2b6a3614f9311febb63e32525c7eef6d4c593c5a0227fa2cc91c296c4576", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95fc2b6a3614f9311febb63e32525c7eef6d4c593c5a0227fa2cc91c296c4576", kill_on_drop: false }`
[INFO] [stdout] 95fc2b6a3614f9311febb63e32525c7eef6d4c593c5a0227fa2cc91c296c4576
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ae7522d9d8fa40446f2c52603971bd7571b4012fb5d8ebef7092fee7ddd1c359
[INFO] running `Command { std: "docker" "start" "-a" "ae7522d9d8fa40446f2c52603971bd7571b4012fb5d8ebef7092fee7ddd1c359", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> build.rs:29:47
[INFO] [stderr]    |
[INFO] [stderr] 29 |         concat!("nativefiledialog/src/", $suf);
[INFO] [stderr]    |                                               ^
[INFO] [stderr] ...
[INFO] [stderr] 37 |     cfg.include(nfd!("include"));
[INFO] [stderr]    |                 --------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stderr]    = note: this warning originates in the macro `nfd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> build.rs:29:47
[INFO] [stderr]    |
[INFO] [stderr] 29 |         concat!("nativefiledialog/src/", $suf);
[INFO] [stderr]    |                                               ^
[INFO] [stderr] ...
[INFO] [stderr] 38 |     cfg.file(nfd!("nfd_common.c"));
[INFO] [stderr]    |              -------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `nfd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> build.rs:29:47
[INFO] [stderr]    |
[INFO] [stderr] 29 |         concat!("nativefiledialog/src/", $suf);
[INFO] [stderr]    |                                               ^
[INFO] [stderr] ...
[INFO] [stderr] 41 |         cfg.file(nfd!("nfd_cocoa.m"));
[INFO] [stderr]    |                  ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `nfd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> build.rs:29:47
[INFO] [stderr]    |
[INFO] [stderr] 29 |         concat!("nativefiledialog/src/", $suf);
[INFO] [stderr]    |                                               ^
[INFO] [stderr] ...
[INFO] [stderr] 46 |         cfg.file(nfd!("nfd_win.cpp"));
[INFO] [stderr]    |                  ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `nfd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> build.rs:29:47
[INFO] [stderr]    |
[INFO] [stderr] 29 |         concat!("nativefiledialog/src/", $suf);
[INFO] [stderr]    |                                               ^
[INFO] [stderr] ...
[INFO] [stderr] 71 |         cfg.file(nfd!("nfd_gtk.c"));
[INFO] [stderr]    |                  ----------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `nfd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build
[INFO] [stderr]   --> build.rs:34:24
[INFO] [stderr]    |
[INFO] [stderr] 34 |     let mut cfg = gcc::Config::new();
[INFO] [stderr]    |                        ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained
[INFO] [stderr]   --> build.rs:34:32
[INFO] [stderr]    |
[INFO] [stderr] 34 |     let mut cfg = gcc::Config::new();
[INFO] [stderr]    |                                ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `nfd` (build script) generated 7 warnings
[INFO] [stderr] warning: nfd@0.0.4: nativefiledialog/src/nfd_gtk.c: In function 'AddFiltersToDialog':
[INFO] [stderr] warning: nfd@0.0.4: nativefiledialog/src/nfd_gtk.c:54:59: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 254 [-Wformat-truncation=]
[INFO] [stderr] warning: nfd@0.0.4:    54 |             snprintf( typebufWildcard, NFD_MAX_STRLEN, "*.%s", typebuf );
[INFO] [stderr] warning: nfd@0.0.4:       |                                                           ^~   ~~~~~~~
[INFO] [stderr] warning: nfd@0.0.4: nativefiledialog/src/nfd_gtk.c:54:13: note: 'snprintf' output between 3 and 258 bytes into a destination of size 256
[INFO] [stderr] warning: nfd@0.0.4:    54 |             snprintf( typebufWildcard, NFD_MAX_STRLEN, "*.%s", typebuf );
[INFO] [stderr] warning: nfd@0.0.4:       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:121:35
[INFO] [stderr]     |
[INFO] [stderr] 121 |             filter_list_cstring = try!(CString::new(fl_str));
[INFO] [stderr]     |                                   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:129:36
[INFO] [stderr]     |
[INFO] [stderr] 129 |             default_path_cstring = try!(CString::new(dp_str));
[INFO] [stderr]     |                                    ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stderr]   --> src/error.rs:26:48
[INFO] [stderr]    |
[INFO] [stderr] 26 |             NFDError::NulError(ref err) => err.description(),
[INFO] [stderr]    |                                                ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stderr]   --> src/error.rs:28:49
[INFO] [stderr]    |
[INFO] [stderr] 28 |             NFDError::Utf8Error(ref err) => err.description(),
[INFO] [stderr]    |                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:65:53
[INFO] [stderr]    |
[INFO] [stderr] 65 |     pub fn filter(&'a mut self, filter: &'a str) -> &mut DialogBuilder {
[INFO] [stderr]    |                    --                    --         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                    |                     |          |    |
[INFO] [stderr]    |                    |                     |          |    the same lifetime is hidden here
[INFO] [stderr]    |                    |                     |          the same lifetime is elided here
[INFO] [stderr]    |                    |                     the lifetime is named here
[INFO] [stderr]    |                    the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 65 |     pub fn filter(&'a mut self, filter: &'a str) -> &'a mut DialogBuilder<'a> {
[INFO] [stderr]    |                                                      ++                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:70:57
[INFO] [stderr]    |
[INFO] [stderr] 70 |     pub fn default_path(&'a mut self, path: &'a str) -> &mut DialogBuilder {
[INFO] [stderr]    |                          --                  --         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                          |                   |          |    |
[INFO] [stderr]    |                          |                   |          |    the same lifetime is hidden here
[INFO] [stderr]    |                          |                   |          the same lifetime is elided here
[INFO] [stderr]    |                          |                   the lifetime is named here
[INFO] [stderr]    |                          the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 70 |     pub fn default_path(&'a mut self, path: &'a str) -> &'a mut DialogBuilder<'a> {
[INFO] [stderr]    |                                                          ++                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `nfd` (lib) generated 6 warnings (run `cargo fix --lib -p nfd` to apply 2 suggestions)
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> examples/pick_folder.rs:30:16
[INFO] [stderr]    |
[INFO] [stderr] 30 |         panic!(e);
[INFO] [stderr]    |                ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]    |
[INFO] [stderr] 30 |         panic!("{}", e);
[INFO] [stderr]    |                +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]    |
[INFO] [stderr] 30 -         panic!(e);
[INFO] [stderr] 30 +         std::panic::panic_any(e);
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]  --> examples/builder_open_jpg.rs:7:16
[INFO] [stderr]   |
[INFO] [stderr] 7 |         panic!(e);
[INFO] [stderr]   |                ^
[INFO] [stderr]   |
[INFO] [stderr]   = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]   = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]   |
[INFO] [stderr] 7 |         panic!("{}", e);
[INFO] [stderr]   |                +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]   |
[INFO] [stderr] 7 -         panic!(e);
[INFO] [stderr] 7 +         std::panic::panic_any(e);
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: `nfd` (example "pick_folder") generated 1 warning (run `cargo fix --example "pick_folder"` to apply 1 suggestion)
[INFO] [stderr] warning: `nfd` (example "builder_open_jpg") generated 1 warning (run `cargo fix --example "builder_open_jpg"` to apply 1 suggestion)
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> examples/example.rs:29:16
[INFO] [stderr]    |
[INFO] [stderr] 29 |         panic!(e);
[INFO] [stderr]    |                ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]    |
[INFO] [stderr] 29 |         panic!("{}", e);
[INFO] [stderr]    |                +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]    |
[INFO] [stderr] 29 -         panic!(e);
[INFO] [stderr] 29 +         std::panic::panic_any(e);
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]  --> examples/open_multiple.rs:7:16
[INFO] [stderr]   |
[INFO] [stderr] 7 |         panic!(e);
[INFO] [stderr]   |                ^
[INFO] [stderr]   |
[INFO] [stderr]   = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]   = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]   |
[INFO] [stderr] 7 |         panic!("{}", e);
[INFO] [stderr]   |                +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]   |
[INFO] [stderr] 7 -         panic!(e);
[INFO] [stderr] 7 +         std::panic::panic_any(e);
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: `nfd` (example "example") generated 1 warning (run `cargo fix --example "example"` to apply 1 suggestion)
[INFO] [stderr] warning: `nfd` (example "open_multiple") generated 1 warning (run `cargo fix --example "open_multiple"` to apply 1 suggestion)
[INFO] [stderr] warning: `nfd` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nfd v0.0.4 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nfd-c0191a41aef5e935)
[INFO] [stderr]    Doc-tests nfd
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ae7522d9d8fa40446f2c52603971bd7571b4012fb5d8ebef7092fee7ddd1c359", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae7522d9d8fa40446f2c52603971bd7571b4012fb5d8ebef7092fee7ddd1c359", kill_on_drop: false }`
[INFO] [stdout] ae7522d9d8fa40446f2c52603971bd7571b4012fb5d8ebef7092fee7ddd1c359
