[2025-07-12 05:37:42,796][ INFO][PID:2583793] Marking build as starting [2025-07-12 05:37:42,815][ INFO][PID:2583793] Checking for cancel request [2025-07-12 05:37:42,816][ INFO][PID:2583793] VM allocation process starts [2025-07-12 05:37:42,827][ INFO][PID:2583793] Trying to allocate VM: ResallocHost, ticket_id=3902863, requested_tags=['copr_builder', 'arch_x86_64'] [2025-07-12 05:37:45,883][ INFO][PID:2583793] Allocated host ResallocHost, ticket_id=3902863, hostname=44.210.96.190, name=aws_x86_64_normalreserved_prod_05310041_20250712_051024, requested_tags=['copr_builder', 'arch_x86_64'] [2025-07-12 05:37:45,883][ INFO][PID:2583793] Allocating ssh connection to builder [2025-07-12 05:37:45,884][ INFO][PID:2583793] Checking that builder machine is OK [2025-07-12 05:37:46,328][ INFO][PID:2583793] Running remote command: copr-builder-ready srpm-builds [2025-07-12 05:37:46,532][ INFO][PID:2583793] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-07-12 05:37:46,533][ INFO][PID:2583793] Filling build.info file with builder info [2025-07-12 05:37:46,534][ INFO][PID:2583793] Checking for cancel request [2025-07-12 05:37:46,535][ INFO][PID:2583793] 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": 1752298666.534892, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9268411", "build_id": 9268411, "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(API) = 1.24\\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": "09268411", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9268411, "mockchain_macros": { "copr_username": "ndowens08", "copr_projectname": "minikube", "vendor": "Fedora Project COPR (ndowens08/minikube)" } } ] } [2025-07-12 05:37:46,554][ INFO][PID:2583793] Sending fedora-messaging bus message in build.start [2025-07-12 05:37:47,176][ INFO][PID:2583793] Sending fedora-messaging bus message in chroot.start [2025-07-12 05:37:47,201][ INFO][PID:2583793] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9268411 --detached [2025-07-12 05:37:47,548][ INFO][PID:2583793] Downloading the builder-live.log file, attempt 1 [2025-07-12 05:37:47,549][ INFO][PID:2583793] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@44.210.96.190 copr-rpmbuild-log [2025-07-12 05:37:52,554][ INFO][PID:2583793] Periodic builder liveness probe: alive [2025-07-12 05:37:52,555][ INFO][PID:2583793] Checking for cancel request [2025-07-12 05:37:57,556][ INFO][PID:2583793] Checking for cancel request [2025-07-12 05:38:02,557][ INFO][PID:2583793] Checking for cancel request [2025-07-12 05:38:07,558][ INFO][PID:2583793] Checking for cancel request [2025-07-12 05:38:12,559][ INFO][PID:2583793] Checking for cancel request [2025-07-12 05:38:13,607][ INFO][PID:2583793] Downloading results from builder [2025-07-12 05:38:13,608][ INFO][PID:2583793] rsyncing of mockbuilder@44.210.96.190:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/ndowens08/minikube/srpm-builds/09268411 started [2025-07-12 05:38:13,608][ INFO][PID:2583793] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@44.210.96.190:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/ndowens08/minikube/srpm-builds/09268411/ &> /var/lib/copr/public_html/results/ndowens08/minikube/srpm-builds/09268411/build-09268411.rsync.log [2025-07-12 05:38:13,823][ INFO][PID:2583793] rsyncing finished. [2025-07-12 05:38:13,824][ INFO][PID:2583793] Releasing VM back to pool [2025-07-12 05:38:13,833][ INFO][PID:2583793] Searching for 'success' file in resultdir [2025-07-12 05:38:13,834][ ERROR][PID:2583793] Build failed: Backend process error: No success file => build failure [2025-07-12 05:38:13,834][ INFO][PID:2583793] Finished build: id=9268411 failed=True timeout=108000 destdir=/var/lib/copr/public_html/results/ndowens08/minikube chroot=srpm-builds [2025-07-12 05:38:13,836][ ERROR][PID:2583793] Backend process error: No success file => build failure [2025-07-12 05:38:13,836][ INFO][PID:2583793] Worker failed build, took 27.301673412322998 [2025-07-12 05:38:13,837][ INFO][PID:2583793] 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": 1752298693.8365655, "started_on": 1752298666.534892, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9268411", "build_id": 9268411, "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(API) = 1.24\\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": "09268411", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9268411, "mockchain_macros": { "copr_username": "ndowens08", "copr_projectname": "minikube", "vendor": "Fedora Project COPR (ndowens08/minikube)" } } ] } [2025-07-12 05:38:13,864][ INFO][PID:2583793] Sending fedora-messaging bus message in build.end [2025-07-12 05:38:13,888][ INFO][PID:2583793] Compressing /var/lib/copr/public_html/results/ndowens08/minikube/srpm-builds/09268411/builder-live.log by gzip [2025-07-12 05:38:13,889][ INFO][PID:2583793] Running command 'gzip /var/lib/copr/public_html/results/ndowens08/minikube/srpm-builds/09268411/builder-live.log' as PID 2584804 [2025-07-12 05:38:13,893][ INFO][PID:2583793] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/ndowens08/minikube/srpm-builds/09268411/builder-live.log) [2025-07-12 05:38:13,893][ INFO][PID:2583793] Compressing /var/lib/copr/public_html/results/ndowens08/minikube/srpm-builds/09268411/backend.log by gzip [2025-07-12 05:38:13,894][ INFO][PID:2583793] Running command 'gzip /var/lib/copr/public_html/results/ndowens08/minikube/srpm-builds/09268411/backend.log' as PID 2584805