[2026-06-10 02:46:50,059][ INFO][PID:1990279] Marking build as starting [2026-06-10 02:46:50,095][ INFO][PID:1990279] Checking for cancel request [2026-06-10 02:46:50,097][ INFO][PID:1990279] VM allocation process starts [2026-06-10 02:46:50,105][ INFO][PID:1990279] Trying to allocate VM: ResallocHost, ticket_id=3363867, requested_tags=['arch_x86_64', 'copr_builder'] [2026-06-10 02:46:53,144][ INFO][PID:1990279] Allocated host ResallocHost, ticket_id=3363867, hostname=54.158.35.96, name=aws_x86_64_reserved_prod_11791642_20260610_022041, requested_tags=['arch_x86_64', 'copr_builder'] [2026-06-10 02:46:53,145][ INFO][PID:1990279] Allocating ssh connection to builder [2026-06-10 02:46:53,146][ INFO][PID:1990279] Checking that builder machine is OK [2026-06-10 02:46:53,488][ INFO][PID:1990279] Installed copr-rpmbuild version: 1.8 [2026-06-10 02:46:53,489][ INFO][PID:1990279] Running remote command: copr-builder-ready srpm-builds [2026-06-10 02:46:53,705][ INFO][PID:1990279] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-06-10 02:46:53,706][ INFO][PID:1990279] Filling build.info file with builder info [2026-06-10 02:46:53,707][ INFO][PID:1990279] Checking for cancel request [2026-06-10 02:46:53,708][ INFO][PID:1990279] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "still", "project_name": "stillos-10-wayland-enablement-stack", "project_dirname": "stillos-10-wayland-enablement-stack", "submitter": "still", "ended_on": null, "started_on": 1781059613.708117, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10584946", "build_id": 10584946, "package_name": "gdm", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/usr/bin/env bash\\nset -euo pipefail\\np=gdm; w=\\\"$PWD/work-$p\\\"; out=\\\"${COPR_RESULTDIR:-$PWD}\\\"; rm -rf \\\"$w\\\"; mkdir -p \\\"$w/fs\\\" \\\"$w/f\\\" \\\"$out\\\"\\nfr=(--repofrompath=f44,https://download.fedoraproject.org/pub/fedora/linux/releases/44/Everything/source/tree/ --repofrompath=f44u,https://download.fedoraproject.org/pub/fedora/linux/updates/44/Everything/source/tree/ --enablerepo=f44 --enablerepo=f44u)\\n(cd \\\"$w/fs\\\"; dnf -q download --source --disablerepo='*' --setopt='*.gpgcheck=0' --setopt='*.repo_gpgcheck=0' \\\"${fr[@]}\\\" \\\"$p\\\" >&2)\\nrpm2cpio \\\"$(ls \\\"$w/fs\\\"/*.src.rpm|tail -1)\\\" | (cd \\\"$w/f\\\"; cpio -idm --quiet)\\ns=\\\"$(ls \\\"$w/f\\\"/*.spec|head -1)\\\"\\ncat > \\\"$w/f/disable-userdb-on-el10.patch\\\" <<'PATCH'\\nFrom: stillHQ \\nSubject: [PATCH] build: disable dynamic userdb on EL10\\n\\nEL10 currently denies GDM's dynamic userdb socket and passwd lock paths at\\nruntime. Use GDM's static preallocated greeter-user fallback until the EL10\\nsystemd/userdb integration is compatible with GDM 50.\\n--- a/meson.build\\n+++ b/meson.build\\n@@ -74,7 +74,7 @@ if logind_provider == 'systemd'\\n libsystemd_dep = dependency('libsystemd')\\n logind_dep = libsystemd_dep\\n \\n- have_userdb = libsystemd_dep.version().version_compare('>= 257')\\n+ have_userdb = false\\n \\n # Our range is documented at https://systemd.io/UIDS-GIDS/\\n greeter_uid_min = systemd_dep.get_variable('greeter_uid_min', default_value: '60578')\\nPATCH\\nsed -i '/^Source0:/a Patch1000: disable-userdb-on-el10.patch' \\\"$s\\\"\\ncat > \\\"$w/f/run-sysusers-before-gdm.patch\\\" <<'PATCH'\\nFrom: stillHQ \\nSubject: [PATCH] data: create static GDM users before starting GDM\\n\\nOn the stillOS image path the generic systemd-sysusers pass has not created\\nthe static greeter users before GDM starts. Run GDM's sysusers snippet as an\\nidempotent pre-start step so the no-userdb fallback can resolve\\ngdm-greeter and gnome-initial-setup.\\n--- a/data/gdm.service.in\\n+++ b/data/gdm.service.in\\n@@ -18,6 +18,7 @@ OnFailure=plymouth-quit.service\\n \\n [Service]\\n+ExecStartPre=-/usr/bin/systemd-sysusers /usr/lib/sysusers.d/gdm.conf\\n ExecStart=${sbindir}/gdm\\n KillMode=mixed\\n Restart=always\\nPATCH\\nsed -i '/^Patch1000:/a Patch1001: run-sysusers-before-gdm.patch' \\\"$s\\\"\\ncat > \\\"$w/f/gdm.sysusers\\\" <<'EOF'\\nu gdm 42 \\\"GNOME Display Manager\\\" /var/lib/gdm\\nu gdm-greeter 60578:42 \\\"GNOME Display Manager Greeter\\\" /run/gdm/home/gdm-greeter /sbin/nologin\\nu gnome-initial-setup 60579:42 \\\"GNOME Initial Setup\\\" /run/gdm/home/gnome-initial-setup /sbin/nologin\\nEOF\\nsed -i -E '/^Patch[0-9]*:.*(fedora|Fedora|branding|logo|wallpaper|artwork)/d' \\\"$s\\\"\\nsed -i -E 's/^Release:.*/Release: 4.stillos.1%{?dist}/;s/^%autochangelog/%changelog\\\\n* Tue Jun 09 2026 stillHQ - stillOS rebuild\\\\n- Run GDM sysusers before service start for static greeter users\\\\n\\\\n* Tue Jun 09 2026 stillHQ - stillOS rebuild\\\\n- Disable GDM dynamic userdb on EL10 and preallocate greeter users\\\\n\\\\n* Mon Jun 08 2026 stillHQ - stillOS rebuild\\\\n- Mask GDM userdb varlink mkdir flag for systemd 257 runtime\\\\n\\\\n* Fri May 29 2026 stillHQ - stillOS rebuild\\\\n- Rebuild for stillOS Wayland enablement/' \\\"$s\\\"\\ncp -a \\\"$w/f/.\\\" \\\"$out/\\\"\\nrpmbuild -bs \\\"$s\\\" --define \\\"_sourcedir $w/f\\\" --define \\\"_srcrpmdir $out\\\" --define \\\"_builddir $w/b\\\"\\n\", \"chroot\": \"rhel+epel-10-x86_64\", \"builddeps\": \"dnf dnf-plugins-core rpm-build rpmdevtools cpio curl unzip sed grep findutils patch diffutils coreutils gawk\", \"resultdir\": \".\", \"repos\": \"\"}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "still/stillos-10-wayland-enablement-stack--still", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "distributions_in_build": [ "almalinux-10", "rhel+epel-10" ], "distributions_in_project": [ "almalinux-10", "rhel+epel-10" ], "destdir": "/var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/still/stillos-10-wayland-enablement-stack", "result_dir": "10584946", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "id": 10584946, "mockchain_macros": { "copr_username": "still", "copr_projectname": "stillos-10-wayland-enablement-stack", "vendor": "Fedora Project COPR (still/stillos-10-wayland-enablement-stack)" } } ] } [2026-06-10 02:46:53,747][ INFO][PID:1990279] Sending fedora-messaging bus message in build.start [2026-06-10 02:46:54,224][ INFO][PID:1990279] Sending fedora-messaging bus message in chroot.start [2026-06-10 02:46:54,252][ INFO][PID:1990279] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10584946 --detached [2026-06-10 02:46:54,707][ INFO][PID:1990279] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '54.158.35.96' (ED25519) to the list of known hosts. [2026-06-10 02:46:54,708][ INFO][PID:1990279] Downloading the builder-live.log file, attempt 1 [2026-06-10 02:46:54,710][ INFO][PID:1990279] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@54.158.35.96 copr-rpmbuild-log [2026-06-10 02:46:59,716][ INFO][PID:1990279] Periodic builder liveness probe: alive [2026-06-10 02:46:59,717][ INFO][PID:1990279] Checking for cancel request [2026-06-10 02:47:04,719][ INFO][PID:1990279] Checking for cancel request [2026-06-10 02:47:09,720][ INFO][PID:1990279] Checking for cancel request [2026-06-10 02:47:14,721][ INFO][PID:1990279] Checking for cancel request [2026-06-10 02:47:19,726][ INFO][PID:1990279] Checking for cancel request [2026-06-10 02:47:24,727][ INFO][PID:1990279] Checking for cancel request [2026-06-10 02:47:29,729][ INFO][PID:1990279] Checking for cancel request [2026-06-10 02:47:34,739][ INFO][PID:1990279] Checking for cancel request [2026-06-10 02:47:39,231][ INFO][PID:1990279] Downloading results from builder [2026-06-10 02:47:39,232][ INFO][PID:1990279] rsyncing of mockbuilder@54.158.35.96:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10584946 started [2026-06-10 02:47:39,233][ INFO][PID:1990279] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.158.35.96:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10584946/ &> /var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10584946/build-10584946.rsync.log [2026-06-10 02:47:39,618][ INFO][PID:1990279] rsyncing finished. [2026-06-10 02:47:39,619][ INFO][PID:1990279] VM Release request [2026-06-10 02:47:39,645][ INFO][PID:1990279] Searching for 'success' file in resultdir [2026-06-10 02:47:39,649][ INFO][PID:1990279] Getting build details [2026-06-10 02:47:39,650][ INFO][PID:1990279] Retrieving SRPM info from /var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10584946 [2026-06-10 02:47:39,651][ INFO][PID:1990279] SRPM URL: https://download.copr.fedorainfracloud.org/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10584946/gdm-50.1-4.stillos.1.src.rpm [2026-06-10 02:47:39,652][ INFO][PID:1990279] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10584946/gdm-50.1-4.stillos.1.src.rpm', 'pkg_name': 'gdm', 'pkg_version': '1:50.1-4.stillos.1'} [2026-06-10 02:47:39,654][ INFO][PID:1990279] Finished build: id=10584946 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack chroot=srpm-builds [2026-06-10 02:47:39,656][ INFO][PID:1990279] Worker succeeded build, took 45.94870066642761 [2026-06-10 02:47:39,657][ INFO][PID:1990279] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "still", "project_name": "stillos-10-wayland-enablement-stack", "project_dirname": "stillos-10-wayland-enablement-stack", "submitter": "still", "ended_on": 1781059659.6568177, "started_on": 1781059613.708117, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10584946", "build_id": 10584946, "package_name": "gdm", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/usr/bin/env bash\\nset -euo pipefail\\np=gdm; w=\\\"$PWD/work-$p\\\"; out=\\\"${COPR_RESULTDIR:-$PWD}\\\"; rm -rf \\\"$w\\\"; mkdir -p \\\"$w/fs\\\" \\\"$w/f\\\" \\\"$out\\\"\\nfr=(--repofrompath=f44,https://download.fedoraproject.org/pub/fedora/linux/releases/44/Everything/source/tree/ --repofrompath=f44u,https://download.fedoraproject.org/pub/fedora/linux/updates/44/Everything/source/tree/ --enablerepo=f44 --enablerepo=f44u)\\n(cd \\\"$w/fs\\\"; dnf -q download --source --disablerepo='*' --setopt='*.gpgcheck=0' --setopt='*.repo_gpgcheck=0' \\\"${fr[@]}\\\" \\\"$p\\\" >&2)\\nrpm2cpio \\\"$(ls \\\"$w/fs\\\"/*.src.rpm|tail -1)\\\" | (cd \\\"$w/f\\\"; cpio -idm --quiet)\\ns=\\\"$(ls \\\"$w/f\\\"/*.spec|head -1)\\\"\\ncat > \\\"$w/f/disable-userdb-on-el10.patch\\\" <<'PATCH'\\nFrom: stillHQ \\nSubject: [PATCH] build: disable dynamic userdb on EL10\\n\\nEL10 currently denies GDM's dynamic userdb socket and passwd lock paths at\\nruntime. Use GDM's static preallocated greeter-user fallback until the EL10\\nsystemd/userdb integration is compatible with GDM 50.\\n--- a/meson.build\\n+++ b/meson.build\\n@@ -74,7 +74,7 @@ if logind_provider == 'systemd'\\n libsystemd_dep = dependency('libsystemd')\\n logind_dep = libsystemd_dep\\n \\n- have_userdb = libsystemd_dep.version().version_compare('>= 257')\\n+ have_userdb = false\\n \\n # Our range is documented at https://systemd.io/UIDS-GIDS/\\n greeter_uid_min = systemd_dep.get_variable('greeter_uid_min', default_value: '60578')\\nPATCH\\nsed -i '/^Source0:/a Patch1000: disable-userdb-on-el10.patch' \\\"$s\\\"\\ncat > \\\"$w/f/run-sysusers-before-gdm.patch\\\" <<'PATCH'\\nFrom: stillHQ \\nSubject: [PATCH] data: create static GDM users before starting GDM\\n\\nOn the stillOS image path the generic systemd-sysusers pass has not created\\nthe static greeter users before GDM starts. Run GDM's sysusers snippet as an\\nidempotent pre-start step so the no-userdb fallback can resolve\\ngdm-greeter and gnome-initial-setup.\\n--- a/data/gdm.service.in\\n+++ b/data/gdm.service.in\\n@@ -18,6 +18,7 @@ OnFailure=plymouth-quit.service\\n \\n [Service]\\n+ExecStartPre=-/usr/bin/systemd-sysusers /usr/lib/sysusers.d/gdm.conf\\n ExecStart=${sbindir}/gdm\\n KillMode=mixed\\n Restart=always\\nPATCH\\nsed -i '/^Patch1000:/a Patch1001: run-sysusers-before-gdm.patch' \\\"$s\\\"\\ncat > \\\"$w/f/gdm.sysusers\\\" <<'EOF'\\nu gdm 42 \\\"GNOME Display Manager\\\" /var/lib/gdm\\nu gdm-greeter 60578:42 \\\"GNOME Display Manager Greeter\\\" /run/gdm/home/gdm-greeter /sbin/nologin\\nu gnome-initial-setup 60579:42 \\\"GNOME Initial Setup\\\" /run/gdm/home/gnome-initial-setup /sbin/nologin\\nEOF\\nsed -i -E '/^Patch[0-9]*:.*(fedora|Fedora|branding|logo|wallpaper|artwork)/d' \\\"$s\\\"\\nsed -i -E 's/^Release:.*/Release: 4.stillos.1%{?dist}/;s/^%autochangelog/%changelog\\\\n* Tue Jun 09 2026 stillHQ - stillOS rebuild\\\\n- Run GDM sysusers before service start for static greeter users\\\\n\\\\n* Tue Jun 09 2026 stillHQ - stillOS rebuild\\\\n- Disable GDM dynamic userdb on EL10 and preallocate greeter users\\\\n\\\\n* Mon Jun 08 2026 stillHQ - stillOS rebuild\\\\n- Mask GDM userdb varlink mkdir flag for systemd 257 runtime\\\\n\\\\n* Fri May 29 2026 stillHQ - stillOS rebuild\\\\n- Rebuild for stillOS Wayland enablement/' \\\"$s\\\"\\ncp -a \\\"$w/f/.\\\" \\\"$out/\\\"\\nrpmbuild -bs \\\"$s\\\" --define \\\"_sourcedir $w/f\\\" --define \\\"_srcrpmdir $out\\\" --define \\\"_builddir $w/b\\\"\\n\", \"chroot\": \"rhel+epel-10-x86_64\", \"builddeps\": \"dnf dnf-plugins-core rpm-build rpmdevtools cpio curl unzip sed grep findutils patch diffutils coreutils gawk\", \"resultdir\": \".\", \"repos\": \"\"}", "pkg_name": "gdm", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10584946/gdm-50.1-4.stillos.1.src.rpm", "uses_devel_repo": null, "sandbox": "still/stillos-10-wayland-enablement-stack--still", "results": { "architecture_specific_tags": { "almalinux-10": {}, "rhel+epel-10": {} }, "name": "gdm", "epoch": 1, "version": "50.1", "release": "4.stillos.1" }, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "distributions_in_build": [ "almalinux-10", "rhel+epel-10" ], "distributions_in_project": [ "almalinux-10", "rhel+epel-10" ], "destdir": "/var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/still/stillos-10-wayland-enablement-stack", "result_dir": "10584946", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "pkg_version": "1:50.1-4.stillos.1", "id": 10584946, "mockchain_macros": { "copr_username": "still", "copr_projectname": "stillos-10-wayland-enablement-stack", "vendor": "Fedora Project COPR (still/stillos-10-wayland-enablement-stack)" } } ] } [2026-06-10 02:47:39,704][ INFO][PID:1990279] Sending fedora-messaging bus message in build.end [2026-06-10 02:47:39,733][ INFO][PID:1990279] Compressing /var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10584946/builder-live.log by gzip [2026-06-10 02:47:39,735][ INFO][PID:1990279] Running command 'gzip /var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10584946/builder-live.log' as PID 1993619 [2026-06-10 02:47:39,835][ INFO][PID:1990279] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10584946/builder-live.log) [2026-06-10 02:47:39,836][ INFO][PID:1990279] Compressing /var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10584946/backend.log by gzip [2026-06-10 02:47:39,839][ INFO][PID:1990279] Running command 'gzip /var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10584946/backend.log' as PID 1993621