Warning: Permanently added '2620:52:6:1161:dead:beef:cafe:c11f' (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/10608946 Version: 1.8 PID: 2522 Logging PID: 2524 Task: {'appstream': False, 'background': True, 'build_id': 10608946, '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/bbedward', 'source_json': {'clone_url': 'https://github.com/AvengeMedia/DankMaterialShell.git', 'committish': 'fd5aabcb1749aec7e270a45294270fcc4291e78c', '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': '10608946'} Running: git clone https://github.com/AvengeMedia/DankMaterialShell.git /var/lib/copr-rpmbuild/workspace/workdir-6o2s9dyi/DankMaterialShell --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://github.com/AvengeMedia/DankMaterialShell.git', '/var/lib/copr-rpmbuild/workspace/workdir-6o2s9dyi/DankMaterialShell', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-6o2s9dyi/DankMaterialShell'... Running: git checkout fd5aabcb1749aec7e270a45294270fcc4291e78c -- cmd: ['git', 'checkout', 'fd5aabcb1749aec7e270a45294270fcc4291e78c', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-6o2s9dyi/DankMaterialShell rc: 0 stdout: stderr: Note: switching to 'fd5aabcb1749aec7e270a45294270fcc4291e78c'. 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 fd5aabcb fix(keybinds): parse niri configs with leading-underscore identifiers (#2646) 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-6o2s9dyi/.config/rpkg.conf Running: rpkg srpm --outdir /var/lib/copr-rpmbuild/results --spec /var/lib/copr-rpmbuild/workspace/workdir-6o2s9dyi/DankMaterialShell/distro/fedora/dms-git.spec cmd: ['rpkg', 'srpm', '--outdir', '/var/lib/copr-rpmbuild/results', '--spec', '/var/lib/copr-rpmbuild/workspace/workdir-6o2s9dyi/DankMaterialShell/distro/fedora/dms-git.spec'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-6o2s9dyi/DankMaterialShell rc: 0 stdout: Wrote: /var/lib/copr-rpmbuild/results/dms-git.spec Wrote: /var/lib/copr-rpmbuild/results/dms-0.0.git.3862.fd5aabcb-1.src.rpm RPM build warnings: stderr: git_repo_pack: archiving /var/lib/copr-rpmbuild/workspace/workdir-6o2s9dyi/DankMaterialShell: commit fd5aabcb1749aec7e270a45294270fcc4291e78c (HEAD, origin/master, origin/HEAD, master) Author: Rocho Date: Tue Jun 16 15:06:55 2026 +0200 fix(keybinds): parse niri configs with leading-underscore identifiers (#2646) DMS reads the niri config with kdl-go, which rejects '_' as the first character of a bare identifier ("unexpected character _") even though niri's own parser and the KDL spec accept it. The common trigger is the `_JAVA_AWT_WM_NONREPARENTING "1"` environment node (the standard Java / tiling-WM fix). When the parse aborts, `dms keybinds show` returns nothing and the Keyboard Shortcuts UI shows no binds at all. Extend the existing preprocessor approach (the brace fix from #2230) with quoteLeadingUnderscoreIdents, which double-quotes bare identifiers that begin with '_' before the text reaches kdl-go. The scan is string/comment aware and only touches a leading '_' at a token boundary, so mid-identifier underscores (XDG_CURRENT_DESKTOP) and underscores inside strings/comments are left alone. Token boundaries include the ends of block comments and KDL slashdash (/-), so a node abutting a comment with no whitespace is handled too. This is safe because the niri parser only dispatches on fixed node/section names that never start with '_', so re-quoting such a name cannot change what DMS reads. Refs #2230 git_repo_pack: Wrote: /var/lib/copr-rpmbuild/results/DankMaterialShell-fd5aabcb.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', 'go1.26.1.linux-arm64.tar.gz', 'go1.26.1.linux-amd64.tar.gz', 'dms-0.0.git.3862.fd5aabcb-1.src.rpm', 'DankMaterialShell-fd5aabcb.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.3862.fd5aabcb", "release": "1" } SRPMResults finished