=== RUN TestFunctional/parallel/MountCmd/specific-port
functional_test_mount_test.go:213: (dbg) daemon: [out/minikube-linux-amd64 mount -p functional-962527 /tmp/TestFunctionalparallelMountCmdspecific-port32585283/001:/mount-9p --alsologtostderr -v=1 --port 46464]
functional_test_mount_test.go:243: (dbg) Run: out/minikube-linux-amd64 -p functional-962527 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:243: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-962527 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (229.962641ms)
** stderr **
ssh: Process exited with status 1
** /stderr **
I1025 08:39:28.744010 605063 retry.go:31] will retry after 277.035862ms: exit status 1
functional_test_mount_test.go:243: (dbg) Run: out/minikube-linux-amd64 -p functional-962527 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:243: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-962527 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (169.40925ms)
** stderr **
ssh: Process exited with status 1
** /stderr **
I1025 08:39:29.191427 605063 retry.go:31] will retry after 815.638832ms: exit status 1
functional_test_mount_test.go:243: (dbg) Run: out/minikube-linux-amd64 -p functional-962527 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:243: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-962527 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (189.502805ms)
** stderr **
ssh: Process exited with status 1
** /stderr **
I1025 08:39:30.197504 605063 retry.go:31] will retry after 632.932557ms: exit status 1
functional_test_mount_test.go:243: (dbg) Run: out/minikube-linux-amd64 -p functional-962527 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:243: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-962527 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (225.48673ms)
** stderr **
ssh: Process exited with status 1
** /stderr **
I1025 08:39:31.057267 605063 retry.go:31] will retry after 1.816071739s: exit status 1
functional_test_mount_test.go:243: (dbg) Run: out/minikube-linux-amd64 -p functional-962527 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:243: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-962527 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (172.13631ms)
** stderr **
ssh: Process exited with status 1
** /stderr **
I1025 08:39:33.045752 605063 retry.go:31] will retry after 3.259368735s: exit status 1
functional_test_mount_test.go:243: (dbg) Run: out/minikube-linux-amd64 -p functional-962527 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:243: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-962527 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (162.522902ms)
** stderr **
ssh: Process exited with status 1
** /stderr **
I1025 08:39:36.468656 605063 retry.go:31] will retry after 3.316918363s: exit status 1
functional_test_mount_test.go:243: (dbg) Run: out/minikube-linux-amd64 -p functional-962527 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:243: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-962527 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (202.033161ms)
** stderr **
ssh: Process exited with status 1
** /stderr **
functional_test_mount_test.go:253: /mount-9p did not appear within 11.474262972s: exit status 1
functional_test_mount_test.go:220: "TestFunctional/parallel/MountCmd/specific-port" failed, getting debug info...
functional_test_mount_test.go:221: (dbg) Run: out/minikube-linux-amd64 -p functional-962527 ssh "mount | grep 9p; ls -la /mount-9p; cat /mount-9p/pod-dates"
functional_test_mount_test.go:221: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-962527 ssh "mount | grep 9p; ls -la /mount-9p; cat /mount-9p/pod-dates": exit status 1 (201.057075ms)
-- stdout --
tmpfs on /var/lib/kubelet/pods/8478e9af-aab0-494b-8652-cdd07fbf4f79/volumes/kubernetes.io~projected/kube-api-access-v9pv7 type tmpfs (rw,relatime,size=4008588k,noswap)
tmpfs on /mnt/vda1/var/lib/kubelet/pods/8478e9af-aab0-494b-8652-cdd07fbf4f79/volumes/kubernetes.io~projected/kube-api-access-v9pv7 type tmpfs (rw,relatime,size=4008588k,noswap)
total 0
drwxr-xr-x 2 root root 40 Oct 25 08:39 .
drwxr-xr-x 20 root root 560 Oct 25 08:39 ..
cat: /mount-9p/pod-dates: No such file or directory
-- /stdout --
** stderr **
ssh: Process exited with status 1
** /stderr **
functional_test_mount_test.go:223: debugging command "out/minikube-linux-amd64 -p functional-962527 ssh \"mount | grep 9p; ls -la /mount-9p; cat /mount-9p/pod-dates\"" failed : exit status 1
functional_test_mount_test.go:230: (dbg) Run: out/minikube-linux-amd64 -p functional-962527 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:230: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-962527 ssh "sudo umount -f /mount-9p": exit status 1 (214.640845ms)
-- stdout --
umount: /mount-9p: not mounted.
-- /stdout --
** stderr **
ssh: Process exited with status 32
** /stderr **
functional_test_mount_test.go:232: "out/minikube-linux-amd64 -p functional-962527 ssh \"sudo umount -f /mount-9p\"": exit status 1
functional_test_mount_test.go:234: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-962527 /tmp/TestFunctionalparallelMountCmdspecific-port32585283/001:/mount-9p --alsologtostderr -v=1 --port 46464] ...
functional_test_mount_test.go:234: (dbg) [out/minikube-linux-amd64 mount -p functional-962527 /tmp/TestFunctionalparallelMountCmdspecific-port32585283/001:/mount-9p --alsologtostderr -v=1 --port 46464] stdout:
* Mounting host path /tmp/TestFunctionalparallelMountCmdspecific-port32585283/001 into VM as /mount-9p ...
- Mount type: 9p
- User ID: docker
- Group ID: docker
- Version: 9p2000.L
- Message Size: 262144
- Options: map[]
- Bind Address: 192.168.39.1:46464
* Userspace file server:
ufs starting
* Userspace file server is shutdown
functional_test_mount_test.go:234: (dbg) [out/minikube-linux-amd64 mount -p functional-962527 /tmp/TestFunctionalparallelMountCmdspecific-port32585283/001:/mount-9p --alsologtostderr -v=1 --port 46464] stderr:
I1025 08:39:28.582145 610323 out.go:360] Setting OutFile to fd 1 ...
I1025 08:39:28.582530 610323 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1025 08:39:28.582540 610323 out.go:374] Setting ErrFile to fd 2...
I1025 08:39:28.582546 610323 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1025 08:39:28.583016 610323 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21796-601151/.minikube/bin
I1025 08:39:28.583464 610323 mustload.go:65] Loading cluster: functional-962527
I1025 08:39:28.583972 610323 config.go:182] Loaded profile config "functional-962527": Driver=kvm2, ContainerRuntime=containerd, KubernetesVersion=v1.34.1
I1025 08:39:28.586675 610323 host.go:66] Checking if "functional-962527" exists ...
I1025 08:39:28.590278 610323 main.go:141] libmachine: domain functional-962527 has defined MAC address 52:54:00:45:c4:57 in network mk-functional-962527
I1025 08:39:28.590892 610323 main.go:141] libmachine: found host DHCP lease matching {name: "", mac: "52:54:00:45:c4:57", ip: ""} in network mk-functional-962527: {Iface:virbr1 ExpiryTime:2025-10-25 09:36:54 +0000 UTC Type:0 Mac:52:54:00:45:c4:57 Iaid: IPaddr:192.168.39.20 Prefix:24 Hostname:functional-962527 Clientid:01:52:54:00:45:c4:57}
I1025 08:39:28.590937 610323 main.go:141] libmachine: domain functional-962527 has defined IP address 192.168.39.20 and MAC address 52:54:00:45:c4:57 in network mk-functional-962527
I1025 08:39:28.593532 610323 out.go:179] * Mounting host path /tmp/TestFunctionalparallelMountCmdspecific-port32585283/001 into VM as /mount-9p ...
I1025 08:39:28.594633 610323 out.go:179] - Mount type: 9p
I1025 08:39:28.595736 610323 out.go:179] - User ID: docker
I1025 08:39:28.596917 610323 out.go:179] - Group ID: docker
I1025 08:39:28.597968 610323 out.go:179] - Version: 9p2000.L
I1025 08:39:28.599118 610323 out.go:179] - Message Size: 262144
I1025 08:39:28.600451 610323 out.go:179] - Options: map[]
I1025 08:39:28.601638 610323 out.go:179] - Bind Address: 192.168.39.1:46464
I1025 08:39:28.602686 610323 out.go:179] * Userspace file server:
I1025 08:39:28.602849 610323 ssh_runner.go:195] Run: /bin/bash -c "[ "x$(findmnt -T /mount-9p | grep /mount-9p)" != "x" ] && sudo umount -f -l /mount-9p || echo "
I1025 08:39:28.603940 610323 main.go:125] stdlog: ufs.go:27 listen tcp 192.168.39.1:46464: bind: address already in use
I1025 08:39:28.604984 610323 out.go:179] * Userspace file server is shutdown
I1025 08:39:28.605662 610323 main.go:141] libmachine: domain functional-962527 has defined MAC address 52:54:00:45:c4:57 in network mk-functional-962527
I1025 08:39:28.606112 610323 main.go:141] libmachine: found host DHCP lease matching {name: "", mac: "52:54:00:45:c4:57", ip: ""} in network mk-functional-962527: {Iface:virbr1 ExpiryTime:2025-10-25 09:36:54 +0000 UTC Type:0 Mac:52:54:00:45:c4:57 Iaid: IPaddr:192.168.39.20 Prefix:24 Hostname:functional-962527 Clientid:01:52:54:00:45:c4:57}
I1025 08:39:28.606142 610323 main.go:141] libmachine: domain functional-962527 has defined IP address 192.168.39.20 and MAC address 52:54:00:45:c4:57 in network mk-functional-962527
I1025 08:39:28.606314 610323 sshutil.go:53] new ssh client: &{IP:192.168.39.20 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21796-601151/.minikube/machines/functional-962527/id_rsa Username:docker}
I1025 08:39:28.749790 610323 mount.go:180] unmount for /mount-9p ran successfully
I1025 08:39:28.749856 610323 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /mount-9p"
I1025 08:39:28.787459 610323 ssh_runner.go:195] Run: /bin/bash -c "sudo mount -t 9p -o dfltgid=$(grep ^docker: /etc/group | cut -d: -f3),dfltuid=$(id -u docker),msize=262144,port=46464,trans=tcp,version=9p2000.L 192.168.39.1 /mount-9p"
I1025 08:39:28.835972 610323 out.go:203]
W1025 08:39:28.837572 610323 out.go:285] X Exiting due to GUEST_MOUNT: mount failed: mount with cmd /bin/bash -c "sudo mount -t 9p -o dfltgid=$(grep ^docker: /etc/group | cut -d: -f3),dfltuid=$(id -u docker),msize=262144,port=46464,trans=tcp,version=9p2000.L 192.168.39.1 /mount-9p" : /bin/bash -c "sudo mount -t 9p -o dfltgid=$(grep ^docker: /etc/group | cut -d: -f3),dfltuid=$(id -u docker),msize=262144,port=46464,trans=tcp,version=9p2000.L 192.168.39.1 /mount-9p": Process exited with status 32
stdout:
stderr:
mount: /mount-9p: fsconfig system call failed: Connection refused.
dmesg(1) may have more information after failed mount system call.
X Exiting due to GUEST_MOUNT: mount failed: mount with cmd /bin/bash -c "sudo mount -t 9p -o dfltgid=$(grep ^docker: /etc/group | cut -d: -f3),dfltuid=$(id -u docker),msize=262144,port=46464,trans=tcp,version=9p2000.L 192.168.39.1 /mount-9p" : /bin/bash -c "sudo mount -t 9p -o dfltgid=$(grep ^docker: /etc/group | cut -d: -f3),dfltuid=$(id -u docker),msize=262144,port=46464,trans=tcp,version=9p2000.L 192.168.39.1 /mount-9p": Process exited with status 32
stdout:
stderr:
mount: /mount-9p: fsconfig system call failed: Connection refused.
dmesg(1) may have more information after failed mount system call.
W1025 08:39:28.837591 610323 out.go:285] *
*
W1025 08:39:28.848353 610323 out.go:308] ╭─────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ * If the above advice does not help, please let us know: │
│ https://github.com/kubernetes/minikube/issues/new/choose │
│ │
│ * Please run `minikube logs --file=logs.txt` and attach logs.txt to the GitHub issue. │
│ * Please also attach the following file to the GitHub issue: │
│ * - /tmp/minikube_mount_58a209ab0b9d86f0ea4fdac5b543e7401291e5c9_0.log │
│ │
╰─────────────────────────────────────────────────────────────────────────────────────────────╯
╭─────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ * If the above advice does not help, please let us know: │
│ https://github.com/kubernetes/minikube/issues/new/choose │
│ │
│ * Please run `minikube logs --file=logs.txt` and attach logs.txt to the GitHub issue. │
│ * Please also attach the following file to the GitHub issue: │
│ * - /tmp/minikube_mount_58a209ab0b9d86f0ea4fdac5b543e7401291e5c9_0.log │
│ │
╰─────────────────────────────────────────────────────────────────────────────────────────────╯
I1025 08:39:28.849911 610323 out.go:203]
--- FAIL: TestFunctional/parallel/MountCmd/specific-port (12.09s)