[2025-06-07 18:57:12,688][ INFO][PID:2639177] Marking build as starting [2025-06-07 18:57:12,734][ INFO][PID:2639177] Trying to allocate VM: ResallocHost, ticket_id=3404087, requested_tags=['copr_builder', 'arch_x86_64'] [2025-06-07 18:57:15,795][ INFO][PID:2639177] Allocated host ResallocHost, ticket_id=3404087, hostname=54.197.12.101, name=aws_x86_64_normalreserved_prod_04667284_20250607_185220, requested_tags=['copr_builder', 'arch_x86_64'] [2025-06-07 18:57:15,796][ INFO][PID:2639177] Allocating ssh connection to builder [2025-06-07 18:57:15,798][ INFO][PID:2639177] Checking that builder machine is OK [2025-06-07 18:57:16,151][ INFO][PID:2639177] Running remote command: copr-builder-ready srpm-builds [2025-06-07 18:57:16,365][ INFO][PID:2639177] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-06-07 18:57:16,366][ INFO][PID:2639177] Filling build.info file with builder info [2025-06-07 18:57:16,370][ INFO][PID:2639177] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "dlk", "project_name": "transgui", "project_dirname": "transgui", "submitter": "dlk", "ended_on": null, "started_on": 1749322636.3704069, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9143357", "build_id": 9143357, "package_name": "test", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/bin/sh\\n\\necho \\\"In build script\\\"\\npwd\\nexport\\n\\nexit 1\\n\\nSDK_DIR=${HOME}/.transgui_sdk\\nFPC_INSTALLDIR=\\\"${SDK_DIR}/fpc-3.2.4-rc1\\\"\\nFPC_BASEPATH=\\\"${FPC_INSTALLDIR}/lib/fpc/3.2.4\\\"\\n\\nmkdir -p ${SDK_DIR}\\ncd ${SDK_DIR}\\n\\nFPC324_RC1_COMMIT='56baf314b5ebf4e5a44fe3e214914fa2e1b34adb'\\ncurl -L -o fpc-src.tar.bz2 \\\"https://gitlab.com/freepascal.org/fpc/source/-/archive/${FPC324_RC1_COMMIT}/source-${FPC324_RC1_COMMIT}.tar.bz2\\\"\\ntar xf fpc-src.tar.bz2\\nmv \\\"source-${FPC324_RC1_COMMIT}\\\" fpc-src\\ncd fpc-src\\n\\nmake all\\nmkdir -p \\\"${FPC_INSTALLDIR}\\\"\\nmake PREFIX=$FPC_INSTALLDIR install\\ndnf remove -y fpc\\n\\nexport PATH=${FPC_INSTALLDIR}/bin:${FPC_BASEPATH}:$PATH\\nfpcmkcfg -d basepath=${FPC_BASEPATH} -o ${HOME}/.fpc.cfg\\n\\ncd \\\"$SDK_DIR\\\"\\nLAZARUS_COMMIT='cadda6230398688d6106fe37fb0673a9a2bf0cf3'\\ncurl -L -o lazarus-src.tar.bz2 \\\"https://gitlab.com/dkk089/lazarus/-/archive/${LAZARUS_COMMIT}/lazarus-${LAZARUS_COMMIT}.tar.bz2\\\"\\ntar xf lazarus-src.tar.bz2\\nmv \\\"lazarus-${LAZARUS_COMMIT}\\\" lazarus\\ncd lazarus\\nmake bigide LCL_PLATFORM=qt5\\nmake install\\n\\ncd \\\"$SDK_DIR\\\"\\nrm *.tar.bz2\\n## End of code theft\\n\\n# Create the Lazarus config file\\n mkdir -p ${HOME}/.lazarus\\n cat >${HOME}/.lazarus/environmentoptions.xml << __EOF__\\n\\n\\n \\n \\n \\n \\n\\t\\n__EOF__\\n\\n# Fetch the SPEC file from my fork of lighterowl's transgui repo\\ncurl -L -o ${HOME}/rpmbuild/SPECS/transgui.spec \\\"https://raw.githubusercontent.com/dlk3/transgui/refs/heads/copr/build/fedora/transgui.spec\\\"\\n\\n# Comment out the fpc and lazarus package BuildRequires in the SPEC file\\nsed -i 's/\\\\(^BuildRequires:.*fpc.*\\\\)/# \\\\1/' ${HOME}/rpmbuild/SPECS/transgui.spec\\nsed -i 's/\\\\(^BuildRequires:.*lazarus.*\\\\)/# \\\\1/' ${HOME}/rpmbuild/SPECS/transgui.spec\\n# Make sure the rest of the BuildRequires get installed\\ndnf -y install $(awk '/^BuildRequires:/ {printf \\\"%s \\\",$2}' ${HOME}/rpmbuild/SPECS/transgui.spec)\\n\\n# Fetch lighterowl's transgui source \\nTRANSGUI_VERSION=$(awk '/^Version:/ {print $2}' ${HOME}/rpmbuild/SPECS/transgui.spec)\\nmkdir ${HOME}/src\\ncd ${HOME}/src\\ngit clone --depth 1 --branch v${TRANSGUI_VERSION} --recurse-submodules https://github.com/lighterowl/transgui.git transgui-${TRANSGUI_VERSION}\\n\\n# Fetch the transgui.desktop file and transgui.png icon from my fork of \\n# lighterowl's transgui repo\\ncurl -L -o transgui-${TRANSGUI_VERSION}/transgui.desktop \\\"https://raw.githubusercontent.com/dlk3/transgui/refs/heads/copr/build/fedora/transgui.desktop\\\"\\ncurl -L -o transgui-${TRANSGUI_VERSION}/transgui.png \\\"https://raw.githubusercontent.com/dlk3/transgui/refs/heads/copr/build/fedora/transgui.png\\\"\\n\\n# Create the source tar.gz\\ntar czf ${HOME}/rpmbuild/SOURCES/transgui-${TRANSGUI_VERSION}.tar.gz transgui-${TRANSGUI_VERSION}\\n\\n# Build the package file\\necho \\\"$(date \\\"$DATEFMT\\\"): Starting rpmbuild\\\"\\nrpmbuild -bb ${HOME}/rpmbuild/SPECS/transgui.spec\\necho \\\"$(date \\\"$DATEFMT\\\"): rpmbuild complete\\\"\\n\\n# Copy the package file to the target directory\\necho \\\"$(date \\\"$DATEFMT\\\"): Copying the RPM to ${TARGET_DIR}\\\"\\nmkdir -p ${TARGET_DIR}/RPMS\\ncp -rv /root/rpmbuild/RPMS/* ${TARGET_DIR}/RPMS/\\n\", \"chroot\": \"fedora-42-x86_64\", \"builddeps\": null, \"resultdir\": null, \"repos\": \"\", \"fedora_review\": true}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "dlk/transgui--dlk", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "background": false, "repos": [], "destdir": "/var/lib/copr/public_html/results/dlk/transgui", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/dlk/transgui", "result_dir": "09143357", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9143357, "mockchain_macros": { "copr_username": "dlk", "copr_projectname": "transgui", "vendor": "Fedora Project COPR (dlk/transgui)" } } ] } [2025-06-07 18:57:16,399][ INFO][PID:2639177] Sending fedora-messaging bus message in build.start [2025-06-07 18:57:16,946][ INFO][PID:2639177] Sending fedora-messaging bus message in chroot.start [2025-06-07 18:57:16,965][ INFO][PID:2639177] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9143357 --detached [2025-06-07 18:57:17,348][ INFO][PID:2639177] Downloading the builder-live.log file, attempt 1 [2025-06-07 18:57:17,351][ INFO][PID:2639177] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@54.197.12.101 copr-rpmbuild-log [2025-06-07 18:57:22,357][ INFO][PID:2639177] Periodic builder liveness probe: alive [2025-06-07 18:57:40,914][ INFO][PID:2639177] Downloading results from builder [2025-06-07 18:57:40,915][ INFO][PID:2639177] rsyncing of mockbuilder@54.197.12.101:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/dlk/transgui/srpm-builds/09143357 started [2025-06-07 18:57:40,917][ INFO][PID:2639177] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.197.12.101:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/dlk/transgui/srpm-builds/09143357/ &> /var/lib/copr/public_html/results/dlk/transgui/srpm-builds/09143357/build-09143357.rsync.log [2025-06-07 18:57:41,151][ INFO][PID:2639177] rsyncing finished. [2025-06-07 18:57:41,153][ INFO][PID:2639177] Releasing VM back to pool [2025-06-07 18:57:41,171][ INFO][PID:2639177] Searching for 'success' file in resultdir [2025-06-07 18:57:41,173][ ERROR][PID:2639177] Build failed: Backend process error: No success file => build failure [2025-06-07 18:57:41,177][ INFO][PID:2639177] Finished build: id=9143357 failed=True timeout=108000 destdir=/var/lib/copr/public_html/results/dlk/transgui chroot=srpm-builds [2025-06-07 18:57:41,194][ ERROR][PID:2639177] Backend process error: No success file => build failure [2025-06-07 18:57:41,197][ INFO][PID:2639177] Worker failed build, took 24.826946020126343 [2025-06-07 18:57:41,199][ INFO][PID:2639177] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "dlk", "project_name": "transgui", "project_dirname": "transgui", "submitter": "dlk", "ended_on": 1749322661.197353, "started_on": 1749322636.3704069, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9143357", "build_id": 9143357, "package_name": "test", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/bin/sh\\n\\necho \\\"In build script\\\"\\npwd\\nexport\\n\\nexit 1\\n\\nSDK_DIR=${HOME}/.transgui_sdk\\nFPC_INSTALLDIR=\\\"${SDK_DIR}/fpc-3.2.4-rc1\\\"\\nFPC_BASEPATH=\\\"${FPC_INSTALLDIR}/lib/fpc/3.2.4\\\"\\n\\nmkdir -p ${SDK_DIR}\\ncd ${SDK_DIR}\\n\\nFPC324_RC1_COMMIT='56baf314b5ebf4e5a44fe3e214914fa2e1b34adb'\\ncurl -L -o fpc-src.tar.bz2 \\\"https://gitlab.com/freepascal.org/fpc/source/-/archive/${FPC324_RC1_COMMIT}/source-${FPC324_RC1_COMMIT}.tar.bz2\\\"\\ntar xf fpc-src.tar.bz2\\nmv \\\"source-${FPC324_RC1_COMMIT}\\\" fpc-src\\ncd fpc-src\\n\\nmake all\\nmkdir -p \\\"${FPC_INSTALLDIR}\\\"\\nmake PREFIX=$FPC_INSTALLDIR install\\ndnf remove -y fpc\\n\\nexport PATH=${FPC_INSTALLDIR}/bin:${FPC_BASEPATH}:$PATH\\nfpcmkcfg -d basepath=${FPC_BASEPATH} -o ${HOME}/.fpc.cfg\\n\\ncd \\\"$SDK_DIR\\\"\\nLAZARUS_COMMIT='cadda6230398688d6106fe37fb0673a9a2bf0cf3'\\ncurl -L -o lazarus-src.tar.bz2 \\\"https://gitlab.com/dkk089/lazarus/-/archive/${LAZARUS_COMMIT}/lazarus-${LAZARUS_COMMIT}.tar.bz2\\\"\\ntar xf lazarus-src.tar.bz2\\nmv \\\"lazarus-${LAZARUS_COMMIT}\\\" lazarus\\ncd lazarus\\nmake bigide LCL_PLATFORM=qt5\\nmake install\\n\\ncd \\\"$SDK_DIR\\\"\\nrm *.tar.bz2\\n## End of code theft\\n\\n# Create the Lazarus config file\\n mkdir -p ${HOME}/.lazarus\\n cat >${HOME}/.lazarus/environmentoptions.xml << __EOF__\\n\\n\\n \\n \\n \\n \\n\\t\\n__EOF__\\n\\n# Fetch the SPEC file from my fork of lighterowl's transgui repo\\ncurl -L -o ${HOME}/rpmbuild/SPECS/transgui.spec \\\"https://raw.githubusercontent.com/dlk3/transgui/refs/heads/copr/build/fedora/transgui.spec\\\"\\n\\n# Comment out the fpc and lazarus package BuildRequires in the SPEC file\\nsed -i 's/\\\\(^BuildRequires:.*fpc.*\\\\)/# \\\\1/' ${HOME}/rpmbuild/SPECS/transgui.spec\\nsed -i 's/\\\\(^BuildRequires:.*lazarus.*\\\\)/# \\\\1/' ${HOME}/rpmbuild/SPECS/transgui.spec\\n# Make sure the rest of the BuildRequires get installed\\ndnf -y install $(awk '/^BuildRequires:/ {printf \\\"%s \\\",$2}' ${HOME}/rpmbuild/SPECS/transgui.spec)\\n\\n# Fetch lighterowl's transgui source \\nTRANSGUI_VERSION=$(awk '/^Version:/ {print $2}' ${HOME}/rpmbuild/SPECS/transgui.spec)\\nmkdir ${HOME}/src\\ncd ${HOME}/src\\ngit clone --depth 1 --branch v${TRANSGUI_VERSION} --recurse-submodules https://github.com/lighterowl/transgui.git transgui-${TRANSGUI_VERSION}\\n\\n# Fetch the transgui.desktop file and transgui.png icon from my fork of \\n# lighterowl's transgui repo\\ncurl -L -o transgui-${TRANSGUI_VERSION}/transgui.desktop \\\"https://raw.githubusercontent.com/dlk3/transgui/refs/heads/copr/build/fedora/transgui.desktop\\\"\\ncurl -L -o transgui-${TRANSGUI_VERSION}/transgui.png \\\"https://raw.githubusercontent.com/dlk3/transgui/refs/heads/copr/build/fedora/transgui.png\\\"\\n\\n# Create the source tar.gz\\ntar czf ${HOME}/rpmbuild/SOURCES/transgui-${TRANSGUI_VERSION}.tar.gz transgui-${TRANSGUI_VERSION}\\n\\n# Build the package file\\necho \\\"$(date \\\"$DATEFMT\\\"): Starting rpmbuild\\\"\\nrpmbuild -bb ${HOME}/rpmbuild/SPECS/transgui.spec\\necho \\\"$(date \\\"$DATEFMT\\\"): rpmbuild complete\\\"\\n\\n# Copy the package file to the target directory\\necho \\\"$(date \\\"$DATEFMT\\\"): Copying the RPM to ${TARGET_DIR}\\\"\\nmkdir -p ${TARGET_DIR}/RPMS\\ncp -rv /root/rpmbuild/RPMS/* ${TARGET_DIR}/RPMS/\\n\", \"chroot\": \"fedora-42-x86_64\", \"builddeps\": null, \"resultdir\": null, \"repos\": \"\", \"fedora_review\": true}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "dlk/transgui--dlk", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "background": false, "repos": [], "destdir": "/var/lib/copr/public_html/results/dlk/transgui", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/dlk/transgui", "result_dir": "09143357", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9143357, "mockchain_macros": { "copr_username": "dlk", "copr_projectname": "transgui", "vendor": "Fedora Project COPR (dlk/transgui)" } } ] } [2025-06-07 18:57:41,242][ INFO][PID:2639177] Sending fedora-messaging bus message in build.end [2025-06-07 18:57:41,269][ INFO][PID:2639177] Compressing /var/lib/copr/public_html/results/dlk/transgui/srpm-builds/09143357/builder-live.log by gzip [2025-06-07 18:57:41,275][ INFO][PID:2639177] Running command 'gzip /var/lib/copr/public_html/results/dlk/transgui/srpm-builds/09143357/builder-live.log' as PID 2641418 [2025-06-07 18:57:41,280][ INFO][PID:2639177] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/dlk/transgui/srpm-builds/09143357/builder-live.log) [2025-06-07 18:57:41,282][ INFO][PID:2639177] Compressing /var/lib/copr/public_html/results/dlk/transgui/srpm-builds/09143357/backend.log by gzip