Test Report: Docker_Linux_crio_arm64 21652

                    
                      b9467c4b05d043dd40c691e5c40c4e59f96d3adc:2025-09-29:41683
                    
                

Test fail (1/19)

Order failed test Duration
36 TestAddons/parallel/RegistryCreds 7200.054
x
+
TestAddons/parallel/RegistryCreds (7200.054s)

                                                
                                                
=== RUN   TestAddons/parallel/RegistryCreds
=== PAUSE TestAddons/parallel/RegistryCreds

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/RegistryCreds
addons_test.go:323: registry-creds stabilized in 5.772177ms
addons_test.go:325: (dbg) Run:  out/minikube-linux-arm64 addons configure registry-creds -f ./testdata/addons_testconfig.json -p addons-491892
addons_test.go:332: (dbg) Run:  kubectl --context addons-491892 -n kube-system get secret -o yaml
addons_test.go:1053: (dbg) Run:  out/minikube-linux-arm64 -p addons-491892 addons disable registry-creds --alsologtostderr -v=1
panic: test timed out after 2h0m0s
	running tests:
		TestAddons (1h59m37s)
		TestAddons/parallel/CSI (1h56m4s)

                                                
                                                
goroutine 2264 [running]:
testing.(*M).startAlarm.func1()
	/usr/local/go/src/testing/testing.go:2484 +0x308
created by time.goFunc
	/usr/local/go/src/time/sleep.go:215 +0x38

                                                
                                                
goroutine 1 [chan receive, 119 minutes]:
testing.(*T).Run(0x40004848c0, {0x2a871ec?, 0x40007a9a88?}, 0x345d260)
	/usr/local/go/src/testing/testing.go:1859 +0x388
testing.runTests.func1(0x40004848c0)
	/usr/local/go/src/testing/testing.go:2279 +0x40
testing.tRunner(0x40004848c0, 0x40007a9bb8)
	/usr/local/go/src/testing/testing.go:1792 +0xe4
testing.runTests(0x4000440000, {0x53993c0, 0x2c, 0x2c}, {0x40007a9d08?, 0x122a74?, 0x53c1a40?})
	/usr/local/go/src/testing/testing.go:2277 +0x3ec
testing.(*M).Run(0x40004be960)
	/usr/local/go/src/testing/testing.go:2142 +0x588
k8s.io/minikube/test/integration.TestMain(0x40004be960)
	/home/jenkins/workspace/Build_Cross/test/integration/main_test.go:64 +0xdc
main.main()
	_testmain.go:133 +0x98

                                                
                                                
goroutine 95 [chan receive, 119 minutes]:
testing.(*T).Parallel(0x400119a000)
	/usr/local/go/src/testing/testing.go:1577 +0x1b0
k8s.io/minikube/test/integration.MaybeParallel(0x400119a000)
	/home/jenkins/workspace/Build_Cross/test/integration/helpers_test.go:500 +0x40
k8s.io/minikube/test/integration.TestOffline(0x400119a000)
	/home/jenkins/workspace/Build_Cross/test/integration/aab_offline_test.go:32 +0x30
testing.tRunner(0x400119a000, 0x345d378)
	/usr/local/go/src/testing/testing.go:1792 +0xe4
created by testing.(*T).Run in goroutine 1
	/usr/local/go/src/testing/testing.go:1851 +0x374

                                                
                                                
goroutine 175 [chan receive, 101 minutes]:
testing.tRunner.func1()
	/usr/local/go/src/testing/testing.go:1753 +0x43c
testing.tRunner(0x4001334540, 0x40012dd440)
	/usr/local/go/src/testing/testing.go:1798 +0x120
created by testing.(*T).Run in goroutine 96
	/usr/local/go/src/testing/testing.go:1851 +0x374

                                                
                                                
goroutine 1753 [IO wait, 109 minutes]:
internal/poll.runtime_pollWait(0xffff6599c168, 0x72)
	/usr/local/go/src/runtime/netpoll.go:351 +0xa0
internal/poll.(*pollDesc).wait(0x4001702780?, 0x400136ac78?, 0x1)
	/usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x28
internal/poll.(*pollDesc).waitRead(...)
	/usr/local/go/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0x4001702780, {0x400136ac78, 0x1388, 0x1388})
	/usr/local/go/src/internal/poll/fd_unix.go:165 +0x1fc
os.(*File).read(...)
	/usr/local/go/src/os/file_posix.go:29
os.(*File).Read(0x400072c298, {0x400136ac78?, 0x4000451548?, 0xc7f38?})
	/usr/local/go/src/os/file.go:124 +0x6c
bytes.(*Buffer).ReadFrom(0x400210a480, {0x376a3c8, 0x400049c2b0})
	/usr/local/go/src/bytes/buffer.go:211 +0x90
io.copyBuffer({0x376a560, 0x400210a480}, {0x376a3c8, 0x400049c2b0}, {0x0, 0x0, 0x0})
	/usr/local/go/src/io/io.go:415 +0x14c
io.Copy(...)
	/usr/local/go/src/io/io.go:388
os.genericWriteTo(0x400072c298?, {0x376a560, 0x400210a480})
	/usr/local/go/src/os/file.go:275 +0x58
os.(*File).WriteTo(0x400072c298, {0x376a560, 0x400210a480})
	/usr/local/go/src/os/file.go:253 +0xa0
io.copyBuffer({0x376a560, 0x400210a480}, {0x376a448, 0x400072c298}, {0x0, 0x0, 0x0})
	/usr/local/go/src/io/io.go:411 +0x98
io.Copy(...)
	/usr/local/go/src/io/io.go:388
os/exec.(*Cmd).writerDescriptor.func1()
	/usr/local/go/src/os/exec/exec.go:596 +0x44
os/exec.(*Cmd).Start.func2(0x4001261500?)
	/usr/local/go/src/os/exec/exec.go:749 +0x34
created by os/exec.(*Cmd).Start in goroutine 182
	/usr/local/go/src/os/exec/exec.go:748 +0x76c

                                                
                                                
goroutine 132 [chan receive, 117 minutes]:
k8s.io/client-go/transport.(*dynamicClientCert).run(0x4001264660, 0x400007e150)
	/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.33.4/transport/cert_rotation.go:151 +0x250
created by k8s.io/client-go/transport.(*tlsTransportCache).get in goroutine 124
	/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.33.4/transport/cache.go:126 +0x524

                                                
                                                
goroutine 131 [select]:
k8s.io/client-go/util/workqueue.(*delayingType[...]).waitingLoop(0x37c7220, {{0x37bc308, 0x40001ac380?}, 0x4000a5e480?})
	/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.33.4/util/workqueue/delaying_queue.go:320 +0x2a0
created by k8s.io/client-go/util/workqueue.newDelayingQueue[...] in goroutine 124
	/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.33.4/util/workqueue/delaying_queue.go:157 +0x238

                                                
                                                
goroutine 96 [chan receive, 117 minutes]:
testing.(*T).Run(0x400119a1c0, {0x2a82b56?, 0x22ecb25c000?}, 0x40012dd440)
	/usr/local/go/src/testing/testing.go:1859 +0x388
k8s.io/minikube/test/integration.TestAddons(0x400119a1c0)
	/home/jenkins/workspace/Build_Cross/test/integration/addons_test.go:141 +0x2c0
testing.tRunner(0x400119a1c0, 0x345d260)
	/usr/local/go/src/testing/testing.go:1792 +0xe4
created by testing.(*T).Run in goroutine 1
	/usr/local/go/src/testing/testing.go:1851 +0x374

                                                
                                                
goroutine 110 [select]:
k8s.io/apimachinery/pkg/util/wait.PollImmediateUntilWithContext.poller.func1.1()
	/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/wait/poll.go:297 +0x150
created by k8s.io/apimachinery/pkg/util/wait.PollImmediateUntilWithContext.poller.func1 in goroutine 109
	/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/wait/poll.go:280 +0xc0

                                                
                                                
goroutine 109 [select]:
k8s.io/apimachinery/pkg/util/wait.waitForWithContext({0x37b4b90, 0x400007e150}, 0x40000a5740, 0x40012c1f88)
	/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/wait/wait.go:210 +0xb0
k8s.io/apimachinery/pkg/util/wait.poll({0x37b4b90, 0x400007e150}, 0x40?, 0x40000a5740, 0x40000a5788)
	/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/wait/poll.go:260 +0x90
k8s.io/apimachinery/pkg/util/wait.PollImmediateUntilWithContext({0x37b4b90?, 0x400007e150?}, 0x40002b9480?, 0x203f340?)
	/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/wait/poll.go:200 +0x44
k8s.io/apimachinery/pkg/util/wait.PollImmediateUntil(0x0?, 0x90b94?, 0x400068a300?)
	/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/wait/poll.go:187 +0x40
created by k8s.io/client-go/transport.(*dynamicClientCert).run in goroutine 132
	/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.33.4/transport/cert_rotation.go:146 +0x244

                                                
                                                
goroutine 108 [sync.Cond.Wait]:
sync.runtime_notifyListWait(0x40007a4d10, 0x17)
	/usr/local/go/src/runtime/sema.go:597 +0x150
sync.(*Cond).Wait(0x40007a4d00)
	/usr/local/go/src/sync/cond.go:71 +0xc4
k8s.io/client-go/util/workqueue.(*Typed[...]).Get(0x37ca620)
	/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.33.4/util/workqueue/queue.go:277 +0x88
k8s.io/client-go/transport.(*dynamicClientCert).processNextWorkItem(0x4001264660)
	/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.33.4/transport/cert_rotation.go:160 +0x3c
k8s.io/client-go/transport.(*dynamicClientCert).runWorker(...)
	/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.33.4/transport/cert_rotation.go:155
k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1({0x400007f570?, 0x4000483180?})
	/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/wait/backoff.go:233 +0x24
k8s.io/apimachinery/pkg/util/wait.BackoffUntilWithContext.func1({0x37b4b90?, 0x400007e150?}, 0x4000483390?)
	/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/wait/backoff.go:255 +0x58
k8s.io/apimachinery/pkg/util/wait.BackoffUntilWithContext({0x37b4b90, 0x400007e150}, 0x40011adf38, {0x376bf40, 0x4000454540}, 0x1)
	/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/wait/backoff.go:256 +0xac
k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0x40000d3d40?, {0x376bf40?, 0x4000454540?}, 0xf0?, 0x4000084770?)
	/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/wait/backoff.go:233 +0x50
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0x40000852c0, 0x3b9aca00, 0x0, 0x1, 0x400007e150)
	/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/wait/backoff.go:210 +0x80
k8s.io/apimachinery/pkg/util/wait.Until(...)
	/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.33.4/pkg/util/wait/backoff.go:163
created by k8s.io/client-go/transport.(*dynamicClientCert).run in goroutine 132
	/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.33.4/transport/cert_rotation.go:144 +0x1a0

                                                
                                                
goroutine 1752 [IO wait, 109 minutes]:
internal/poll.runtime_pollWait(0xffff6599c6e0, 0x72)
	/usr/local/go/src/runtime/netpoll.go:351 +0xa0
internal/poll.(*pollDesc).wait(0x40017026c0?, 0x4000152c00?, 0x1)
	/usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x28
internal/poll.(*pollDesc).waitRead(...)
	/usr/local/go/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0x40017026c0, {0x4000152c00, 0x200, 0x200})
	/usr/local/go/src/internal/poll/fd_unix.go:165 +0x1fc
os.(*File).read(...)
	/usr/local/go/src/os/file_posix.go:29
os.(*File).Read(0x400072c268, {0x4000152c00?, 0x400044c548?, 0xc7f38?})
	/usr/local/go/src/os/file.go:124 +0x6c
bytes.(*Buffer).ReadFrom(0x400210a450, {0x376a3c8, 0x400049c258})
	/usr/local/go/src/bytes/buffer.go:211 +0x90
io.copyBuffer({0x376a560, 0x400210a450}, {0x376a3c8, 0x400049c258}, {0x0, 0x0, 0x0})
	/usr/local/go/src/io/io.go:415 +0x14c
io.Copy(...)
	/usr/local/go/src/io/io.go:388
os.genericWriteTo(0x400072c268?, {0x376a560, 0x400210a450})
	/usr/local/go/src/os/file.go:275 +0x58
os.(*File).WriteTo(0x400072c268, {0x376a560, 0x400210a450})
	/usr/local/go/src/os/file.go:253 +0xa0
io.copyBuffer({0x376a560, 0x400210a450}, {0x376a448, 0x400072c268}, {0x0, 0x0, 0x0})
	/usr/local/go/src/io/io.go:411 +0x98
io.Copy(...)
	/usr/local/go/src/io/io.go:388
os/exec.(*Cmd).writerDescriptor.func1()
	/usr/local/go/src/os/exec/exec.go:596 +0x44
os/exec.(*Cmd).Start.func2(0x0?)
	/usr/local/go/src/os/exec/exec.go:749 +0x34
created by os/exec.(*Cmd).Start in goroutine 182
	/usr/local/go/src/os/exec/exec.go:748 +0x76c

                                                
                                                
goroutine 182 [syscall, 109 minutes]:
syscall.Syscall6(0x5f, 0x3, 0xd, 0x40004896b8, 0x4, 0x40004603f0, 0x0)
	/usr/local/go/src/syscall/syscall_linux.go:95 +0x2c
internal/syscall/unix.Waitid(0x4000489818?, 0x1906a0?, 0xffffe84721c8?, 0x1?, 0x4000245180?)
	/usr/local/go/src/internal/syscall/unix/waitid_linux.go:18 +0x44
os.(*Process).pidfdWait.func1(...)
	/usr/local/go/src/os/pidfd_linux.go:106
os.ignoringEINTR(...)
	/usr/local/go/src/os/file_posix.go:251
os.(*Process).pidfdWait(0x4000212580)
	/usr/local/go/src/os/pidfd_linux.go:105 +0x1cc
os.(*Process).wait(0x3?)
	/usr/local/go/src/os/exec_unix.go:27 +0x2c
os.(*Process).Wait(...)
	/usr/local/go/src/os/exec.go:358
os/exec.(*Cmd).Wait(0x400068a480)
	/usr/local/go/src/os/exec/exec.go:922 +0x38
os/exec.(*Cmd).Run(0x400068a480)
	/usr/local/go/src/os/exec/exec.go:626 +0x38
k8s.io/minikube/test/integration.Run(0x4001335500, 0x400068a480)
	/home/jenkins/workspace/Build_Cross/test/integration/helpers_test.go:103 +0x180
k8s.io/minikube/test/integration.disableAddon(0x4001335500, {0x2a934d1, 0xf}, {0x4000263a50?, 0x40013356c0?})
	/home/jenkins/workspace/Build_Cross/test/integration/addons_test.go:1053 +0xe8
runtime.Goexit()
	/usr/local/go/src/runtime/panic.go:636 +0x60
testing.(*common).FailNow(0x4001335500)
	/usr/local/go/src/testing/testing.go:1041 +0x48
testing.(*common).Fatalf(0x4001335500, {0x2afa6b0?, 0x4001335500?}, {0x40011edd88?, 0xd?, 0x2a8027e?})
	/usr/local/go/src/testing/testing.go:1125 +0x64
k8s.io/minikube/test/integration.validateCSIDriverAndSnapshots({0x37b47f8, 0x4000288540}, 0x4001335500, {0x4000263a50, 0xd})
	/home/jenkins/workspace/Build_Cross/test/integration/addons_test.go:610 +0xffc
k8s.io/minikube/test/integration.TestAddons.func4.1(0x4001335500)
	/home/jenkins/workspace/Build_Cross/test/integration/addons_test.go:165 +0x6c
testing.tRunner(0x4001335500, 0x4000458f40)
	/usr/local/go/src/testing/testing.go:1792 +0xe4
created by testing.(*T).Run in goroutine 175
	/usr/local/go/src/testing/testing.go:1851 +0x374

                                                
                                    

Test pass (11/19)

x
+
TestDownloadOnly/v1.28.0/json-events (11.73s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.0/json-events
aaa_download_only_test.go:81: (dbg) Run:  out/minikube-linux-arm64 start -o=json --download-only -p download-only-267646 --force --alsologtostderr --kubernetes-version=v1.28.0 --container-runtime=crio --driver=docker  --container-runtime=crio
aaa_download_only_test.go:81: (dbg) Done: out/minikube-linux-arm64 start -o=json --download-only -p download-only-267646 --force --alsologtostderr --kubernetes-version=v1.28.0 --container-runtime=crio --driver=docker  --container-runtime=crio: (11.725984018s)
--- PASS: TestDownloadOnly/v1.28.0/json-events (11.73s)

                                                
                                    
x
+
TestDownloadOnly/v1.28.0/preload-exists (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.0/preload-exists
I0929 14:04:22.418656 1288395 preload.go:131] Checking if preload exists for k8s version v1.28.0 and runtime crio
I0929 14:04:22.418736 1288395 preload.go:146] Found local preload: /home/jenkins/minikube-integration/21652-1286535/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.0-cri-o-overlay-arm64.tar.lz4
--- PASS: TestDownloadOnly/v1.28.0/preload-exists (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.28.0/LogsDuration (0.2s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.0/LogsDuration
aaa_download_only_test.go:184: (dbg) Run:  out/minikube-linux-arm64 logs -p download-only-267646
aaa_download_only_test.go:184: (dbg) Non-zero exit: out/minikube-linux-arm64 logs -p download-only-267646: exit status 85 (199.350431ms)

                                                
                                                
-- stdout --
	
	==> Audit <==
	┌─────────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬──────────────────────┬─────────┬─────────┬─────────────────────┬──────────┐
	│ COMMAND │                                                                                   ARGS                                                                                    │       PROFILE        │  USER   │ VERSION │     START TIME      │ END TIME │
	├─────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼──────────────────────┼─────────┼─────────┼─────────────────────┼──────────┤
	│ start   │ -o=json --download-only -p download-only-267646 --force --alsologtostderr --kubernetes-version=v1.28.0 --container-runtime=crio --driver=docker  --container-runtime=crio │ download-only-267646 │ jenkins │ v1.37.0 │ 29 Sep 25 14:04 UTC │          │
	└─────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴──────────────────────┴─────────┴─────────┴─────────────────────┴──────────┘
	
	
	==> Last Start <==
	Log file created at: 2025/09/29 14:04:10
	Running on machine: ip-172-31-29-130
	Binary: Built with gc go1.24.6 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0929 14:04:10.735051 1288400 out.go:360] Setting OutFile to fd 1 ...
	I0929 14:04:10.735301 1288400 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 14:04:10.735331 1288400 out.go:374] Setting ErrFile to fd 2...
	I0929 14:04:10.735349 1288400 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 14:04:10.735645 1288400 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21652-1286535/.minikube/bin
	W0929 14:04:10.735818 1288400 root.go:314] Error reading config file at /home/jenkins/minikube-integration/21652-1286535/.minikube/config/config.json: open /home/jenkins/minikube-integration/21652-1286535/.minikube/config/config.json: no such file or directory
	I0929 14:04:10.736279 1288400 out.go:368] Setting JSON to true
	I0929 14:04:10.737155 1288400 start.go:130] hostinfo: {"hostname":"ip-172-31-29-130","uptime":13600,"bootTime":1759141051,"procs":158,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1084-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0929 14:04:10.737256 1288400 start.go:140] virtualization:  
	I0929 14:04:10.739108 1288400 out.go:99] [download-only-267646] minikube v1.37.0 on Ubuntu 20.04 (arm64)
	W0929 14:04:10.739309 1288400 preload.go:293] Failed to list preload files: open /home/jenkins/minikube-integration/21652-1286535/.minikube/cache/preloaded-tarball: no such file or directory
	I0929 14:04:10.739373 1288400 notify.go:220] Checking for updates...
	I0929 14:04:10.740495 1288400 out.go:171] MINIKUBE_LOCATION=21652
	I0929 14:04:10.741739 1288400 out.go:171] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0929 14:04:10.742837 1288400 out.go:171] KUBECONFIG=/home/jenkins/minikube-integration/21652-1286535/kubeconfig
	I0929 14:04:10.743850 1288400 out.go:171] MINIKUBE_HOME=/home/jenkins/minikube-integration/21652-1286535/.minikube
	I0929 14:04:10.744921 1288400 out.go:171] MINIKUBE_BIN=out/minikube-linux-arm64
	W0929 14:04:10.746959 1288400 out.go:336] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0929 14:04:10.747207 1288400 driver.go:421] Setting default libvirt URI to qemu:///system
	I0929 14:04:10.768458 1288400 docker.go:123] docker version: linux-28.1.1:Docker Engine - Community
	I0929 14:04:10.768586 1288400 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 14:04:10.838781 1288400 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:25 OomKillDisable:true NGoroutines:61 SystemTime:2025-09-29 14:04:10.829452039 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1084-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:28.1.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05044ec0a9a75232cad458027ca83437aae3f4da Expected:} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx P
ath:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.23.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.35.1]] Warnings:<nil>}}
	I0929 14:04:10.838899 1288400 docker.go:318] overlay module found
	I0929 14:04:10.840090 1288400 out.go:99] Using the docker driver based on user configuration
	I0929 14:04:10.840125 1288400 start.go:304] selected driver: docker
	I0929 14:04:10.840138 1288400 start.go:924] validating driver "docker" against <nil>
	I0929 14:04:10.840231 1288400 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 14:04:10.901153 1288400 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:25 OomKillDisable:true NGoroutines:61 SystemTime:2025-09-29 14:04:10.891876437 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1084-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:28.1.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05044ec0a9a75232cad458027ca83437aae3f4da Expected:} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx P
ath:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.23.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.35.1]] Warnings:<nil>}}
	I0929 14:04:10.901309 1288400 start_flags.go:327] no existing cluster config was found, will generate one from the flags 
	I0929 14:04:10.901582 1288400 start_flags.go:410] Using suggested 3072MB memory alloc based on sys=7834MB, container=7834MB
	I0929 14:04:10.901794 1288400 start_flags.go:974] Wait components to verify : map[apiserver:true system_pods:true]
	I0929 14:04:10.903156 1288400 out.go:171] Using Docker driver with root privileges
	I0929 14:04:10.904325 1288400 cni.go:84] Creating CNI manager for ""
	I0929 14:04:10.904405 1288400 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0929 14:04:10.904417 1288400 start_flags.go:336] Found "CNI" CNI - setting NetworkPlugin=cni
	I0929 14:04:10.904501 1288400 start.go:348] cluster config:
	{Name:download-only-267646 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:3072 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.0 ClusterName:download-only-267646 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRIS
ocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.28.0 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0929 14:04:10.905677 1288400 out.go:99] Starting "download-only-267646" primary control-plane node in "download-only-267646" cluster
	I0929 14:04:10.905702 1288400 cache.go:123] Beginning downloading kic base image for docker with crio
	I0929 14:04:10.906688 1288400 out.go:99] Pulling base image v0.0.48 ...
	I0929 14:04:10.906712 1288400 preload.go:131] Checking if preload exists for k8s version v1.28.0 and runtime crio
	I0929 14:04:10.906821 1288400 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local docker daemon
	I0929 14:04:10.923345 1288400 cache.go:152] Downloading gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 to local cache
	I0929 14:04:10.923526 1288400 image.go:65] Checking for gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local cache directory
	I0929 14:04:10.923637 1288400 image.go:150] Writing gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 to local cache
	I0929 14:04:10.982353 1288400 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.28.0/preloaded-images-k8s-v18-v1.28.0-cri-o-overlay-arm64.tar.lz4
	I0929 14:04:10.982378 1288400 cache.go:58] Caching tarball of preloaded images
	I0929 14:04:10.982556 1288400 preload.go:131] Checking if preload exists for k8s version v1.28.0 and runtime crio
	I0929 14:04:10.984137 1288400 out.go:99] Downloading Kubernetes v1.28.0 preload ...
	I0929 14:04:10.984161 1288400 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.28.0-cri-o-overlay-arm64.tar.lz4 ...
	I0929 14:04:11.076505 1288400 download.go:108] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.28.0/preloaded-images-k8s-v18-v1.28.0-cri-o-overlay-arm64.tar.lz4?checksum=md5:e092595ade89dbfc477bd4cd6b9c633b -> /home/jenkins/minikube-integration/21652-1286535/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.0-cri-o-overlay-arm64.tar.lz4
	I0929 14:04:15.818621 1288400 cache.go:155] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 as a tarball
	I0929 14:04:20.702447 1288400 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.28.0-cri-o-overlay-arm64.tar.lz4 ...
	I0929 14:04:20.702576 1288400 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/21652-1286535/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.0-cri-o-overlay-arm64.tar.lz4 ...
	
	
	* The control-plane node download-only-267646 host does not exist
	  To start a cluster, run: "minikube start -p download-only-267646"

                                                
                                                
-- /stdout --
aaa_download_only_test.go:185: minikube logs failed with error: exit status 85
--- PASS: TestDownloadOnly/v1.28.0/LogsDuration (0.20s)

                                                
                                    
x
+
TestDownloadOnly/v1.28.0/DeleteAll (0.36s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.0/DeleteAll
aaa_download_only_test.go:197: (dbg) Run:  out/minikube-linux-arm64 delete --all
--- PASS: TestDownloadOnly/v1.28.0/DeleteAll (0.36s)

                                                
                                    
x
+
TestDownloadOnly/v1.28.0/DeleteAlwaysSucceeds (0.24s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.0/DeleteAlwaysSucceeds
aaa_download_only_test.go:208: (dbg) Run:  out/minikube-linux-arm64 delete -p download-only-267646
--- PASS: TestDownloadOnly/v1.28.0/DeleteAlwaysSucceeds (0.24s)

                                                
                                    
x
+
TestDownloadOnly/v1.34.0/json-events (8.85s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.34.0/json-events
aaa_download_only_test.go:81: (dbg) Run:  out/minikube-linux-arm64 start -o=json --download-only -p download-only-930245 --force --alsologtostderr --kubernetes-version=v1.34.0 --container-runtime=crio --driver=docker  --container-runtime=crio
aaa_download_only_test.go:81: (dbg) Done: out/minikube-linux-arm64 start -o=json --download-only -p download-only-930245 --force --alsologtostderr --kubernetes-version=v1.34.0 --container-runtime=crio --driver=docker  --container-runtime=crio: (8.85324852s)
--- PASS: TestDownloadOnly/v1.34.0/json-events (8.85s)

                                                
                                    
x
+
TestDownloadOnly/v1.34.0/preload-exists (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.34.0/preload-exists
I0929 14:04:32.068513 1288395 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime crio
I0929 14:04:32.068553 1288395 preload.go:146] Found local preload: /home/jenkins/minikube-integration/21652-1286535/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-cri-o-overlay-arm64.tar.lz4
--- PASS: TestDownloadOnly/v1.34.0/preload-exists (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.34.0/LogsDuration (0.08s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.34.0/LogsDuration
aaa_download_only_test.go:184: (dbg) Run:  out/minikube-linux-arm64 logs -p download-only-930245
aaa_download_only_test.go:184: (dbg) Non-zero exit: out/minikube-linux-arm64 logs -p download-only-930245: exit status 85 (84.213833ms)

                                                
                                                
-- stdout --
	
	==> Audit <==
	┌─────────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬──────────────────────┬─────────┬─────────┬─────────────────────┬─────────────────────┐
	│ COMMAND │                                                                                   ARGS                                                                                    │       PROFILE        │  USER   │ VERSION │     START TIME      │      END TIME       │
	├─────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼──────────────────────┼─────────┼─────────┼─────────────────────┼─────────────────────┤
	│ start   │ -o=json --download-only -p download-only-267646 --force --alsologtostderr --kubernetes-version=v1.28.0 --container-runtime=crio --driver=docker  --container-runtime=crio │ download-only-267646 │ jenkins │ v1.37.0 │ 29 Sep 25 14:04 UTC │                     │
	│ delete  │ --all                                                                                                                                                                     │ minikube             │ jenkins │ v1.37.0 │ 29 Sep 25 14:04 UTC │ 29 Sep 25 14:04 UTC │
	│ delete  │ -p download-only-267646                                                                                                                                                   │ download-only-267646 │ jenkins │ v1.37.0 │ 29 Sep 25 14:04 UTC │ 29 Sep 25 14:04 UTC │
	│ start   │ -o=json --download-only -p download-only-930245 --force --alsologtostderr --kubernetes-version=v1.34.0 --container-runtime=crio --driver=docker  --container-runtime=crio │ download-only-930245 │ jenkins │ v1.37.0 │ 29 Sep 25 14:04 UTC │                     │
	└─────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴──────────────────────┴─────────┴─────────┴─────────────────────┴─────────────────────┘
	
	
	==> Last Start <==
	Log file created at: 2025/09/29 14:04:23
	Running on machine: ip-172-31-29-130
	Binary: Built with gc go1.24.6 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0929 14:04:23.261251 1288599 out.go:360] Setting OutFile to fd 1 ...
	I0929 14:04:23.261436 1288599 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 14:04:23.261448 1288599 out.go:374] Setting ErrFile to fd 2...
	I0929 14:04:23.261454 1288599 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 14:04:23.261737 1288599 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21652-1286535/.minikube/bin
	I0929 14:04:23.262154 1288599 out.go:368] Setting JSON to true
	I0929 14:04:23.263057 1288599 start.go:130] hostinfo: {"hostname":"ip-172-31-29-130","uptime":13613,"bootTime":1759141051,"procs":150,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1084-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0929 14:04:23.263128 1288599 start.go:140] virtualization:  
	I0929 14:04:23.306773 1288599 out.go:99] [download-only-930245] minikube v1.37.0 on Ubuntu 20.04 (arm64)
	I0929 14:04:23.307066 1288599 notify.go:220] Checking for updates...
	I0929 14:04:23.323994 1288599 out.go:171] MINIKUBE_LOCATION=21652
	I0929 14:04:23.371925 1288599 out.go:171] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0929 14:04:23.398102 1288599 out.go:171] KUBECONFIG=/home/jenkins/minikube-integration/21652-1286535/kubeconfig
	I0929 14:04:23.430927 1288599 out.go:171] MINIKUBE_HOME=/home/jenkins/minikube-integration/21652-1286535/.minikube
	I0929 14:04:23.463108 1288599 out.go:171] MINIKUBE_BIN=out/minikube-linux-arm64
	W0929 14:04:23.527597 1288599 out.go:336] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0929 14:04:23.527908 1288599 driver.go:421] Setting default libvirt URI to qemu:///system
	I0929 14:04:23.555347 1288599 docker.go:123] docker version: linux-28.1.1:Docker Engine - Community
	I0929 14:04:23.555468 1288599 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 14:04:23.620427 1288599 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:25 OomKillDisable:true NGoroutines:47 SystemTime:2025-09-29 14:04:23.611182827 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1084-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:28.1.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05044ec0a9a75232cad458027ca83437aae3f4da Expected:} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx P
ath:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.23.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.35.1]] Warnings:<nil>}}
	I0929 14:04:23.620548 1288599 docker.go:318] overlay module found
	I0929 14:04:23.656533 1288599 out.go:99] Using the docker driver based on user configuration
	I0929 14:04:23.656583 1288599 start.go:304] selected driver: docker
	I0929 14:04:23.656598 1288599 start.go:924] validating driver "docker" against <nil>
	I0929 14:04:23.656736 1288599 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 14:04:23.721947 1288599 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:25 OomKillDisable:true NGoroutines:47 SystemTime:2025-09-29 14:04:23.712456547 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1084-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:28.1.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05044ec0a9a75232cad458027ca83437aae3f4da Expected:} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx P
ath:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.23.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.35.1]] Warnings:<nil>}}
	I0929 14:04:23.722127 1288599 start_flags.go:327] no existing cluster config was found, will generate one from the flags 
	I0929 14:04:23.722445 1288599 start_flags.go:410] Using suggested 3072MB memory alloc based on sys=7834MB, container=7834MB
	I0929 14:04:23.722629 1288599 start_flags.go:974] Wait components to verify : map[apiserver:true system_pods:true]
	I0929 14:04:23.727155 1288599 out.go:171] Using Docker driver with root privileges
	I0929 14:04:23.731418 1288599 cni.go:84] Creating CNI manager for ""
	I0929 14:04:23.731513 1288599 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0929 14:04:23.731528 1288599 start_flags.go:336] Found "CNI" CNI - setting NetworkPlugin=cni
	I0929 14:04:23.731609 1288599 start.go:348] cluster config:
	{Name:download-only-930245 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:3072 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:download-only-930245 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRIS
ocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0929 14:04:23.736008 1288599 out.go:99] Starting "download-only-930245" primary control-plane node in "download-only-930245" cluster
	I0929 14:04:23.736053 1288599 cache.go:123] Beginning downloading kic base image for docker with crio
	I0929 14:04:23.740148 1288599 out.go:99] Pulling base image v0.0.48 ...
	I0929 14:04:23.740210 1288599 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime crio
	I0929 14:04:23.740299 1288599 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local docker daemon
	I0929 14:04:23.757035 1288599 cache.go:152] Downloading gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 to local cache
	I0929 14:04:23.757165 1288599 image.go:65] Checking for gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local cache directory
	I0929 14:04:23.757214 1288599 image.go:68] Found gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local cache directory, skipping pull
	I0929 14:04:23.757220 1288599 image.go:137] gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 exists in cache, skipping pull
	I0929 14:04:23.757226 1288599 cache.go:155] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 as a tarball
	I0929 14:04:23.799553 1288599 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.34.0/preloaded-images-k8s-v18-v1.34.0-cri-o-overlay-arm64.tar.lz4
	I0929 14:04:23.799581 1288599 cache.go:58] Caching tarball of preloaded images
	I0929 14:04:23.799767 1288599 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime crio
	I0929 14:04:23.803755 1288599 out.go:99] Downloading Kubernetes v1.34.0 preload ...
	I0929 14:04:23.803790 1288599 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.34.0-cri-o-overlay-arm64.tar.lz4 ...
	I0929 14:04:23.902479 1288599 download.go:108] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.34.0/preloaded-images-k8s-v18-v1.34.0-cri-o-overlay-arm64.tar.lz4?checksum=md5:36555bb244eebf6e383c5e8810b48b3a -> /home/jenkins/minikube-integration/21652-1286535/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-cri-o-overlay-arm64.tar.lz4
	
	
	* The control-plane node download-only-930245 host does not exist
	  To start a cluster, run: "minikube start -p download-only-930245"

                                                
                                                
-- /stdout --
aaa_download_only_test.go:185: minikube logs failed with error: exit status 85
--- PASS: TestDownloadOnly/v1.34.0/LogsDuration (0.08s)

                                                
                                    
x
+
TestDownloadOnly/v1.34.0/DeleteAll (0.22s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.34.0/DeleteAll
aaa_download_only_test.go:197: (dbg) Run:  out/minikube-linux-arm64 delete --all
--- PASS: TestDownloadOnly/v1.34.0/DeleteAll (0.22s)

                                                
                                    
x
+
TestDownloadOnly/v1.34.0/DeleteAlwaysSucceeds (0.14s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.34.0/DeleteAlwaysSucceeds
aaa_download_only_test.go:208: (dbg) Run:  out/minikube-linux-arm64 delete -p download-only-930245
--- PASS: TestDownloadOnly/v1.34.0/DeleteAlwaysSucceeds (0.14s)

                                                
                                    
x
+
TestBinaryMirror (0.61s)

                                                
                                                
=== RUN   TestBinaryMirror
I0929 14:04:33.390548 1288395 binary.go:74] Not caching binary, using https://dl.k8s.io/release/v1.34.0/bin/linux/arm64/kubectl?checksum=file:https://dl.k8s.io/release/v1.34.0/bin/linux/arm64/kubectl.sha256
aaa_download_only_test.go:314: (dbg) Run:  out/minikube-linux-arm64 start --download-only -p binary-mirror-392223 --alsologtostderr --binary-mirror http://127.0.0.1:40415 --driver=docker  --container-runtime=crio
helpers_test.go:175: Cleaning up "binary-mirror-392223" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p binary-mirror-392223
--- PASS: TestBinaryMirror (0.61s)

                                                
                                    

Test skip (7/19)

x
+
TestDownloadOnly/v1.28.0/cached-images (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.0/cached-images
aaa_download_only_test.go:129: Preload exists, images won't be cached
--- SKIP: TestDownloadOnly/v1.28.0/cached-images (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.28.0/binaries (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.0/binaries
aaa_download_only_test.go:151: Preload exists, binaries are present within.
--- SKIP: TestDownloadOnly/v1.28.0/binaries (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.28.0/kubectl (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.0/kubectl
aaa_download_only_test.go:167: Test for darwin and windows
--- SKIP: TestDownloadOnly/v1.28.0/kubectl (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.34.0/cached-images (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.34.0/cached-images
aaa_download_only_test.go:129: Preload exists, images won't be cached
--- SKIP: TestDownloadOnly/v1.34.0/cached-images (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.34.0/binaries (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.34.0/binaries
aaa_download_only_test.go:151: Preload exists, binaries are present within.
--- SKIP: TestDownloadOnly/v1.34.0/binaries (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.34.0/kubectl (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.34.0/kubectl
aaa_download_only_test.go:167: Test for darwin and windows
--- SKIP: TestDownloadOnly/v1.34.0/kubectl (0.00s)

                                                
                                    
x
+
TestDownloadOnlyKic (0.59s)

                                                
                                                
=== RUN   TestDownloadOnlyKic
aaa_download_only_test.go:232: (dbg) Run:  out/minikube-linux-arm64 start --download-only -p download-docker-037263 --alsologtostderr --driver=docker  --container-runtime=crio
aaa_download_only_test.go:244: Skip for arm64 platform. See https://github.com/kubernetes/minikube/issues/10144
helpers_test.go:175: Cleaning up "download-docker-037263" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p download-docker-037263
--- SKIP: TestDownloadOnlyKic (0.59s)

                                                
                                    
Copied to clipboard