Skip to content

Instantly share code, notes, and snippets.

@edwarnicke
Created October 13, 2021 21:22
Show Gist options
  • Save edwarnicke/109b55ab809a12bf1245073acf1961da to your computer and use it in GitHub Desktop.
Save edwarnicke/109b55ab809a12bf1245073acf1961da to your computer and use it in GitHub Desktop.
=== RUN TestRunFeatureSuite/TestKernel2Wireguard2Memif
time=2021-10-13T15:21:43-05:00 level=info msg=NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c49ab6a85c269e440be9f18e5b2facedb47ff10e/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10} TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:21:44-05:00 level=info msg=NODES=($(kubectl get nodes -o go-template='{{range .items}}{{ if not .spec.taints }}{{index .metadata.labels "kubernetes.io/hostname"}} {{end}}{{end}}')) TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:21:44-05:00 level=info msg=cat > kustomization.yaml <<EOF
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c49ab6a85c269e440be9f18e5b2facedb47ff10e
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=c49ab6a85c269e440be9f18e5b2facedb47ff10e
patchesStrategicMerge:
- patch-nsc.yaml
- patch-nse.yaml
EOF TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:21:44-05:00 level=info msg=cat > patch-nsc.yaml <<EOF
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: nsc-kernel
spec:
template:
spec:
containers:
- name: nsc
env:
- name: NSM_NETWORK_SERVICES
value: kernel://icmp-responder-ip/nsm-1
nodeSelector:
kubernetes.io/hostname: ${NODES[0]}
EOF TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:21:44-05:00 level=info msg=cat > patch-nse.yaml <<EOF
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: nse-memif
spec:
template:
spec:
containers:
- name: nse
env:
- name: NSM_CIDR_PREFIX
value: 2001:db8::/116
- name: NSM_PAYLOAD
value: IP
- name: NSM_SERVICE_NAMES
value: icmp-responder-ip
nodeSelector:
kubernetes.io/hostname: ${NODES[1]}
EOF TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:21:44-05:00 level=info msg=kubectl apply -k . TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:21:50-05:00 level=info msg=deployment.apps/nsc-kernel created
deployment.apps/nse-memif created TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdout
time=2021-10-13T15:21:50-05:00 level=info msg=kubectl wait --for=condition=ready --timeout=1m pod -l app=nsc-kernel -n ${NAMESPACE} TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:21:59-05:00 level=info msg=pod/nsc-kernel-68b557688f-zg46f condition met TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdout
time=2021-10-13T15:21:59-05:00 level=info msg=kubectl wait --for=condition=ready --timeout=1m pod -l app=nse-memif -n ${NAMESPACE} TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:21:59-05:00 level=info msg=pod/nse-memif-7f5fc777f8-n45f7 condition met TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdout
time=2021-10-13T15:21:59-05:00 level=info msg=NSC=$(kubectl get pods -l app=nsc-kernel -n ${NAMESPACE} --template '{{range .items}}{{.metadata.name}}{{"\n"}}{{end}}') TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:21:59-05:00 level=info msg=NSE=$(kubectl get pods -l app=nse-memif -n ${NAMESPACE} --template '{{range .items}}{{.metadata.name}}{{"\n"}}{{end}}') TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:21:59-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:01-05:00 level=info msg=PING 2001:db8:: (2001:db8::): 56 data bytes TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdout
time=2021-10-13T15:22:01-05:00 level=info msg=ping: sendto: Network unreachable
command terminated with exit code 1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:01-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:01-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:03-05:00 level=info msg=PING 2001:db8:: (2001:db8::): 56 data bytes TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdout
time=2021-10-13T15:22:03-05:00 level=info msg=ping: sendto: Network unreachable
command terminated with exit code 1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:03-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:03-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:06-05:00 level=info msg=PING 2001:db8:: (2001:db8::): 56 data bytes TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdout
time=2021-10-13T15:22:06-05:00 level=info msg=ping: sendto: Network unreachable
command terminated with exit code 1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:06-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:06-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:08-05:00 level=info msg=PING 2001:db8:: (2001:db8::): 56 data bytes TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdout
time=2021-10-13T15:22:08-05:00 level=info msg=ping: sendto: Network unreachable
command terminated with exit code 1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:08-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:08-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:10-05:00 level=info msg=PING 2001:db8:: (2001:db8::): 56 data bytes TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdout
time=2021-10-13T15:22:10-05:00 level=info msg=ping: sendto: Network unreachable
command terminated with exit code 1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:10-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:10-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:11-05:00 level=info msg=PING 2001:db8:: (2001:db8::): 56 data bytes TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdout
time=2021-10-13T15:22:11-05:00 level=info msg=ping: sendto: Network unreachable
command terminated with exit code 1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:11-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:12-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:13-05:00 level=info msg=PING 2001:db8:: (2001:db8::): 56 data bytes TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdout
time=2021-10-13T15:22:13-05:00 level=info msg=ping: sendto: Network unreachable
command terminated with exit code 1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:13-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:13-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:15-05:00 level=info msg=PING 2001:db8:: (2001:db8::): 56 data bytes
64 bytes from 2001:db8::: seq=0 ttl=61 time=127.247 ms TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdout
time=2021-10-13T15:22:15-05:00 level=info msg=command terminated with exit code 137 TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:15-05:00 level=info msg=137 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:15-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:16-05:00 level=info msg=error: Internal error occurred: error executing command in container: failed to exec in container: failed to create exec "c9d1197bf53b9a3af4ffe083ce71b710a9b9948fc2be2108a530090a68d8c46b": container not created: not found TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:16-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:16-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:17-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:17-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:17-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:18-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:18-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:18-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:19-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:19-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:19-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:19-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:19-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:19-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:20-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:20-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:20-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:23-05:00 level=info msg=PING 2001:db8:: (2001:db8::): 56 data bytes TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdout
time=2021-10-13T15:22:23-05:00 level=info msg=ping: sendto: Network unreachable
command terminated with exit code 1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:23-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:23-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:26-05:00 level=info msg=PING 2001:db8:: (2001:db8::): 56 data bytes TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdout
time=2021-10-13T15:22:26-05:00 level=info msg=ping: sendto: Network unreachable
command terminated with exit code 1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:26-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:26-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:28-05:00 level=info msg=PING 2001:db8:: (2001:db8::): 56 data bytes TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdout
time=2021-10-13T15:22:28-05:00 level=info msg=ping: sendto: Network unreachable
command terminated with exit code 1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:28-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:28-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:30-05:00 level=info msg=PING 2001:db8:: (2001:db8::): 56 data bytes TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdout
time=2021-10-13T15:22:30-05:00 level=info msg=ping: sendto: Network unreachable
command terminated with exit code 1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:30-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:30-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:32-05:00 level=info msg=PING 2001:db8:: (2001:db8::): 56 data bytes TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdout
time=2021-10-13T15:22:32-05:00 level=info msg=ping: sendto: Network unreachable
command terminated with exit code 1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:32-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:32-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:33-05:00 level=info msg=PING 2001:db8:: (2001:db8::): 56 data bytes TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdout
time=2021-10-13T15:22:33-05:00 level=info msg=ping: sendto: Network unreachable
command terminated with exit code 1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:33-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:33-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:36-05:00 level=info msg=PING 2001:db8:: (2001:db8::): 56 data bytes TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdout
time=2021-10-13T15:22:36-05:00 level=info msg=ping: sendto: Network unreachable
command terminated with exit code 1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:36-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:36-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:38-05:00 level=info msg=PING 2001:db8:: (2001:db8::): 56 data bytes TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdout
time=2021-10-13T15:22:38-05:00 level=info msg=ping: sendto: Network unreachable
command terminated with exit code 1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:38-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:38-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:39-05:00 level=info msg=error: Internal error occurred: error executing command in container: failed to exec in container: failed to start exec "688b30da19c7c828ac53b66f9e6d3306df51e45e783cfa829a8c51147c259af9": OCI runtime exec failed: exec failed: cannot exec a container that has stopped: unknown TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:39-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:39-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:40-05:00 level=info msg=error: Internal error occurred: error executing command in container: failed to exec in container: failed to create exec "f647ab66d51a6e754b8202fa10ccc2e12823b745773a18ba5b3f33a6da095e29": container not created: not found TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:40-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:40-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:41-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:41-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:41-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:42-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:42-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:42-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:43-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:43-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:43-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:44-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:44-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:44-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:44-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:44-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:45-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:46-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:46-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:46-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:48-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:48-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:48-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:49-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:49-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:49-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:50-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:50-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:50-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:51-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:51-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:51-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:51-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:51-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:51-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:52-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:52-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:52-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:52-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:52-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:52-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:53-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:53-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:53-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:54-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:54-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:54-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:54-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:54-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:54-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:55-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:55-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:55-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:57-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:57-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:57-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:57-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:57-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:58-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:58-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:58-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:58-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:22:59-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:22:59-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:22:59-05:00 level=info msg=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8:: TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:23:00-05:00 level=info msg=error: unable to upgrade connection: container not found ("nsc") TestRunFeatureSuite/TestKernel2Wireguard2Memif=stderr
time=2021-10-13T15:23:00-05:00 level=info msg=1 TestRunFeatureSuite/TestKernel2Wireguard2Memif=exitCode
time=2021-10-13T15:23:00-05:00 level=error msg=command didn't succeed until timeout cmd=kubectl exec ${NSC} -n ${NAMESPACE} -- ping -c 4 2001:db8::
suite.go:122:
Error Trace: suite.go:122
suite.gen.go:99
Error: Not equal:
expected: 0
actual : 1
Test: TestRunFeatureSuite/TestKernel2Wireguard2Memif
time="2021-10-13T15:23:01-05:00" level=error msg="nse-memif-7f5fc777f8-n45f7: An error while retrieving logs: the server rejected our request for an unknown reason (get pods nse-memif-7f5fc777f8-n45f7)"
time="2021-10-13T15:23:01-05:00" level=error msg="admission-webhook-k8s-7688b745d-tvbcg: An error while retrieving logs: the server rejected our request for an unknown reason (get pods admission-webhook-k8s-7688b745d-tvbcg)"
time="2021-10-13T15:23:03-05:00" level=error msg="registry-k8s-69884b5478-6wtcj: An error while retrieving logs: the server rejected our request for an unknown reason (get pods registry-k8s-69884b5478-6wtcj)"
time="2021-10-13T15:23:05-05:00" level=error msg="nsmgr-95dk7: An error while retrieving logs: context deadline exceeded"
time=2021-10-13T15:23:05-05:00 level=info msg=kubectl delete ns ${NAMESPACE} TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdin
time=2021-10-13T15:23:50-05:00 level=info msg=namespace "ns-72zqt" deleted TestRunFeatureSuite/TestKernel2Wireguard2Memif=stdout
--- FAIL: TestRunFeatureSuite/TestKernel2Wireguard2Memif (126.55s)
Expected :0
Actual :1
<Click to see difference>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment