[2025-07-12 05:40:31,726][ INFO][PID:2588041] Marking build as starting [2025-07-12 05:40:31,746][ INFO][PID:2588041] Checking for cancel request [2025-07-12 05:40:31,747][ INFO][PID:2588041] VM allocation process starts [2025-07-12 05:40:31,757][ INFO][PID:2588041] Trying to allocate VM: ResallocHost, ticket_id=3902864, requested_tags=['copr_builder', 'arch_x86_64'] [2025-07-12 05:40:34,798][ INFO][PID:2588041] Allocated host ResallocHost, ticket_id=3902864, hostname=54.147.182.57, name=aws_x86_64_normalreserved_prod_05310042_20250712_051025, requested_tags=['copr_builder', 'arch_x86_64'] [2025-07-12 05:40:34,799][ INFO][PID:2588041] Allocating ssh connection to builder [2025-07-12 05:40:34,799][ INFO][PID:2588041] Checking that builder machine is OK [2025-07-12 05:40:35,328][ INFO][PID:2588041] Running remote command: copr-builder-ready srpm-builds [2025-07-12 05:40:35,531][ INFO][PID:2588041] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-07-12 05:40:35,532][ INFO][PID:2588041] Filling build.info file with builder info [2025-07-12 05:40:35,532][ INFO][PID:2588041] Checking for cancel request [2025-07-12 05:40:35,533][ INFO][PID:2588041] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "ndowens08", "project_name": "minikube", "project_dirname": "minikube", "submitter": "ndowens08", "ended_on": null, "started_on": 1752298835.5333543, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9268412", "build_id": 9268412, "package_name": null, "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#\\n# spec file for package minikube\\n#\\n# Copyright (c) 2025 SUSE LLC\\n#\\n# All modifications and additions to the file contributed by third parties\\n# remain the property of their copyright owners, unless otherwise agreed\\n# upon. The license for this file, and modifications and additions to the\\n# file, is the same license as for the pristine package itself (unless the\\n# license for the pristine package is not an Open Source License, in which\\n# case the license is the MIT License). An \\\"Open Source License\\\" is a\\n# license that conforms to the Open Source Definition (Version 1.9)\\n# published by the Open Source Initiative.\\n\\n# Please submit bugfixes or comments via https://bugs.opensuse.org/\\n#\\n\\n\\nName: minikube\\nVersion: 1.36.0\\nRelease: 0\\nSummary: Tool to run Kubernetes locally\\nLicense: Apache-2.0\\nGroup: System/Management\\nURL: https://github.com/kubernetes/minikube\\nSource0: %{name}-%{version}.tar.gz\\nSource1: vendor.tar.zst\\nBuildRequires: bash-completion\\nBuildRequires: fdupes\\nBuildRequires: fish\\nBuildRequires: git-core\\nBuildRequires: libvirt-devel >= 1.2.14\\nBuildRequires: zsh\\nBuildRequires: zstd\\nBuildRequires: golang\\nRecommends: docker-machine-driver-kvm2\\nRecommends: kubernetes-client\\nRecommends: libvirt\\nRecommends: libvirt-daemon-qemu\\nRecommends: qemu-kvm\\nRecommends: socat\\nExcludeArch: ppc64le s390x\\n\\n%description\\nMinikube is a tool that allows running Kubernetes locally. Minikube\\nruns a single-node Kubernetes cluster inside a VM on your machine for\\nusers looking to try out Kubernetes or develop with it day-to-day.\\n\\n# vendor/github.com/libvirt/libvirt-go/domain_events.go:334: type [1073741824]_Ctype_struct__virDomainEventGraphicsSubjectIdentity too large\\n%ifnarch i586 %{arm}\\n%package -n docker-machine-driver-kvm2\\nSummary: KVM driver for docker-machine\\nGroup: System/Management\\n\\n%description -n docker-machine-driver-kvm2\\nKVM driver for docker-machine which is using libvirt for setting up\\nvirtual machines with Docker.\\n%endif\\n\\n%package bash-completion\\nSummary: Minikube bash completion\\nGroup: System/Management\\nRequires: bash\\nRequires: bash-completion\\nRequires: minikube = %{version}\\nSupplements: (minikube and bash)\\nBuildArch: noarch\\n\\n%description bash-completion\\nOptional bash completion for minikube.\\n\\n%package fish-completion\\nSummary: Minikube fish completion\\nGroup: System/Management\\nRequires: fish\\nRequires: minikube = %{version}\\nSupplements: (minikube and fish)\\nBuildArch: noarch\\n\\n%description fish-completion\\nOptional fish completion for minikube.\\n\\n%package zsh-completion\\nSummary: Minikube zsh completion\\nGroup: System/Management\\nRequires: minikube = %{version}\\nRequires: zsh\\nSupplements: (minikube and zsh)\\nBuildArch: noarch\\n\\n%description zsh-completion\\nOptional zsh completion for minikube.\\n\\n%prep\\n%autosetup -p 1 -a 1\\n\\n# remove hardcoded GOTOOLCHAIN in the Makefile\\nsed -i '/^export GOTOOLCHAIN/d' Makefile\\n\\n%build\\nexport GOFLAGS=\\\"-buildmode=pie\\\"\\n%make_build out/minikube\\n%ifnarch i586\\n%ifarch aarch64\\n# do not use make, as it would skip due to\\n# https://github.com/kubernetes/minikube/issues/19959\\ngo build \\\\\\n\\t-buildvcs=false \\\\\\n\\t-installsuffix \\\"static\\\" \\\\\\n\\t-ldflags=\\\"-X k8s.io/minikube/pkg/drivers/kvm.version=v%{version} -X k8s.io/minikube/pkg/drivers/kvm.gitCommitID=v%{version}\\\" \\\\\\n\\t-tags \\\"libvirt_without_lxc\\\" \\\\\\n\\t-o out/docker-machine-driver-kvm2-arm64 k8s.io/minikube/cmd/drivers/kvm\\n%else\\n%make_build out/docker-machine-driver-kvm2\\n%endif\\n%endif\\n\\n%install\\ninstall -m 755 -d %{buildroot}%{_bindir}\\ninstall -p -m 755 -t %{buildroot}%{_bindir} out/minikube\\n%ifnarch i586\\ninstall -p -m 755 -t %{buildroot}%{_bindir} out/docker-machine-driver-kvm2*\\n%ifarch aarch64\\n# Add a symlink without '-arm64' suffix\\npushd %{buildroot}%{_bindir}\\nln -s docker-machine-driver-kvm2* docker-machine-driver-kvm2\\npopd\\n%endif\\n%endif\\n\\n%fdupes %{buildroot}%{_bindir}\\n\\n# create the bash completion file\\nmkdir \\n\", \"chroot\": \"fedora-42-x86_64\", \"builddeps\": \"\", \"resultdir\": \"\", \"repos\": \"\"}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "ndowens08/minikube--ndowens08", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "destdir": "/var/lib/copr/public_html/results/ndowens08/minikube", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/ndowens08/minikube", "result_dir": "09268412", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9268412, "mockchain_macros": { "copr_username": "ndowens08", "copr_projectname": "minikube", "vendor": "Fedora Project COPR (ndowens08/minikube)" } } ] } [2025-07-12 05:40:35,656][ INFO][PID:2588041] Sending fedora-messaging bus message in build.start [2025-07-12 05:40:36,283][ INFO][PID:2588041] Sending fedora-messaging bus message in chroot.start [2025-07-12 05:40:36,306][ INFO][PID:2588041] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9268412 --detached [2025-07-12 05:40:36,658][ INFO][PID:2588041] Downloading the builder-live.log file, attempt 1 [2025-07-12 05:40:36,659][ INFO][PID:2588041] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@54.147.182.57 copr-rpmbuild-log [2025-07-12 05:40:41,701][ INFO][PID:2588041] Periodic builder liveness probe: alive [2025-07-12 05:40:41,702][ INFO][PID:2588041] Checking for cancel request [2025-07-12 05:40:46,703][ INFO][PID:2588041] Checking for cancel request [2025-07-12 05:40:51,704][ INFO][PID:2588041] Checking for cancel request [2025-07-12 05:40:56,705][ INFO][PID:2588041] Checking for cancel request [2025-07-12 05:41:01,706][ INFO][PID:2588041] Checking for cancel request [2025-07-12 05:41:02,118][ INFO][PID:2588041] Downloading results from builder [2025-07-12 05:41:02,118][ INFO][PID:2588041] rsyncing of mockbuilder@54.147.182.57:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/ndowens08/minikube/srpm-builds/09268412 started [2025-07-12 05:41:02,119][ INFO][PID:2588041] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.147.182.57:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/ndowens08/minikube/srpm-builds/09268412/ &> /var/lib/copr/public_html/results/ndowens08/minikube/srpm-builds/09268412/build-09268412.rsync.log [2025-07-12 05:41:02,327][ INFO][PID:2588041] rsyncing finished. [2025-07-12 05:41:02,328][ INFO][PID:2588041] Releasing VM back to pool [2025-07-12 05:41:02,337][ INFO][PID:2588041] Searching for 'success' file in resultdir [2025-07-12 05:41:02,338][ ERROR][PID:2588041] Build failed: Backend process error: No success file => build failure [2025-07-12 05:41:02,338][ INFO][PID:2588041] Finished build: id=9268412 failed=True timeout=108000 destdir=/var/lib/copr/public_html/results/ndowens08/minikube chroot=srpm-builds [2025-07-12 05:41:02,340][ ERROR][PID:2588041] Backend process error: No success file => build failure [2025-07-12 05:41:02,341][ INFO][PID:2588041] Worker failed build, took 26.807726860046387 [2025-07-12 05:41:02,341][ INFO][PID:2588041] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "ndowens08", "project_name": "minikube", "project_dirname": "minikube", "submitter": "ndowens08", "ended_on": 1752298862.3410811, "started_on": 1752298835.5333543, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9268412", "build_id": 9268412, "package_name": null, "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#\\n# spec file for package minikube\\n#\\n# Copyright (c) 2025 SUSE LLC\\n#\\n# All modifications and additions to the file contributed by third parties\\n# remain the property of their copyright owners, unless otherwise agreed\\n# upon. The license for this file, and modifications and additions to the\\n# file, is the same license as for the pristine package itself (unless the\\n# license for the pristine package is not an Open Source License, in which\\n# case the license is the MIT License). An \\\"Open Source License\\\" is a\\n# license that conforms to the Open Source Definition (Version 1.9)\\n# published by the Open Source Initiative.\\n\\n# Please submit bugfixes or comments via https://bugs.opensuse.org/\\n#\\n\\n\\nName: minikube\\nVersion: 1.36.0\\nRelease: 0\\nSummary: Tool to run Kubernetes locally\\nLicense: Apache-2.0\\nGroup: System/Management\\nURL: https://github.com/kubernetes/minikube\\nSource0: %{name}-%{version}.tar.gz\\nSource1: vendor.tar.zst\\nBuildRequires: bash-completion\\nBuildRequires: fdupes\\nBuildRequires: fish\\nBuildRequires: git-core\\nBuildRequires: libvirt-devel >= 1.2.14\\nBuildRequires: zsh\\nBuildRequires: zstd\\nBuildRequires: golang\\nRecommends: docker-machine-driver-kvm2\\nRecommends: kubernetes-client\\nRecommends: libvirt\\nRecommends: libvirt-daemon-qemu\\nRecommends: qemu-kvm\\nRecommends: socat\\nExcludeArch: ppc64le s390x\\n\\n%description\\nMinikube is a tool that allows running Kubernetes locally. Minikube\\nruns a single-node Kubernetes cluster inside a VM on your machine for\\nusers looking to try out Kubernetes or develop with it day-to-day.\\n\\n# vendor/github.com/libvirt/libvirt-go/domain_events.go:334: type [1073741824]_Ctype_struct__virDomainEventGraphicsSubjectIdentity too large\\n%ifnarch i586 %{arm}\\n%package -n docker-machine-driver-kvm2\\nSummary: KVM driver for docker-machine\\nGroup: System/Management\\n\\n%description -n docker-machine-driver-kvm2\\nKVM driver for docker-machine which is using libvirt for setting up\\nvirtual machines with Docker.\\n%endif\\n\\n%package bash-completion\\nSummary: Minikube bash completion\\nGroup: System/Management\\nRequires: bash\\nRequires: bash-completion\\nRequires: minikube = %{version}\\nSupplements: (minikube and bash)\\nBuildArch: noarch\\n\\n%description bash-completion\\nOptional bash completion for minikube.\\n\\n%package fish-completion\\nSummary: Minikube fish completion\\nGroup: System/Management\\nRequires: fish\\nRequires: minikube = %{version}\\nSupplements: (minikube and fish)\\nBuildArch: noarch\\n\\n%description fish-completion\\nOptional fish completion for minikube.\\n\\n%package zsh-completion\\nSummary: Minikube zsh completion\\nGroup: System/Management\\nRequires: minikube = %{version}\\nRequires: zsh\\nSupplements: (minikube and zsh)\\nBuildArch: noarch\\n\\n%description zsh-completion\\nOptional zsh completion for minikube.\\n\\n%prep\\n%autosetup -p 1 -a 1\\n\\n# remove hardcoded GOTOOLCHAIN in the Makefile\\nsed -i '/^export GOTOOLCHAIN/d' Makefile\\n\\n%build\\nexport GOFLAGS=\\\"-buildmode=pie\\\"\\n%make_build out/minikube\\n%ifnarch i586\\n%ifarch aarch64\\n# do not use make, as it would skip due to\\n# https://github.com/kubernetes/minikube/issues/19959\\ngo build \\\\\\n\\t-buildvcs=false \\\\\\n\\t-installsuffix \\\"static\\\" \\\\\\n\\t-ldflags=\\\"-X k8s.io/minikube/pkg/drivers/kvm.version=v%{version} -X k8s.io/minikube/pkg/drivers/kvm.gitCommitID=v%{version}\\\" \\\\\\n\\t-tags \\\"libvirt_without_lxc\\\" \\\\\\n\\t-o out/docker-machine-driver-kvm2-arm64 k8s.io/minikube/cmd/drivers/kvm\\n%else\\n%make_build out/docker-machine-driver-kvm2\\n%endif\\n%endif\\n\\n%install\\ninstall -m 755 -d %{buildroot}%{_bindir}\\ninstall -p -m 755 -t %{buildroot}%{_bindir} out/minikube\\n%ifnarch i586\\ninstall -p -m 755 -t %{buildroot}%{_bindir} out/docker-machine-driver-kvm2*\\n%ifarch aarch64\\n# Add a symlink without '-arm64' suffix\\npushd %{buildroot}%{_bindir}\\nln -s docker-machine-driver-kvm2* docker-machine-driver-kvm2\\npopd\\n%endif\\n%endif\\n\\n%fdupes %{buildroot}%{_bindir}\\n\\n# create the bash completion file\\nmkdir \\n\", \"chroot\": \"fedora-42-x86_64\", \"builddeps\": \"\", \"resultdir\": \"\", \"repos\": \"\"}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "ndowens08/minikube--ndowens08", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "destdir": "/var/lib/copr/public_html/results/ndowens08/minikube", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/ndowens08/minikube", "result_dir": "09268412", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9268412, "mockchain_macros": { "copr_username": "ndowens08", "copr_projectname": "minikube", "vendor": "Fedora Project COPR (ndowens08/minikube)" } } ] } [2025-07-12 05:41:02,369][ INFO][PID:2588041] Sending fedora-messaging bus message in build.end [2025-07-12 05:41:02,395][ INFO][PID:2588041] Compressing /var/lib/copr/public_html/results/ndowens08/minikube/srpm-builds/09268412/builder-live.log by gzip [2025-07-12 05:41:02,396][ INFO][PID:2588041] Running command 'gzip /var/lib/copr/public_html/results/ndowens08/minikube/srpm-builds/09268412/builder-live.log' as PID 2589282 [2025-07-12 05:41:02,400][ INFO][PID:2588041] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/ndowens08/minikube/srpm-builds/09268412/builder-live.log) [2025-07-12 05:41:02,401][ INFO][PID:2588041] Compressing /var/lib/copr/public_html/results/ndowens08/minikube/srpm-builds/09268412/backend.log by gzip [2025-07-12 05:41:02,402][ INFO][PID:2588041] Running command 'gzip /var/lib/copr/public_html/results/ndowens08/minikube/srpm-builds/09268412/backend.log' as PID 2589283