This is a review *template*. Besides handling the [ ]-marked tests you are also supposed to fix the template before pasting into bugzilla: - Add issues you find to the list of issues on top. If there isn't such a list, create one. - Add your own remarks to the template checks. - Add new lines marked [!] or [?] when you discover new things not listed by fedora-review. - Change or remove any text in the template which is plain wrong. In this case you could also file a bug against fedora-review - Remove the "[ ] Manual check required", you will not have any such lines in what you paste. - Remove attachments which you deem not really useful (the rpmlint ones are mandatory, though) - Remove this text Package Review ============== Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated [ ] = Manual review needed Issues: ======= - Sources used to build the package match the upstream source, as provided in the spec URL. Note: Upstream MD5sum check error, diff is in /var/lib/copr- rpmbuild/results/goose/diff.txt See: https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/ ===== MUST items ===== C/C++: [ ]: Package does not contain kernel modules. [x]: If your application is a C or C++ application you must list a BuildRequires against gcc, gcc-c++ or clang. [x]: Package does not contain any libtool archives (.la) [x]: Package contains no static executables. [x]: Rpath absent or only used for internal libs. Generic: [ ]: Package successfully compiles and builds into binary rpms on at least one supported primary architecture. Note: Using prebuilt packages [ ]: Package is licensed with an open-source compatible license and meets other legal requirements as defined in the legal section of Packaging Guidelines. [ ]: License field in the package spec file matches the actual license. Note: Checking patched sources after %prep for licenses. Licenses found: "Unknown or generated", "*No copyright* Creative Commons Attribution 4.0", "*No copyright* Apache License 2.0", "BSD 0-Clause License", "*No copyright* MIT License", "MIT License", "*No copyright* The Unlicense", "BSD 3-Clause License", "Apache License 2.0", "GNU Lesser General Public License, Version 3", "BSD 2-Clause License", "*No copyright* Apache License (v2.0) or MIT license and/or MIT License", "Apache License 2.0 and/or MIT License", "*No copyright* Creative Commons CC0 1.0", "*No copyright* zlib License", "MIT No Attribution", "zlib License", "Apache License (v2.0) or MIT license", "*No copyright* Mozilla Public License 2.0", "*No copyright* MIT No Attribution", "*No copyright* BSD 3-Clause License and/or Creative Commons Attribution 3.0 and/or MIT License", "*No copyright* Apache License (v2.0) or MIT license", "Apache License (v2.0) or MIT license and/or BSD 3-Clause License", "*No copyright* Boost Software License 1.0", "*No copyright* BSD 2-Clause License", "ISC License", "Unicode License Agreement - Data Files and Software (2016)", "*No copyright* GNU General Public License, Version 2 and/or MIT License", "*No copyright* Apache License 2.0 and/or MIT License", "Apache License 2.0 and/or BSD 3-Clause License", "Creative Commons CC0 1.0 and/or MIT License", "*No copyright* zlib License [generated file]", "Apache License 2.0 and/or GNU Lesser General Public License v2.1 or later and/or MIT License", "*No copyright* ISC License", "Apple Public Source License 2.0", "GNU General Public License, Version 2", "*No copyright* Apache License (v2.0) or GNU General Public License (v2.0)", "*No copyright* Apache License", "*No copyright* Public domain", "GNU Lesser General Public License v3.0 or later", "Apache License (v2.0) or MIT license and/or MIT License", "*No copyright* GNU General Public License, Version 2", "*No copyright* W3C License", "SSLeay", "OpenSSL License [generated file]", "Apache License 2.0 and/or Boost Software License 1.0", "Historical Permission Notice and Disclaimer - sell variant and/or NTP License (legal disclaimer)", "BSD 3-Clause License [generated file]", "BSD 2-Clause with views sentence", "*No copyright* JSON License", "ISC License [generated file]", "OpenSSL License", "*No copyright* Apache License 2.0 and/or NTP License and/or The Unlicense", "MIT License and/or NTP License", "GNU Lesser General Public License, Version 2.1", "GNU Lesser General Public License v2.1 or later", "BSD 3-Clause License and/or Eclipse Distribution License 1.0", "GNU General Public License, Version 2 and/or MIT License", "Apache License (v2.0) or MIT license and/or University of Illinois/NCSA Open Source License", "GNU General Public License, Version 2 and/or SSLeay". 42020 files have unknown license. Detailed output of licensecheck in /var/lib/copr- rpmbuild/results/goose/licensecheck.txt [ ]: %build honors applicable compiler flags or justifies otherwise. [ ]: Package contains no bundled libraries or specifies bundled libraries with Provides: bundled() if unbundling is not possible. [ ]: Changelog in prescribed format. [ ]: Sources contain only permissible code or content. [ ]: Package contains desktop file if it is a GUI application. [ ]: Development files must be in a -devel package [ ]: Package uses nothing in %doc for runtime. [ ]: Package consistently uses macros (instead of hard-coded directory names). [ ]: Package is named according to the Package Naming Guidelines. [ ]: Package does not generate any conflict. [ ]: Package obeys FHS, except libexecdir and /usr/target. [ ]: If the package is a rename of another package, proper Obsoletes and Provides are present. [ ]: Requires correct, justified where necessary. [ ]: Spec file is legible and written in American English. [ ]: Package contains systemd file(s) if in need. [ ]: Useful -debuginfo package or justification otherwise. [ ]: Package is not known to require an ExcludeArch tag. [ ]: Package complies to the Packaging Guidelines [x]: Package installs properly. [x]: Rpmlint is run on all rpms the build produces. Note: There are rpmlint messages (see attachment). [x]: If (and only if) the source package includes the text of the license(s) in its own file, then that file, containing the text of the license(s) for the package is included in %license. [x]: The License field must be a valid SPDX expression. [x]: Package requires other packages for directories it uses. [x]: Package must own all directories that it creates. [x]: Package does not own files or directories owned by other packages. [x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT [x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the beginning of %install. [x]: Macros in Summary, %description expandable at SRPM build time. [x]: Dist tag is present. [x]: Package does not contain duplicates in %files. [x]: Permissions on files are set properly. [x]: Package must not depend on deprecated() packages. [x]: Package use %makeinstall only when make install DESTDIR=... doesn't work. [x]: Package is named using only allowed ASCII characters. [x]: Package does not use a name that already exists. [x]: Package is not relocatable. [x]: Spec file name must match the spec package %{name}, in the format %{name}.spec. [x]: File names are valid UTF-8. [x]: Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 2740 bytes in 1 files. [x]: Packages must not store files under /srv, /opt or /usr/local ===== SHOULD items ===== Generic: [!]: Reviewer should test that the package builds in mock. [ ]: If the source package does not include license text(s) as a separate file from upstream, the packager SHOULD query upstream to include it. [ ]: Final provides and requires are sane (see attachments). [ ]: Package functions as described. [ ]: Latest version is packaged. [ ]: Package does not include license text files separate from upstream. [ ]: Patches link to upstream bugs/comments/lists or are otherwise justified. [ ]: SourceX tarball generation or download is documented. Note: Package contains tarball without URL, check comments [ ]: Sources are verified with gpgverify first in %prep if upstream publishes signatures. Note: gpgverify is not used. [ ]: Package should compile and build into binary rpms on all supported architectures. [ ]: %check is present and all tests pass. [ ]: Packages should try to preserve timestamps of original installed files. [ ]: Spec use %global instead of %define unless justified. Note: %define requiring justification: %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: [x]: Buildroot is not present [x]: Package has no %clean section with rm -rf %{buildroot} (or $RPM_BUILD_ROOT) [x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin. [x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file [x]: Sources can be downloaded from URI in Source: tag [x]: SourceX is a working URL. ===== EXTRA items ===== Generic: [x]: Rpmlint is run on debuginfo package(s). Note: No rpmlint messages. [x]: Rpmlint is run on all installed packages. Note: No rpmlint messages. [x]: Large data in /usr/share should live in a noarch subpackage if package is arched. Rpmlint ------- Checking: goose-1.23.0-2.fc44.x86_64.rpm goose-1.23.0-2.fc44.src.rpm ============================ rpmlint session starts ============================ rpmlint: 2.8.0 configuration: /usr/lib/python3.14/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml rpmlintrc: [PosixPath('/tmp/tmpaw1glnrw')] checks: 32, packages: 2 goose.x86_64: W: no-manual-page-for-binary goose goose.x86_64: W: no-manual-page-for-binary goosed goose.spec: W: invalid-url Source1: goose-1.23.0-vendor.tar.xz goose.x86_64: W: crypto-policy-non-compliance-openssl /usr/bin/goose SSL_CTX_set_cipher_list goose.x86_64: W: crypto-policy-non-compliance-openssl /usr/bin/goosed SSL_CTX_set_cipher_list 2 packages and 0 specfiles checked; 0 errors, 5 warnings, 54 filtered, 0 badness; has taken 16.6 s Rpmlint (debuginfo) ------------------- Checking: goose-debuginfo-1.23.0-2.fc44.x86_64.rpm ============================ rpmlint session starts ============================ rpmlint: 2.8.0 configuration: /usr/lib/python3.14/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml rpmlintrc: [PosixPath('/tmp/tmpwfzz4_ie')] checks: 32, packages: 1 1 packages and 0 specfiles checked; 0 errors, 0 warnings, 9 filtered, 0 badness; has taken 54.0 s Rpmlint (installed packages) ---------------------------- (none): E: there is no installed rpm "goose-debuginfo". (none): E: there is no installed rpm "goose". There are no files to process nor additional arguments. Nothing to do, aborting. ============================ rpmlint session starts ============================ rpmlint: 2.8.0 configuration: /usr/lib/python3.14/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml checks: 32, packages: 2 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s Source checksums ---------------- https://github.com/block/goose/archive/v1.23.0/goose-1.23.0.tar.gz : CHECKSUM(SHA256) this package : 51c52c4aa907009f78b5b25ae238f493e60c9269384b45afd90a014a04b2c75b CHECKSUM(SHA256) upstream package : d2bc76e4d0d2d7f8fb96e89da7b72a0d12c7728a401846c44b4b30ad2bbf55c7 diff -r also reports differences Requires -------- goose (rpmlib, GLIBC filtered): ld-linux-x86-64.so.2()(64bit) libbz2.so.1()(64bit) libc.so.6()(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libdbus-1.so.3()(64bit) libdbus-1.so.3(LIBDBUS_1_3)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3)(64bit) libgcc_s.so.1(GCC_4.2.0)(64bit) libm.so.6()(64bit) libonig.so.5()(64bit) libsqlite3.so.0()(64bit) libssl.so.3()(64bit) libssl.so.3(OPENSSL_3.0.0)(64bit) libxcb.so.1()(64bit) libz.so.1()(64bit) libzstd.so.1()(64bit) rtld(GNU_HASH) Provides -------- goose: bundled(crate(adler2)) bundled(crate(aes)) bundled(crate(agent-client-protocol-schema)) bundled(crate(ahash)) bundled(crate(aho-corasick)) bundled(crate(aligned-vec)) bundled(crate(alloc-no-stdlib)) bundled(crate(alloc-stdlib)) bundled(crate(allocator-api2)) bundled(crate(android_system_properties)) bundled(crate(ansi_colours)) bundled(crate(anstream)) bundled(crate(anstyle)) bundled(crate(anstyle-parse)) bundled(crate(anstyle-query)) bundled(crate(anstyle-wincon)) bundled(crate(anyhow)) bundled(crate(arbitrary)) bundled(crate(arrayref)) bundled(crate(arrayvec)) bundled(crate(assert-json-diff)) bundled(crate(async-compression)) bundled(crate(async-stream)) bundled(crate(async-stream-impl)) bundled(crate(async-trait)) bundled(crate(atoi)) bundled(crate(atomic-waker)) bundled(crate(autocfg)) bundled(crate(aws-config)) bundled(crate(aws-credential-types)) bundled(crate(aws-runtime)) bundled(crate(aws-sdk-bedrockruntime)) bundled(crate(aws-sdk-sagemakerruntime)) bundled(crate(aws-sdk-sts)) bundled(crate(aws-sigv4)) bundled(crate(aws-smithy-async)) bundled(crate(aws-smithy-eventstream)) bundled(crate(aws-smithy-http)) bundled(crate(aws-smithy-json)) bundled(crate(aws-smithy-observability)) bundled(crate(aws-smithy-query)) bundled(crate(aws-smithy-runtime)) bundled(crate(aws-smithy-runtime-api)) bundled(crate(aws-smithy-types)) bundled(crate(aws-smithy-xml)) bundled(crate(aws-types)) bundled(crate(axum)) bundled(crate(axum-core)) bundled(crate(axum-macros)) bundled(crate(base64)) bundled(crate(base64-simd)) bundled(crate(base64ct)) bundled(crate(bat)) bundled(crate(bincode)) bundled(crate(bindgen)) bundled(crate(bit-set)) bundled(crate(bit-vec)) bundled(crate(bit_field)) bundled(crate(bitflags)) bundled(crate(blake3)) bundled(crate(block-buffer)) bundled(crate(block-padding)) bundled(crate(block2)) bundled(crate(boa_ast)) bundled(crate(boa_engine)) bundled(crate(boa_gc)) bundled(crate(boa_interner)) bundled(crate(boa_macros)) bundled(crate(boa_parser)) bundled(crate(boa_string)) bundled(crate(borrow-or-share)) bundled(crate(boxfnonce)) bundled(crate(brotli)) bundled(crate(brotli-decompressor)) bundled(crate(bstr)) bundled(crate(bugreport)) bundled(crate(bumpalo)) bundled(crate(bytecount)) bundled(crate(bytemuck)) bundled(crate(bytemuck_derive)) bundled(crate(byteorder)) bundled(crate(byteorder-lite)) bundled(crate(bytes)) bundled(crate(bytes-utils)) bundled(crate(bytesize)) bundled(crate(bzip2)) bundled(crate(bzip2-sys)) bundled(crate(cbc)) bundled(crate(cc)) bundled(crate(cesu8)) bundled(crate(cexpr)) bundled(crate(cfb)) bundled(crate(cfg-if)) bundled(crate(cfg_aliases)) bundled(crate(chrono)) bundled(crate(cipher)) bundled(crate(clang-sys)) bundled(crate(clap)) bundled(crate(clap_builder)) bundled(crate(clap_complete)) bundled(crate(clap_derive)) bundled(crate(clap_lex)) bundled(crate(cliclack)) bundled(crate(clipboard-win)) bundled(crate(clircle)) bundled(crate(color_quant)) bundled(crate(colorchoice)) bundled(crate(colored)) bundled(crate(combine)) bundled(crate(compression-codecs)) bundled(crate(compression-core)) bundled(crate(concurrent-queue)) bundled(crate(config)) bundled(crate(console)) bundled(crate(constant_time_eq)) bundled(crate(content_inspector)) bundled(crate(convert_case)) bundled(crate(cookie)) bundled(crate(cookie_store)) bundled(crate(core-foundation)) bundled(crate(core-foundation-sys)) bundled(crate(cow-utils)) bundled(crate(cpufeatures)) bundled(crate(crc)) bundled(crate(crc-catalog)) bundled(crate(crc32fast)) bundled(crate(croner)) bundled(crate(crossbeam-channel)) bundled(crate(crossbeam-deque)) bundled(crate(crossbeam-epoch)) bundled(crate(crossbeam-queue)) bundled(crate(crossbeam-utils)) bundled(crate(crunchy)) bundled(crate(crypto-common)) bundled(crate(ctor)) bundled(crate(darling)) bundled(crate(darling_core)) bundled(crate(darling_macro)) bundled(crate(dashmap)) bundled(crate(data-encoding)) bundled(crate(dbus)) bundled(crate(dbus-secret-service)) bundled(crate(deadpool)) bundled(crate(deadpool-runtime)) bundled(crate(deranged)) bundled(crate(derive_arbitrary)) bundled(crate(derive_builder)) bundled(crate(derive_builder_core)) bundled(crate(derive_builder_macro)) bundled(crate(derive_more)) bundled(crate(derive_more-impl)) bundled(crate(devgen-tree-sitter-swift)) bundled(crate(digest)) bundled(crate(dirs)) bundled(crate(dirs-sys)) bundled(crate(dispatch2)) bundled(crate(displaydoc)) bundled(crate(doc-comment)) bundled(crate(document-features)) bundled(crate(docx-rs)) bundled(crate(dotenvy)) bundled(crate(downcast)) bundled(crate(dyn-clone)) bundled(crate(dynify)) bundled(crate(dynify-macros)) bundled(crate(ecb)) bundled(crate(either)) bundled(crate(email_address)) bundled(crate(encode_unicode)) bundled(crate(encoding_rs)) bundled(crate(endian-type)) bundled(crate(env-lock)) bundled(crate(env_filter)) bundled(crate(env_home)) bundled(crate(env_logger)) bundled(crate(equator)) bundled(crate(equator-macro)) bundled(crate(equivalent)) bundled(crate(errno)) bundled(crate(error-code)) bundled(crate(etcetera)) bundled(crate(event-listener)) bundled(crate(exr)) bundled(crate(fancy-regex)) bundled(crate(fast-float2)) bundled(crate(fastrand)) bundled(crate(fd-lock)) bundled(crate(fdeflate)) bundled(crate(filetime)) bundled(crate(fixedbitset)) bundled(crate(flate2)) bundled(crate(float16)) bundled(crate(fluent-uri)) bundled(crate(flume)) bundled(crate(fnv)) bundled(crate(foldhash)) bundled(crate(foreign-types)) bundled(crate(foreign-types-shared)) bundled(crate(form_urlencoded)) bundled(crate(fraction)) bundled(crate(fragile)) bundled(crate(fs-err)) bundled(crate(fs2)) bundled(crate(futures)) bundled(crate(futures-channel)) bundled(crate(futures-concurrency)) bundled(crate(futures-core)) bundled(crate(futures-executor)) bundled(crate(futures-intrusive)) bundled(crate(futures-io)) bundled(crate(futures-lite)) bundled(crate(futures-macro)) bundled(crate(futures-sink)) bundled(crate(futures-task)) bundled(crate(futures-util)) bundled(crate(fxhash)) bundled(crate(generic-array)) bundled(crate(getrandom)) bundled(crate(gif)) bundled(crate(git-version)) bundled(crate(git-version-macro)) bundled(crate(git2)) bundled(crate(glob)) bundled(crate(globset)) bundled(crate(grep-cli)) bundled(crate(h2)) bundled(crate(half)) bundled(crate(hashbrown)) bundled(crate(hashlink)) bundled(crate(heck)) bundled(crate(hermit-abi)) bundled(crate(hex)) bundled(crate(hmac)) bundled(crate(home)) bundled(crate(html_parser)) bundled(crate(http)) bundled(crate(http-body)) bundled(crate(http-body-util)) bundled(crate(http-range-header)) bundled(crate(httparse)) bundled(crate(httpdate)) bundled(crate(hyper)) bundled(crate(hyper-rustls)) bundled(crate(hyper-timeout)) bundled(crate(hyper-tls)) bundled(crate(hyper-util)) bundled(crate(iana-time-zone)) bundled(crate(iana-time-zone-haiku)) bundled(crate(icu_collections)) bundled(crate(icu_locale_core)) bundled(crate(icu_normalizer)) bundled(crate(icu_normalizer_data)) bundled(crate(icu_properties)) bundled(crate(icu_properties_data)) bundled(crate(icu_provider)) bundled(crate(ident_case)) bundled(crate(idna)) bundled(crate(idna_adapter)) bundled(crate(ignore)) bundled(crate(image)) bundled(crate(imagesize)) bundled(crate(include_dir)) bundled(crate(include_dir_macros)) bundled(crate(indexmap)) bundled(crate(indicatif)) bundled(crate(indoc)) bundled(crate(inout)) bundled(crate(insta)) bundled(crate(intrusive-collections)) bundled(crate(ipnet)) bundled(crate(iri-string)) bundled(crate(is-docker)) bundled(crate(is-wsl)) bundled(crate(is_terminal_polyfill)) bundled(crate(itertools)) bundled(crate(itoa)) bundled(crate(jiff)) bundled(crate(jiff-static)) bundled(crate(jiff-tzdb)) bundled(crate(jiff-tzdb-platform)) bundled(crate(jni)) bundled(crate(jni-sys)) bundled(crate(jobserver)) bundled(crate(jpeg-decoder)) bundled(crate(js-sys)) bundled(crate(jsonrpcmsg)) bundled(crate(jsonschema)) bundled(crate(jsonwebtoken)) bundled(crate(keyring)) bundled(crate(lazy_static)) bundled(crate(lazycell)) bundled(crate(lebe)) bundled(crate(libc)) bundled(crate(libdbus-sys)) bundled(crate(libgit2-sys)) bundled(crate(libloading)) bundled(crate(libredox)) bundled(crate(libsqlite3-sys)) bundled(crate(libz-sys)) bundled(crate(linked-hash-map)) bundled(crate(linux-raw-sys)) bundled(crate(litemap)) bundled(crate(litrs)) bundled(crate(lock_api)) bundled(crate(log)) bundled(crate(lopdf)) bundled(crate(lru)) bundled(crate(matchers)) bundled(crate(matchit)) bundled(crate(md-5)) bundled(crate(memchr)) bundled(crate(memo-map)) bundled(crate(memoffset)) bundled(crate(mime)) bundled(crate(mime_guess)) bundled(crate(minijinja)) bundled(crate(minimal-lexical)) bundled(crate(miniz_oxide)) bundled(crate(mio)) bundled(crate(mockall)) bundled(crate(mockall_derive)) bundled(crate(moxcms)) bundled(crate(mpatch)) bundled(crate(nanoid)) bundled(crate(native-tls)) bundled(crate(ndk-context)) bundled(crate(nibble_vec)) bundled(crate(nix)) bundled(crate(nom)) bundled(crate(nom_locate)) bundled(crate(ntapi)) bundled(crate(nu-ansi-term)) bundled(crate(num)) bundled(crate(num-bigint)) bundled(crate(num-cmp)) bundled(crate(num-complex)) bundled(crate(num-conv)) bundled(crate(num-derive)) bundled(crate(num-integer)) bundled(crate(num-iter)) bundled(crate(num-rational)) bundled(crate(num-traits)) bundled(crate(num_cpus)) bundled(crate(num_enum)) bundled(crate(num_enum_derive)) bundled(crate(num_threads)) bundled(crate(oauth2)) bundled(crate(objc2)) bundled(crate(objc2-app-kit)) bundled(crate(objc2-av-foundation)) bundled(crate(objc2-avf-audio)) bundled(crate(objc2-cloud-kit)) bundled(crate(objc2-core-audio)) bundled(crate(objc2-core-audio-types)) bundled(crate(objc2-core-data)) bundled(crate(objc2-core-foundation)) bundled(crate(objc2-core-graphics)) bundled(crate(objc2-core-image)) bundled(crate(objc2-core-media)) bundled(crate(objc2-core-text)) bundled(crate(objc2-core-video)) bundled(crate(objc2-encode)) bundled(crate(objc2-foundation)) bundled(crate(objc2-image-io)) bundled(crate(objc2-media-toolbox)) bundled(crate(objc2-metal)) bundled(crate(objc2-quartz-core)) bundled(crate(once_cell)) bundled(crate(once_cell_polyfill)) bundled(crate(onig)) bundled(crate(onig_sys)) bundled(crate(open)) bundled(crate(openssl)) bundled(crate(openssl-macros)) bundled(crate(openssl-probe)) bundled(crate(openssl-sys)) bundled(crate(opentelemetry)) bundled(crate(opentelemetry-appender-tracing)) bundled(crate(opentelemetry-http)) bundled(crate(opentelemetry-otlp)) bundled(crate(opentelemetry-proto)) bundled(crate(opentelemetry_sdk)) bundled(crate(option-ext)) bundled(crate(outref)) bundled(crate(parking)) bundled(crate(parking_lot)) bundled(crate(parking_lot_core)) bundled(crate(password-hash)) bundled(crate(paste)) bundled(crate(pastey)) bundled(crate(path_abs)) bundled(crate(pathdiff)) bundled(crate(pbkdf2)) bundled(crate(pem)) bundled(crate(percent-encoding)) bundled(crate(pest)) bundled(crate(pest_derive)) bundled(crate(pest_generator)) bundled(crate(pest_meta)) bundled(crate(phf)) bundled(crate(phf_generator)) bundled(crate(phf_macros)) bundled(crate(phf_shared)) bundled(crate(pin-project)) bundled(crate(pin-project-internal)) bundled(crate(pin-project-lite)) bundled(crate(pin-utils)) bundled(crate(pkg-config)) bundled(crate(plist)) bundled(crate(png)) bundled(crate(portable-atomic)) bundled(crate(portable-atomic-util)) bundled(crate(posthog-rs)) bundled(crate(potential_utf)) bundled(crate(powerfmt)) bundled(crate(ppv-lite86)) bundled(crate(predicates)) bundled(crate(predicates-core)) bundled(crate(predicates-tree)) bundled(crate(proc-macro-crate)) bundled(crate(proc-macro-error)) bundled(crate(proc-macro-error-attr)) bundled(crate(proc-macro2)) bundled(crate(process-wrap)) bundled(crate(prost)) bundled(crate(prost-derive)) bundled(crate(psl-types)) bundled(crate(publicsuffix)) bundled(crate(pxfm)) bundled(crate(qoi)) bundled(crate(quick-xml)) bundled(crate(quote)) bundled(crate(r-efi)) bundled(crate(radix_trie)) bundled(crate(rand)) bundled(crate(rand_chacha)) bundled(crate(rand_core)) bundled(crate(rangemap)) bundled(crate(rayon)) bundled(crate(rayon-core)) bundled(crate(redox_syscall)) bundled(crate(redox_users)) bundled(crate(ref-cast)) bundled(crate(ref-cast-impl)) bundled(crate(referencing)) bundled(crate(regex)) bundled(crate(regex-automata)) bundled(crate(regex-lite)) bundled(crate(regex-syntax)) bundled(crate(regress)) bundled(crate(reqwest)) bundled(crate(rgb)) bundled(crate(ring)) bundled(crate(rmcp)) bundled(crate(rmcp-macros)) bundled(crate(rustc-hash)) bundled(crate(rustc_version)) bundled(crate(rustix)) bundled(crate(rustls)) bundled(crate(rustls-pemfile)) bundled(crate(rustls-pki-types)) bundled(crate(rustls-webpki)) bundled(crate(rustversion)) bundled(crate(rustyline)) bundled(crate(ryu)) bundled(crate(ryu-js)) bundled(crate(sacp)) bundled(crate(sacp-derive)) bundled(crate(same-file)) bundled(crate(scc)) bundled(crate(schannel)) bundled(crate(schemars)) bundled(crate(schemars_derive)) bundled(crate(scopeguard)) bundled(crate(sct)) bundled(crate(sdd)) bundled(crate(security-framework)) bundled(crate(security-framework-sys)) bundled(crate(self_cell)) bundled(crate(semver)) bundled(crate(semver-parser)) bundled(crate(serde)) bundled(crate(serde_core)) bundled(crate(serde_derive)) bundled(crate(serde_derive_internals)) bundled(crate(serde_json)) bundled(crate(serde_path_to_error)) bundled(crate(serde_spanned)) bundled(crate(serde_urlencoded)) bundled(crate(serde_with)) bundled(crate(serde_with_macros)) bundled(crate(serde_yaml)) bundled(crate(serial_test)) bundled(crate(serial_test_derive)) bundled(crate(sha1)) bundled(crate(sha2)) bundled(crate(sharded-slab)) bundled(crate(shell-escape)) bundled(crate(shell-words)) bundled(crate(shellexpand)) bundled(crate(shlex)) bundled(crate(signal-hook-registry)) bundled(crate(simd-adler32)) bundled(crate(similar)) bundled(crate(simple_asn1)) bundled(crate(siphasher)) bundled(crate(slab)) bundled(crate(small_btree)) bundled(crate(smallvec)) bundled(crate(smawk)) bundled(crate(socket2)) bundled(crate(spin)) bundled(crate(sqlx)) bundled(crate(sqlx-core)) bundled(crate(sqlx-macros)) bundled(crate(sqlx-macros-core)) bundled(crate(sqlx-sqlite)) bundled(crate(sse-stream)) bundled(crate(stable_deref_trait)) bundled(crate(static_assertions)) bundled(crate(std_prelude)) bundled(crate(stringprep)) bundled(crate(strsim)) bundled(crate(strum)) bundled(crate(strum_macros)) bundled(crate(subtle)) bundled(crate(syn)) bundled(crate(sync_wrapper)) bundled(crate(synstructure)) bundled(crate(syntect)) bundled(crate(sys-info)) bundled(crate(sysinfo)) bundled(crate(system-configuration)) bundled(crate(system-configuration-sys)) bundled(crate(tag_ptr)) bundled(crate(tap)) bundled(crate(tar)) bundled(crate(tempfile)) bundled(crate(termcolor)) bundled(crate(terminal-colorsaurus)) bundled(crate(terminal-trx)) bundled(crate(terminal_size)) bundled(crate(termtree)) bundled(crate(test-case)) bundled(crate(test-case-core)) bundled(crate(test-case-macros)) bundled(crate(textwrap)) bundled(crate(thin-vec)) bundled(crate(thiserror)) bundled(crate(thiserror-impl)) bundled(crate(thousands)) bundled(crate(thread_local)) bundled(crate(tiff)) bundled(crate(tiktoken-rs)) bundled(crate(time)) bundled(crate(time-core)) bundled(crate(time-macros)) bundled(crate(tinystr)) bundled(crate(tinyvec)) bundled(crate(tinyvec_macros)) bundled(crate(tokio)) bundled(crate(tokio-cron-scheduler)) bundled(crate(tokio-macros)) bundled(crate(tokio-native-tls)) bundled(crate(tokio-rustls)) bundled(crate(tokio-stream)) bundled(crate(tokio-tungstenite)) bundled(crate(tokio-util)) bundled(crate(toml)) bundled(crate(toml_datetime)) bundled(crate(toml_edit)) bundled(crate(toml_parser)) bundled(crate(toml_write)) bundled(crate(tonic)) bundled(crate(tower)) bundled(crate(tower-http)) bundled(crate(tower-layer)) bundled(crate(tower-service)) bundled(crate(tracing)) bundled(crate(tracing-appender)) bundled(crate(tracing-attributes)) bundled(crate(tracing-core)) bundled(crate(tracing-log)) bundled(crate(tracing-opentelemetry)) bundled(crate(tracing-serde)) bundled(crate(tracing-subscriber)) bundled(crate(tree-sitter)) bundled(crate(tree-sitter-go)) bundled(crate(tree-sitter-java)) bundled(crate(tree-sitter-javascript)) bundled(crate(tree-sitter-kotlin)) bundled(crate(tree-sitter-python)) bundled(crate(tree-sitter-ruby)) bundled(crate(tree-sitter-rust)) bundled(crate(try-lock)) bundled(crate(tungstenite)) bundled(crate(typenum)) bundled(crate(ucd-trie)) bundled(crate(umya-spreadsheet)) bundled(crate(unbinder)) bundled(crate(unicase)) bundled(crate(unicode-bidi)) bundled(crate(unicode-ident)) bundled(crate(unicode-linebreak)) bundled(crate(unicode-normalization)) bundled(crate(unicode-properties)) bundled(crate(unicode-segmentation)) bundled(crate(unicode-width)) bundled(crate(unicode-xid)) bundled(crate(unit-prefix)) bundled(crate(unsafe-libyaml)) bundled(crate(untrusted)) bundled(crate(url)) bundled(crate(urlencoding)) bundled(crate(utf-8)) bundled(crate(utf16_iter)) bundled(crate(utf8_iter)) bundled(crate(utf8parse)) bundled(crate(utoipa)) bundled(crate(utoipa-gen)) bundled(crate(uuid)) bundled(crate(uuid-simd)) bundled(crate(v_htmlescape)) bundled(crate(vcpkg)) bundled(crate(version_check)) bundled(crate(vsimd)) bundled(crate(walkdir)) bundled(crate(want)) bundled(crate(wasi)) bundled(crate(wasip2)) bundled(crate(wasm-bindgen)) bundled(crate(wasm-bindgen-futures)) bundled(crate(wasm-bindgen-macro)) bundled(crate(wasm-bindgen-macro-support)) bundled(crate(wasm-bindgen-shared)) bundled(crate(wasm-streams)) bundled(crate(web-sys)) bundled(crate(web-time)) bundled(crate(webbrowser)) bundled(crate(webpki-roots)) bundled(crate(weezl)) bundled(crate(which)) bundled(crate(widestring)) bundled(crate(wild)) bundled(crate(winapi)) bundled(crate(winapi-i686-pc-windows-gnu)) bundled(crate(winapi-util)) bundled(crate(winapi-x86_64-pc-windows-gnu)) bundled(crate(windows)) bundled(crate(windows-collections)) bundled(crate(windows-core)) bundled(crate(windows-future)) bundled(crate(windows-implement)) bundled(crate(windows-interface)) bundled(crate(windows-link)) bundled(crate(windows-numerics)) bundled(crate(windows-result)) bundled(crate(windows-strings)) bundled(crate(windows-sys)) bundled(crate(windows-targets)) bundled(crate(windows-threading)) bundled(crate(windows_aarch64_gnullvm)) bundled(crate(windows_aarch64_msvc)) bundled(crate(windows_i686_gnu)) bundled(crate(windows_i686_gnullvm)) bundled(crate(windows_i686_msvc)) bundled(crate(windows_x86_64_gnu)) bundled(crate(windows_x86_64_gnullvm)) bundled(crate(windows_x86_64_msvc)) bundled(crate(winnow)) bundled(crate(winreg)) bundled(crate(winsafe)) bundled(crate(wiremock)) bundled(crate(wit-bindgen)) bundled(crate(write16)) bundled(crate(writeable)) bundled(crate(xattr)) bundled(crate(xcap)) bundled(crate(xcb)) bundled(crate(xml-rs)) bundled(crate(xmlparser)) bundled(crate(xsum)) bundled(crate(xterm-color)) bundled(crate(yaml-rust)) bundled(crate(yoke)) bundled(crate(yoke-derive)) bundled(crate(zerocopy)) bundled(crate(zerocopy-derive)) bundled(crate(zerofrom)) bundled(crate(zerofrom-derive)) bundled(crate(zeroize)) bundled(crate(zeroize_derive)) bundled(crate(zerotrie)) bundled(crate(zerovec)) bundled(crate(zerovec-derive)) bundled(crate(zip)) bundled(crate(zmij)) bundled(crate(zopfli)) bundled(crate(zstd)) bundled(crate(zstd-safe)) bundled(crate(zstd-sys)) bundled(crate(zune-inflate)) bundled(sublime-syntax) bundled(sublime-syntax-ASP) bundled(sublime-syntax-ActionScript) bundled(sublime-syntax-AppleScript) bundled(sublime-syntax-BatchFile) bundled(sublime-syntax-CSS) bundled(sublime-syntax-CSharp) bundled(sublime-syntax-Clojure) bundled(sublime-syntax-Cpp) bundled(sublime-syntax-D) bundled(sublime-syntax-Diff) bundled(sublime-syntax-Erlang) bundled(sublime-syntax-Go) bundled(sublime-syntax-Graphviz) bundled(sublime-syntax-Groovy) bundled(sublime-syntax-HTML) bundled(sublime-syntax-Haskell) bundled(sublime-syntax-Java) bundled(sublime-syntax-JavaScript) bundled(sublime-syntax-LaTeX) bundled(sublime-syntax-Lisp) bundled(sublime-syntax-Lua) bundled(sublime-syntax-Makefile) bundled(sublime-syntax-Markdown) bundled(sublime-syntax-Matlab) bundled(sublime-syntax-OCaml) bundled(sublime-syntax-Object-C) bundled(sublime-syntax-PHP) bundled(sublime-syntax-Pascal) bundled(sublime-syntax-Perl) bundled(sublime-syntax-Python) bundled(sublime-syntax-R) bundled(sublime-syntax-Rails) bundled(sublime-syntax-Regular-Expressions) bundled(sublime-syntax-RestructuredText) bundled(sublime-syntax-Ruby) bundled(sublime-syntax-Rust) bundled(sublime-syntax-SQL) bundled(sublime-syntax-Scala) bundled(sublime-syntax-ShellScript) bundled(sublime-syntax-TCL) bundled(sublime-syntax-Text) bundled(sublime-syntax-Textile) bundled(sublime-syntax-XML) bundled(sublime-syntax-YAML) bundled(sublime-theme-Spacegray) bundled(syntect-theme-InspiredGithub) bundled(syntect-theme-Solarized) goose goose(x86-64) Generated by fedora-review 0.11.0 (05c5b26) last change: 2025-11-29 Command line :/bin/fedora-review --no-colors --prebuilt --rpm-spec --name goose --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-rawhide-x86_64 Active plugins: Shell-api, Generic, C/C++ Disabled plugins: Java, Ocaml, fonts, Haskell, R, PHP, SugarActivity, Perl, Python Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH