[2026-01-23 23:57:18,091][ INFO][PID:3187146] Marking build as starting [2026-01-23 23:57:18,132][ INFO][PID:3187146] Checking for cancel request [2026-01-23 23:57:18,134][ INFO][PID:3187146] VM allocation process starts [2026-01-23 23:57:18,155][ INFO][PID:3187146] Trying to allocate VM: ResallocHost, ticket_id=993785, requested_tags=['copr_builder', 'arch_x86_64'] [2026-01-23 23:57:21,168][ INFO][PID:3187146] Allocated host ResallocHost, ticket_id=993785, hostname=184.72.197.203, name=aws_x86_64_normalreserved_prod_01508729_20260123_233705, requested_tags=['copr_builder', 'arch_x86_64'] [2026-01-23 23:57:21,168][ INFO][PID:3187146] Allocating ssh connection to builder [2026-01-23 23:57:21,169][ INFO][PID:3187146] Checking that builder machine is OK [2026-01-23 23:57:21,540][ INFO][PID:3187146] Running remote command: copr-builder-ready srpm-builds [2026-01-23 23:57:21,759][ INFO][PID:3187146] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-01-23 23:57:22,267][ INFO][PID:3187146] Filling build.info file with builder info [2026-01-23 23:57:22,267][ INFO][PID:3187146] Checking for cancel request [2026-01-23 23:57:22,268][ INFO][PID:3187146] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "vgaetera", "project_name": "testing", "project_dirname": "testing", "submitter": "vgaetera", "ended_on": null, "started_on": 1769212642.268749, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10052902", "build_id": 10052902, "package_name": "sstp-server", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"tee ${COPR_PACKAGE}.spec << \\\"EOF\\\" > /dev/null\\n%global forgeurl https://github.com/sorz/sstp-server\\n%global version %(date +%Y%m%d)\\n%global commit b10b38bf9bf0e0351e3e3422ed39b33f5e534981\\n%global _forgeversionsuffix %{scm}%(printf %.7s %{commit})\\n%global source_date_epoch_from_changelog 0\\n%forgemeta\\n\\nName: sstp-server\\nVersion: %{forgeversion}\\nRelease: %{autorelease}\\nSummary: SSTP VPN server\\nLicense: MIT\\nURL: %{forgeurl}\\nSource0: %{forgesource}\\nSource1: %{name}@.service\\nPatch0: %{name}.patch\\nBuildRequires: pkgconfig(python3)\\nBuildRequires: python3dist(pip)\\nBuildRequires: python3dist(setuptools)\\nBuildRequires: gcc\\nBuildRequires: systemd-rpm-macros\\nRequires: ppp\\n\\n%description\\nSecure Socket Tunneling Protocol VPN server.\\n\\n%prep\\n%forgesetup\\n%autopatch -p1\\n\\n%generate_buildrequires\\n%pyproject_buildrequires\\n\\n%build\\n%pyproject_wheel\\n\\n%check\\n%pyproject_check_import\\n\\n%install\\n%pyproject_install\\n%pyproject_save_files sstpd\\n%__install -p -m 755 -d -T %{buildroot}%{_sysconfdir}/sstp/server\\n%__install -p -m 644 -D -t %{buildroot}%{_unitdir} %{SOURCE1}\\n%__install -p -m 644 -D -t %{buildroot}%{_licensedir}/%{name} LICENSE\\n%__install -p -m 644 -D -t %{buildroot}%{_pkgdocdir} README.rst %{name}.ini\\n\\n%post\\nfor UNIT in $(systemctl -P Id show %{name}@\\\\*.service)\\ndo %systemd_post ${UNIT}\\ndone\\n\\n%preun\\nfor UNIT in $(systemctl -P Id show %{name}@\\\\*.service)\\ndo %systemd_preun ${UNIT}\\ndone\\n\\n%postun\\nfor UNIT in $(systemctl -P Id show %{name}@\\\\*.service)\\ndo %systemd_postun_with_restart ${UNIT}\\ndone\\n\\n%files -f %{pyproject_files}\\n%license %{_licensedir}/*\\n%doc %{_pkgdocdir}\\n%{_sysconfdir}/*\\n%{_unitdir}/*\\n%{_bindir}/*\\nEOF\\n\\ntee ${COPR_PACKAGE}@.service << \\\"EOF\\\" > /dev/null\\n[Unit]\\nDescription=SSTP server %I\\nAfter=network-online.target\\nWants=network-online.target\\n\\n[Service]\\nExecStart=sstpd -f %E/sstp/server/%i.ini\\n\\n[Install]\\nWantedBy=multi-user.target\\nEOF\\n\\ntee ${COPR_PACKAGE}.patch << \\\"EOF\\\" > /dev/null\\n--- a/sstpd/__main__.py\\n+++ b/sstpd/__main__.py\\n@@ -1 +0,0 @@\\n-#!/usr/bin/env python3\\n@@ -8 +7 @@ from socket import IPPROTO_TCP, TCP_NODELAY\\n-from configparser import SafeConfigParser, NoSectionError\\n+from configparser import ConfigParser, NoSectionError\\n@@ -40 +39 @@ def _get_args():\\n- config = SafeConfigParser()\\n+ config = ConfigParser()\\n@@ -155 +154,5 @@ def main():\\n- loop = asyncio.get_event_loop()\\n+ try:\\n+ loop = asyncio.get_event_loop()\\n+ except RuntimeError:\\n+ loop = asyncio.new_event_loop()\\n+ asyncio.set_event_loop(loop)\\nEOF\\n\", \"chroot\": \"fedora-43-x86_64\", \"builddeps\": \"git-core\", \"resultdir\": null, \"repos\": \"\"}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "vgaetera/testing--vgaetera", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "destdir": "/var/lib/copr/public_html/results/vgaetera/testing", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/vgaetera/testing", "result_dir": "10052902", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 10052902, "mockchain_macros": { "copr_username": "vgaetera", "copr_projectname": "testing", "vendor": "Fedora Project COPR (vgaetera/testing)" } } ] } [2026-01-23 23:57:22,309][ INFO][PID:3187146] Sending fedora-messaging bus message in build.start [2026-01-23 23:57:22,829][ INFO][PID:3187146] Sending fedora-messaging bus message in chroot.start [2026-01-23 23:57:22,854][ INFO][PID:3187146] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10052902 --detached [2026-01-23 23:57:23,211][ INFO][PID:3187146] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '184.72.197.203' (ED25519) to the list of known hosts. [2026-01-23 23:57:23,211][ INFO][PID:3187146] Downloading the builder-live.log file, attempt 1 [2026-01-23 23:57:23,213][ INFO][PID:3187146] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@184.72.197.203 copr-rpmbuild-log [2026-01-23 23:57:28,216][ INFO][PID:3187146] Periodic builder liveness probe: alive [2026-01-23 23:57:28,217][ INFO][PID:3187146] Checking for cancel request [2026-01-23 23:57:33,218][ INFO][PID:3187146] Checking for cancel request [2026-01-23 23:57:38,219][ INFO][PID:3187146] Checking for cancel request [2026-01-23 23:57:43,219][ INFO][PID:3187146] Checking for cancel request [2026-01-23 23:57:48,220][ INFO][PID:3187146] Checking for cancel request [2026-01-23 23:57:52,144][ INFO][PID:3187146] Downloading results from builder [2026-01-23 23:57:52,293][ INFO][PID:3187146] rsyncing of mockbuilder@184.72.197.203:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/vgaetera/testing/srpm-builds/10052902 started [2026-01-23 23:57:52,294][ INFO][PID:3187146] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@184.72.197.203:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/vgaetera/testing/srpm-builds/10052902/ &> /var/lib/copr/public_html/results/vgaetera/testing/srpm-builds/10052902/build-10052902.rsync.log [2026-01-23 23:57:53,088][ INFO][PID:3187146] rsyncing finished. [2026-01-23 23:57:53,089][ INFO][PID:3187146] Releasing VM back to pool [2026-01-23 23:57:53,099][ INFO][PID:3187146] Searching for 'success' file in resultdir [2026-01-23 23:57:53,100][ INFO][PID:3187146] Getting build details [2026-01-23 23:57:53,100][ INFO][PID:3187146] Retrieving SRPM info from /var/lib/copr/public_html/results/vgaetera/testing/srpm-builds/10052902 [2026-01-23 23:57:53,101][ INFO][PID:3187146] SRPM URL: https://download.copr.fedorainfracloud.org/results/vgaetera/testing/srpm-builds/10052902/sstp-server-20260123^gitb10b38b-1.src.rpm [2026-01-23 23:57:53,102][ INFO][PID:3187146] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/vgaetera/testing/srpm-builds/10052902/sstp-server-20260123^gitb10b38b-1.src.rpm', 'pkg_name': 'sstp-server', 'pkg_version': '20260123^gitb10b38b-1'} [2026-01-23 23:57:53,102][ INFO][PID:3187146] Finished build: id=10052902 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/vgaetera/testing chroot=srpm-builds [2026-01-23 23:57:53,104][ INFO][PID:3187146] Worker succeeded build, took 30.835551977157593 [2026-01-23 23:57:53,105][ INFO][PID:3187146] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "vgaetera", "project_name": "testing", "project_dirname": "testing", "submitter": "vgaetera", "ended_on": 1769212673.104301, "started_on": 1769212642.268749, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10052902", "build_id": 10052902, "package_name": "sstp-server", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"tee ${COPR_PACKAGE}.spec << \\\"EOF\\\" > /dev/null\\n%global forgeurl https://github.com/sorz/sstp-server\\n%global version %(date +%Y%m%d)\\n%global commit b10b38bf9bf0e0351e3e3422ed39b33f5e534981\\n%global _forgeversionsuffix %{scm}%(printf %.7s %{commit})\\n%global source_date_epoch_from_changelog 0\\n%forgemeta\\n\\nName: sstp-server\\nVersion: %{forgeversion}\\nRelease: %{autorelease}\\nSummary: SSTP VPN server\\nLicense: MIT\\nURL: %{forgeurl}\\nSource0: %{forgesource}\\nSource1: %{name}@.service\\nPatch0: %{name}.patch\\nBuildRequires: pkgconfig(python3)\\nBuildRequires: python3dist(pip)\\nBuildRequires: python3dist(setuptools)\\nBuildRequires: gcc\\nBuildRequires: systemd-rpm-macros\\nRequires: ppp\\n\\n%description\\nSecure Socket Tunneling Protocol VPN server.\\n\\n%prep\\n%forgesetup\\n%autopatch -p1\\n\\n%generate_buildrequires\\n%pyproject_buildrequires\\n\\n%build\\n%pyproject_wheel\\n\\n%check\\n%pyproject_check_import\\n\\n%install\\n%pyproject_install\\n%pyproject_save_files sstpd\\n%__install -p -m 755 -d -T %{buildroot}%{_sysconfdir}/sstp/server\\n%__install -p -m 644 -D -t %{buildroot}%{_unitdir} %{SOURCE1}\\n%__install -p -m 644 -D -t %{buildroot}%{_licensedir}/%{name} LICENSE\\n%__install -p -m 644 -D -t %{buildroot}%{_pkgdocdir} README.rst %{name}.ini\\n\\n%post\\nfor UNIT in $(systemctl -P Id show %{name}@\\\\*.service)\\ndo %systemd_post ${UNIT}\\ndone\\n\\n%preun\\nfor UNIT in $(systemctl -P Id show %{name}@\\\\*.service)\\ndo %systemd_preun ${UNIT}\\ndone\\n\\n%postun\\nfor UNIT in $(systemctl -P Id show %{name}@\\\\*.service)\\ndo %systemd_postun_with_restart ${UNIT}\\ndone\\n\\n%files -f %{pyproject_files}\\n%license %{_licensedir}/*\\n%doc %{_pkgdocdir}\\n%{_sysconfdir}/*\\n%{_unitdir}/*\\n%{_bindir}/*\\nEOF\\n\\ntee ${COPR_PACKAGE}@.service << \\\"EOF\\\" > /dev/null\\n[Unit]\\nDescription=SSTP server %I\\nAfter=network-online.target\\nWants=network-online.target\\n\\n[Service]\\nExecStart=sstpd -f %E/sstp/server/%i.ini\\n\\n[Install]\\nWantedBy=multi-user.target\\nEOF\\n\\ntee ${COPR_PACKAGE}.patch << \\\"EOF\\\" > /dev/null\\n--- a/sstpd/__main__.py\\n+++ b/sstpd/__main__.py\\n@@ -1 +0,0 @@\\n-#!/usr/bin/env python3\\n@@ -8 +7 @@ from socket import IPPROTO_TCP, TCP_NODELAY\\n-from configparser import SafeConfigParser, NoSectionError\\n+from configparser import ConfigParser, NoSectionError\\n@@ -40 +39 @@ def _get_args():\\n- config = SafeConfigParser()\\n+ config = ConfigParser()\\n@@ -155 +154,5 @@ def main():\\n- loop = asyncio.get_event_loop()\\n+ try:\\n+ loop = asyncio.get_event_loop()\\n+ except RuntimeError:\\n+ loop = asyncio.new_event_loop()\\n+ asyncio.set_event_loop(loop)\\nEOF\\n\", \"chroot\": \"fedora-43-x86_64\", \"builddeps\": \"git-core\", \"resultdir\": null, \"repos\": \"\"}", "pkg_name": "sstp-server", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/vgaetera/testing/srpm-builds/10052902/sstp-server-20260123^gitb10b38b-1.src.rpm", "uses_devel_repo": null, "sandbox": "vgaetera/testing--vgaetera", "results": { "name": "sstp-server", "epoch": null, "version": "20260123^gitb10b38b", "release": "1", "exclusivearch": [], "excludearch": [] }, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "destdir": "/var/lib/copr/public_html/results/vgaetera/testing", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/vgaetera/testing", "result_dir": "10052902", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "20260123^gitb10b38b-1", "id": 10052902, "mockchain_macros": { "copr_username": "vgaetera", "copr_projectname": "testing", "vendor": "Fedora Project COPR (vgaetera/testing)" } } ] } [2026-01-23 23:57:53,168][ INFO][PID:3187146] Sending fedora-messaging bus message in build.end [2026-01-23 23:57:53,197][ INFO][PID:3187146] Compressing /var/lib/copr/public_html/results/vgaetera/testing/srpm-builds/10052902/builder-live.log by gzip [2026-01-23 23:57:53,199][ INFO][PID:3187146] Running command 'gzip /var/lib/copr/public_html/results/vgaetera/testing/srpm-builds/10052902/builder-live.log' as PID 3189243 [2026-01-23 23:57:53,203][ INFO][PID:3187146] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/vgaetera/testing/srpm-builds/10052902/builder-live.log) [2026-01-23 23:57:53,204][ INFO][PID:3187146] Compressing /var/lib/copr/public_html/results/vgaetera/testing/srpm-builds/10052902/backend.log by gzip [2026-01-23 23:57:53,205][ INFO][PID:3187146] Running command 'gzip /var/lib/copr/public_html/results/vgaetera/testing/srpm-builds/10052902/backend.log' as PID 3189245