Warning: Permanently added '2620:52:6:1161:dead:beef:cafe:c16e' (ED25519) to the list of known hosts. You can reproduce this build on your computer by running: sudo dnf install copr-rpmbuild /usr/bin/copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10966319 Version: 1.9 PID: 4955 Logging PID: 4957 Task: {'appstream': False, 'background': True, 'build_id': 10966319, 'chroot': None, 'distributions_in_build': ['centos-stream-10', 'epel-10', 'fedora-43', 'fedora-44', 'fedora-45', 'fedora-rawhide'], 'distributions_in_project': ['centos-stream-10', 'epel-10', 'fedora-43', 'fedora-44', 'fedora-45', 'fedora-rawhide'], 'package_name': 'dms', 'project_dirname': 'dms-git', 'project_name': 'dms-git', 'project_owner': 'avengemedia', 'repos': [], 'sandbox': 'avengemedia/dms-git--https://api.github.com/users/bbedward', 'source_json': {'clone_url': 'https://github.com/AvengeMedia/DankMaterialShell.git', 'committish': '65fb97d247e1e8d14408f1ccf0c32fc8c6bcbd7b', 'spec': 'distro/fedora/dms-git.spec', 'srpm_build_method': 'rpkg', 'subdirectory': '', 'type': 'git'}, 'source_type': 8, 'submitter': 'https://api.github.com/users/bbedward', 'task_id': '10966319'} Running: git clone https://github.com/AvengeMedia/DankMaterialShell.git /var/lib/copr-rpmbuild/workspace/workdir-62mx799_/DankMaterialShell --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://github.com/AvengeMedia/DankMaterialShell.git', '/var/lib/copr-rpmbuild/workspace/workdir-62mx799_/DankMaterialShell', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: Submodule path 'dank-qml-common': checked out '26396ce432d6c71c3f5367438f96f4a8d667e160' stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-62mx799_/DankMaterialShell'... Submodule 'dank-qml-common' (https://github.com/AvengeMedia/dank-qml-common.git) registered for path 'dank-qml-common' Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-62mx799_/DankMaterialShell/dank-qml-common'... Running: git checkout 65fb97d247e1e8d14408f1ccf0c32fc8c6bcbd7b -- cmd: ['git', 'checkout', '65fb97d247e1e8d14408f1ccf0c32fc8c6bcbd7b', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-62mx799_/DankMaterialShell rc: 0 stdout: stderr: Note: switching to '65fb97d247e1e8d14408f1ccf0c32fc8c6bcbd7b'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 65fb97d2 refactor(systemtray): overflow menu & context menu to Dpopout (#3239) Generated rpkg config: [rpkg] preprocess_spec = True [git] anon_clone_url = https://github.com/%(repo_path)s [lookaside] download_url = https://${git_props:remote_netloc}/repo/pkgs/%(repo_path)s/%(filename)s/%(hashtype)s/%(hash)s/%(filename)s Writing config into /var/lib/copr-rpmbuild/workspace/workdir-62mx799_/.config/rpkg.conf Running: rpkg srpm --outdir /var/lib/copr-rpmbuild/results --spec /var/lib/copr-rpmbuild/workspace/workdir-62mx799_/DankMaterialShell/distro/fedora/dms-git.spec cmd: ['rpkg', 'srpm', '--outdir', '/var/lib/copr-rpmbuild/results', '--spec', '/var/lib/copr-rpmbuild/workspace/workdir-62mx799_/DankMaterialShell/distro/fedora/dms-git.spec'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-62mx799_/DankMaterialShell rc: 0 stdout: Wrote: /var/lib/copr-rpmbuild/results/dms-git.spec Wrote: /var/lib/copr-rpmbuild/results/dms-0.0.git.4719.65fb97d2-1.src.rpm RPM build warnings: stderr: git_repo_pack: archiving /var/lib/copr-rpmbuild/workspace/workdir-62mx799_/DankMaterialShell: commit 65fb97d247e1e8d14408f1ccf0c32fc8c6bcbd7b (HEAD, origin/master, origin/HEAD, master) Author: Huỳnh Thiện Lộc Date: Thu Sep 10 02:00:11 2026 +0700 refactor(systemtray): overflow menu & context menu to Dpopout (#3239) * refactor(systemtray): convert overflow menu and context menu to DankPopout * fix(systemtray): correct window-local anchor position mapping and enable contentHandlesKeys for tray menu keyboard navigation * fix(systemtray): force active focus on tray menu content * fix(systemtray): address inline PR review feedback - Force active focus on open for key navigation - Unregister menu only if matching active instance - Map anchor trigger position relative to screen origin * fix(systemtray): gate onMenuOpenChanged on useOverflowPopup - Prevent registering overflowPopout in inline expansion mode * fix(systemtray): correct context menu positioning in overflow popout - Handle screen global coordinate mapping for both connected and standalone popout modes * fix(systemtray): handle per-screen backend and vertical bar anchor Y offset - Use overflowPopout.useConnectedBackend for per-screen discriminator - Add vertical anchor Y centering offset in showForTrayItem * fix(systemtray): center overflow popout on vertical bar caret - Add vertical orientation anchor Y offset in _openOverflowAt * fix(systemtray): clear submenu entryStack on tray menu open - Expose entryStack alias on trayMenuContentRoot - Clear entryStack on trayMenuPopout onOpened to avoid submenu state leakage git_repo_pack: Wrote: /var/lib/copr-rpmbuild/results/DankMaterialShell-65fb97d2.tar.gz git_pack: archiving /var/lib/copr-rpmbuild/workspace/workdir-62mx799_/DankMaterialShell/dank-qml-common: commit 26396ce432d6c71c3f5367438f96f4a8d667e160 (HEAD) Author: bbedward Date: Wed Sep 2 15:06:50 2026 -0400 i18n: sync git_pack: Wrote: /var/lib/copr-rpmbuild/results/dank-qml-common.tar.gz warning: Downloading https://go.dev/dl/go1.26.5.linux-amd64.tar.gz to /var/lib/copr-rpmbuild/results/go1.26.5.linux-amd64.tar.gz warning: Downloading https://go.dev/dl/go1.26.5.linux-arm64.tar.gz to /var/lib/copr-rpmbuild/results/go1.26.5.linux-arm64.tar.gz warning: %source_date_epoch_from_changelog is set, but %changelog has no entries to take a date from Downloading https://go.dev/dl/go1.26.5.linux-amd64.tar.gz to /var/lib/copr-rpmbuild/results/go1.26.5.linux-amd64.tar.gz Downloading https://go.dev/dl/go1.26.5.linux-arm64.tar.gz to /var/lib/copr-rpmbuild/results/go1.26.5.linux-arm64.tar.gz %source_date_epoch_from_changelog is set, but %changelog has no entries to take a date from Output: ['dank-qml-common.tar.gz', 'go1.26.5.linux-amd64.tar.gz', 'DankMaterialShell-65fb97d2.tar.gz', 'go1.26.5.linux-arm64.tar.gz', 'dms-git.spec', 'dms-0.0.git.4719.65fb97d2-1.src.rpm'] Running SRPMResults tool Using distributions_in_build for this build. Extracting arch-specific tags for centos-stream-10 Extracting arch-specific tags for epel-10 Extracting arch-specific tags for fedora-43 Extracting arch-specific tags for fedora-44 Extracting arch-specific tags for fedora-45 Extracting arch-specific tags for fedora-rawhide Package info: { "architecture_specific_tags": { "centos-stream-10": {}, "epel-10": {}, "fedora-43": {}, "fedora-44": {}, "fedora-45": {}, "fedora-rawhide": {} }, "name": "dms", "epoch": 2, "version": "0.0.git.4719.65fb97d2", "release": "1" } SRPMResults finished