Warning: Permanently added '44.211.222.70' (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/10650443 Version: 1.8 PID: 9322 Logging PID: 9324 Task: {'appstream': True, 'background': True, 'build_id': 10650443, 'chroot': None, 'distributions_in_build': ['epel-10', 'epel-9', 'fedora-43', 'fedora-44', 'fedora-rawhide', 'opensuse-leap-15.6', 'opensuse-tumbleweed'], 'distributions_in_project': ['epel-10', 'epel-9', 'fedora-43', 'fedora-44', 'fedora-rawhide', 'opensuse-leap-15.6', 'opensuse-tumbleweed'], 'package_name': 'pwsp-git', 'project_dirname': 'pwsp', 'project_name': 'pwsp', 'project_owner': 'arabianq', 'repos': [], 'sandbox': 'arabianq/pwsp--https://api.github.com/users/arabianq', 'source_json': {'clone_url': 'https://github.com/arabianq/pipewire-soundpad', 'committish': '3f85994f8350182b9d8359c676835a4f7112422f', 'spec': 'packages/rpm/pwsp-git.spec', 'srpm_build_method': 'rpkg', 'subdirectory': '', 'type': 'git'}, 'source_type': 8, 'submitter': 'https://api.github.com/users/arabianq', 'task_id': '10650443'} Running: git clone https://github.com/arabianq/pipewire-soundpad /var/lib/copr-rpmbuild/workspace/workdir-cp1c87nv/pipewire-soundpad --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://github.com/arabianq/pipewire-soundpad', '/var/lib/copr-rpmbuild/workspace/workdir-cp1c87nv/pipewire-soundpad', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-cp1c87nv/pipewire-soundpad'... Running: git checkout 3f85994f8350182b9d8359c676835a4f7112422f -- cmd: ['git', 'checkout', '3f85994f8350182b9d8359c676835a4f7112422f', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-cp1c87nv/pipewire-soundpad rc: 0 stdout: stderr: Note: switching to '3f85994f8350182b9d8359c676835a4f7112422f'. 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 3f85994 refactor(daemon): Consolidate PipeWire operations into a single background actor 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-cp1c87nv/.config/rpkg.conf Running: rpkg srpm --outdir /var/lib/copr-rpmbuild/results --spec /var/lib/copr-rpmbuild/workspace/workdir-cp1c87nv/pipewire-soundpad/packages/rpm/pwsp-git.spec cmd: ['rpkg', 'srpm', '--outdir', '/var/lib/copr-rpmbuild/results', '--spec', '/var/lib/copr-rpmbuild/workspace/workdir-cp1c87nv/pipewire-soundpad/packages/rpm/pwsp-git.spec'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-cp1c87nv/pipewire-soundpad rc: 0 stdout: Wrote: /var/lib/copr-rpmbuild/results/pwsp-git.spec Wrote: /var/lib/copr-rpmbuild/results/pwsp-git-1.12.0^git.8.g3f85994-1.src.rpm RPM build warnings: stderr: git_cwd_pack: archiving /var/lib/copr-rpmbuild/workspace/workdir-cp1c87nv/pipewire-soundpad: commit 3f85994f8350182b9d8359c676835a4f7112422f (HEAD, origin/main, origin/HEAD, main) Author: Tarasov Aleksandr <55220741+arabianq@users.noreply.github.com> Date: Thu Jun 25 22:58:05 2026 +0300 refactor(daemon): Consolidate PipeWire operations into a single background actor Replaces the previous approach of spawning new PipeWire main loops and awaiting a 100ms timeout for every `get_all_devices` call. Instead, this introduces a `PipeWireManager` which maintains a single, persistent background thread with a PipeWire main loop and registry listener. The actor caches `AudioDevice`s and `Port`s continuously in a `HashMap`, providing instantaneous responses to device queries via a channel. This architectural change replaces `Sender` with a simple `PwTerminator` drop-guard to manage the lifetimes of PipeWire objects (virtual mic and links) via `PwCommand::DestroyObject` without creating additional OS threads or PipeWire contexts. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> git_cwd_pack: Wrote: /var/lib/copr-rpmbuild/results/pipewire-soundpad-3f85994f.tar.gz warning: %source_date_epoch_from_changelog is set, but %changelog has no entries to take a date from %source_date_epoch_from_changelog is set, but %changelog has no entries to take a date from Output: ['pipewire-soundpad-3f85994f.tar.gz', 'pwsp-git-1.12.0^git.8.g3f85994-1.src.rpm', 'pwsp-git.spec'] Running SRPMResults tool Using distributions_in_build for this build. Extracting arch-specific tags for epel-10 Extracting arch-specific tags for epel-9 Extracting arch-specific tags for fedora-43 Extracting arch-specific tags for fedora-44 Extracting arch-specific tags for fedora-rawhide Extracting arch-specific tags for opensuse-leap-15.6 Extracting arch-specific tags for opensuse-tumbleweed Package info: { "architecture_specific_tags": { "epel-10": {}, "epel-9": {}, "fedora-43": {}, "fedora-44": {}, "fedora-rawhide": {}, "opensuse-leap-15.6": {}, "opensuse-tumbleweed": {} }, "name": "pwsp-git", "epoch": null, "version": "1.12.0^git.8.g3f85994", "release": "1" } SRPMResults finished