Warning: Permanently added '52.55.50.233' (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/10918430 Version: 1.9 PID: 9873 Logging PID: 9875 Task: {'appstream': False, 'background': True, 'build_id': 10918430, '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': '08dde7f79a65e01a9c4e4f347c945c20301973bf', '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': '10918430'} Running: git clone https://github.com/AvengeMedia/DankMaterialShell.git /var/lib/copr-rpmbuild/workspace/workdir-i7balufm/DankMaterialShell --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://github.com/AvengeMedia/DankMaterialShell.git', '/var/lib/copr-rpmbuild/workspace/workdir-i7balufm/DankMaterialShell', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: Submodule path 'dank-qml-common': checked out 'c4fe77d5bec10d606d0e4336a309582b893e799d' stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-i7balufm/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-i7balufm/DankMaterialShell/dank-qml-common'... Running: git checkout 08dde7f79a65e01a9c4e4f347c945c20301973bf -- cmd: ['git', 'checkout', '08dde7f79a65e01a9c4e4f347c945c20301973bf', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-i7balufm/DankMaterialShell rc: 0 stdout: stderr: Note: switching to '08dde7f79a65e01a9c4e4f347c945c20301973bf'. 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 08dde7f7 add: Cellular Network support (rebase of #2765) (#3096) 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-i7balufm/.config/rpkg.conf Running: rpkg srpm --outdir /var/lib/copr-rpmbuild/results --spec /var/lib/copr-rpmbuild/workspace/workdir-i7balufm/DankMaterialShell/distro/fedora/dms-git.spec cmd: ['rpkg', 'srpm', '--outdir', '/var/lib/copr-rpmbuild/results', '--spec', '/var/lib/copr-rpmbuild/workspace/workdir-i7balufm/DankMaterialShell/distro/fedora/dms-git.spec'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-i7balufm/DankMaterialShell rc: 0 stdout: Wrote: /var/lib/copr-rpmbuild/results/dms-git.spec Wrote: /var/lib/copr-rpmbuild/results/dms-0.0.git.4575.08dde7f7-1.src.rpm RPM build warnings: stderr: git_repo_pack: archiving /var/lib/copr-rpmbuild/workspace/workdir-i7balufm/DankMaterialShell: commit 08dde7f79a65e01a9c4e4f347c945c20301973bf (HEAD, origin/master, origin/HEAD, master) Author: Karl Fischer Date: Sat Aug 29 21:37:36 2026 +0200 add: Cellular Network support (rebase of #2765) (#3096) * feat: add cellular support * fix(settings): resolve cellular tab index collision * fix: address review feedback for cellular support Bump the network API version, drop the deleted term freeze file, regenerate the settings search index, and reuse existing translation terms where they already cover the new cellular UI. * fix: do not assign readonly userPreference when switching network type Assigning SettingsData.networkPreference through the readonly alias threw on click, so the Cellular segment in Control Center did nothing. * fix: make Cellular selectable and the modem row clickable The Control Center type switcher was bound only to preference, so Cellular snapped back to Ethernet. The settings modem row highlighted on hover but had no click handler. Show the modem as a connect target when no APN profiles exist. * fix: create a GSM profile when connecting cellular with none saved Clicking Mobile broadband only activated an existing profile, so a modem with no APN did nothing useful. Fall back to AddAndActivate like ethernet connect. * fix: address second round of cellular review feedback - Guard cellularDevices map with devMutex via snapshot/by-iface/set/remove helpers, mirroring the existing ethernet and wifi accessors - Regenerate mocks with mockery v3 instead of hand-editing mock_Backend.go - Reuse refreshCellularState() in SetCellularEnabled, DisconnectCellular, DisconnectCellularDevice, ActivateCellularConnection and device removal - Wrap retryErr rather than the first error when the auto-config retry fails - Use Theme.surfaceTextSecondary/primaryHover/primaryHoverLight in the cellular-off state instead of hand-rolled Qt.rgba values - Drop the duplicate "No devices found" label so it can no longer render twice with no modem and no saved config Co-Authored-By: Claude Opus 5 (1M context) * fix: address remaining cellular review comments - Toast "Failed to toggle cellular" instead of always "enable" - Remove unused enableCellularRadio() wrappers - Store Control Center network type as a value, not a list index * fix: pass nmcli connection selector as separate argument `nmcli con mod uuid:` is not valid syntax -- nmcli expects the selector keyword as its own argument, so every priority update failed with "no such connection profile". Because practically every NM profile has a UUID, this silently disabled autoconnect-priority and route-metric updates for ethernet and WiFi as well as cellular. Also fix the Cellular settings status text, which said "Connecting..." for a flag that only tracks radio enable/disable, and add the seven cellular terms that were missing from the translation catalogs. Co-Authored-By: Claude Opus 5 (1M context) * apply review comments * fix lints * update debug doc * fix style inconsistencies --------- Co-authored-by: Yechiel Worenklein <41305372+yechielw@users.noreply.github.com> Co-authored-by: Claude Opus 5 (1M context) Co-authored-by: bbedward git_repo_pack: Wrote: /var/lib/copr-rpmbuild/results/DankMaterialShell-08dde7f7.tar.gz git_pack: archiving /var/lib/copr-rpmbuild/workspace/workdir-i7balufm/DankMaterialShell/dank-qml-common: commit c4fe77d5bec10d606d0e4336a309582b893e799d (HEAD, origin/master, origin/HEAD, master) Author: bbedward Date: Fri Aug 28 09:30:05 2026 -0400 proc: drop entry refs once a run completes idle 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: ['DankMaterialShell-08dde7f7.tar.gz', 'go1.26.5.linux-arm64.tar.gz', 'dank-qml-common.tar.gz', 'dms-git.spec', 'dms-0.0.git.4575.08dde7f7-1.src.rpm', 'go1.26.5.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-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.4575.08dde7f7", "release": "1" } SRPMResults finished