Warning: Permanently added '3.81.8.54' (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/9645367 Version: 1.6 PID: 8501 Logging PID: 8503 Task: {'appstream': False, 'background': False, 'build_id': 9645367, 'chroot': None, 'package_name': 'meshtasticd', 'project_dirname': 'daily', 'project_name': 'daily', 'project_owner': '@meshtastic', 'repos': [], 'sandbox': '@meshtastic/daily--vidplace7', 'source_json': {'clone_url': 'https://github.com/meshtastic/firmware.git', 'committish': 'master', 'spec': 'meshtasticd.spec', 'srpm_build_method': 'rpkg', 'subdirectory': '', 'type': 'git'}, 'source_type': 8, 'submitter': 'vidplace7', 'task_id': '9645367'} Running: git clone https://github.com/meshtastic/firmware.git /var/lib/copr-rpmbuild/workspace/workdir-gx9b48bl/firmware --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://github.com/meshtastic/firmware.git', '/var/lib/copr-rpmbuild/workspace/workdir-gx9b48bl/firmware', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: Submodule path 'meshtestic': checked out 'dcac7e5673005f4d8a2b1f0f6e06877b689d7519' Submodule path 'protobufs': checked out 'a1b8c3d171445b2eebfd4b5bd1e4876f3bbed605' stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-gx9b48bl/firmware'... Submodule 'meshtestic' (https://github.com/meshtastic/meshTestic) registered for path 'meshtestic' Submodule 'protobufs' (https://github.com/meshtastic/protobufs.git) registered for path 'protobufs' Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-gx9b48bl/firmware/meshtestic'... Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-gx9b48bl/firmware/protobufs'... Running: git checkout master -- cmd: ['git', 'checkout', 'master', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-gx9b48bl/firmware rc: 0 stdout: branch 'master' set up to track 'origin/master'. stderr: Switched to a new branch 'master' 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-gx9b48bl/.config/rpkg.conf Running: rpkg srpm --outdir /var/lib/copr-rpmbuild/results --spec /var/lib/copr-rpmbuild/workspace/workdir-gx9b48bl/firmware/meshtasticd.spec cmd: ['rpkg', 'srpm', '--outdir', '/var/lib/copr-rpmbuild/results', '--spec', '/var/lib/copr-rpmbuild/workspace/workdir-gx9b48bl/firmware/meshtasticd.spec'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-gx9b48bl/firmware rc: 0 stdout: Wrote: /var/lib/copr-rpmbuild/results/meshtasticd.spec setting SOURCE_DATE_EPOCH=1759622400 Wrote: /var/lib/copr-rpmbuild/results/meshtasticd-2.7.12-11608.daily.gitc4dff21e5.src.rpm RPM build warnings: stderr: git_dir_pack: archiving /var/lib/copr-rpmbuild/workspace/workdir-gx9b48bl/firmware: commit c4dff21e5bed51103ec4c2725d592477acd091df (HEAD -> master, origin/master) Merge: ed32650b9 888692a37 Author: Ben Meadors Date: Sat Oct 4 08:14:41 2025 -0500 Develop -> Master (#8209) * Create channel-mute toggle function * Added mute state to channel settings * Create node-mute toggle functions * Added mute state to nodedb entries * Rebase protos * Decouple protobuf changes * Disable bell-invoked ext notifs for muted nodes * Clearly dilineate module mute from sender or channel mute * Disable bell-invoked ext notifs for muted channels * Trunk fmt * Disable message-invoked ext notifs for muted channels and nodes * Disable on-screen 'new message' popup for muted nodes and channels * Don't mute alerts * Make use of pre-existing channel_settings.module_settings.is_client_muted setting * Revert previous commit - this needs it's own proto * Regen protos * T-Lora Pager: Interrupt based rotary encoder * T-Lora Pager: Fix amplifier fuzzing/popping * Fix build for other variants * Fix - reference actual channel when changing settings * Update protos * Refactor ref syntax * Fix defines * Update comments and remove unused function * Regen protos * Regen protobuffs again * Fix build failure in ci, add missing argument * Format * InputPollable: System for polling after interrupts * T-Lora Pager: Use InputPollable for RotaryEncoderImpl * Rename RotaryEncoderImpl to TLoraPagerRotaryEncoder * Revert "Rename RotaryEncoderImpl to TLoraPagerRotaryEncoder" This reverts commit a76cc88dc2cae630eb7793eb7b14cb223f9ddd8d. * Revert unnecessary ifdefs * Regen protos * Use latest protos * Regen protos for latest changes * Decouple node-mute from channel-mute * Regen protos * Fix desktop build * More flexible InputPollable paradigm * Custom xPortInIsrContext() for nRF52/RP2xx0 * Use channel as specified in the received packet * Use channel as specified in the received packet for OLED screen notifications * add heltec tracker v2 board. * Use common power amp definition for Heltec v4 and Heltec Tracker v2 * Set appropriate mqtt root upon lora region change * Use user preferences root topic if present * delete SX126X_MAX_POWER=11 * Assume previous root on topic change * update mqtt root when region is changed via OLED menu handler * Regen protos * Removed magic numbers * Add DIRECT_MSG_ONLY buzzer mode (#8158) * Handle existing special case for M5STACK_UNITC6L for DIRECT_MSG_ONLY buzz mode There already exists a special case for M5STACK_UNITC6L. Modified it to adhere to new DIRECT_MSG_ONLY buzzer mode * Add new buzzer mode DIRECT_MSG_ONLY to BuzzerModeMenu * Disable notifications when buzzer mode is DIRECT_MSG_ONLY * Change alert_message_buzzer in notification module in DIRECT_MSG_ONLY buzz mode Better comments * Fixed spelling in debug log Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: nexpspace <4kosjdicx@mozmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Ben Meadors * run trunk fmt * Update variants/esp32s3/heltec_wireless_tracker_v2/variant.h Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Regen protos * Pull latest protobufs * Don't use IS_ONE_OF when loading Modules * GAT562: Use PRIVATE_HW (fix build) (#8198) * ESP32s2 doesn't implement HWCDC (#8199) * Fix build script failure under certain conditions for devices that use UF2 binaries (#8150) * Validate CR and SF lora config (#8146) * Validate CR and SF lora config * No zero-bw * Update src/modules/AdminModule.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fix braces --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Quote firmware paths given to uf2conv --------- Co-authored-by: Ben Meadors Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Calculate airtime of transmitted and received packets separately (#8205) * Correcting GPS PINs (#8087) https://github.com/meshtastic/firmware/issues/8084 Co-authored-by: Ben Meadors * Clear out user.id except for sending to phone (#8202) * Null out user.id except for sending to phone * Fix * Update src/modules/NodeInfoModule.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Copilot garbage * This is unnecessary, because we don't stored user.id on userlite * Don't need this * Fix warning * Just alter the protobuf * Alter protobuf doesn't do anything with the altered data, so let's re-encode it * Check inputbroker before access --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Add dropped packet count to LocalStats (#8207) * Add dropped packet count to LocalStats In case the transmit queue was full * Trunked --------- Co-authored-by: Ben Meadors --------- Co-authored-by: ford-jones Co-authored-by: WillyJL Co-authored-by: Ford Jones <107664313+ford-jones@users.noreply.github.com> Co-authored-by: Tom Fifield Co-authored-by: Quency-D Co-authored-by: Quency-D <55523105+Quency-D@users.noreply.github.com> Co-authored-by: nexpspace <380097+nexpspace@users.noreply.github.com> Co-authored-by: nexpspace <4kosjdicx@mozmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Austin Lane Co-authored-by: Ken Piper Co-authored-by: GUVWAF <78759985+GUVWAF@users.noreply.github.com> Co-authored-by: Szetya git_dir_pack: Wrote: /var/lib/copr-rpmbuild/results/firmware-c4dff21e.tar.gz warning: Downloading https://github.com/meshtastic/web/releases/download/v2.6.4/build.tar to /var/lib/copr-rpmbuild/results/build.tar Downloading https://github.com/meshtastic/web/releases/download/v2.6.4/build.tar to /var/lib/copr-rpmbuild/results/build.tar Output: ['meshtasticd-2.7.12-11608.daily.gitc4dff21e5.src.rpm', 'meshtasticd.spec', 'firmware-c4dff21e.tar.gz', 'build.tar'] Running SRPMResults tool Package info: { "name": "meshtasticd", "epoch": null, "version": "2.7.12", "release": "11608.daily.gitc4dff21e5", "exclusivearch": [], "excludearch": [] } SRPMResults finished