>>> fisher: Building community/fisher 1.0.0-r3 (using abuild 3.11.0-r1) started Fri, 19 May 2023 23:06:55 +0000 >>> fisher: Checking sanity of /home/buildozer/aports/community/fisher/APKBUILD... >>> fisher: Analyzing dependencies... >>> fisher: Installing for build: build-base cargo cargo-auditable (1/8) Installing libffi (3.4.4-r3) (2/8) Installing xz-libs (5.4.3-r1) (3/8) Installing libxml2 (2.11.4-r0) (4/8) Installing llvm16-libs (16.0.4-r3) (5/8) Installing rust (1.69.0-r6) (6/8) Installing cargo (1.69.0-r6) (7/8) Installing cargo-auditable (0.6.1-r0) (8/8) Installing .makedepends-fisher (20230519.230656) Executing busybox-1.36.0-r11.trigger OK: 1011 MiB in 108 packages >>> fisher: Cleaning up srcdir >>> fisher: Cleaning up pkgdir >>> fisher: Fetching https://distfiles.alpinelinux.org/distfiles/edge/fisher-1.0.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 83 98461 83 81902 0 0 273k 0 --:--:-- --:--:-- --:--:-- 272k 100 98461 100 98461 0 0 326k 0 --:--:-- --:--:-- --:--:-- 325k >>> fisher: Fetching https://distfiles.alpinelinux.org/distfiles/edge/fisher-1.0.0.tar.gz >>> fisher: Checking sha512sums... fisher-1.0.0.tar.gz: OK config.patch: OK minimize-size.patch: OK gitlab-hook-job.patch: OK fisher.initd: OK fisher.logrotate: OK >>> fisher: Unpacking /var/cache/distfiles/edge/fisher-1.0.0.tar.gz... >>> fisher: config.patch patching file config-example.toml >>> fisher: minimize-size.patch patching file Cargo.toml >>> fisher: gitlab-hook-job.patch patching file src/providers/gitlab.rs Compiling libc v0.2.46 Compiling autocfg v0.1.1 Compiling cfg-if v0.1.6 Compiling typenum v1.10.0 Compiling rand_core v0.3.0 Compiling semver-parser v0.7.0 Compiling cc v1.0.28 Compiling proc-macro2 v0.4.24 Compiling num-traits v0.2.6 Compiling version_check v0.1.5 Compiling serde v1.0.84 Compiling matches v0.1.8 Compiling num-integer v0.1.39 Compiling unicode-xid v0.1.0 Compiling unicode-normalization v0.1.7 Compiling ryu v0.2.7 Compiling byte-tools v0.3.1 Compiling ucd-util v0.1.3 Compiling regex v1.1.0 Compiling lazy_static v1.2.0 Compiling rustc-demangle v0.1.13 Compiling byteorder v1.2.7 Compiling percent-encoding v1.0.1 Compiling subtle v1.0.0 Compiling nix v0.12.0 Compiling bitflags v1.0.4 Compiling utf8-ranges v1.0.2 Compiling opaque-debug v0.2.2 Compiling remove_dir_all v0.5.1 Compiling ascii v0.8.7 Compiling fake-simd v0.1.2 Compiling chunked_transfer v0.3.1 Compiling itoa v0.4.3 Compiling void v1.0.2 Compiling ansi_term v0.11.0 Compiling log v0.4.6 Compiling unicode-bidi v0.3.4 Compiling block-padding v0.1.4 Compiling thread_local v0.3.6 Compiling regex-syntax v0.6.4 Compiling rand_hc v0.1.0 Compiling rand_xorshift v0.1.1 Compiling rand_isaac v0.1.1 Compiling semver v0.9.0 Compiling memchr v2.1.2 Compiling backtrace v0.3.13 Compiling rand_chacha v0.1.1 Compiling rand v0.6.3 Compiling rustc_version v0.2.3 Compiling rand_pcg v0.1.1 Compiling quote v0.6.10 Compiling time v0.1.41 Compiling rand v0.4.3 Compiling rand_os v0.1.0 Compiling users v0.8.1 Compiling syn v0.15.24 Compiling aho-corasick v0.6.9 Compiling backtrace-sys v0.1.28 Compiling generic-array v0.12.3 Compiling idna v0.1.5 Compiling digest v0.8.1 Compiling block-buffer v0.7.3 Compiling crypto-mac v0.7.0 Compiling hmac v0.7.1 Compiling sha-1 v0.8.1 Compiling chrono v0.4.6 Compiling tempdir v0.3.7 Compiling url v1.7.2 Compiling tiny_http v0.6.2 Compiling error-chain v0.12.0 Compiling serde_derive v1.0.84 Compiling serde_json v1.0.34 Compiling toml v0.4.10 Compiling fisher v1.0.0 (/home/buildozer/aports/community/fisher/src/fisher-1.0.0) warning: `...` range patterns are deprecated --> src/utils/hex.rs:29:17 | 29 | b'0'...b'9' => byte - b'0', | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default warning: `...` range patterns are deprecated --> src/utils/hex.rs:30:17 | 30 | b'a'...b'f' => byte - b'a' + 10, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> src/utils/hex.rs:31:17 | 31 | b'A'...b'F' => byte - b'A' + 10, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> src/utils/parse_time.rs:41:17 | 41 | '0' ... '9' => number_len += 1, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: anonymous parameters are deprecated and will be removed in the next edition --> src/providers/mod.rs:45:12 | 45 | fn new(&str) -> Result | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &str` | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! = note: for more information, see issue #41686 = note: `#[warn(anonymous_parameters)]` on by default warning: anonymous parameters are deprecated and will be removed in the next edition --> src/providers/mod.rs:51:24 | 51 | fn validate(&self, &Request) -> RequestType; | ^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Request` | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! = note: for more information, see issue #41686 warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() --> src/common/errors.rs:54:1 | 54 | / error_chain! { 55 | | foreign_links { 56 | | Io(::std::io::Error); 57 | | ParseInt(::std::num::ParseIntError); ... | 150 | | } 151 | | } | |_^ | = note: `#[warn(deprecated)]` on by default = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> src/common/errors.rs:129:31 | 129 | BoxedError(boxed: Box<::std::error::Error + Send + Sync>) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see = note: `#[warn(bare_trait_objects)]` on by default help: use `dyn` | 129 | BoxedError(boxed: Box) { | +++++ + warning: trait objects without an explicit `dyn` are deprecated --> src/scripts/jobs.rs:186:25 | 186 | ) -> Result<&'a mut Write> { | ^^^^^ | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see help: use `dyn` | 186 | ) -> Result<&'a mut dyn Write> { | +++ warning: trait objects without an explicit `dyn` are deprecated --> src/common/errors.rs:180:15 | 180 | impl From> for Error { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see help: use `dyn` | 180 | impl From> for Error { | +++++ + warning: trait objects without an explicit `dyn` are deprecated --> src/common/errors.rs:181:22 | 181 | fn from(err: Box<::std::error::Error + Send + Sync>) -> Error { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see help: use `dyn` | 181 | fn from(err: Box) -> Error { | +++++ + warning: trait objects without an explicit `dyn` are deprecated --> src/providers/mod.rs:102:39 | 102 | (prov as &ProviderTrait).validate(req) | ^^^^^^^^^^^^^ ... 146 | / ProviderEnum! { 147 | | any(test, not(test)) | Standalone => self::standalone::StandaloneProvider, 148 | | any(test, not(test)) | Status => self::status::StatusProvider, 149 | | any(test, not(test)) | GitHub => self::github::GitHubProvider, 150 | | any(test, not(test)) | GitLab => self::gitlab::GitLabProvider, 151 | | test | Testing => self::testing::TestingProvider 152 | | } | |_- in this macro invocation | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see = note: this warning originates in the macro `ProviderEnum` (in Nightly builds, run with -Z macro-backtrace for more info) help: use `dyn` | 102 | (prov as &dyn ProviderTrait).validate(req) | +++ warning: trait objects without an explicit `dyn` are deprecated --> src/providers/mod.rs:115:39 | 115 | (prov as &ProviderTrait).build_env(req, builder) | ^^^^^^^^^^^^^ ... 146 | / ProviderEnum! { 147 | | any(test, not(test)) | Standalone => self::standalone::StandaloneProvider, 148 | | any(test, not(test)) | Status => self::status::StatusProvider, 149 | | any(test, not(test)) | GitHub => self::github::GitHubProvider, 150 | | any(test, not(test)) | GitLab => self::gitlab::GitLabProvider, 151 | | test | Testing => self::testing::TestingProvider 152 | | } | |_- in this macro invocation | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see = note: this warning originates in the macro `ProviderEnum` (in Nightly builds, run with -Z macro-backtrace for more info) help: use `dyn` | 115 | (prov as &dyn ProviderTrait).build_env(req, builder) | +++ warning: trait objects without an explicit `dyn` are deprecated --> src/providers/mod.rs:126:39 | 126 | (prov as &ProviderTrait).trigger_status_hooks(req) | ^^^^^^^^^^^^^ ... 146 | / ProviderEnum! { 147 | | any(test, not(test)) | Standalone => self::standalone::StandaloneProvider, 148 | | any(test, not(test)) | Status => self::status::StatusProvider, 149 | | any(test, not(test)) | GitHub => self::github::GitHubProvider, 150 | | any(test, not(test)) | GitLab => self::gitlab::GitLabProvider, 151 | | test | Testing => self::testing::TestingProvider 152 | | } | |_- in this macro invocation | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see = note: this warning originates in the macro `ProviderEnum` (in Nightly builds, run with -Z macro-backtrace for more info) help: use `dyn` | 126 | (prov as &dyn ProviderTrait).trigger_status_hooks(req) | +++ warning: trait objects without an explicit `dyn` are deprecated --> src/scripts/jobs.rs:199:62 | 199 | Ok(inner.last_file.as_mut().unwrap() as &mut Write) | ^^^^^ | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see help: use `dyn` | 199 | Ok(inner.last_file.as_mut().unwrap() as &mut dyn Write) | +++ warning: use of deprecated method `std::os::unix::process::CommandExt::before_exec`: should be unsafe, use `pre_exec` instead --> src/scripts/jobs.rs:282:17 | 282 | command.before_exec(|| { | ^^^^^^^^^^^ warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting --> src/common/errors.rs:54:1 | 54 | / error_chain! { 55 | | foreign_links { 56 | | Io(::std::io::Error); 57 | | ParseInt(::std::num::ParseIntError); ... | 150 | | } 151 | | } | |_^ | = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info) warning: variable does not need to be mutable --> src/scripts/script.rs:111:21 | 111 | Err(mut error) => { | ----^^^^^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` on by default warning: `fisher` (lib) generated 18 warnings (run `cargo fix --lib -p fisher` to apply 15 suggestions) Finished release [optimized] target(s) in 44.16s >>> fisher: Entering fakeroot... >>> fisher-openrc*: Running split function openrc... >>> fisher-openrc*: Preparing subpackage fisher-openrc... >>> fisher-openrc*: Running postcheck for fisher-openrc >>> fisher*: Running postcheck for fisher >>> fisher*: Preparing package fisher... >>> fisher*: Stripping binaries >>> fisher*: Script found. /bin/sh added as a dependency for fisher-1.0.0-r3.apk >>> fisher*: Adding .pre-install >>> fisher-openrc*: Scanning shared objects >>> fisher*: Scanning shared objects >>> fisher-openrc*: Tracing dependencies... >>> fisher-openrc*: Package size: 16.0 KB >>> fisher-openrc*: Compressing data... >>> fisher-openrc*: Create checksum... >>> fisher-openrc*: Create fisher-openrc-1.0.0-r3.apk >>> fisher*: Tracing dependencies... /bin/sh so:libc.musl-armhf.so.1 so:libgcc_s.so.1 >>> fisher*: Package size: 1.4 MB >>> fisher*: Compressing data... >>> fisher*: Create checksum... >>> fisher*: Create fisher-1.0.0-r3.apk >>> fisher: Build complete at Fri, 19 May 2023 23:07:45 +0000 elapsed time 0h 0m 50s >>> fisher: Cleaning up srcdir >>> fisher: Cleaning up pkgdir >>> fisher: Uninstalling dependencies... (1/8) Purging .makedepends-fisher (20230519.230656) (2/8) Purging cargo (1.69.0-r6) (3/8) Purging rust (1.69.0-r6) (4/8) Purging cargo-auditable (0.6.1-r0) (5/8) Purging llvm16-libs (16.0.4-r3) (6/8) Purging libffi (3.4.4-r3) (7/8) Purging libxml2 (2.11.4-r0) (8/8) Purging xz-libs (5.4.3-r1) Executing busybox-1.36.0-r11.trigger OK: 311 MiB in 100 packages >>> fisher: Updating the community/armhf repository index... >>> fisher: Signing the index...