Warning: Permanently added '18.215.178.98' (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/10440103 Version: 1.8 PID: 12868 Logging PID: 12870 Task: {'appstream': False, 'background': True, 'build_id': 10440103, 'chroot': None, 'distributions_in_build': ['centos-stream-10', 'epel-10', 'fedora-42', 'fedora-43', 'fedora-44', 'fedora-rawhide'], 'distributions_in_project': ['centos-stream-10', 'epel-10', 'fedora-42', 'fedora-43', 'fedora-44', '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/Purian23', 'source_json': {'clone_url': 'https://github.com/AvengeMedia/DankMaterialShell.git', 'committish': 'faa30c4d487425d52d9d7a0af06431ef1550d031', 'spec': 'distro/fedora/dms-git.spec', 'srpm_build_method': 'rpkg', 'subdirectory': '', 'type': 'git'}, 'source_type': 8, 'submitter': 'https://api.github.com/users/Purian23', 'task_id': '10440103'} Running: git clone https://github.com/AvengeMedia/DankMaterialShell.git /var/lib/copr-rpmbuild/workspace/workdir-kdbuz491/DankMaterialShell --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://github.com/AvengeMedia/DankMaterialShell.git', '/var/lib/copr-rpmbuild/workspace/workdir-kdbuz491/DankMaterialShell', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-kdbuz491/DankMaterialShell'... Running: git checkout faa30c4d487425d52d9d7a0af06431ef1550d031 -- cmd: ['git', 'checkout', 'faa30c4d487425d52d9d7a0af06431ef1550d031', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-kdbuz491/DankMaterialShell rc: 0 stdout: stderr: Note: switching to 'faa30c4d487425d52d9d7a0af06431ef1550d031'. 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 faa30c4d bar: fix fullscreen-detection race during cross-monitor focus moves (#2373) 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-kdbuz491/.config/rpkg.conf Running: rpkg srpm --outdir /var/lib/copr-rpmbuild/results --spec /var/lib/copr-rpmbuild/workspace/workdir-kdbuz491/DankMaterialShell/distro/fedora/dms-git.spec cmd: ['rpkg', 'srpm', '--outdir', '/var/lib/copr-rpmbuild/results', '--spec', '/var/lib/copr-rpmbuild/workspace/workdir-kdbuz491/DankMaterialShell/distro/fedora/dms-git.spec'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-kdbuz491/DankMaterialShell rc: 0 stdout: Wrote: /var/lib/copr-rpmbuild/results/dms-git.spec Wrote: /var/lib/copr-rpmbuild/results/dms-0.0.git.3663.faa30c4d-1.src.rpm RPM build warnings: stderr: git_repo_pack: archiving /var/lib/copr-rpmbuild/workspace/workdir-kdbuz491/DankMaterialShell: commit faa30c4d487425d52d9d7a0af06431ef1550d031 (HEAD, origin/master, origin/HEAD, master) Author: Josh Symonds Date: Sat May 9 11:35:35 2026 -0700 bar: fix fullscreen-detection race during cross-monitor focus moves (#2373) hasFullscreenToplevelOnScreen's fast-path used `NiriService.currentOutput === screenName` as a proxy for "the active toplevel is on screenName". Those are two independent state channels (niri's workspace-activated events drive currentOutput; wlr-foreign-toplevel-management drives ToplevelManager.activeToplevel) and they don't update atomically. When focus crosses from a fullscreen toplevel on monitor A to a non-fullscreen toplevel on monitor B, currentOutput flips to B before activeToplevel updates away from A's still-fullscreen-and-activated window. For one tick, B's bar evaluates `active.fullscreen && active.activated && currentOutput === B` → true, hides itself, then flips back when activeToplevel finally updates. Visible as a one-frame bar flicker on focus changes between monitors when one has a fullscreen window. Replace the proxy with _toplevelOnScreen(active, screenName), the same helper the X11 fallback path uses 25 lines below. The check now inspects the toplevel's actual outputs instead of trusting a separate state signal, so the race can't fire. The per-workspace loop below was already correct; it would catch any real fullscreen+activated toplevel on the bar's workspace regardless of focused output. The fast-path was redundant when the assertion held and wrong when it didn't. Co-authored-by: Claude Opus 4.7 (1M context) git_repo_pack: Wrote: /var/lib/copr-rpmbuild/results/DankMaterialShell-faa30c4d.tar.gz warning: Downloading https://go.dev/dl/go1.26.1.linux-amd64.tar.gz to /var/lib/copr-rpmbuild/results/go1.26.1.linux-amd64.tar.gz warning: Downloading https://go.dev/dl/go1.26.1.linux-arm64.tar.gz to /var/lib/copr-rpmbuild/results/go1.26.1.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.1.linux-amd64.tar.gz to /var/lib/copr-rpmbuild/results/go1.26.1.linux-amd64.tar.gz Downloading https://go.dev/dl/go1.26.1.linux-arm64.tar.gz to /var/lib/copr-rpmbuild/results/go1.26.1.linux-arm64.tar.gz %source_date_epoch_from_changelog is set, but %changelog has no entries to take a date from Output: ['dms-git.spec', 'DankMaterialShell-faa30c4d.tar.gz', 'go1.26.1.linux-arm64.tar.gz', 'dms-0.0.git.3663.faa30c4d-1.src.rpm', 'go1.26.1.linux-amd64.tar.gz'] 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-42 Extracting arch-specific tags for fedora-43 Extracting arch-specific tags for fedora-44 Extracting arch-specific tags for fedora-rawhide Package info: { "architecture_specific_tags": { "centos-stream-10": {}, "epel-10": {}, "fedora-42": {}, "fedora-43": {}, "fedora-44": {}, "fedora-rawhide": {} }, "name": "dms", "epoch": 2, "version": "0.0.git.3663.faa30c4d", "release": "1" } SRPMResults finished