[2025-07-05 15:46:41,062][ INFO][PID:1261133] Marking build as starting [2025-07-05 15:46:41,085][ INFO][PID:1261133] Checking for cancel request [2025-07-05 15:46:41,086][ INFO][PID:1261133] VM allocation process starts [2025-07-05 15:46:41,097][ INFO][PID:1261133] Trying to allocate VM: ResallocHost, ticket_id=3799729, requested_tags=['copr_builder', 'arch_x86_64'] [2025-07-05 15:46:44,149][ INFO][PID:1261133] Allocated host ResallocHost, ticket_id=3799729, hostname=3.236.175.158, name=aws_x86_64_normalreserved_prod_05155022_20250705_153041, requested_tags=['copr_builder', 'arch_x86_64'] [2025-07-05 15:46:44,149][ INFO][PID:1261133] Allocating ssh connection to builder [2025-07-05 15:46:44,162][ INFO][PID:1261133] Checking that builder machine is OK [2025-07-05 15:46:44,616][ INFO][PID:1261133] Running remote command: copr-builder-ready srpm-builds [2025-07-05 15:46:44,831][ INFO][PID:1261133] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-07-05 15:46:44,832][ INFO][PID:1261133] Filling build.info file with builder info [2025-07-05 15:46:44,832][ INFO][PID:1261133] Checking for cancel request [2025-07-05 15:46:44,833][ INFO][PID:1261133] 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": "extras", "project_dirname": "extras", "submitter": "vgaetera", "ended_on": null, "started_on": 1751730404.8333375, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9241410", "build_id": 9241410, "package_name": "psitun", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"COPR_PKG=\\\"psitun\\\"\\ntee ${COPR_PKG}.spec << \\\"EOF\\\" > /dev/null\\n%global forgeurl https://github.com/Psiphon-Labs/psiphon-tunnel-core\\n%global version 2.0.32\\n%global commit b0694f3562ec7729c2f2bf410b0e8903df2940a3\\n%global date 20250703\\n%global gomodulesmode GO111MODULE=on\\n%global source_date_epoch_from_changelog 0\\n%global _enable_debug_packages 0\\n%forgemeta\\n\\nName: psitun\\nVersion: %{forgeversion}\\nRelease: %{autorelease}\\nSummary: Psiphon Tunnel obfuscating proxy\\nLicense: GPL-3.0-only\\nURL: %{forgeurl}\\nSource0: %{forgesource}\\nSource1: %{name}-client@.service\\nSource2: %{name}-server.service\\nSource3: %{name}.howto\\nBuildRequires: git-core\\nBuildRequires: golang-bin\\nBuildRequires: go-rpm-macros\\nBuildRequires: systemd-rpm-macros\\n\\n%description\\nPsiphon Tunnel is an obfuscating proxy solution.\\nIt allows to circumvent censorship and data discrimination.\\n\\n%prep\\n%forgesetup\\n%__mv -f ConsoleClient client\\n%__mv -f Server server\\n\\n%build\\nexport GOPROXY=\\\"https://proxy.golang.org,direct\\\"\\nexport GOFLAGS=\\\"-trimpath\\\"\\nexport GO_LDFLAGS=\\\"-s -w\\\"\\nfor CMD in client server\\ndo %gobuild -o %{name}-${CMD} ./${CMD}\\ndone\\n\\n%install\\nfor CMD in client server\\ndo\\n%__install -p -d -m 755 %{buildroot}%{_sysconfdir}/%{name}/${CMD}\\n%__install -p -D -m 755 -t %{buildroot}%{_bindir} %{name}-${CMD}\\n%__install -p -D -m 644 ${CMD}/README.md %{buildroot}%{_pkgdocdir}/README-${CMD}.md\\ndone\\n%__install -p -d -m 755 %{buildroot}%{_sharedstatedir}/%{name}/client\\n%__install -p -D -m 644 -t %{buildroot}%{_unitdir} %{SOURCE1} %{SOURCE2}\\n%__install -p -D -m 644 -t %{buildroot}%{_pkgdocdir} %{SOURCE3} README.md\\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\\n%license LICENSE\\n%doc %{_pkgdocdir}\\n%{_sysconfdir}/*\\n%{_sharedstatedir}/*\\n%{_unitdir}/*\\n%{_bindir}/*\\nEOF\\n\\ntee ${COPR_PKG}-client@.service << \\\"EOF\\\" > /dev/null\\n[Unit]\\nDescription=Psiphon client %I\\nAfter=network-online.target\\nWants=network-online.target\\n\\n[Service]\\nCapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE\\nWorkingDirectory=%S/psitun/client\\nExecStart=psitun-client -config %E/psitun/client/%i.config\\n\\n[Install]\\nWantedBy=multi-user.target\\nEOF\\n\\ntee ${COPR_PKG}-server.service << \\\"EOF\\\" > /dev/null\\n[Unit]\\nDescription=Psiphon server\\nAfter=network-online.target\\nWants=network-online.target\\n\\n[Service]\\nCapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE\\nWorkingDirectory=%E/psitun/server\\nExecStart=psitun-server run\\n\\n[Install]\\nWantedBy=multi-user.target\\nEOF\\n\\ntee ${COPR_PKG}.howto << \\\"EOF\\\" > /dev/null\\nrun0 tee /etc/psitun/client/local.config << EOI > /dev/null\\n{ ... }\\nEOI\\nrun0 systemctl enable psitun-client@local.service --now\\nEOF\\n\", \"chroot\": \"fedora-42-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/extras--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/extras", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/vgaetera/extras", "result_dir": "09241410", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9241410, "mockchain_macros": { "copr_username": "vgaetera", "copr_projectname": "extras", "vendor": "Fedora Project COPR (vgaetera/extras)" } } ] } [2025-07-05 15:46:44,853][ INFO][PID:1261133] Sending fedora-messaging bus message in build.start [2025-07-05 15:46:45,474][ INFO][PID:1261133] Sending fedora-messaging bus message in chroot.start [2025-07-05 15:46:45,499][ INFO][PID:1261133] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9241410 --detached [2025-07-05 15:46:45,848][ INFO][PID:1261133] Downloading the builder-live.log file, attempt 1 [2025-07-05 15:46:45,850][ INFO][PID:1261133] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.236.175.158 copr-rpmbuild-log [2025-07-05 15:46:50,854][ INFO][PID:1261133] Periodic builder liveness probe: alive [2025-07-05 15:46:50,855][ INFO][PID:1261133] Checking for cancel request [2025-07-05 15:46:55,855][ INFO][PID:1261133] Checking for cancel request [2025-07-05 15:47:00,857][ INFO][PID:1261133] Checking for cancel request [2025-07-05 15:47:05,858][ INFO][PID:1261133] Checking for cancel request [2025-07-05 15:47:10,859][ INFO][PID:1261133] Checking for cancel request [2025-07-05 15:47:15,860][ INFO][PID:1261133] Checking for cancel request [2025-07-05 15:47:20,861][ INFO][PID:1261133] Checking for cancel request [2025-07-05 15:47:25,862][ INFO][PID:1261133] Checking for cancel request [2025-07-05 15:47:30,863][ INFO][PID:1261133] Checking for cancel request [2025-07-05 15:47:35,864][ INFO][PID:1261133] Checking for cancel request [2025-07-05 15:47:40,865][ INFO][PID:1261133] Checking for cancel request [2025-07-05 15:47:45,866][ INFO][PID:1261133] Checking for cancel request [2025-07-05 15:47:50,867][ INFO][PID:1261133] Checking for cancel request [2025-07-05 15:47:51,484][ INFO][PID:1261133] Downloading results from builder [2025-07-05 15:47:51,485][ INFO][PID:1261133] rsyncing of mockbuilder@3.236.175.158:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/09241410 started [2025-07-05 15:47:51,487][ INFO][PID:1261133] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.236.175.158:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/09241410/ &> /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/09241410/build-09241410.rsync.log [2025-07-05 15:47:51,841][ INFO][PID:1261133] rsyncing finished. [2025-07-05 15:47:51,842][ INFO][PID:1261133] Releasing VM back to pool [2025-07-05 15:47:51,851][ INFO][PID:1261133] Searching for 'success' file in resultdir [2025-07-05 15:47:51,851][ INFO][PID:1261133] Getting build details [2025-07-05 15:47:51,852][ INFO][PID:1261133] Retrieving SRPM info from /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/09241410 [2025-07-05 15:47:51,853][ INFO][PID:1261133] SRPM URL: https://download.copr.fedorainfracloud.org/results/vgaetera/extras/srpm-builds/09241410/psitun-2.0.32^20250703gitb0694f3-1.src.rpm [2025-07-05 15:47:51,853][ INFO][PID:1261133] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/vgaetera/extras/srpm-builds/09241410/psitun-2.0.32^20250703gitb0694f3-1.src.rpm', 'pkg_name': 'psitun', 'pkg_version': '2.0.32^20250703gitb0694f3-1'} [2025-07-05 15:47:51,853][ INFO][PID:1261133] Finished build: id=9241410 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/vgaetera/extras chroot=srpm-builds [2025-07-05 15:47:51,855][ INFO][PID:1261133] Worker succeeded build, took 67.02219867706299 [2025-07-05 15:47:51,856][ INFO][PID:1261133] 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": "extras", "project_dirname": "extras", "submitter": "vgaetera", "ended_on": 1751730471.8555362, "started_on": 1751730404.8333375, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9241410", "build_id": 9241410, "package_name": "psitun", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"COPR_PKG=\\\"psitun\\\"\\ntee ${COPR_PKG}.spec << \\\"EOF\\\" > /dev/null\\n%global forgeurl https://github.com/Psiphon-Labs/psiphon-tunnel-core\\n%global version 2.0.32\\n%global commit b0694f3562ec7729c2f2bf410b0e8903df2940a3\\n%global date 20250703\\n%global gomodulesmode GO111MODULE=on\\n%global source_date_epoch_from_changelog 0\\n%global _enable_debug_packages 0\\n%forgemeta\\n\\nName: psitun\\nVersion: %{forgeversion}\\nRelease: %{autorelease}\\nSummary: Psiphon Tunnel obfuscating proxy\\nLicense: GPL-3.0-only\\nURL: %{forgeurl}\\nSource0: %{forgesource}\\nSource1: %{name}-client@.service\\nSource2: %{name}-server.service\\nSource3: %{name}.howto\\nBuildRequires: git-core\\nBuildRequires: golang-bin\\nBuildRequires: go-rpm-macros\\nBuildRequires: systemd-rpm-macros\\n\\n%description\\nPsiphon Tunnel is an obfuscating proxy solution.\\nIt allows to circumvent censorship and data discrimination.\\n\\n%prep\\n%forgesetup\\n%__mv -f ConsoleClient client\\n%__mv -f Server server\\n\\n%build\\nexport GOPROXY=\\\"https://proxy.golang.org,direct\\\"\\nexport GOFLAGS=\\\"-trimpath\\\"\\nexport GO_LDFLAGS=\\\"-s -w\\\"\\nfor CMD in client server\\ndo %gobuild -o %{name}-${CMD} ./${CMD}\\ndone\\n\\n%install\\nfor CMD in client server\\ndo\\n%__install -p -d -m 755 %{buildroot}%{_sysconfdir}/%{name}/${CMD}\\n%__install -p -D -m 755 -t %{buildroot}%{_bindir} %{name}-${CMD}\\n%__install -p -D -m 644 ${CMD}/README.md %{buildroot}%{_pkgdocdir}/README-${CMD}.md\\ndone\\n%__install -p -d -m 755 %{buildroot}%{_sharedstatedir}/%{name}/client\\n%__install -p -D -m 644 -t %{buildroot}%{_unitdir} %{SOURCE1} %{SOURCE2}\\n%__install -p -D -m 644 -t %{buildroot}%{_pkgdocdir} %{SOURCE3} README.md\\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\\n%license LICENSE\\n%doc %{_pkgdocdir}\\n%{_sysconfdir}/*\\n%{_sharedstatedir}/*\\n%{_unitdir}/*\\n%{_bindir}/*\\nEOF\\n\\ntee ${COPR_PKG}-client@.service << \\\"EOF\\\" > /dev/null\\n[Unit]\\nDescription=Psiphon client %I\\nAfter=network-online.target\\nWants=network-online.target\\n\\n[Service]\\nCapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE\\nWorkingDirectory=%S/psitun/client\\nExecStart=psitun-client -config %E/psitun/client/%i.config\\n\\n[Install]\\nWantedBy=multi-user.target\\nEOF\\n\\ntee ${COPR_PKG}-server.service << \\\"EOF\\\" > /dev/null\\n[Unit]\\nDescription=Psiphon server\\nAfter=network-online.target\\nWants=network-online.target\\n\\n[Service]\\nCapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE\\nWorkingDirectory=%E/psitun/server\\nExecStart=psitun-server run\\n\\n[Install]\\nWantedBy=multi-user.target\\nEOF\\n\\ntee ${COPR_PKG}.howto << \\\"EOF\\\" > /dev/null\\nrun0 tee /etc/psitun/client/local.config << EOI > /dev/null\\n{ ... }\\nEOI\\nrun0 systemctl enable psitun-client@local.service --now\\nEOF\\n\", \"chroot\": \"fedora-42-x86_64\", \"builddeps\": \"git-core\", \"resultdir\": null, \"repos\": \"\"}", "pkg_name": "psitun", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/vgaetera/extras/srpm-builds/09241410/psitun-2.0.32^20250703gitb0694f3-1.src.rpm", "uses_devel_repo": null, "sandbox": "vgaetera/extras--vgaetera", "results": { "name": "psitun", "epoch": null, "version": "2.0.32^20250703gitb0694f3", "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/extras", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/vgaetera/extras", "result_dir": "09241410", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "2.0.32^20250703gitb0694f3-1", "id": 9241410, "mockchain_macros": { "copr_username": "vgaetera", "copr_projectname": "extras", "vendor": "Fedora Project COPR (vgaetera/extras)" } } ] } [2025-07-05 15:47:51,881][ INFO][PID:1261133] Sending fedora-messaging bus message in build.end [2025-07-05 15:47:51,908][ INFO][PID:1261133] Compressing /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/09241410/builder-live.log by gzip [2025-07-05 15:47:51,909][ INFO][PID:1261133] Running command 'gzip /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/09241410/builder-live.log' as PID 1265334 [2025-07-05 15:47:51,914][ INFO][PID:1261133] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/09241410/builder-live.log) [2025-07-05 15:47:51,914][ INFO][PID:1261133] Compressing /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/09241410/backend.log by gzip [2025-07-05 15:47:51,916][ INFO][PID:1261133] Running command 'gzip /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/09241410/backend.log' as PID 1265335