Build failed in Jenkins: antrea-weekly-matrix-compatibility-test » True,v1.17.5,photon-3,antrea-test-node #12

42 views
Skip to first unread message

antr...@gmail.com

unread,
Dec 26, 2020, 10:13:06 PM12/26/20
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/12/display/redirect?page=changes>

Changes:

[noreply] [CI] Improve VMC Jenkins CI (#1502)

[noreply] Enhance error handling of policy reconciler (#1667)

[noreply] Support portRange in CRDs (#1557)

[noreply] Update Emergency Tier's Priority to 50 (#1665)

[noreply] [CI] Upgrade conformance and integration Jenkins jobs (#1683)

[noreply] Add a `--k8s-1.15` flag to `generate-manifest.sh` to support K8s 1.15

[noreply] Update CHANGELOG for v0.11.1 release

[noreply] Add note to docs regarding appliedTo per rule (#1686)

[noreply] Implementation of the FlowAggregator (#1671)

[noreply] Add documentation for the FlowAggregator feature (#1677)

[antonin.bas] Update CHANGELOG for v0.12.0 release

[antonin.bas] Set VERSION to v0.13.0-dev

[noreply] Fix a couple of markdown links for the antrea.io website (#1698)

[noreply] Remove known issue note from NetworkPolicy doc (#1700)

[noreply] Use default K8s version supported by AKS for cloud CI (#1701)


------------------------------------------
[...truncated 5.45 KB...]
deleted: sha256:14d0c3fd54714a6e12e3d759d3e99159cb184af3af6cc399a4dfe93c0f71be22
deleted: sha256:00c25bd6ff24fc135abba974528a7d3c200b7763a422c73bd8a051057a63fb2f
deleted: sha256:cf7720a78f853339c089279515bc975eb47264880aa2f94717a7129d2a443a6f
deleted: sha256:699cb38b86ca0fafc4941149bebbe63a9a9872b2e87ff377ff53c9c91cd50d94
deleted: sha256:09e4db8d4be3adbf87b58b2a0ce1dbf2e1adfd973db602d2925f9d651cb1e43a
deleted: sha256:4461b3ebc056d51c8c4ecb40ca109bff50ab7b8251dec165b36de9b73f7b7078
deleted: sha256:026192a43ee701498aacb51604f6e4dd287c027803ad45d98229d842ceefda22
deleted: sha256:7bf875583af45b2c2b140220fe1a549a2fa5c15e196a9632c255d886970963ff
deleted: sha256:235c0b2749b72aef1a9979e9d914596c9bbeb33e6f6e109c794300c798eaa2c2
deleted: sha256:5be64eaca13188ea745fac14c4a89960f02b7b01d0fc9852f43833058ef509a6
deleted: sha256:251a4855a7d8ee7659fd06932e54fb5724ca07767339ce85e4636deb6cd9fbbe
deleted: sha256:505c3e934b75be30518e70969978fb414d306e36fb1d0fe7a03de93c2ba2571e

Total reclaimed space: 1.165GB
===> Building Antrea bins and antrea/antrea-ubuntu Docker image <===
docker build -t antrea/antrea-ubuntu:matrix-photon-3-k8s-v1-17-5-build-num-12 -f build/images/Dockerfile.build.ubuntu .
Sending build context to Docker daemon 24.54MB
Step 1/12 : FROM golang:1.15 as antrea-build
---> 5f9d35ce5cfe
Step 2/12 : WORKDIR /antrea
---> Running in 2c1db09b55d0
Removing intermediate container 2c1db09b55d0
---> c114c113b52f
Step 3/12 : COPY go.mod /antrea/go.mod
---> 463c12aafd37
Step 4/12 : RUN go mod download
---> Running in 71267a8c66e6
Removing intermediate container 71267a8c66e6
---> e60cecbed8e4
Step 5/12 : COPY . /antrea
---> 0033dd31bbbd
Step 6/12 : RUN make antrea-agent antrea-controller antrea-cni antctl-ubuntu
---> Running in 10db2fda75cd
GOOS=linux go build -o /antrea/bin -ldflags ' -X github.com/vmware-tanzu/antrea/pkg/version.Version=v0.13.0-dev -X github.com/vmware-tanzu/antrea/pkg/version.GitSHA=c91d6ee5 -X github.com/vmware-tanzu/antrea/pkg/version.GitTreeState=clean -X github.com/vmware-tanzu/antrea/pkg/version.ReleaseStatus=unreleased' github.com/vmware-tanzu/antrea/cmd/antrea-agent
GOOS=linux go build -o /antrea/bin -ldflags ' -X github.com/vmware-tanzu/antrea/pkg/version.Version=v0.13.0-dev -X github.com/vmware-tanzu/antrea/pkg/version.GitSHA=c91d6ee5 -X github.com/vmware-tanzu/antrea/pkg/version.GitTreeState=clean -X github.com/vmware-tanzu/antrea/pkg/version.ReleaseStatus=unreleased' github.com/vmware-tanzu/antrea/cmd/antrea-controller
GOOS=linux go build -o /antrea/bin -ldflags ' -X github.com/vmware-tanzu/antrea/pkg/version.Version=v0.13.0-dev -X github.com/vmware-tanzu/antrea/pkg/version.GitSHA=c91d6ee5 -X github.com/vmware-tanzu/antrea/pkg/version.GitTreeState=clean -X github.com/vmware-tanzu/antrea/pkg/version.ReleaseStatus=unreleased' github.com/vmware-tanzu/antrea/cmd/antrea-cni
GOOS=linux go build -o /antrea/bin -ldflags ' -X github.com/vmware-tanzu/antrea/pkg/version.Version=v0.13.0-dev -X github.com/vmware-tanzu/antrea/pkg/version.GitSHA=c91d6ee5 -X github.com/vmware-tanzu/antrea/pkg/version.GitTreeState=clean -X github.com/vmware-tanzu/antrea/pkg/version.ReleaseStatus=unreleased' github.com/vmware-tanzu/antrea/cmd/antctl
Removing intermediate container 10db2fda75cd
---> 4958d9df9ec5
Step 7/12 : FROM antrea/base-ubuntu:2.14.0
---> c490207d234a
Step 8/12 : LABEL maintainer="Antrea <projecta...@googlegroups.com>"
---> Using cache
---> dd932648c479
Step 9/12 : LABEL description="The Docker image to deploy the Antrea CNI. "
---> Using cache
---> 7b4bcc7acc47
Step 10/12 : USER root
---> Using cache
---> be82a651fb7c
Step 11/12 : COPY build/images/scripts/* /usr/local/bin/
---> Using cache
---> 6c0645c993ab
Step 12/12 : COPY --from=antrea-build /antrea/bin/* /usr/local/bin/
---> Using cache
---> 419c05c74806
Successfully built 419c05c74806
Successfully tagged antrea/antrea-ubuntu:matrix-photon-3-k8s-v1-17-5-build-num-12
docker tag antrea/antrea-ubuntu:matrix-photon-3-k8s-v1-17-5-build-num-12 antrea/antrea-ubuntu
docker tag antrea/antrea-ubuntu:matrix-photon-3-k8s-v1-17-5-build-num-12 projects.registry.vmware.com/antrea/antrea-ubuntu
docker tag antrea/antrea-ubuntu:matrix-photon-3-k8s-v1-17-5-build-num-12 projects.registry.vmware.com/antrea/antrea-ubuntu:matrix-photon-3-k8s-v1-17-5-build-num-12
===> Building antrea/flow-aggregator Docker image <===
docker build -t antrea/flow-aggregator:matrix-photon-3-k8s-v1-17-5-build-num-12 -f build/images/flow-aggregator/Dockerfile .
Sending build context to Docker daemon 24.54MB
Step 1/9 : FROM golang:1.15 as flow-aggregator-build
---> 5f9d35ce5cfe
Step 2/9 : WORKDIR /antrea
---> Using cache
---> c114c113b52f
Step 3/9 : COPY . /antrea
---> 169156ba8a78
Step 4/9 : RUN make flow-aggregator
---> Running in 6dda7b8336a1
GOOS=linux go build -o /antrea/bin -ldflags ' -X github.com/vmware-tanzu/antrea/pkg/version.Version=v0.13.0-dev -X github.com/vmware-tanzu/antrea/pkg/version.GitSHA=c91d6ee5 -X github.com/vmware-tanzu/antrea/pkg/version.GitTreeState=clean -X github.com/vmware-tanzu/antrea/pkg/version.ReleaseStatus=unreleased' github.com/vmware-tanzu/antrea/cmd/flow-aggregator
[91mgo: downloading gopkg.in/yaml.v2 v2.3.0
[0m [91mgo: downloading github.com/spf13/pflag v1.0.5
[0m [91mgo: downloading github.com/vmware/go-ipfix v0.4.2
[0m [91mgo: downloading k8s.io/apimachinery v0.18.4
[0m [91mgo: downloading github.com/spf13/cobra v0.0.5
[0m [91mgo: downloading k8s.io/klog v1.0.0
[0m [91mgo: downloading github.com/blang/semver v3.5.0+incompatible
[0m [91mgo: downloading k8s.io/component-base v0.18.4
[0m [91mgo: downloading github.com/pion/dtls/v2 v2.0.3
[0m [91mgo: downloading golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
[0m [91mgo: downloading github.com/pion/transport v0.10.1
[0m [91mgo: downloading github.com/pion/udp v0.1.0
[0m [91mgo: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
[0m [91mgo: downloading github.com/pion/logging v0.2.2
[0mRemoving intermediate container 6dda7b8336a1
---> d892f3b8df2d
Step 5/9 : FROM antrea/base-ubuntu:2.14.0
---> c490207d234a
Step 6/9 : LABEL maintainer="Antrea <projecta...@googlegroups.com>"
---> Using cache
---> dd932648c479
Step 7/9 : LABEL description="The docker image for the flow aggregator"
---> Using cache
---> 138b470e6bec
Step 8/9 : USER root
---> Using cache
---> 6afc3391bd3c
Step 9/9 : COPY --from=flow-aggregator-build /antrea/bin/flow-aggregator /usr/local/bin/
---> Using cache
---> b5ff5a16b553
Successfully built b5ff5a16b553
Successfully tagged antrea/flow-aggregator:matrix-photon-3-k8s-v1-17-5-build-num-12
docker tag antrea/flow-aggregator:matrix-photon-3-k8s-v1-17-5-build-num-12 antrea/flow-aggregator
docker tag antrea/flow-aggregator:matrix-photon-3-k8s-v1-17-5-build-num-12 projects.registry.vmware.com/antrea/flow-aggregator
docker tag antrea/flow-aggregator:matrix-photon-3-k8s-v1-17-5-build-num-12 projects.registry.vmware.com/antrea/flow-aggregator:matrix-photon-3-k8s-v1-17-5-build-num-12
====== Delivering Antrea to all the Nodes ======
# Host 192.168.4.23 found: line 313
/var/lib/jenkins/.ssh/known_hosts updated.
Original contents retained as /var/lib/jenkins/.ssh/known_hosts.old
Warning: Permanently added '192.168.4.23' (ECDSA) to the list of known hosts.
unpacking projects.registry.vmware.com/antrea/antrea-ubuntu:matrix-photon-3-k8s-v1-17-5-build-num-12 (sha256:fd9ab6e373e4b035c597ef78051107e929931e6e63c93bcb4449f220d0ad2dda)...done
projects.registry.vmware.com/antrea/antrea-ubuntu:latest
unpacking projects.registry.vmware.com/antrea/flow-aggregator:matrix-photon-3-k8s-v1-17-5-build-num-12 (sha256:3ddc382ed067346dfde0fd6ea0e46fc3cdd6f0eaedace52f0ee0dcfbc12fba27)...done
projects.registry.vmware.com/antrea/flow-aggregator:latest
# Host 192.168.4.12 found: line 455
/var/lib/jenkins/.ssh/known_hosts updated.
Original contents retained as /var/lib/jenkins/.ssh/known_hosts.old
Warning: Permanently added '192.168.4.12' (ECDSA) to the list of known hosts.
unpacking projects.registry.vmware.com/antrea/antrea-ubuntu:matrix-photon-3-k8s-v1-17-5-build-num-12 (sha256:fd9ab6e373e4b035c597ef78051107e929931e6e63c93bcb4449f220d0ad2dda)...done
projects.registry.vmware.com/antrea/antrea-ubuntu:latest
unpacking projects.registry.vmware.com/antrea/flow-aggregator:matrix-photon-3-k8s-v1-17-5-build-num-12 (sha256:3ddc382ed067346dfde0fd6ea0e46fc3cdd6f0eaedace52f0ee0dcfbc12fba27)...done
projects.registry.vmware.com/antrea/flow-aggregator:latest
# Host 192.168.4.176 found: line 382
/var/lib/jenkins/.ssh/known_hosts updated.
Original contents retained as /var/lib/jenkins/.ssh/known_hosts.old
Warning: Permanently added '192.168.4.176' (ECDSA) to the list of known hosts.
unpacking projects.registry.vmware.com/antrea/antrea-ubuntu:matrix-photon-3-k8s-v1-17-5-build-num-12 (sha256:fd9ab6e373e4b035c597ef78051107e929931e6e63c93bcb4449f220d0ad2dda)...done
projects.registry.vmware.com/antrea/antrea-ubuntu:latest
unpacking projects.registry.vmware.com/antrea/flow-aggregator:matrix-photon-3-k8s-v1-17-5-build-num-12 (sha256:3ddc382ed067346dfde0fd6ea0e46fc3cdd6f0eaedace52f0ee0dcfbc12fba27)...done
projects.registry.vmware.com/antrea/flow-aggregator:latest
+ ./ci/jenkins/test-vmc.sh --cluster-name matrix-photon-3-k8s-v1-17-5-build-num-12 --testcase whole-conformance --test-only
====== Running Antrea Conformance Tests ======
customresourcedefinition.apiextensions.k8s.io/antreaagentinfos.clusterinformation.antrea.tanzu.vmware.com created
customresourcedefinition.apiextensions.k8s.io/antreacontrollerinfos.clusterinformation.antrea.tanzu.vmware.com created
customresourcedefinition.apiextensions.k8s.io/clusternetworkpolicies.security.antrea.tanzu.vmware.com created
customresourcedefinition.apiextensions.k8s.io/externalentities.core.antrea.tanzu.vmware.com created
customresourcedefinition.apiextensions.k8s.io/networkpolicies.security.antrea.tanzu.vmware.com created
customresourcedefinition.apiextensions.k8s.io/tiers.security.antrea.tanzu.vmware.com created
customresourcedefinition.apiextensions.k8s.io/traceflows.ops.antrea.tanzu.vmware.com created
serviceaccount/antctl created
serviceaccount/antrea-agent created
serviceaccount/antrea-controller created
clusterrole.rbac.authorization.k8s.io/aggregate-antrea-policies-edit created
clusterrole.rbac.authorization.k8s.io/aggregate-antrea-policies-view created
clusterrole.rbac.authorization.k8s.io/aggregate-traceflows-edit created
clusterrole.rbac.authorization.k8s.io/aggregate-traceflows-view created
clusterrole.rbac.authorization.k8s.io/antctl created
clusterrole.rbac.authorization.k8s.io/antrea-agent created
clusterrole.rbac.authorization.k8s.io/antrea-controller created
clusterrolebinding.rbac.authorization.k8s.io/antctl created
clusterrolebinding.rbac.authorization.k8s.io/antrea-agent created
clusterrolebinding.rbac.authorization.k8s.io/antrea-controller created
configmap/antrea-ca created
configmap/antrea-config-mfd9dcdh6d created
service/antrea created
deployment.apps/antrea-controller created
apiservice.apiregistration.k8s.io/v1alpha1.stats.antrea.tanzu.vmware.com created
apiservice.apiregistration.k8s.io/v1beta1.controlplane.antrea.tanzu.vmware.com created
apiservice.apiregistration.k8s.io/v1beta1.networking.antrea.tanzu.vmware.com created
apiservice.apiregistration.k8s.io/v1beta1.system.antrea.tanzu.vmware.com created
apiservice.apiregistration.k8s.io/v1beta2.controlplane.antrea.tanzu.vmware.com created
daemonset.apps/antrea-agent created
mutatingwebhookconfiguration.admissionregistration.k8s.io/crdmutator.antrea.tanzu.vmware.com created
validatingwebhookconfiguration.admissionregistration.k8s.io/crdvalidator.antrea.tanzu.vmware.com created
namespace/monitoring created
serviceaccount/prometheus created
clusterrole.rbac.authorization.k8s.io/prometheus created
clusterrolebinding.rbac.authorization.k8s.io/prometheus created
configmap/prometheus-server-conf created
deployment.apps/prometheus-deployment created
service/prometheus-service created
deployment.apps/coredns restarted
Waiting for deployment spec update to be observed...
Waiting for deployment "coredns" rollout to finish: 1 out of 2 new replicas have been updated...
Waiting for deployment "coredns" rollout to finish: 1 out of 2 new replicas have been updated...
Waiting for deployment "coredns" rollout to finish: 2 old replicas are pending termination...
Waiting for deployment "coredns" rollout to finish: 1 old replicas are pending termination...
Waiting for deployment "coredns" rollout to finish: 1 old replicas are pending termination...
Waiting for deployment "coredns" rollout to finish: 1 old replicas are pending termination...
Waiting for deployment "coredns" rollout to finish: 1 of 2 updated replicas are available...
deployment "coredns" successfully rolled out
deployment "antrea-controller" successfully rolled out
daemon set "antrea-agent" successfully rolled out
=== Move kubeconfig to master ===
Your version of sonobuoy is not recent enough, installing version v0.19.0
Installing sonobuoy
Using this sonobuoy: /tmp/antrea/sonobuoy
time="2020-12-27T00:57:58Z" level=info msg="already deleted" kind=namespace namespace=sonobuoy
time="2020-12-27T00:57:58Z" level=info msg=deleted kind=clusterrolebindings
time="2020-12-27T00:57:58Z" level=info msg=deleted kind=clusterroles
+ [[ '' == '' ]]
+ [[ '' == '' ]]
+ /tmp/antrea/sonobuoy run --wait --kubeconfig <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/ci/jenkins/../../jenkins/out/kubeconfig> --kube-conformance-image-version v1.19.4 --mode certified-conformance --image-pull-policy Always --sonobuoy-image projects.registry.vmware.com/sonobuoy/sonobuoy:v0.19.0 --e2e-repo-config <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/ci/conformance-image-config.yaml>
time="2020-12-27T00:58:03Z" level=info msg="created object" name=sonobuoy namespace= resource=namespaces
time="2020-12-27T00:58:03Z" level=info msg="created object" name=sonobuoy-serviceaccount namespace=sonobuoy resource=serviceaccounts
time="2020-12-27T00:58:03Z" level=info msg="created object" name=sonobuoy-serviceaccount-sonobuoy namespace= resource=clusterrolebindings
time="2020-12-27T00:58:03Z" level=info msg="created object" name=sonobuoy-serviceaccount-sonobuoy namespace= resource=clusterroles
time="2020-12-27T00:58:03Z" level=info msg="created object" name=sonobuoy-config-cm namespace=sonobuoy resource=configmaps
time="2020-12-27T00:58:03Z" level=info msg="created object" name=sonobuoy-plugins-cm namespace=sonobuoy resource=configmaps
time="2020-12-27T00:58:03Z" level=info msg="created object" name=sonobuoy namespace=sonobuoy resource=pods
time="2020-12-27T00:58:03Z" level=info msg="created object" name=repolist-cm namespace=sonobuoy resource=configmaps
time="2020-12-27T00:58:03Z" level=info msg="created object" name=sonobuoy-aggregator namespace=sonobuoy resource=services
+ set +x
Deleting sonobuoy resources because tests were successful
time="2020-12-27T03:12:23Z" level=info msg=deleted kind=namespace namespace=sonobuoy
time="2020-12-27T03:12:23Z" level=info msg=deleted kind=clusterrolebindings
time="2020-12-27T03:12:23Z" level=info msg=deleted kind=clusterroles
Running tests with sonobuoy. While test is running, check logs with: /tmp/antrea/sonobuoy --kubeconfig <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/ci/jenkins/../../jenkins/out/kubeconfig> logs -f.
Plugin: e2e
Status: failed
Total: 5234
Passed: 289
Failed: 16
Skipped: 4929

Failed tests:
[sig-network] Services should be able to change the type from ExternalName to ClusterIP [Conformance]
[sig-network] Services should have session affinity timeout work for service with type clusterIP [LinuxOnly] [Conformance]
[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]
[sig-instrumentation] Events API should delete a collection of events [Conformance]
[sig-network] Services should be able to switch session affinity for NodePort service [LinuxOnly] [Conformance]
[sig-network] Services should have session affinity work for NodePort service [LinuxOnly] [Conformance]
[sig-network] Services should serve multiport endpoints from pods [Conformance]
[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]
[sig-network] Services should have session affinity timeout work for NodePort service [LinuxOnly] [Conformance]
[sig-network] Services should have session affinity work for service with type clusterIP [LinuxOnly] [Conformance]
[sig-instrumentation] Events API should ensure that an event can be fetched, patched, deleted, and listed [Conformance]
[sig-network] Services should be able to create a functioning NodePort service [Conformance]
[sig-network] Services should be able to switch session affinity for service with type clusterIP [LinuxOnly] [Conformance]
[sig-network] Ingress API should support creating Ingress API operations [Conformance]
[sig-network] Services should be able to change the type from ExternalName to NodePort [Conformance]
[sig-network] Services should serve a basic endpoint from pods [Conformance]

Plugin: systemd-logs
Status: passed
Total: 3
Passed: 3
Failed: 0
Skipped: 0
Failed cases exist.
+ TEST_FAIL_CONFORMANCE=1
+ --registry projects.registry.vmware.com
/tmp/jenkins14790873348144965562.sh: line 9: --registry: command not found
Build step 'Execute shell' marked build as failure
Archiving artifacts

antr...@gmail.com

unread,
Jan 10, 2021, 2:09:15 AM1/10/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/13/display/redirect?page=changes>

Changes:

[noreply] Add validation e2e tests for endPort (#1699)

[noreply] Avoid concurrent Git processes when running 'make codegen' (#1711)

[noreply] Support retrieving flows of multi-tables of ovsflows command (#1708)

[noreply] Use more inclusive terminology in project (#1702)

[noreply] Document our commitment to using inclusive naming in Antrea (#1717)

[noreply] Skip AntreaProxy LB for established connections without ServiceMark

[noreply] Fix: CI should use Harbor registry in matrix job (#1705)

[noreply] Fix enablement check of feature FlowExporter (#1721)

[noreply] Fix flaky test TestControllerWithDuplicatePodCIDR (#1723)

[noreply] Bug fix in AntreaProxy IPv6 and modification of related e2e tests

[noreply] Address lgtm.com alerts based on CodeQL analysis (#1724)

[noreply] Consolidate config validation function of flow aggregator (#1718)


------------------------------------------
[...truncated 409.51 KB...]
fixtures.go:320: Deleting Pod 'test-server-hr7es15j'
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestPrometheusMetricsOnController
--- PASS: TestPrometheusMetricsOnController (4.51s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
prometheus_test.go:164: Found 192.168.9.51 10349
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestPrometheusMetricsOnAgent
--- PASS: TestPrometheusMetricsOnAgent (5.46s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
prometheus_test.go:164: Found 192.168.9.51 10350
prometheus_test.go:164: Found 192.168.9.101 10350
prometheus_test.go:164: Found 192.168.9.26 10350
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestControllerMetricsOnPrometheusServer
--- PASS: TestControllerMetricsOnPrometheusServer (5.48s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestAgentMetricsOnPrometheusServer
--- PASS: TestAgentMetricsOnPrometheusServer (5.43s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestProxyServiceSessionAffinity
--- PASS: TestProxyServiceSessionAffinity (25.86s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestProxyHairpin
--- PASS: TestProxyHairpin (13.55s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestProxyEndpointLifeCycle
--- PASS: TestProxyEndpointLifeCycle (26.67s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestProxyServiceLifeCycle
--- PASS: TestProxyServiceLifeCycle (18.98s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestUserProvidedCert
W0110 07:04:53.168522 25449 env.go:65] Environment variable POD_NAMESPACE not found
W0110 07:04:53.168550 25449 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0110 07:05:04.512064 25449 env.go:65] Environment variable POD_NAMESPACE not found
W0110 07:05:04.512084 25449 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0110 07:05:06.643350 25449 env.go:65] Environment variable POD_NAMESPACE not found
W0110 07:05:06.643374 25449 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0110 07:06:55.187911 25449 env.go:65] Environment variable POD_NAMESPACE not found
W0110 07:06:55.187953 25449 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
--- PASS: TestUserProvidedCert (132.60s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
security_test.go:197: The CABundle in ConfigMap antrea-ca is valid
security_test.go:214: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:233: Got connections from all 3 antrea-agents
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:165: CA bundle doesn't match the expected one, retrying
security_test.go:197: The CABundle in ConfigMap antrea-ca is valid
security_test.go:214: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:233: Got connections from all 3 antrea-agents
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestSelfSignedCert
W0110 07:07:16.798035 25449 env.go:65] Environment variable POD_NAMESPACE not found
W0110 07:07:16.798073 25449 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
--- PASS: TestSelfSignedCert (21.59s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
security_test.go:197: The CABundle in ConfigMap antrea-ca is valid
security_test.go:214: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:233: Got connections from all 3 antrea-agents
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestSupportBundleController
--- PASS: TestSupportBundleController (5.15s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestSupportBundleAgent
--- PASS: TestSupportBundleAgent (4.96s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestTraceflowIntraNodeANP
--- SKIP: TestTraceflowIntraNodeANP (4.43s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
antreapolicy_test.go:111: Skipping test as it required ACNP to be enabled
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestTraceflowIntraNode
=== RUN TestTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflow
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflow
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflow
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflow
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPod
--- PASS: TestTraceflowIntraNode (25.23s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:357: Creating a busybox test Pod 'test-pod-vc6rhfsr' and waiting for IP
fixtures.go:357: Creating a busybox test Pod 'test-pod-7yqbvljr' and waiting for IP
fixtures.go:357: Creating a busybox test Pod 'test-pod-ubj82323' and waiting for IP
--- PASS: TestTraceflowIntraNode/traceflowGroupTest (5.09s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflow (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflow (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflow (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflow (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPod (1.02s)
fixtures.go:320: Deleting Pod 'test-pod-ubj82323'
fixtures.go:320: Deleting Pod 'test-pod-vc6rhfsr'
fixtures.go:320: Deleting Pod 'test-pod-7yqbvljr'
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestTraceflowInterNode
=== RUN TestTraceflowInterNode/traceflowGroupTest
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflow
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflow
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflow
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflow
--- PASS: TestTraceflowInterNode (50.25s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:357: Creating a busybox test Pod 'test-pod-j3tjs9mp' and waiting for IP
fixtures.go:357: Creating a busybox test Pod 'test-pod-ye6qmlvc' and waiting for IP
fixtures.go:357: Creating a busybox test Pod 'test-pod-wjzowri6' and waiting for IP
--- PASS: TestTraceflowInterNode/traceflowGroupTest (24.08s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflow (6.03s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflow (6.01s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflow (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflow (6.02s)
fixtures.go:320: Deleting Pod 'test-pod-wjzowri6'
fixtures.go:320: Deleting Pod 'test-pod-ye6qmlvc'
fixtures.go:320: Deleting Pod 'test-pod-j3tjs9mp'
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestUpgrade
--- SKIP: TestUpgrade (0.00s)
upgrade_test.go:30: Skipping test as we are not testing for upgrade
PASS
ok github.com/vmware-tanzu/antrea/test/e2e 1800.380s
=== TEST SUCCESS !!! ===
tar: Removing leading `<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/ci/jenkins/../../'> from member names
+ ./ci/jenkins/test-vmc.sh --cluster-name matrix-photon-3-k8s-v1-17-5-build-num-13 --cleanup-only
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-13 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-13" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-13 succeeded ===
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ echo 'Whole Conformance Test failed!'
Whole Conformance Test failed!
+ exit 1

antr...@gmail.com

unread,
Jan 17, 2021, 2:00:45 AM1/17/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/14/display/redirect?page=changes>

Changes:

[noreply] Cleanup Agent integration tests (#1726)

[noreply] Add metrics of Antrea Proxy (#1704)

[noreply] Implement agent simulator as an independent bin (#1493)

[noreply] Introducing NodePortLocal in Antrea Agent (#1459)

[noreply] Revise OpenFlow pipeline: using macRewriteMark as the only mark to reset

[noreply] Check the flow-restore-wait config before and after deleting it (#1730)

[noreply] [Windows] Update the way to check the state of required Windows feature

[noreply] Fix cookie ID of decTTL flows (#1746)

[noreply] Add ClusterGroup API types (#1639)

[noreply] Conditionally pull base image for "make ubuntu" target (#1748)

[noreply] [IPv6] Traceflow IPv6 support (#1579)

[noreply] [Windows] Check interface operation results before return (#1736)

[noreply] [Windows] Provide workaround to install Hyper-V without CPU check


------------------------------------------
[...truncated 411.04 KB...]
prometheus_test.go:164: Found 192.168.4.148 10350
prometheus_test.go:164: Found 192.168.4.147 10350
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestControllerMetricsOnPrometheusServer
--- PASS: TestControllerMetricsOnPrometheusServer (4.47s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestAgentMetricsOnPrometheusServer
--- FAIL: TestAgentMetricsOnPrometheusServer (11.30s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
prometheus_test.go:294: Metric antrea_agent_egress_networkpolicy_rule_count not found in job antrea-agents
prometheus_test.go:294: Metric antrea_agent_ingress_networkpolicy_rule_count not found in job antrea-agents
prometheus_test.go:294: Metric antrea_agent_local_pod_count not found in job antrea-agents
prometheus_test.go:294: Metric antrea_agent_networkpolicy_count not found in job antrea-agents
prometheus_test.go:294: Metric antrea_agent_ovs_flow_count not found in job antrea-agents
prometheus_test.go:294: Metric antrea_agent_ovs_flow_ops_count not found in job antrea-agents
prometheus_test.go:294: Metric antrea_agent_ovs_flow_ops_error_count not found in job antrea-agents
prometheus_test.go:294: Metric antrea_agent_ovs_flow_ops_latency_milliseconds not found in job antrea-agents
prometheus_test.go:294: Metric antrea_agent_ovs_total_flow_count not found in job antrea-agents
prometheus_test.go:294: Metric antrea_agent_conntrack_total_connection_count not found in job antrea-agents
prometheus_test.go:294: Metric antrea_agent_conntrack_antrea_connection_count not found in job antrea-agents
prometheus_test.go:294: Metric antrea_agent_conntrack_max_connection_count not found in job antrea-agents
prometheus_test.go:298: Some metrics do not exist in job antrea-agents
fixtures.go:199: Exporting test logs to '<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/antrea-test-logs/TestAgentMetricsOnPrometheusServer/beforeTeardown.Jan17-06-54-24'>
fixtures.go:297: Error when exporting kubelet logs: error when running journalctl on Node 'matrix-photon-3-k8s-v1-17-5-build-num-14-9h9jn', is it available?
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestProxyServiceSessionAffinity
--- PASS: TestProxyServiceSessionAffinity (34.89s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestProxyHairpin
--- PASS: TestProxyHairpin (13.60s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestProxyEndpointLifeCycle
--- PASS: TestProxyEndpointLifeCycle (15.66s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestProxyServiceLifeCycle
--- PASS: TestProxyServiceLifeCycle (14.95s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestUserProvidedCert
W0117 06:55:54.774106 25531 env.go:65] Environment variable POD_NAMESPACE not found
W0117 06:55:54.774134 25531 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0117 06:56:10.982710 25531 env.go:65] Environment variable POD_NAMESPACE not found
W0117 06:56:10.982731 25531 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0117 06:56:13.146024 25531 env.go:65] Environment variable POD_NAMESPACE not found
W0117 06:56:13.146042 25531 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0117 06:57:57.666066 25531 env.go:65] Environment variable POD_NAMESPACE not found
W0117 06:57:57.666089 25531 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
--- PASS: TestUserProvidedCert (133.59s)
security_test.go:197: The CABundle in ConfigMap antrea-ca is valid
security_test.go:214: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:233: Got connections from all 3 antrea-agents
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestSelfSignedCert
W0117 06:58:22.293945 25531 env.go:65] Environment variable POD_NAMESPACE not found
W0117 06:58:22.293967 25531 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
--- PASS: TestSelfSignedCert (24.62s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
security_test.go:197: The CABundle in ConfigMap antrea-ca is valid
security_test.go:214: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:233: Got connections from all 3 antrea-agents
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestSupportBundleController
--- PASS: TestSupportBundleController (10.17s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestSupportBundleAgent
--- PASS: TestSupportBundleAgent (4.97s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestTraceflowIntraNodeANP
--- SKIP: TestTraceflowIntraNodeANP (5.46s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
antreapolicy_test.go:111: Skipping test as it required ACNP to be enabled
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestTraceflowIntraNode
=== RUN TestTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflow
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflow
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflow
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflow
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPod
--- PASS: TestTraceflowIntraNode (27.26s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:357: Creating a busybox test Pod 'test-pod-rm7k5gr8' and waiting for IP
fixtures.go:357: Creating a busybox test Pod 'test-pod-l15uwiyk' and waiting for IP
fixtures.go:357: Creating a busybox test Pod 'test-pod-ux0pfd7h' and waiting for IP
--- PASS: TestTraceflowIntraNode/traceflowGroupTest (5.07s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflow (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflow (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflow (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflow (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPod (1.01s)
fixtures.go:320: Deleting Pod 'test-pod-l15uwiyk'
fixtures.go:320: Deleting Pod 'test-pod-rm7k5gr8'
fixtures.go:320: Deleting Pod 'test-pod-ux0pfd7h'
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestTraceflowInterNode
=== RUN TestTraceflowInterNode/traceflowGroupTest
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflow
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflow
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflow
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflow
--- PASS: TestTraceflowInterNode (44.30s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:357: Creating a busybox test Pod 'test-pod-7ap4hvad' and waiting for IP
fixtures.go:357: Creating a busybox test Pod 'test-pod-vngobsga' and waiting for IP
fixtures.go:357: Creating a busybox test Pod 'test-pod-e0sijob4' and waiting for IP
--- PASS: TestTraceflowInterNode/traceflowGroupTest (24.06s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflow (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflow (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflow (6.01s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflow (6.02s)
fixtures.go:320: Deleting Pod 'test-pod-vngobsga'
fixtures.go:320: Deleting Pod 'test-pod-e0sijob4'
fixtures.go:320: Deleting Pod 'test-pod-7ap4hvad'
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestUpgrade
--- SKIP: TestUpgrade (0.00s)
upgrade_test.go:30: Skipping test as we are not testing for upgrade
FAIL
FAIL github.com/vmware-tanzu/antrea/test/e2e 1750.790s
FAIL
=== TEST FAILURE !!! ===
+ TEST_FAIL_E2E=1
+ ./ci/jenkins/test-vmc.sh --cluster-name matrix-photon-3-k8s-v1-17-5-build-num-14 --cleanup-only
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-14 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-14" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-14 succeeded ===
+ '[' 1 -eq 1 ']'
+ echo 'E2E Test failed!'
E2E Test failed!
+ '[' 0 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ echo 'Whole Conformance Test failed!'
Whole Conformance Test failed!
+ exit 2

antr...@gmail.com

unread,
Jan 24, 2021, 2:01:35 AM1/24/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/15/display/redirect?page=changes>

Changes:

[noreply] [Windows] Fix restart OVS service issue (#1756)

[noreply] [Refactor] Common flow tables in pipeline (#1755)

[noreply] Add Mellanox CI scripts to the project (#1729)

[noreply] Use macRewriteMark to indicate MAC rewrite in L3Fwd flow for gw0 (#1754)

[noreply] Update Github workflows ahead of default branch renaming (#1762)

[noreply] docs: update requirement of Linux kernel version from 4.4 to 4.6 (#1757)

[noreply] Use Ubuntu 20.04 more consistently instead of Ubuntu 18.04 (#1769)

[noreply] Update metric definitions to meet the convention (#1749)

[noreply] antrea-agent supports overriding apiserver (#1735)

[noreply] Normalize non standard CIDRs to fix OVS error (#1767)


------------------------------------------
[...truncated 409.84 KB...]
fixtures.go:320: Deleting Pod 'test-client-brrxyfox'
fixtures.go:320: Deleting Pod 'test-client-jj46qn5y'
fixtures.go:320: Deleting Pod 'test-server-mct9kyqt'
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestPrometheusMetricsOnController
--- PASS: TestPrometheusMetricsOnController (5.47s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
prometheus_test.go:164: Found 192.168.9.150 10349
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestPrometheusMetricsOnAgent
--- PASS: TestPrometheusMetricsOnAgent (4.48s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
prometheus_test.go:164: Found 192.168.9.109 10350
prometheus_test.go:164: Found 192.168.9.132 10350
prometheus_test.go:164: Found 192.168.9.150 10350
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestControllerMetricsOnPrometheusServer
--- PASS: TestControllerMetricsOnPrometheusServer (5.47s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestAgentMetricsOnPrometheusServer
--- PASS: TestAgentMetricsOnPrometheusServer (5.46s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestProxyServiceSessionAffinity
--- PASS: TestProxyServiceSessionAffinity (25.86s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestProxyHairpin
--- PASS: TestProxyHairpin (13.68s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestProxyEndpointLifeCycle
--- PASS: TestProxyEndpointLifeCycle (25.68s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestProxyServiceLifeCycle
--- PASS: TestProxyServiceLifeCycle (14.98s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestUserProvidedCert
W0124 06:57:08.439329 11735 env.go:65] Environment variable POD_NAMESPACE not found
W0124 06:57:08.439408 11735 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0124 06:57:24.345905 11735 env.go:65] Environment variable POD_NAMESPACE not found
W0124 06:57:24.345928 11735 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0124 06:57:26.492052 11735 env.go:65] Environment variable POD_NAMESPACE not found
W0124 06:57:26.492073 11735 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0124 06:59:10.950798 11735 env.go:65] Environment variable POD_NAMESPACE not found
W0124 06:59:10.950872 11735 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
--- PASS: TestUserProvidedCert (133.16s)
W0124 06:59:30.570673 11735 env.go:65] Environment variable POD_NAMESPACE not found
W0124 06:59:30.570692 11735 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
--- PASS: TestSelfSignedCert (19.60s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
security_test.go:197: The CABundle in ConfigMap antrea-ca is valid
security_test.go:214: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:233: Got connections from all 3 antrea-agents
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestSupportBundleController
--- PASS: TestSupportBundleController (10.18s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestSupportBundleAgent
--- PASS: TestSupportBundleAgent (4.94s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestTraceflowIntraNodeANP
--- SKIP: TestTraceflowIntraNodeANP (4.46s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
antreapolicy_test.go:111: Skipping test as it required ACNP to be enabled
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestTraceflowIntraNode
=== RUN TestTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflow
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflow
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflow
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflow
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPod
--- PASS: TestTraceflowIntraNode (21.29s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:357: Creating a busybox test Pod 'test-pod-tlsrf0i8' and waiting for IP
fixtures.go:357: Creating a busybox test Pod 'test-pod-s9nj5elt' and waiting for IP
fixtures.go:357: Creating a busybox test Pod 'test-pod-bbkoxudr' and waiting for IP
--- PASS: TestTraceflowIntraNode/traceflowGroupTest (5.09s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflow (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflow (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflow (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflow (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPod (1.02s)
fixtures.go:320: Deleting Pod 'test-pod-bbkoxudr'
fixtures.go:320: Deleting Pod 'test-pod-s9nj5elt'
fixtures.go:320: Deleting Pod 'test-pod-tlsrf0i8'
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestTraceflowInterNode
=== RUN TestTraceflowInterNode/traceflowGroupTest
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflow
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflow
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflow
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflow
--- PASS: TestTraceflowInterNode (55.26s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:357: Creating a busybox test Pod 'test-pod-5v1f6mt5' and waiting for IP
fixtures.go:357: Creating a busybox test Pod 'test-pod-5lw9ab5y' and waiting for IP
fixtures.go:357: Creating a busybox test Pod 'test-pod-5cmdm6bc' and waiting for IP
--- PASS: TestTraceflowInterNode/traceflowGroupTest (24.06s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflow (6.01s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflow (6.01s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflow (6.01s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflow (6.01s)
fixtures.go:320: Deleting Pod 'test-pod-5cmdm6bc'
fixtures.go:320: Deleting Pod 'test-pod-5lw9ab5y'
fixtures.go:320: Deleting Pod 'test-pod-5v1f6mt5'
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestUpgrade
--- SKIP: TestUpgrade (0.00s)
upgrade_test.go:30: Skipping test as we are not testing for upgrade
PASS
ok github.com/vmware-tanzu/antrea/test/e2e 1762.860s
=== TEST SUCCESS !!! ===
+ ./ci/jenkins/test-vmc.sh --cluster-name matrix-photon-3-k8s-v1-17-5-build-num-15 --cleanup-only
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-15 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-15" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-15 succeeded ===
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ echo 'Whole Conformance Test failed!'
Whole Conformance Test failed!
+ exit 1

antr...@gmail.com

unread,
Jan 31, 2021, 1:58:51 AM1/31/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/16/display/redirect>

Changes:


------------------------------------------
[...truncated 409.23 KB...]
fixtures.go:320: Deleting Pod 'test-client-6sc1i4zx'
fixtures.go:320: Deleting Pod 'test-server-7f22buj1'
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestPrometheusMetricsOnController
--- PASS: TestPrometheusMetricsOnController (5.46s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
prometheus_test.go:169: Found 192.168.4.74 10349
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestPrometheusMetricsOnAgent
--- PASS: TestPrometheusMetricsOnAgent (5.47s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
prometheus_test.go:169: Found 192.168.4.74 10350
prometheus_test.go:169: Found 192.168.4.146 10350
prometheus_test.go:169: Found 192.168.4.64 10350
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestControllerMetricsOnPrometheusServer
--- PASS: TestControllerMetricsOnPrometheusServer (4.43s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestAgentMetricsOnPrometheusServer
--- PASS: TestAgentMetricsOnPrometheusServer (5.45s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestProxyServiceSessionAffinity
--- PASS: TestProxyServiceSessionAffinity (25.84s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestProxyHairpin
--- PASS: TestProxyHairpin (12.58s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestProxyEndpointLifeCycle
--- PASS: TestProxyEndpointLifeCycle (16.63s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestProxyServiceLifeCycle
--- PASS: TestProxyServiceLifeCycle (14.98s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestUserProvidedCert
W0131 06:54:30.124936 16314 env.go:65] Environment variable POD_NAMESPACE not found
W0131 06:54:30.124973 16314 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0131 06:54:44.347215 16314 env.go:65] Environment variable POD_NAMESPACE not found
W0131 06:54:44.347238 16314 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0131 06:54:46.478336 16314 env.go:65] Environment variable POD_NAMESPACE not found
W0131 06:54:46.478359 16314 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0131 06:56:33.083091 16314 env.go:65] Environment variable POD_NAMESPACE not found
W0131 06:56:33.083188 16314 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
--- PASS: TestUserProvidedCert (133.52s)
W0131 06:56:53.655832 16314 env.go:65] Environment variable POD_NAMESPACE not found
W0131 06:56:53.655853 16314 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
--- PASS: TestSelfSignedCert (20.60s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
security_test.go:197: The CABundle in ConfigMap antrea-ca is valid
security_test.go:214: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:214: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:233: Got connections from all 3 antrea-agents
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestSupportBundleController
--- PASS: TestSupportBundleController (5.11s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestSupportBundleAgent
--- PASS: TestSupportBundleAgent (4.90s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestTraceflowIntraNodeANP
--- SKIP: TestTraceflowIntraNodeANP (5.43s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
antreapolicy_test.go:111: Skipping test as it required ACNP to be enabled
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestTraceflowIntraNode
=== RUN TestTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflow
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflow
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflow
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflow
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPod
--- PASS: TestTraceflowIntraNode (21.20s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:357: Creating a busybox test Pod 'test-pod-oxgss5i5' and waiting for IP
fixtures.go:357: Creating a busybox test Pod 'test-pod-cg8dm058' and waiting for IP
fixtures.go:357: Creating a busybox test Pod 'test-pod-an2umt2r' and waiting for IP
--- PASS: TestTraceflowIntraNode/traceflowGroupTest (5.07s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflow (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflow (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflow (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflow (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPod (1.01s)
fixtures.go:320: Deleting Pod 'test-pod-an2umt2r'
fixtures.go:320: Deleting Pod 'test-pod-cg8dm058'
fixtures.go:320: Deleting Pod 'test-pod-oxgss5i5'
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestTraceflowInterNode
=== RUN TestTraceflowInterNode/traceflowGroupTest
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflow
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflow
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflow
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflow
--- PASS: TestTraceflowInterNode (57.23s)
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:357: Creating a busybox test Pod 'test-pod-yfen6kmm' and waiting for IP
fixtures.go:357: Creating a busybox test Pod 'test-pod-j7r392u1' and waiting for IP
fixtures.go:357: Creating a busybox test Pod 'test-pod-yc0efv7r' and waiting for IP
--- PASS: TestTraceflowInterNode/traceflowGroupTest (24.06s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflow (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflow (6.01s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflow (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflow (6.01s)
fixtures.go:320: Deleting Pod 'test-pod-j7r392u1'
fixtures.go:320: Deleting Pod 'test-pod-yc0efv7r'
fixtures.go:320: Deleting Pod 'test-pod-yfen6kmm'
fixtures.go:313: Deleting 'antrea-test' K8s Namespace
=== RUN TestUpgrade
--- SKIP: TestUpgrade (0.00s)
upgrade_test.go:30: Skipping test as we are not testing for upgrade
PASS
ok github.com/vmware-tanzu/antrea/test/e2e 1779.379s
+ ./ci/jenkins/test-vmc.sh --cluster-name matrix-photon-3-k8s-v1-17-5-build-num-16 --cleanup-only
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-16 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-16" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-16 succeeded ===

antr...@gmail.com

unread,
Feb 7, 2021, 1:56:11 AM2/7/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/17/display/redirect?page=changes>

Changes:

[noreply] [CI] Enable prometheus e2e test on dual-stack and IPv6 testbeds (#1790)

[noreply] Add group membership and association query API (#1688)

[noreply] Refactor agent interfaces to support GroupMember in appliedToGroups

[noreply] Replace golicense with lichen (#1800)

[noreply] [Windows] ContainerD support (#1781)

[noreply] Add Antrea upgrade matrix test job (#1712)

[noreply] Fix AddressGroup memberKey not updated on pod IP update (#1808)

[noreply] [CI] Improve e2e tests and scripts (#1806)

[noreply] Periodically sync antrea required iptables rules (#1751)

[noreply] Service annotation based pod selection for NodePortLocal (#1743)

[noreply] Add Prometheus metrics to count ANP and ACNP Status updates (#1801)

[noreply] Update file list used to determine if a PR is a documentation PR (#1811)

[noreply] [Windows] Enhance OVS installation script (#1733)

[noreply] Provide CipherSuites option between Clients and Servers (#1784)

[noreply] Fix flaky test TestSvcUpdateAnnotation (#1814)

[noreply] Add ClusterGroup CRD resource to antrea-network-policy doc (#1803)

[noreply] Multiple fixes and small improvements for e2e tests (#1818)

[noreply] Add ClusterGroup reference in ClusterNetworkPolicy rules (#1734)

[noreply] modify elk flow collector for flow aggregator (#1727)


------------------------------------------
[...truncated 67.82 KB...]
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
prometheus_test.go:172: Found 192.168.9.177:10350
prometheus_test.go:172: Found 192.168.9.9:10350
prometheus_test.go:172: Found 192.168.9.17:10350
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestPrometheusMetricsOnAgent (5.53s)
=== RUN TestPrometheusServerControllerMetrics
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestPrometheusServerControllerMetrics (4.47s)
=== RUN TestPrometheusServerAgentMetrics
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestPrometheusServerAgentMetrics (5.51s)
=== RUN TestProxyServiceSessionAffinity
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestProxyServiceSessionAffinity (26.84s)
=== RUN TestProxyHairpin
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestProxyHairpin (13.58s)
=== RUN TestProxyEndpointLifeCycle
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestProxyEndpointLifeCycle (25.67s)
=== RUN TestProxyServiceLifeCycle
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestProxyServiceLifeCycle (14.99s)
=== RUN TestUserProvidedCert
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
W0207 06:51:09.007346 7906 env.go:65] Environment variable POD_NAMESPACE not found
W0207 06:51:09.007402 7906 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0207 06:51:21.529308 7906 env.go:65] Environment variable POD_NAMESPACE not found
W0207 06:51:21.529543 7906 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:193: The CABundle in ConfigMap antrea-ca is valid
security_test.go:210: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:229: Got connections from all 3 antrea-agents
W0207 06:51:23.661278 7906 env.go:65] Environment variable POD_NAMESPACE not found
W0207 06:51:23.661287 7906 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0207 06:53:12.322974 7906 env.go:65] Environment variable POD_NAMESPACE not found
W0207 06:53:12.323012 7906 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:193: The CABundle in ConfigMap antrea-ca is valid
security_test.go:210: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:229: Got connections from all 3 antrea-agents
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestUserProvidedCert (133.89s)
=== RUN TestSelfSignedCert
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
W0207 06:53:35.981655 7906 env.go:65] Environment variable POD_NAMESPACE not found
W0207 06:53:35.981679 7906 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:193: The CABundle in ConfigMap antrea-ca is valid
security_test.go:210: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:229: Got connections from all 3 antrea-agents
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSelfSignedCert (23.66s)
=== RUN TestSupportBundleController
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (10.13s)
=== RUN TestSupportBundleAgent
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (4.96s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:147: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-5f546848bc-znk2j
tls_test.go:147: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-5f546848bc-znk2j
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:147: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-76ns6
tls_test.go:147: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-76ns6
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestAntreaApiserverTLSConfig (41.82s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.14s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.14s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
antreapolicy_test.go:127: Skipping test as it required ACNP to be enabled
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- SKIP: TestTraceflowIntraNodeANP (4.52s)
=== RUN TestTraceflowIntraNode
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:351: Creating a busybox test Pod 'test-pod-0vfoekic' and waiting for IP
fixtures.go:351: Creating a busybox test Pod 'test-pod-s7tjxp1s' and waiting for IP
fixtures.go:351: Creating a busybox test Pod 'test-pod-r9846dc1' and waiting for IP
=== RUN TestTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflow
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflow
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflow
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflow
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPod
=== CONT TestTraceflowIntraNode
fixtures.go:314: Deleting Pod 'test-pod-0vfoekic'
fixtures.go:314: Deleting Pod 'test-pod-r9846dc1'
fixtures.go:314: Deleting Pod 'test-pod-s7tjxp1s'
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNode (21.34s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest (5.09s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflow (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflow (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflow (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflow (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPod (1.02s)
=== RUN TestTraceflowInterNode
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:351: Creating a busybox test Pod 'test-pod-rckxrml1' and waiting for IP
fixtures.go:351: Creating a busybox test Pod 'test-pod-rw778pbs' and waiting for IP
fixtures.go:351: Creating a busybox test Pod 'test-pod-p4fxyuui' and waiting for IP
=== RUN TestTraceflowInterNode/traceflowGroupTest
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflow
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflow
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflow
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflow
=== CONT TestTraceflowInterNode
fixtures.go:314: Deleting Pod 'test-pod-p4fxyuui'
fixtures.go:314: Deleting Pod 'test-pod-rw778pbs'
fixtures.go:314: Deleting Pod 'test-pod-rckxrml1'
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowInterNode (48.29s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest (24.06s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflow (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflow (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflow (6.01s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflow (6.01s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
PASS
ok github.com/vmware-tanzu/antrea/test/e2e 1825.008s
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-17 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-17" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-17 succeeded ===
Whole Conformance Test failed!

antr...@gmail.com

unread,
Feb 14, 2021, 2:03:51 AM2/14/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/18/display/redirect?page=changes>

Changes:

[noreply] [Windows] Fix network policy not working (#1832)

[noreply] [Windows] Fix uplinkTable uninitialized when disable AntreaProxy (#1834)

[noreply] [Windows] Lock container by ID to prevent concurrent modification

[noreply] Cyclonus netpol test case generator (#1765)

[noreply] Enhance Traceflow IPv6 e2e test (#1774)

[noreply] A few documentation fixes (#1825)

[noreply] Fix not dedup priorities in batch register (#1841)

[noreply] [Windows] Fix Pod cannot access endpoints with external IP through

[noreply] [CI] Enable IPv6 TestAntctlProxy test and bug fix (#1823)

[noreply] Fix unintended priority release when ovs rule install fails (#1844)

[noreply] Update meetings in README file (#1773)

[noreply] Fix incorrect use of 'uniq' in golicense run.sh script (#1821)

[noreply] Fix issues with NPL unit tests (#1826)

[noreply] Avoid warning about 'flow-restore-wait' config with netdev datapath

[noreply] Add liveness probe to Antrea Controller (#1839)

[noreply] Cleanup netpol in testANPBasic after testcase execution (#1843)

[noreply] Remove type Group from controlplane (#1813)

[noreply] Rename Netpol Cyclonus Github workflow (#1849)

[noreply] Improvements / bug fixes in NPL Controller code (#1829)

[noreply] [Windows] Always update agent configs on startup (#1847)

[noreply] Fix: add Endpoints references counter (#1815)

[noreply] move go-ipfix to v0.4.3 and fix destinationServicePort warnings (#1817)

[noreply] Increase kind e2e test timeout to 40m (#1851)

[noreply] Fix NodePort traffic bypassing ingress NetworkPolicy on Linux (#1816)

[noreply] Add ClusterGroup reference in ClusterNetworkPolicy AppliedTo (#1750)

[noreply] Support EndpointSlice in Antrea proxy (#1703)

[noreply] Fix CG validation (#1850)

[noreply] Antrea Feature Gates document update for NodePortLocal (#1809)

[noreply] Handle restartability for Node Port Local (#1758)

[noreply] Add serviceReference in ClusterGroup (#1797)

[noreply] add security support for flow aggregator (#1649)

[antonin.bas] Update CHANGELOG for v0.12.1 release

[antonin.bas] Update CHANGELOG for v0.11.2 release

[noreply] Fix NPLController unit test failure (#1859)

[noreply] Remove broken links from documentation (#1863)

[noreply] Document Antrea ARM support (#1795)

[noreply] Update docs for flow aggregator TLS support (#1861)

[noreply] Add missing patch permissions for Pods (#1864)

[noreply] Remove trailing spaces in doc (#1865)

[noreply] Add ExternalEntities to ClusterGroup (#1828)

[noreply] Update mellanox/sriovnet version to v1.0.2 (#1845)

[antonin.bas] Update CHANGELOG for v0.13.0 release

[antonin.bas] Set VERSION to v0.14.0-dev


------------------------------------------
[...truncated 68.51 KB...]
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestProxyServiceSessionAffinity (34.89s)
=== RUN TestProxyHairpin
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestProxyHairpin (16.68s)
=== RUN TestProxyEndpointLifeCycle
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestProxyEndpointLifeCycle (24.73s)
=== RUN TestProxyServiceLifeCycle
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestProxyServiceLifeCycle (29.12s)
=== RUN TestUserProvidedCert
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
W0214 06:58:54.808398 17423 env.go:65] Environment variable POD_NAMESPACE not found
W0214 06:58:54.808419 17423 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0214 06:59:10.183370 17423 env.go:65] Environment variable POD_NAMESPACE not found
W0214 06:59:10.183390 17423 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:193: The CABundle in ConfigMap antrea-ca is valid
security_test.go:210: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:229: Got connections from all 3 antrea-agents
W0214 06:59:12.340063 17423 env.go:65] Environment variable POD_NAMESPACE not found
W0214 06:59:12.340072 17423 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0214 07:00:56.999483 17423 env.go:65] Environment variable POD_NAMESPACE not found
W0214 07:00:56.999509 17423 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:193: The CABundle in ConfigMap antrea-ca is valid
security_test.go:210: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:229: Got connections from all 3 antrea-agents
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestUserProvidedCert (132.84s)
=== RUN TestSelfSignedCert
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
W0214 07:01:24.642676 17423 env.go:65] Environment variable POD_NAMESPACE not found
W0214 07:01:24.642697 17423 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:193: The CABundle in ConfigMap antrea-ca is valid
security_test.go:210: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:229: Got connections from all 3 antrea-agents
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSelfSignedCert (27.64s)
=== RUN TestSupportBundleController
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (10.22s)
=== RUN TestSupportBundleAgent
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (5.00s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:147: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-86c487665d-cswkg
tls_test.go:147: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-86c487665d-cswkg
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:147: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-9dz5b
tls_test.go:147: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-9dz5b
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestAntreaApiserverTLSConfig (35.91s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.15s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.15s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
antreapolicy_test.go:127: Skipping test as it required ACNP to be enabled
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- SKIP: TestTraceflowIntraNodeANP (4.51s)
=== RUN TestTraceflowIntraNode
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:351: Creating a busybox test Pod 'test-pod-cy8sc3kr' and waiting for IP
fixtures.go:351: Creating a busybox test Pod 'test-pod-23gbfwf1' and waiting for IP
fixtures.go:351: Creating a busybox test Pod 'test-pod-hp7jb4sk' and waiting for IP
=== RUN TestTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:64: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:64: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:64: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:64: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:64: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowIntraNode
fixtures.go:314: Deleting Pod 'test-pod-hp7jb4sk'
fixtures.go:314: Deleting Pod 'test-pod-cy8sc3kr'
fixtures.go:314: Deleting Pod 'test-pod-23gbfwf1'
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNode (22.24s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest (5.07s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.01s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
=== RUN TestTraceflowInterNode
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:351: Creating a busybox test Pod 'test-pod-5vfp8el8' and waiting for IP
fixtures.go:351: Creating a busybox test Pod 'test-pod-hhqvdz83' and waiting for IP
fixtures.go:351: Creating a busybox test Pod 'test-pod-ydof1ri8' and waiting for IP
=== RUN TestTraceflowInterNode/traceflowGroupTest
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:64: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:64: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:64: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:64: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowInterNode
fixtures.go:314: Deleting Pod 'test-pod-hhqvdz83'
fixtures.go:314: Deleting Pod 'test-pod-ydof1ri8'
fixtures.go:314: Deleting Pod 'test-pod-5vfp8el8'
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowInterNode (45.37s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest (24.07s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (6.01s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (6.02s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
PASS
ok github.com/vmware-tanzu/antrea/test/e2e 1830.821s
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-18 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-18" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-18 succeeded ===

antr...@gmail.com

unread,
Feb 21, 2021, 2:02:12 AM2/21/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/19/display/redirect?page=changes>

Changes:

[noreply] Fail golicense Github workflow if license check fails (#1858)

[noreply] Disable deadlink checker for Github handles (#1881)

[noreply] Update Port used in e2e test to int32 (#1854)

[noreply] Add link to community information at the end of troubleshooting doc

[noreply] Fix libOpenflow crash for some Traceflow requests (#1883)

[noreply] Improve Antrea-policy e2e testcase execution logic (#1853)

[noreply] Delete IPTABLES rules for NodePortLocal when nplPortRange is updated


------------------------------------------
[...truncated 73.26 KB...]
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestProxyServiceSessionAffinity (45.90s)
=== RUN TestProxyHairpin
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestProxyHairpin (16.63s)
=== RUN TestProxyEndpointLifeCycle
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestProxyEndpointLifeCycle (24.72s)
=== RUN TestProxyServiceLifeCycle
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestProxyServiceLifeCycle (28.12s)
=== RUN TestUserProvidedCert
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
W0221 06:56:37.117532 4531 env.go:65] Environment variable POD_NAMESPACE not found
W0221 06:56:37.117687 4531 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0221 06:56:54.743100 4531 env.go:65] Environment variable POD_NAMESPACE not found
W0221 06:56:54.743124 4531 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:193: The CABundle in ConfigMap antrea-ca is valid
security_test.go:210: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:229: Got connections from all 3 antrea-agents
W0221 06:56:56.867374 4531 env.go:65] Environment variable POD_NAMESPACE not found
W0221 06:56:56.867383 4531 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0221 06:58:41.169710 4531 env.go:65] Environment variable POD_NAMESPACE not found
W0221 06:58:41.169750 4531 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:193: The CABundle in ConfigMap antrea-ca is valid
security_test.go:210: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:229: Got connections from all 3 antrea-agents
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestUserProvidedCert (134.68s)
=== RUN TestSelfSignedCert
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
W0221 06:59:07.821103 4531 env.go:65] Environment variable POD_NAMESPACE not found
W0221 06:59:07.821131 4531 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:193: The CABundle in ConfigMap antrea-ca is valid
security_test.go:210: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:229: Got connections from all 3 antrea-agents
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSelfSignedCert (26.66s)
=== RUN TestSupportBundleController
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (5.21s)
=== RUN TestSupportBundleAgent
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (4.98s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:147: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-86c487665d-gth7r
tls_test.go:147: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-86c487665d-gth7r
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:147: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-wvqvr
tls_test.go:147: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-wvqvr
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestAntreaApiserverTLSConfig (40.92s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.17s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.14s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
antreapolicy_test.go:129: Skipping test as it required ACNP to be enabled
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- SKIP: TestTraceflowIntraNodeANP (4.49s)
=== RUN TestTraceflowIntraNode
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:351: Creating a busybox test Pod 'test-pod-7ylmqwg9' and waiting for IP
fixtures.go:351: Creating a busybox test Pod 'test-pod-avyjcxc5' and waiting for IP
fixtures.go:351: Creating a busybox test Pod 'test-pod-3ut6cft5' and waiting for IP
=== RUN TestTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:64: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:64: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:64: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:64: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:64: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowIntraNode
fixtures.go:314: Deleting Pod 'test-pod-3ut6cft5'
fixtures.go:314: Deleting Pod 'test-pod-avyjcxc5'
fixtures.go:314: Deleting Pod 'test-pod-7ylmqwg9'
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNode (33.29s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest (5.08s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.01s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
=== RUN TestTraceflowInterNode
fixtures.go:121: Creating 'antrea-test' K8s Namespace
fixtures.go:84: Applying Antrea YAML
fixtures.go:88: Waiting for all Antrea DaemonSet Pods
fixtures.go:92: Checking CoreDNS deployment
fixtures.go:351: Creating a busybox test Pod 'test-pod-1vxy9gy6' and waiting for IP
fixtures.go:351: Creating a busybox test Pod 'test-pod-4cbwv71a' and waiting for IP
fixtures.go:351: Creating a busybox test Pod 'test-pod-f8rli68m' and waiting for IP
=== RUN TestTraceflowInterNode/traceflowGroupTest
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:64: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:64: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:64: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:64: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowInterNode
fixtures.go:314: Deleting Pod 'test-pod-f8rli68m'
fixtures.go:314: Deleting Pod 'test-pod-4cbwv71a'
fixtures.go:314: Deleting Pod 'test-pod-1vxy9gy6'
fixtures.go:307: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowInterNode (46.44s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest (24.18s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (6.11s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (6.04s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (6.02s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
PASS
ok github.com/vmware-tanzu/antrea/test/e2e 1924.554s
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-19 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-19" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-19 succeeded ===

antr...@gmail.com

unread,
Feb 28, 2021, 1:59:44 AM2/28/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/20/display/redirect?page=changes>

Changes:

[noreply] Change antctl traceflow command to output results at timeout/failure

[noreply] Use main as the base branch of Codecov (#1896)

[noreply] move go-ipfix to v0.4.5 (#1890)

[noreply] Ensure that "antctl version" always outputs the client version (#1876)

[noreply] Unify the writting of containerd (#1846)

[noreply] Fix the formatting of antctl trace-packet output (#1897)

[noreply] Clean up stale IP addresses on Antrea host gateway (#1900)

[noreply] [CI] Fix wrong trigger phrase in integration-manual job (#1905)

[noreply] Fix Traceflow implementation for external IPs and gateway IP (#1884)

[noreply] Fix misleading comments about defaultMTU config parameter (#1906)

[noreply] Fix deadlink to PhotonOS documentation (#1913)

[noreply] Add new area labels for ops and Traceflow (#1918)

[noreply] Support dumping OVS flows for a Service (#1877)


------------------------------------------
[...truncated 70.11 KB...]
--- PASS: TestProxyHairpin (16.64s)
=== RUN TestProxyEndpointLifeCycle
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
fixtures.go:319: Deleting 'antrea-test' K8s Namespace
--- PASS: TestProxyEndpointLifeCycle (24.64s)
=== RUN TestProxyServiceLifeCycle
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
fixtures.go:319: Deleting 'antrea-test' K8s Namespace
--- PASS: TestProxyServiceLifeCycle (19.01s)
=== RUN TestUserProvidedCert
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
W0228 06:53:40.848051 22454 env.go:65] Environment variable POD_NAMESPACE not found
W0228 06:53:40.848077 22454 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0228 06:53:58.850588 22454 env.go:65] Environment variable POD_NAMESPACE not found
W0228 06:53:58.850613 22454 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:193: The CABundle in ConfigMap antrea-ca is valid
security_test.go:210: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:229: Got connections from all 3 antrea-agents
W0228 06:54:00.977350 22454 env.go:65] Environment variable POD_NAMESPACE not found
W0228 06:54:00.977374 22454 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0228 06:55:43.632797 22454 env.go:65] Environment variable POD_NAMESPACE not found
W0228 06:55:43.632828 22454 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:193: The CABundle in ConfigMap antrea-ca is valid
security_test.go:210: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:229: Got connections from all 3 antrea-agents
fixtures.go:319: Deleting 'antrea-test' K8s Namespace
--- PASS: TestUserProvidedCert (133.42s)
=== RUN TestSelfSignedCert
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
W0228 06:56:08.295884 22454 env.go:65] Environment variable POD_NAMESPACE not found
W0228 06:56:08.295908 22454 certificate.go:65] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:193: The CABundle in ConfigMap antrea-ca is valid
security_test.go:210: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:229: Got connections from all 3 antrea-agents
fixtures.go:319: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSelfSignedCert (24.65s)
=== RUN TestSupportBundleController
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
fixtures.go:319: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (10.17s)
=== RUN TestSupportBundleAgent
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
fixtures.go:319: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (5.00s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:147: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-99c7786c8-wbk7j
tls_test.go:147: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-99c7786c8-wbk7j
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:147: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-bkm28
tls_test.go:147: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-bkm28
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:319: Deleting 'antrea-test' K8s Namespace
--- PASS: TestAntreaApiserverTLSConfig (33.89s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.14s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.17s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
antreapolicy_test.go:129: Skipping test as it required ACNP to be enabled
fixtures.go:319: Deleting 'antrea-test' K8s Namespace
--- SKIP: TestTraceflowIntraNodeANP (4.48s)
=== RUN TestTraceflowIntraNode
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
fixtures.go:363: Creating a busybox test Pod 'test-pod-w2a6duhx' and waiting for IP
fixtures.go:363: Creating a busybox test Pod 'test-pod-gvxx9t44' and waiting for IP
fixtures.go:363: Creating a busybox test Pod 'test-pod-ayq01zqu' and waiting for IP
=== RUN TestTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflowIntraNode
fixtures.go:326: Deleting Pod 'test-pod-gvxx9t44'
fixtures.go:326: Deleting Pod 'test-pod-ayq01zqu'
fixtures.go:326: Deleting Pod 'test-pod-w2a6duhx'
fixtures.go:319: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNode (48.26s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest (11.09s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.02s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (6.01s)
=== RUN TestTraceflowInterNode
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
fixtures.go:363: Creating a busybox test Pod 'test-pod-ctjw9gc7' and waiting for IP
fixtures.go:363: Creating a busybox test Pod 'test-pod-lhxx1p75' and waiting for IP
fixtures.go:363: Creating a busybox test Pod 'test-pod-izryral9' and waiting for IP
=== RUN TestTraceflowInterNode/traceflowGroupTest
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowInterNode
fixtures.go:326: Deleting Pod 'test-pod-izryral9'
fixtures.go:326: Deleting Pod 'test-pod-lhxx1p75'
fixtures.go:326: Deleting Pod 'test-pod-ctjw9gc7'
fixtures.go:319: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowInterNode (59.28s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest (24.07s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (6.01s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (6.02s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
=== RUN TestTraceflowExternalIP
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
fixtures.go:363: Creating a busybox test Pod 'test-pod-9ligftwu' and waiting for IP
fixtures.go:326: Deleting Pod 'test-pod-9ligftwu'
fixtures.go:319: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowExternalIP (32.88s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
PASS
ok github.com/vmware-tanzu/antrea/test/e2e 1941.300s
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-20 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-20" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-20 succeeded ===

antr...@gmail.com

unread,
Mar 7, 2021, 2:21:34 AM3/7/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/21/display/redirect?page=changes>

Changes:

[noreply] Remove go.mod replace statement for gonetsh (#1911)

[noreply] Reduce log level severity in advertiseContainerAddr when no v4 address

[noreply] A few more changes to the set of Github labels for Antrea (#1928)

[noreply] End to End tests for NodePortLocal (#1766)

[noreply] Add Namespace name as labels using mutating webhook (#1690)

[noreply] CreateOrUpdateDeployment should use deployment to update (#1929)

[noreply] Add E2E testcases for CG service reference (#1885)

[noreply] [IPv6] Use localhost and add IPv6 loopback addresses (#1886)

[noreply] Trigger Docker multi-arch build on pushes and releases (#1932)

[noreply] Revise the flow cache key format for Services and Endpoints flows

[noreply] Do not construct intermediate sets when calculating union of multiple

[noreply] Introduce a cluster UUID persisted to a ConfigMap (#1805)

[noreply] Move Windows net util unit test to integration (#1908)

[noreply] Pod filtering for Services based on Namespaces in NodePortLocal (#1927)


------------------------------------------
[...truncated 86.70 KB...]
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
fixtures.go:319: Deleting 'antrea-test' K8s Namespace
--- PASS: TestProxyEndpointLifeCycle (18.77s)
=== RUN TestProxyServiceLifeCycle
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
fixtures.go:319: Deleting 'antrea-test' K8s Namespace
--- PASS: TestProxyServiceLifeCycle (26.00s)
=== RUN TestUserProvidedCert
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
W0307 07:15:53.092884 11583 env.go:67] Environment variable POD_NAMESPACE not found
W0307 07:15:53.092907 11583 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0307 07:16:08.780356 11583 env.go:67] Environment variable POD_NAMESPACE not found
W0307 07:16:08.780379 11583 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:193: The CABundle in ConfigMap antrea-ca is valid
security_test.go:210: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:229: Got connections from all 3 antrea-agents
W0307 07:16:10.918876 11583 env.go:67] Environment variable POD_NAMESPACE not found
W0307 07:16:10.918891 11583 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0307 07:17:57.189031 11583 env.go:67] Environment variable POD_NAMESPACE not found
W0307 07:17:57.189060 11583 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:193: The CABundle in ConfigMap antrea-ca is valid
security_test.go:210: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:229: Got connections from all 3 antrea-agents
fixtures.go:319: Deleting 'antrea-test' K8s Namespace
--- PASS: TestUserProvidedCert (134.73s)
=== RUN TestSelfSignedCert
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
W0307 07:18:16.831424 11583 env.go:67] Environment variable POD_NAMESPACE not found
W0307 07:18:16.831444 11583 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:193: The CABundle in ConfigMap antrea-ca is valid
security_test.go:210: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:229: Got connections from all 3 antrea-agents
fixtures.go:319: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSelfSignedCert (19.66s)
=== RUN TestSupportBundleController
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
fixtures.go:319: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (10.17s)
=== RUN TestSupportBundleAgent
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
fixtures.go:319: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (4.98s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:147: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-86ddbd4b6-fwmx4
tls_test.go:147: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-86ddbd4b6-fwmx4
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:147: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-fl8s5
tls_test.go:147: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-fl8s5
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:319: Deleting 'antrea-test' K8s Namespace
--- PASS: TestAntreaApiserverTLSConfig (47.90s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.16s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.15s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
antreapolicy_test.go:129: Skipping test as it required ACNP to be enabled
fixtures.go:319: Deleting 'antrea-test' K8s Namespace
--- SKIP: TestTraceflowIntraNodeANP (4.51s)
=== RUN TestTraceflowIntraNode
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
fixtures.go:363: Creating a busybox test Pod 'test-pod-p38eaiqk' and waiting for IP
fixtures.go:363: Creating a busybox test Pod 'test-pod-x4ijhm3k' and waiting for IP
fixtures.go:363: Creating a busybox test Pod 'test-pod-wqegx61j' and waiting for IP
=== RUN TestTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflowIntraNode
fixtures.go:326: Deleting Pod 'test-pod-p38eaiqk'
fixtures.go:326: Deleting Pod 'test-pod-wqegx61j'
fixtures.go:326: Deleting Pod 'test-pod-x4ijhm3k'
fixtures.go:319: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNode (32.34s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest (11.10s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.03s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.01s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (6.01s)
=== RUN TestTraceflowInterNode
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
fixtures.go:363: Creating a busybox test Pod 'test-pod-mpeypjnw' and waiting for IP
fixtures.go:363: Creating a busybox test Pod 'test-pod-tpni79qd' and waiting for IP
fixtures.go:363: Creating a busybox test Pod 'test-pod-9uqenfnc' and waiting for IP
=== RUN TestTraceflowInterNode/traceflowGroupTest
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowInterNode
fixtures.go:326: Deleting Pod 'test-pod-9uqenfnc'
fixtures.go:326: Deleting Pod 'test-pod-tpni79qd'
fixtures.go:326: Deleting Pod 'test-pod-mpeypjnw'
fixtures.go:319: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowInterNode (43.32s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest (24.07s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (6.02s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
=== RUN TestTraceflowExternalIP
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
fixtures.go:363: Creating a busybox test Pod 'test-pod-0x9rp80k' and waiting for IP
fixtures.go:326: Deleting Pod 'test-pod-0x9rp80k'
fixtures.go:319: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowExternalIP (27.56s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
PASS
ok github.com/vmware-tanzu/antrea/test/e2e 2297.941s
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-21 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-21" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-21 succeeded ===

antr...@gmail.com

unread,
Mar 14, 2021, 3:25:26 AM3/14/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/22/display/redirect?page=changes>

Changes:

[noreply] Update Hardware Offload documentation (#1943)

[noreply] Change flow export mechanism in Flow Exporter (#1714)

[noreply] Support creating IPv6-only Vagrant-based K8s cluster (#1891)

[noreply] [CI] Refactor CI e2e (#1939)

[noreply] Improve Kibana dashboard and the screenshots in doc (#1933)

[noreply] Improve calculating symmetric difference (#1944)

[noreply] Add code coverage for flow aggregator (#1898)

[noreply] Return antrea-cluster-identity creation time in identity provider


------------------------------------------
[...truncated 90.18 KB...]
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
fixtures.go:321: Deleting 'antrea-test' K8s Namespace
--- PASS: TestProxyEndpointLifeCycle (24.68s)
=== RUN TestProxyServiceLifeCycle
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
fixtures.go:321: Deleting 'antrea-test' K8s Namespace
--- PASS: TestProxyServiceLifeCycle (29.10s)
=== RUN TestUserProvidedCert
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
W0314 07:19:28.757410 30707 env.go:67] Environment variable POD_NAMESPACE not found
W0314 07:19:28.757430 30707 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0314 07:19:42.349993 30707 env.go:67] Environment variable POD_NAMESPACE not found
W0314 07:19:42.350016 30707 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:191: The CABundle in ConfigMap antrea-ca is valid
security_test.go:208: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:227: Got connections from all 3 antrea-agents
W0314 07:19:44.488256 30707 env.go:67] Environment variable POD_NAMESPACE not found
W0314 07:19:44.488264 30707 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
security_test.go:163: CA bundle doesn't match the expected one, retrying
W0314 07:21:30.936852 30707 env.go:67] Environment variable POD_NAMESPACE not found
W0314 07:21:30.936873 30707 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:191: The CABundle in ConfigMap antrea-ca is valid
security_test.go:208: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:227: Got connections from all 3 antrea-agents
fixtures.go:321: Deleting 'antrea-test' K8s Namespace
--- PASS: TestUserProvidedCert (132.82s)
=== RUN TestSelfSignedCert
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
W0314 07:21:58.640661 30707 env.go:67] Environment variable POD_NAMESPACE not found
W0314 07:21:58.640683 30707 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:191: The CABundle in ConfigMap antrea-ca is valid
security_test.go:208: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:227: Got connections from all 3 antrea-agents
fixtures.go:321: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSelfSignedCert (27.71s)
=== RUN TestSupportBundleController
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
fixtures.go:321: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (10.21s)
=== RUN TestSupportBundleAgent
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
fixtures.go:321: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (5.00s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-6dff694cb-4gjfx
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-6dff694cb-4gjfx
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-48gdc
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-48gdc
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:321: Deleting 'antrea-test' K8s Namespace
--- PASS: TestAntreaApiserverTLSConfig (38.86s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.15s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.16s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
antreapolicy_test.go:129: Skipping test as it required ACNP to be enabled
fixtures.go:321: Deleting 'antrea-test' K8s Namespace
--- SKIP: TestTraceflowIntraNodeANP (4.54s)
=== RUN TestTraceflowIntraNode
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
fixtures.go:365: Creating a busybox test Pod 'test-pod-cpuicpch' and waiting for IP
fixtures.go:365: Creating a busybox test Pod 'test-pod-c91dnmpa' and waiting for IP
fixtures.go:365: Creating a busybox test Pod 'test-pod-xwfscuo3' and waiting for IP
=== RUN TestTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflowIntraNode
fixtures.go:328: Deleting Pod 'test-pod-xwfscuo3'
fixtures.go:328: Deleting Pod 'test-pod-c91dnmpa'
fixtures.go:328: Deleting Pod 'test-pod-cpuicpch'
fixtures.go:321: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNode (28.32s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest (11.08s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.01s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (6.01s)
=== RUN TestTraceflowInterNode
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
fixtures.go:365: Creating a busybox test Pod 'test-pod-ja7c53uw' and waiting for IP
fixtures.go:365: Creating a busybox test Pod 'test-pod-gcczki03' and waiting for IP
fixtures.go:365: Creating a busybox test Pod 'test-pod-wej35mjk' and waiting for IP
=== RUN TestTraceflowInterNode/traceflowGroupTest
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:66: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowInterNode
fixtures.go:328: Deleting Pod 'test-pod-wej35mjk'
fixtures.go:328: Deleting Pod 'test-pod-gcczki03'
fixtures.go:328: Deleting Pod 'test-pod-ja7c53uw'
fixtures.go:321: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowInterNode (49.40s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest (24.07s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (6.01s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
=== RUN TestTraceflowExternalIP
fixtures.go:133: Creating 'antrea-test' K8s Namespace
fixtures.go:96: Applying Antrea YAML
fixtures.go:100: Waiting for all Antrea DaemonSet Pods
fixtures.go:104: Checking CoreDNS deployment
fixtures.go:365: Creating a busybox test Pod 'test-pod-gct13tpk' and waiting for IP
fixtures.go:328: Deleting Pod 'test-pod-gct13tpk'
fixtures.go:321: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowExternalIP (21.58s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
FAIL
FAIL github.com/vmware-tanzu/antrea/test/e2e 2244.881s
FAIL
=== TEST FAILURE !!! ===
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-22 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-22" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-22 succeeded ===
E2E Test failed!

antr...@gmail.com

unread,
Mar 21, 2021, 3:51:32 AM3/21/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/23/display/redirect?page=changes>

Changes:

[noreply] Support Rule Level NetworkPolicy statistics (#1780)

[noreply] Do not override global testData in e2e tests (#1955)

[noreply] update ubuntu 18.04 to ubuntu 20.04 (#1960)

[noreply] Refactor Windows SNAT flows for SNAT policy implementation (#1892)

[noreply] Fix multus daemonset rename in mellanox ci (#1964)

[noreply] Fix the bug in Flow Exporter that causes intermittent errors in e2e

[noreply] Improve logs when there is a timeout error (#1946)

[noreply] Switch to the latest commit of github.com/contiv/libOpenflow (#1953)

[noreply] Reject action support (#1888)

[noreply] Extract and optimize group member calculation (#1937)

[noreply] Change Mellanox CI logs URL to point to the HTML logs directly (#1972)

[noreply] Add single stack IPv6 support in Flow aggregator and ELK flow collector

[noreply] [CI] Use UserKnownHostsFile option in VMC Jenkins ssh/scp (#1971)

[noreply] Add socat to antrea/netpol-test image (#1947)

[noreply] Improve push-antrea.sh script (Vagrant testbed) (#1977)


------------------------------------------
[...truncated 89.76 KB...]
=== RUN TestProxyEndpointLifeCycle
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
fixtures.go:107: Waiting for all Antrea DaemonSet Pods
fixtures.go:111: Checking CoreDNS deployment
fixtures.go:338: Deleting 'antrea-test' K8s Namespace
--- PASS: TestProxyEndpointLifeCycle (18.71s)
=== RUN TestProxyServiceLifeCycle
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
fixtures.go:107: Waiting for all Antrea DaemonSet Pods
fixtures.go:111: Checking CoreDNS deployment
fixtures.go:338: Deleting 'antrea-test' K8s Namespace
--- PASS: TestProxyServiceLifeCycle (20.02s)
=== RUN TestUserProvidedCert
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
fixtures.go:107: Waiting for all Antrea DaemonSet Pods
fixtures.go:111: Checking CoreDNS deployment
W0321 07:45:19.904360 25189 env.go:67] Environment variable POD_NAMESPACE not found
W0321 07:45:19.904382 25189 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0321 07:45:36.213249 25189 env.go:67] Environment variable POD_NAMESPACE not found
W0321 07:45:36.213276 25189 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:191: The CABundle in ConfigMap antrea-ca is valid
security_test.go:208: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:227: Got connections from all 3 antrea-agents
W0321 07:45:38.342297 25189 env.go:67] Environment variable POD_NAMESPACE not found
W0321 07:45:38.342305 25189 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0321 07:47:22.685425 25189 env.go:67] Environment variable POD_NAMESPACE not found
W0321 07:47:22.685443 25189 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:191: The CABundle in ConfigMap antrea-ca is valid
security_test.go:208: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:227: Got connections from all 3 antrea-agents
fixtures.go:338: Deleting 'antrea-test' K8s Namespace
--- PASS: TestUserProvidedCert (133.37s)
=== RUN TestSelfSignedCert
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
fixtures.go:107: Waiting for all Antrea DaemonSet Pods
fixtures.go:111: Checking CoreDNS deployment
W0321 07:47:43.289002 25189 env.go:67] Environment variable POD_NAMESPACE not found
W0321 07:47:43.289037 25189 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:191: The CABundle in ConfigMap antrea-ca is valid
security_test.go:208: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:227: Got connections from all 3 antrea-agents
fixtures.go:338: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSelfSignedCert (20.61s)
=== RUN TestSupportBundleController
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
fixtures.go:107: Waiting for all Antrea DaemonSet Pods
fixtures.go:111: Checking CoreDNS deployment
fixtures.go:338: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (10.23s)
=== RUN TestSupportBundleAgent
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
fixtures.go:107: Waiting for all Antrea DaemonSet Pods
fixtures.go:111: Checking CoreDNS deployment
fixtures.go:338: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (4.98s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
fixtures.go:107: Waiting for all Antrea DaemonSet Pods
fixtures.go:111: Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-6dff694cb-skhsx
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-6dff694cb-skhsx
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-wvm9c
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-wvm9c
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:338: Deleting 'antrea-test' K8s Namespace
--- PASS: TestAntreaApiserverTLSConfig (46.84s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.15s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.14s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
fixtures.go:107: Waiting for all Antrea DaemonSet Pods
fixtures.go:111: Checking CoreDNS deployment
antreapolicy_test.go:131: Skipping test as it required ACNP to be enabled
fixtures.go:338: Deleting 'antrea-test' K8s Namespace
--- SKIP: TestTraceflowIntraNodeANP (4.47s)
=== RUN TestTraceflowIntraNode
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
fixtures.go:107: Waiting for all Antrea DaemonSet Pods
fixtures.go:111: Checking CoreDNS deployment
fixtures.go:382: Creating a busybox test Pod 'test-pod-fcfl7jwc' and waiting for IP
fixtures.go:382: Creating a busybox test Pod 'test-pod-u2k5jgsu' and waiting for IP
fixtures.go:382: Creating a busybox test Pod 'test-pod-o9mm6bgx' and waiting for IP
=== RUN TestTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflowIntraNode
fixtures.go:345: Deleting Pod 'test-pod-o9mm6bgx'
fixtures.go:345: Deleting Pod 'test-pod-fcfl7jwc'
fixtures.go:345: Deleting Pod 'test-pod-u2k5jgsu'
fixtures.go:338: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNode (28.27s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest (11.09s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.02s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (6.01s)
=== RUN TestTraceflowInterNode
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
fixtures.go:107: Waiting for all Antrea DaemonSet Pods
fixtures.go:111: Checking CoreDNS deployment
fixtures.go:382: Creating a busybox test Pod 'test-pod-i6vmctz1' and waiting for IP
fixtures.go:382: Creating a busybox test Pod 'test-pod-4toay9ff' and waiting for IP
fixtures.go:382: Creating a busybox test Pod 'test-pod-vzolfsix' and waiting for IP
=== RUN TestTraceflowInterNode/traceflowGroupTest
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowInterNode
fixtures.go:345: Deleting Pod 'test-pod-4toay9ff'
fixtures.go:345: Deleting Pod 'test-pod-vzolfsix'
fixtures.go:345: Deleting Pod 'test-pod-i6vmctz1'
fixtures.go:338: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowInterNode (63.30s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest (24.06s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (6.01s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (6.01s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (6.02s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
=== RUN TestTraceflowExternalIP
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
fixtures.go:107: Waiting for all Antrea DaemonSet Pods
fixtures.go:111: Checking CoreDNS deployment
fixtures.go:382: Creating a busybox test Pod 'test-pod-ubwuit7b' and waiting for IP
fixtures.go:345: Deleting Pod 'test-pod-ubwuit7b'
fixtures.go:338: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowExternalIP (20.55s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
PASS
ok github.com/vmware-tanzu/antrea/test/e2e 2343.075s
=== TEST SUCCESS !!! ===
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-23 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-23" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-23 succeeded ===

antr...@gmail.com

unread,
Mar 28, 2021, 3:34:57 AM3/28/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/24/display/redirect?page=changes>

Changes:

[noreply] Ensure Github workflows use up-to-date base Docker images (#1951)

[noreply] Fix Docker build when main branch is updated (#1980)

[noreply] Store OVS version in a single place (#1985)

[noreply] [Windows] Check if importing certificate is needed (#1963)

[noreply] Add OVS_VERSION to hw-offload CI docker build (#1997)

[noreply] Fix NetworkPolicy logging for IPv6 connections (#1990)

[noreply] Add OVS flows for implementing Egress (#1969)

[noreply] Add IPv4/v6 dual stack support in Flow aggregator (#1962)

[noreply] Add nested ClusterGroup support (#1920)


------------------------------------------
[...truncated 80.26 KB...]
Error Trace: proxy_test.go:175
proxy_test.go:162
Error: Received unexpected error:
timed out waiting for the condition
Test: TestProxyEndpointLifeCycle
fixtures.go:208: Exporting test logs to '<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/antrea-test-logs/TestProxyEndpointLifeCycle/beforeTeardown.Mar28-07-25-58'>
fixtures.go:309: Error when exporting kubelet logs: error when running journalctl on Node 'matrix-photon-3-k8s-v1-17-5-build-num-24-wntxl', is it available?
fixtures.go:330: Deleting 'antrea-test' K8s Namespace
--- FAIL: TestProxyEndpointLifeCycle (107.24s)
=== RUN TestProxyServiceLifeCycle
fixtures.go:134: Creating 'antrea-test' K8s Namespace
fixtures.go:97: Applying Antrea YAML
fixtures.go:101: Waiting for all Antrea DaemonSet Pods
fixtures.go:105: Checking CoreDNS deployment
proxy_test.go:235:
Error Trace: proxy_test.go:235
proxy_test.go:221
Error: Received unexpected error:
timed out waiting for the condition
Test: TestProxyServiceLifeCycle
fixtures.go:208: Exporting test logs to '<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/antrea-test-logs/TestProxyServiceLifeCycle/beforeTeardown.Mar28-07-27-47'>
fixtures.go:309: Error when exporting kubelet logs: error when running journalctl on Node 'matrix-photon-3-k8s-v1-17-5-build-num-24-wntxl', is it available?
fixtures.go:330: Deleting 'antrea-test' K8s Namespace
--- FAIL: TestProxyServiceLifeCycle (104.36s)
=== RUN TestUserProvidedCert
fixtures.go:134: Creating 'antrea-test' K8s Namespace
fixtures.go:97: Applying Antrea YAML
fixtures.go:101: Waiting for all Antrea DaemonSet Pods
fixtures.go:105: Checking CoreDNS deployment
W0328 07:27:58.625965 9031 env.go:67] Environment variable POD_NAMESPACE not found
W0328 07:27:58.626031 9031 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0328 07:28:06.964099 9031 env.go:67] Environment variable POD_NAMESPACE not found
W0328 07:28:06.964198 9031 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:191: The CABundle in ConfigMap antrea-ca is valid
security_test.go:208: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:227: Got connections from all 3 antrea-agents
W0328 07:28:09.102234 9031 env.go:67] Environment variable POD_NAMESPACE not found
W0328 07:28:09.102242 9031 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
W0328 07:30:01.407824 9031 env.go:67] Environment variable POD_NAMESPACE not found
W0328 07:30:01.407847 9031 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:191: The CABundle in ConfigMap antrea-ca is valid
security_test.go:208: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:227: Got connections from all 3 antrea-agents
fixtures.go:330: Deleting 'antrea-test' K8s Namespace
--- PASS: TestUserProvidedCert (133.39s)
=== RUN TestSelfSignedCert
fixtures.go:134: Creating 'antrea-test' K8s Namespace
fixtures.go:97: Applying Antrea YAML
fixtures.go:101: Waiting for all Antrea DaemonSet Pods
fixtures.go:105: Checking CoreDNS deployment
W0328 07:30:23.305541 9031 env.go:67] Environment variable POD_NAMESPACE not found
W0328 07:30:23.305574 9031 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:191: The CABundle in ConfigMap antrea-ca is valid
security_test.go:208: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:227: Got connections from all 3 antrea-agents
fixtures.go:330: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSelfSignedCert (21.91s)
=== RUN TestSupportBundleController
fixtures.go:134: Creating 'antrea-test' K8s Namespace
fixtures.go:97: Applying Antrea YAML
fixtures.go:101: Waiting for all Antrea DaemonSet Pods
fixtures.go:105: Checking CoreDNS deployment
fixtures.go:330: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (10.17s)
=== RUN TestSupportBundleAgent
fixtures.go:134: Creating 'antrea-test' K8s Namespace
fixtures.go:97: Applying Antrea YAML
fixtures.go:101: Waiting for all Antrea DaemonSet Pods
fixtures.go:105: Checking CoreDNS deployment
fixtures.go:330: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (4.98s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:134: Creating 'antrea-test' K8s Namespace
fixtures.go:97: Applying Antrea YAML
fixtures.go:101: Waiting for all Antrea DaemonSet Pods
fixtures.go:105: Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-6dff694cb-xhfbg
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-6dff694cb-xhfbg
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-mrn6t
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-mrn6t
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:330: Deleting 'antrea-test' K8s Namespace
--- PASS: TestAntreaApiserverTLSConfig (44.84s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.13s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.17s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:134: Creating 'antrea-test' K8s Namespace
fixtures.go:97: Applying Antrea YAML
fixtures.go:101: Waiting for all Antrea DaemonSet Pods
fixtures.go:105: Checking CoreDNS deployment
antreapolicy_test.go:131: Skipping test as it required ACNP to be enabled
fixtures.go:330: Deleting 'antrea-test' K8s Namespace
--- SKIP: TestTraceflowIntraNodeANP (4.50s)
=== RUN TestTraceflowIntraNode
fixtures.go:134: Creating 'antrea-test' K8s Namespace
fixtures.go:97: Applying Antrea YAML
fixtures.go:101: Waiting for all Antrea DaemonSet Pods
fixtures.go:105: Checking CoreDNS deployment
fixtures.go:374: Creating a busybox test Pod 'test-pod-li7lknhg' and waiting for IP
fixtures.go:374: Creating a busybox test Pod 'test-pod-g04lim6u' and waiting for IP
fixtures.go:374: Creating a busybox test Pod 'test-pod-4jwsq8kt' and waiting for IP
=== RUN TestTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflowIntraNode
fixtures.go:337: Deleting Pod 'test-pod-g04lim6u'
fixtures.go:337: Deleting Pod 'test-pod-li7lknhg'
fixtures.go:337: Deleting Pod 'test-pod-4jwsq8kt'
fixtures.go:330: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNode (49.27s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest (11.09s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.01s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (6.02s)
=== RUN TestTraceflowInterNode
fixtures.go:134: Creating 'antrea-test' K8s Namespace
fixtures.go:97: Applying Antrea YAML
fixtures.go:101: Waiting for all Antrea DaemonSet Pods
fixtures.go:105: Checking CoreDNS deployment
fixtures.go:374: Creating a busybox test Pod 'test-pod-vqxxtpj1' and waiting for IP
fixtures.go:374: Creating a busybox test Pod 'test-pod-48gafkkk' and waiting for IP
fixtures.go:374: Creating a busybox test Pod 'test-pod-wg0eb00c' and waiting for IP
traceflow_test.go:847:
Error Trace: traceflow_test.go:847
Error: Received unexpected error:
timed out waiting for the condition
Test: TestTraceflowInterNode
fixtures.go:337: Deleting Pod 'test-pod-48gafkkk'
fixtures.go:337: Deleting Pod 'test-pod-wg0eb00c'
fixtures.go:337: Deleting Pod 'test-pod-vqxxtpj1'
fixtures.go:208: Exporting test logs to '<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/antrea-test-logs/TestTraceflowInterNode/beforeTeardown.Mar28-07-34-01'>
fixtures.go:309: Error when exporting kubelet logs: error when running journalctl on Node 'matrix-photon-3-k8s-v1-17-5-build-num-24-wntxl', is it available?
fixtures.go:330: Deleting 'antrea-test' K8s Namespace
--- FAIL: TestTraceflowInterNode (110.39s)
=== RUN TestTraceflowExternalIP
fixtures.go:134: Creating 'antrea-test' K8s Namespace
fixtures.go:97: Applying Antrea YAML
fixtures.go:101: Waiting for all Antrea DaemonSet Pods
fixtures.go:105: Checking CoreDNS deployment
fixtures.go:374: Creating a busybox test Pod 'test-pod-kwit9k22' and waiting for IP
fixtures.go:337: Deleting Pod 'test-pod-kwit9k22'
fixtures.go:330: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowExternalIP (21.55s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
FAIL
FAIL github.com/vmware-tanzu/antrea/test/e2e 2891.823s
FAIL
=== TEST FAILURE !!! ===
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-24 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-24" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-24 succeeded ===
E2E Test failed!

antr...@gmail.com

unread,
Apr 3, 2021, 4:31:17 PM4/3/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/25/display/redirect?page=changes>

Changes:

[noreply] Update Traceflow document for IPv6 support (#1996)

[noreply] Add agnhost for E2E test (#1981)

[noreply] Change flow-aggregator base image to reduce image size (#2004)

[noreply] Move mutable configmaps out of deployment manifest (#1983)

[noreply] Fix incorrect docker build command (#2012)

[noreply] support ipv6 in antctl (#1995)

[noreply] Add iptables interface for implementing Egress (#1998)

[noreply] Print route config if route installation is a failure (#1978)

[noreply] Upload Clair scan reports as workflow artifacts (#2006)

[noreply] Rename API groups from *.antrea.tanzu.vmware.com to *.antrea.io (#1799)

[noreply] Fix and improve the docker image building process of Flow Aggregator

[noreply] Ensure Jenkins CI jobs use up-to-date base Docker images (#2009)

[noreply] Add ipBlocks in core/v1alpha2 (#1993)

[noreply] Use Ubuntu 20.04 image from Harbor registry for Jenkins CI (#2027)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 25
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/vmware-tanzu/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/vmware-tanzu/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/vmware-tanzu/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/vmware-tanzu/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/vmware-tanzu/antrea # timeout=10
Fetching upstream changes from https://github.com/vmware-tanzu/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/vmware-tanzu/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision 81041c2653e5c132fb07cff3bc96176bd03f1956 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 81041c2653e5c132fb07cff3bc96176bd03f1956 # timeout=10
Commit message: "Use Ubuntu 20.04 image from Harbor registry for Jenkins CI (#2027)"
> git rev-list --no-walk aaaea4fe2bbefdc6169ab9c89a0390603711b3b1 # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins9901759052100010166.sh
=== Generate key pair ===
=== namespace value substitution ===
=== network spec value substitution===
=== Create a cluster in management cluster ===
namespace/matrix-photon-3-k8s-v1-17-5-build-num-25 created
cluster.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-25 created
haproxyloadbalancer.infrastructure.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-25 created
vspherecluster.infrastructure.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-25 created
vspheremachinetemplate.infrastructure.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-25 created
kubeadmcontrolplane.controlplane.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-25 created
kubeadmconfigtemplate.bootstrap.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-25-md-0 created
machinedeployment.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-25-md-0 created
=== Wait for 10 min to get workload cluster secret ===
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-25-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
NAME TYPE DATA AGE
matrix-photon-3-k8s-v1-17-5-build-num-25-kubeconfig Opaque 1 59s
=== Waiting for 10 minutes for all nodes to be up ===
=== Get node (try for 1m) ===
=== Get node (try for 1m) ===
=== Get node (try for 1m) ===
=== Setup workload cluster succeeded ===
====== Building Antrea for the Following Commit ======
commit 81041c2653e5c132fb07cff3bc96176bd03f1956
Author: Antonin Bas <ab...@vmware.com>
Date: Fri Apr 2 20:05:01 2021 -0700

Use Ubuntu 20.04 image from Harbor registry for Jenkins CI (#2027)

* Use Ubuntu 20.04 image from Harbor registry for Jenkins CI

Contrary to what I was led to believe, there is indeed rate limiting for
official Ubuntu images on Dockerhub. So we use a copy from the Antrea
Harbor registry instead.

* Need to set DOCKER_REGISTRY env variable in test.sh

6 1 build/images/base/build.sh
6 1 build/images/ovs/build.sh
2 2 ci/jenkins/test.sh
3 4 hack/build-antrea-ubuntu-all.sh
make: Entering directory '<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/'>
make: Leaving directory '<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/'>
Untagged: antrea/flow-aggregator:latest
Untagged: antrea/flow-aggregator:matrix-photon-3-k8s-v1-17-5-build-num-9
Untagged: antrea/flow-aggregator:matrix-ubuntu-1804-k8s-v1-17-5-build-num-9
Untagged: projects.registry.vmware.com/antrea/flow-aggregator:latest
Untagged: projects.registry.vmware.com/antrea/flow-aggregator:matrix-photon-3-k8s-v1-17-5-build-num-9
Untagged: projects.registry.vmware.com/antrea/flow-aggregator:matrix-ubuntu-1804-k8s-v1-17-5-build-num-9
Deleted: sha256:84f580377e8bead1da8533f2035ce8c987307e528fb76dcd35a9ba86ab2b0829
Deleted: sha256:4b8cfd48e01431d02811cba791c8747204204d6a52ee1ba6f5bc76524b105931
Deleted: sha256:399d6c2fead24e2b487eb4116dd2afb7cad2b57d55db36defa7afa119c974617
Untagged: antrea/antrea-ubuntu:latest
Untagged: antrea/antrea-ubuntu:matrix-photon-3-k8s-v1-17-5-build-num-9
Untagged: projects.registry.vmware.com/antrea/antrea-ubuntu:latest
Untagged: projects.registry.vmware.com/antrea/antrea-ubuntu:matrix-photon-3-k8s-v1-17-5-build-num-9
Deleted: sha256:718817add73e7280a2c8bd88caebd1b851359eb0cc378bf21ba7396859173390
Deleted: sha256:978990afd69a38d34895c80804a4a8187dcbf0097d355c50975c7e5ef4261ac8
Deleted: sha256:b0f250520456f242bc63e139271298562f3b7dccdd61e995b2d7e1d5b4fd22a1
Deleted: sha256:d41cc5a3e5402938c3a55dbfd3f2b718e69e5f5d5f4cb82fa1608e7089aa4d83
Deleted: sha256:5345be207463614ad097139486fb0afc20efb94e9581d8847ec0c78b7a6f3c61
Deleted: sha256:51b4aba18f9d76386fb223e50f09a81ba4d8a8ccbdcd05d2a11ed207bccd4eb0
Deleted: sha256:839532a20fe0716b8400183ecf5a6a8b54f5486b4170c458b05124daff4a1e1f
Deleted: sha256:13fc9791dd173c13d952a1246989f0b4ed12bc05e760a5453a49ea2b636f8a36
Deleted: sha256:c2b878cf3a2ca53ae574263100ddd397260c6207ec9ace0f3c571670989bb75e
Deleted: sha256:c35f6e6030ca40c9a318d87d146b5787269359804498d55caa8ab2ae46c0b27a
Deleted: sha256:8f5e177e94932854f3716290533631899b0ab2549e688762631a74a769aca48b
Deleted: sha256:dd9f2ffed43f681f7a3c784025c7734dad91f02c8ffa3728ea1cee787779e0c9
Deleted: sha256:652cc8002fa8e4e8017c17e83244a2c13afe52920e28fa358541eddf90a2c34a
Deleted: sha256:1e0bce1512a1a11d4bdd8cbf39b06e3266bbd00a930294e34b3bda405f6fe98b
Deleted: sha256:c24d5d4c4dfc523dc7346e301f7790ee098e52cc00c05c339537c5ddf621ad75
Deleted: sha256:be2aaf8b71b22127231fc91b1ff644fbec64c8552c2c27c0a0661b3b1b84f1e9
Deleted: sha256:3906aa78cc87aea238ef6d5aeaffb3c83298a169bc56d71de4f43160699cde19
Deleted: sha256:531299d2984ad821d35b540d847557a93d9376509c81c4b362dd48801454bd34
Deleted: sha256:5db43a2e80bb6ece303260f02cfb8546c213057a145fcfe9bc8d4a072b131b94
Deleted: sha256:950543919445b2ba96b5352b436cdd88fe2864db0da2e00f3ab8bd3265a98172
Deleted: sha256:607eb70ad7eebc279bb17bf45aa5b3566f929bf3752140eabcf7f4fc65a3161a
Deleted: sha256:005f9ae78feff7eccce790090b46e05f8478af1803a7de0ff6df0cf9d350a202
Total reclaimed space: 0B
Error response from daemon: Get https://registry-1.docker.io/v2/library/ubuntu/manifests/20.04: Get https://auth.docker.io/token?scope=repository%3Alibrary%2Fubuntu%3Apull&service=registry.docker.io: EOF
Error response from daemon: Get https://registry-1.docker.io/v2/library/ubuntu/manifests/20.04: Get https://auth.docker.io/token?scope=repository%3Alibrary%2Fubuntu%3Apull&service=registry.docker.io: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
===> Building antrea/flow-aggregator Docker image <===
docker build --pull -t antrea/flow-aggregator:matrix-photon-3-k8s-v1-17-5-build-num-25 -f build/images/flow-aggregator/Dockerfile .
Sending build context to Docker daemon 29.02MB
Step 1/10 : FROM golang:1.15 as flow-aggregator-build
Get https://registry-1.docker.io/v2/library/golang/manifests/1.15: EOF
Makefile:353: recipe for target 'flow-aggregator-image' failed
make: *** [flow-aggregator-image] Error 1

antr...@gmail.com

unread,
Apr 11, 2021, 4:59:40 AM4/11/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/26/display/redirect?page=changes>

Changes:

[noreply] Add egress policy CRD types (#1433)

[noreply] Support Traceflow of live traffic (#2005)

[noreply] Get the right traffic mode in e2e tests (#2019)

[noreply] Add EgressGroup API and Controller (#1965)

[noreply] Update documentation after API renaming (#2031)

[noreply] Add rate limiting queue for packet-in (#2015)

[noreply] Add more time for Jenkins antrea e2e test (#2038)

[noreply] Update Pod annotations for Service type change (#1936)

[noreply] Add controller to antrea-agent for implementing Egress (#2026)

[noreply] Fix Traceflow e2e tests for IPv6 (#2034)

[noreply] Update ARM installation instructions for v1.0 release (#1994)

[noreply] Fix syncHandler issue in status_controller (#2036)

[noreply] Ensure e2e AntreaPolicy tests can run on IPv6 and dual-stack clusters

[noreply] add tcpState and optimize connections for flow exporter (#1904)

[noreply] Use correct output format for CNI Add in networkPolicyOnly mode (#2037)

[noreply] Reject unsupported postional arguments for antctl (#2011)

[noreply] Use oneOf property and predefined formats to verify IP address (#2042)

[noreply] Fix deadlink after docs/arm-support.md was removed (#2043)

[noreply] Report captured packet in live-traffic Traceflow and support capturing

[noreply] Do not pull from Dockerhub in Windows Jenkins jobs (#2045)

[noreply] Document Egress feature (#2041)

[noreply] Avoid allocating NPL port if Host Port is defined (#2024)

[noreply] Avoid Egress's SNAT rules being applied to unintended traffic (#2047)

[noreply] Increase verbosity level of logging OVS packet_in (#2046)

[noreply] Update windows.md to run as a windows service (in support of containerd)

[noreply] Add flowType field for Flow Exporter (#2000)

[noreply] Update Network Flow Visibility Doc for v1.0 release (#2048)

[noreply] Update ovs-pipeline.md for Egress flows (#2044)

[noreply] Update CHANGELOG for v0.13.1 release (#2055)

[noreply] Fix Network Policy logging on Windows Nodes (#2052)

[noreply] Add IPv6 flow for traceflowConnectionTrackFlows (#2054)

[noreply] Fix Traceflow IPv6 e2e error (#2059)

[noreply] Graduate AntreaPolicy Feature to Beta (#1999)

[noreply] Skip egress e2e test for dual-stack cluster (#2062)

[noreply] Skip interNodeUDPDstIPTraceflowIPv6 temporarily (#2063)

[noreply] Fix default and stage of AntreaProxy, AntreaPolicy and Traceflow in

[noreply] Minor improvements to Windows Jenkins test script (#2051)

[noreply] Switch meeting times to GMT (#2067)

[antonin.bas] Update CHANGELOG for v1.0.0 release

[antonin.bas] Set VERSION to v1.0.0

[noreply] Set VERSION to v1.1.0-dev (#2070)

[noreply] Remove outdated information from versioning document (#2073)


------------------------------------------
[...truncated 415.46 KB...]
W0411 08:55:12.685483 1019 env.go:67] Environment variable POD_NAMESPACE not found
W0411 08:55:12.685506 1019 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:191: The CABundle in ConfigMap antrea-ca is valid
security_test.go:208: The CABundle in APIService v1alpha1.stats.antrea.io is valid
security_test.go:208: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.system.antrea.io is valid
security_test.go:208: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta2.controlplane.antrea.io is valid
security_test.go:208: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:227: Got connections from all 3 antrea-agents
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestUserProvidedCert (135.88s)
=== RUN TestSelfSignedCert
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
W0411 08:55:38.922358 1019 env.go:67] Environment variable POD_NAMESPACE not found
W0411 08:55:38.922383 1019 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:191: The CABundle in ConfigMap antrea-ca is valid
security_test.go:208: The CABundle in APIService v1alpha1.stats.antrea.io is valid
security_test.go:208: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.system.antrea.io is valid
security_test.go:208: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta2.controlplane.antrea.io is valid
security_test.go:208: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:227: Got connections from all 3 antrea-agents
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSelfSignedCert (26.26s)
=== RUN TestSupportBundleController
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (10.48s)
=== RUN TestSupportBundleAgent
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (10.28s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-76f784c546-s65pj
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-76f784c546-s65pj
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-4gth4
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-4gth4
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestAntreaApiserverTLSConfig (33.26s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.23s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.15s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
fixtures.go:384: Creating a busybox test Pod 'test-pod-8ll44g4s' and waiting for IP
fixtures.go:384: Creating a busybox test Pod 'test-pod-fk8wa8l4' and waiting for IP
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowIntraNodeANP
fixtures.go:347: Deleting Pod 'test-pod-8ll44g4s'
fixtures.go:347: Deleting Pod 'test-pod-fk8wa8l4'
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNodeANP (17.22s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest (1.03s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.03s)
--- SKIP: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
=== RUN TestTraceflowIntraNode
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
fixtures.go:384: Creating a busybox test Pod 'test-pod-5y5nsw0t' and waiting for IP
fixtures.go:384: Creating a busybox test Pod 'test-pod-69xowdn9' and waiting for IP
fixtures.go:384: Creating a busybox test Pod 'test-pod-zs4h0mn3' and waiting for IP
=== RUN TestTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflowIntraNode
fixtures.go:347: Deleting Pod 'test-pod-5y5nsw0t'
fixtures.go:347: Deleting Pod 'test-pod-zs4h0mn3'
fixtures.go:347: Deleting Pod 'test-pod-69xowdn9'
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNode (29.67s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest (14.16s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.07s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (6.01s)
=== RUN TestTraceflowInterNode
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
fixtures.go:384: Creating a busybox test Pod 'test-pod-6mjwh3cf' and waiting for IP
fixtures.go:384: Creating a busybox test Pod 'test-pod-nc3yzdt5' and waiting for IP
fixtures.go:384: Creating a busybox test Pod 'test-pod-8bziq16f' and waiting for IP
=== RUN TestTraceflowInterNode/traceflowGroupTest
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:32: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:41: Retrieved all Pod IPs: map[test-pod-8bziq16f:IPv4: 100.96.2.48, IP strings: 100.96.2.48]
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowInterNode
fixtures.go:347: Deleting Pod 'test-pod-nc3yzdt5'
fixtures.go:347: Deleting Pod 'test-pod-8bziq16f'
fixtures.go:347: Deleting Pod 'test-pod-6mjwh3cf'
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowInterNode (63.72s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest (28.16s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (6.01s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (6.03s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.09s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
=== RUN TestTraceflowExternalIP
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
fixtures.go:384: Creating a busybox test Pod 'test-pod-99pqp92u' and waiting for IP
fixtures.go:347: Deleting Pod 'test-pod-99pqp92u'
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowExternalIP (25.90s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
PASS
ok github.com/vmware-tanzu/antrea/test/e2e 4018.592s
=== TEST SUCCESS !!! ===
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-26 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-26" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-26 succeeded ===
Whole Conformance Test failed!

antr...@gmail.com

unread,
Apr 18, 2021, 4:49:11 AM4/18/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/27/display/redirect?page=changes>

Changes:

[noreply] Specify antrea-agent as the default container for kubectl cmds (#2065)

[noreply] [CI] Clone Kubernetes using `git` instead of `go get` (#2076)

[noreply] Fix typo in build_tag workflow (#2071)

[noreply] Update brew install commands for e2e test infra (#2074)

[noreply] Update ROADMAP doc (#2079)

[noreply] [Windows] Fix timeout value for EnableHostInterface (#2081)

[noreply] [CI] Retry docker pulling if failure when testing Antrea upgrade (#2075)

[noreply] Fix Antrea-native Policy with multiple AppliedTo (#2084)

[noreply] Fix incorrect delta counts in flow records (#2089)

[noreply] Do not populate host network Pods into AppliedToGroups (#2093)

[noreply] [CI] Fix image names in hw-offload CI (#2077)

[noreply] [Windows] Small improvements to PowerShell installation scripts (#2088)

[noreply] Update Multus cookbook (#2097)

[noreply] Add nodeSelector for FlowAggregator and ELK Pods (#2087)

[noreply] Add a unit test for sendFlowKeyRecord method of flow-aggregator (#2080)


------------------------------------------
[...truncated 420.38 KB...]
W0418 08:45:01.797316 31179 env.go:67] Environment variable POD_NAMESPACE not found
W0418 08:45:01.797343 31179 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:191: The CABundle in ConfigMap antrea-ca is valid
security_test.go:208: The CABundle in APIService v1alpha1.stats.antrea.io is valid
security_test.go:208: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.system.antrea.io is valid
security_test.go:208: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta2.controlplane.antrea.io is valid
security_test.go:208: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:227: Got connections from all 3 antrea-agents
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestUserProvidedCert (135.90s)
=== RUN TestSelfSignedCert
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
W0418 08:45:22.062947 31179 env.go:67] Environment variable POD_NAMESPACE not found
W0418 08:45:22.062974 31179 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:191: The CABundle in ConfigMap antrea-ca is valid
security_test.go:208: The CABundle in APIService v1alpha1.stats.antrea.io is valid
security_test.go:208: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.system.antrea.io is valid
security_test.go:208: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta2.controlplane.antrea.io is valid
security_test.go:208: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:227: Got connections from all 3 antrea-agents
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSelfSignedCert (20.26s)
=== RUN TestSupportBundleController
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (10.54s)
=== RUN TestSupportBundleAgent
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (10.31s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-76f784c546-wvpsw
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-76f784c546-wvpsw
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-4qncw
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-4qncw
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestAntreaApiserverTLSConfig (49.20s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.14s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.15s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
fixtures.go:384: Creating a busybox test Pod 'test-pod-tnfp5aba' and waiting for IP
fixtures.go:384: Creating a busybox test Pod 'test-pod-zu0iolj6' and waiting for IP
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowIntraNodeANP
fixtures.go:347: Deleting Pod 'test-pod-zu0iolj6'
fixtures.go:347: Deleting Pod 'test-pod-tnfp5aba'
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNodeANP (18.27s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest (1.02s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.02s)
--- SKIP: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
=== RUN TestTraceflowIntraNode
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
fixtures.go:384: Creating a busybox test Pod 'test-pod-n13q6fde' and waiting for IP
fixtures.go:384: Creating a busybox test Pod 'test-pod-n5g6eclc' and waiting for IP
fixtures.go:384: Creating a busybox test Pod 'test-pod-p91zn3gs' and waiting for IP
=== RUN TestTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflowIntraNode
fixtures.go:347: Deleting Pod 'test-pod-n5g6eclc'
fixtures.go:347: Deleting Pod 'test-pod-n13q6fde'
fixtures.go:347: Deleting Pod 'test-pod-p91zn3gs'
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNode (35.77s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest (14.17s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.08s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (6.01s)
=== RUN TestTraceflowInterNode
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
fixtures.go:384: Creating a busybox test Pod 'test-pod-k8a9m0vp' and waiting for IP
fixtures.go:384: Creating a busybox test Pod 'test-pod-d3tvilsl' and waiting for IP
fixtures.go:384: Creating a busybox test Pod 'test-pod-6120fh0q' and waiting for IP
=== RUN TestTraceflowInterNode/traceflowGroupTest
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:32: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:41: Retrieved all Pod IPs: map[test-pod-6120fh0q:IPv4: 100.96.1.73, IP strings: 100.96.1.73]
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowInterNode
fixtures.go:347: Deleting Pod 'test-pod-d3tvilsl'
fixtures.go:347: Deleting Pod 'test-pod-6120fh0q'
fixtures.go:347: Deleting Pod 'test-pod-k8a9m0vp'
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowInterNode (52.72s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest (28.15s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (6.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (6.01s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (6.01s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.09s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
=== RUN TestTraceflowExternalIP
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
fixtures.go:384: Creating a busybox test Pod 'test-pod-jwtuphyz' and waiting for IP
fixtures.go:347: Deleting Pod 'test-pod-jwtuphyz'
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowExternalIP (23.89s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
FAIL
FAIL github.com/vmware-tanzu/antrea/test/e2e 4054.710s
FAIL
=== TEST FAILURE !!! ===
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-27 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-27" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-27 succeeded ===
E2E Test failed!

antr...@gmail.com

unread,
Apr 25, 2021, 5:30:56 AM4/25/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/28/display/redirect?page=changes>

Changes:

[noreply] Add agent API and antctl command to dump OVS groups (#1984)

[noreply] Add new Github labels for flow visualization (#2105)

[noreply] Adding ADOPTERS.md to document users of Antrea (#2107)

[noreply] [CI] Run codecov in subshell (#2109)

[noreply] Support AntreaNetworkPolicy reject action in Traceflow (#2032)

[noreply] Re-organize CHANGELOG by making it a directory (#2108)

[noreply] [CI] Function run_codecov bool judgement fix (#2113)

[noreply] Add ELK flow collector automation to vagrant setup (#2094)

[noreply] Replace IPFIXSet by go-ipfix MockSet (#2103)

[noreply] Support any source or IP address source in live-traffic Traceflow

[noreply] Fix NetworkPolicy Ingress rule stats miscalculation (#2078)


------------------------------------------
[...truncated 1.27 MB...]
I0425 09:08:32.033654 24857 entry.go:314] Creating/updating Deployment 'z/za'
I0425 09:08:32.090833 24857 entry.go:314] Created deployment 'z/za'
I0425 09:08:32.090923 24857 entry.go:314] Creating/updating Pod 'z/b'
I0425 09:08:32.090945 24857 entry.go:314] Creating/updating Deployment 'z/zb'
I0425 09:08:32.287442 24857 entry.go:314] Created deployment 'z/zb'
I0425 09:08:32.287487 24857 entry.go:314] Creating/updating Pod 'z/c'
I0425 09:08:32.287501 24857 entry.go:314] Creating/updating Deployment 'z/zc'
I0425 09:08:32.487678 24857 entry.go:314] Created deployment 'z/zc'
I0425 09:08:32.487737 24857 entry.go:314] Waiting for Pod 'x/a'
I0425 09:08:32.495122 24857 entry.go:314] Pod 'x/a' not ready, waiting ...
I0425 09:08:34.499161 24857 entry.go:314] Pod 'x/a' not ready, waiting ...
I0425 09:08:36.502759 24857 entry.go:314] Waiting for Pod 'y/a'
I0425 09:08:36.505640 24857 entry.go:314] Waiting for Pod 'z/a'
I0425 09:08:36.508050 24857 entry.go:314] Waiting for Pod 'x/b'
I0425 09:08:36.510705 24857 entry.go:314] Waiting for Pod 'y/b'
I0425 09:08:36.513312 24857 entry.go:314] Waiting for Pod 'z/b'
I0425 09:08:36.515864 24857 entry.go:314] Waiting for Pod 'x/c'
I0425 09:08:36.518393 24857 entry.go:314] Waiting for Pod 'y/c'
I0425 09:08:36.521342 24857 entry.go:314] Waiting for Pod 'z/c'
I0425 09:08:36.524133 24857 entry.go:314] waiting for HTTP servers (ports 80, 81 and 8080:8085) to become ready
I0425 09:08:36.524164 24857 entry.go:314] Waiting for HTTP servers (ports 80, 81, 5000 and 8080:8085) to become ready
I0425 09:08:37.699595 24857 request.go:621] Throttling request took 1.175129711s, request: GET:https://192.168.4.2:6443/api/v1/namespaces/x/pods?labelSelector=pod%3Da
I0425 09:08:47.899657 24857 request.go:621] Throttling request took 11.374873294s, request: GET:https://192.168.4.2:6443/api/v1/namespaces/x/pods?labelSelector=pod%3Dc
I0425 09:09:13.540441 24857 entry.go:314] All HTTP servers are ready
=== RUN TestLegacyClusterGroup/TestLegacyGroupClusterGroupValidate
=== RUN TestLegacyClusterGroup/TestLegacyGroupClusterGroupValidate/Case=LegacyIPBlockWithPodSelectorDenied
I0425 09:09:13.540558 24857 entry.go:314] Creating/updating legacy ClusterGroup ipb-pod
I0425 09:09:13.558262 24857 entry.go:314] Unable to create legacy ClusterGroup ipb-pod: admission webhook "clustergroupvalidator.antrea.tanzu.vmware.com" denied the request: At most one of podSelector, externalEntitySelector, serviceReference, ipBlock, ipBlocks or childGroups can be set for a ClusterGroup
=== RUN TestLegacyClusterGroup/TestLegacyGroupClusterGroupValidate/Case=LegacyIPBlockWithNamespaceSelectorDenied
I0425 09:09:13.558506 24857 entry.go:314] Creating/updating legacy ClusterGroup ipb-ns
I0425 09:09:13.562993 24857 entry.go:314] Unable to create legacy ClusterGroup ipb-ns: admission webhook "clustergroupvalidator.antrea.tanzu.vmware.com" denied the request: At most one of podSelector, externalEntitySelector, serviceReference, ipBlock, ipBlocks or childGroups can be set for a ClusterGroup
=== RUN TestLegacyClusterGroup/TestLegacyGroupClusterGroupValidate/Case=LegacyServiceRefWithPodSelectorDenied
I0425 09:09:13.563071 24857 entry.go:314] Creating/updating legacy ClusterGroup svcref-pod-selector
I0425 09:09:13.567499 24857 entry.go:314] Unable to create legacy ClusterGroup svcref-pod-selector: admission webhook "clustergroupvalidator.antrea.tanzu.vmware.com" denied the request: At most one of podSelector, externalEntitySelector, serviceReference, ipBlock, ipBlocks or childGroups can be set for a ClusterGroup
=== RUN TestLegacyClusterGroup/TestLegacyGroupClusterGroupValidate/Case=LegacyServiceRefWithNamespaceSelectorDenied
I0425 09:09:13.567594 24857 entry.go:314] Creating/updating legacy ClusterGroup svcref-ns-selector
I0425 09:09:13.571761 24857 entry.go:314] Unable to create legacy ClusterGroup svcref-ns-selector: admission webhook "clustergroupvalidator.antrea.tanzu.vmware.com" denied the request: At most one of podSelector, externalEntitySelector, serviceReference, ipBlock, ipBlocks or childGroups can be set for a ClusterGroup
=== RUN TestLegacyClusterGroup/TestLegacyGroupClusterGroupValidate/Case=LegacyServiceRefWithIPBlockDenied
I0425 09:09:13.572024 24857 entry.go:314] Creating/updating legacy ClusterGroup ipb-svcref
I0425 09:09:13.575996 24857 entry.go:314] Unable to create legacy ClusterGroup ipb-svcref: admission webhook "clustergroupvalidator.antrea.tanzu.vmware.com" denied the request: At most one of podSelector, externalEntitySelector, serviceReference, ipBlock, ipBlocks or childGroups can be set for a ClusterGroup
=== RUN TestLegacyClusterGroup/TestLegacyGroupClusterGroupValidate/Case=LegacyInvalidChildGroupName
I0425 09:09:13.576124 24857 entry.go:314] Creating/updating legacy ClusterGroup child-group-not-exist
I0425 09:09:13.943914 24857 entry.go:314] Unable to create legacy ClusterGroup child-group-not-exist: admission webhook "clustergroupvalidator.antrea.tanzu.vmware.com" denied the request: child group some-non-existing-cg does not exist
=== RUN TestLegacyClusterGroup/TestLegacyGroupClusterGroupValidateChildGroup
I0425 09:09:13.944023 24857 entry.go:314] Creating/updating legacy ClusterGroup test-child-cg
=== RUN TestLegacyClusterGroup/TestLegacyGroupClusterGroupValidateChildGroup/Case=LegacyChildGroupWithPodSelectorDenied
I0425 09:09:14.345331 24857 entry.go:314] Creating/updating legacy ClusterGroup child-group-pod-selector
I0425 09:09:14.745957 24857 entry.go:314] Unable to create legacy ClusterGroup child-group-pod-selector: admission webhook "clustergroupvalidator.antrea.tanzu.vmware.com" denied the request: At most one of podSelector, externalEntitySelector, serviceReference, ipBlock, ipBlocks or childGroups can be set for a ClusterGroup
=== RUN TestLegacyClusterGroup/TestLegacyGroupClusterGroupValidateChildGroup/Case=LegacyChildGroupWithPodServiceReferenceDenied
I0425 09:09:14.746052 24857 entry.go:314] Creating/updating legacy ClusterGroup child-group-svcref
I0425 09:09:15.143981 24857 entry.go:314] Unable to create legacy ClusterGroup child-group-svcref: admission webhook "clustergroupvalidator.antrea.tanzu.vmware.com" denied the request: At most one of podSelector, externalEntitySelector, serviceReference, ipBlock, ipBlocks or childGroups can be set for a ClusterGroup
=== RUN TestLegacyClusterGroup/TestLegacyGroupClusterGroupValidateChildGroup/Case=LegacyChildGroupExceedMaxNestedLevel
I0425 09:09:15.144087 24857 entry.go:314] Creating/updating legacy ClusterGroup cg-nested-1
I0425 09:09:15.545370 24857 entry.go:314] Creating/updating legacy ClusterGroup cg-nested-2
I0425 09:09:15.943918 24857 entry.go:314] Unable to create legacy ClusterGroup cg-nested-2: admission webhook "clustergroupvalidator.antrea.tanzu.vmware.com" denied the request: cannot set ClusterGroup cg-nested-1 as childGroup, who has 1 childGroups itself
I0425 09:09:15.943962 24857 entry.go:314] Deleting ClusterGroup cg-nested-1
I0425 09:09:16.146753 24857 entry.go:314] Deleting ClusterGroup test-child-cg
=== CONT TestLegacyClusterGroup
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestLegacyClusterGroup (53.53s)
--- PASS: TestLegacyClusterGroup/TestLegacyGroupClusterGroupValidate (0.40s)
--- PASS: TestLegacyClusterGroup/TestLegacyGroupClusterGroupValidate/Case=LegacyIPBlockWithPodSelectorDenied (0.02s)
--- PASS: TestLegacyClusterGroup/TestLegacyGroupClusterGroupValidate/Case=LegacyIPBlockWithNamespaceSelectorDenied (0.00s)
--- PASS: TestLegacyClusterGroup/TestLegacyGroupClusterGroupValidate/Case=LegacyServiceRefWithPodSelectorDenied (0.00s)
--- PASS: TestLegacyClusterGroup/TestLegacyGroupClusterGroupValidate/Case=LegacyServiceRefWithNamespaceSelectorDenied (0.00s)
--- PASS: TestLegacyClusterGroup/TestLegacyGroupClusterGroupValidate/Case=LegacyServiceRefWithIPBlockDenied (0.00s)
--- PASS: TestLegacyClusterGroup/TestLegacyGroupClusterGroupValidate/Case=LegacyInvalidChildGroupName (0.37s)
--- PASS: TestLegacyClusterGroup/TestLegacyGroupClusterGroupValidateChildGroup (2.40s)
--- PASS: TestLegacyClusterGroup/TestLegacyGroupClusterGroupValidateChildGroup/Case=LegacyChildGroupWithPodSelectorDenied (0.40s)
--- PASS: TestLegacyClusterGroup/TestLegacyGroupClusterGroupValidateChildGroup/Case=LegacyChildGroupWithPodServiceReferenceDenied (0.40s)
--- PASS: TestLegacyClusterGroup/TestLegacyGroupClusterGroupValidateChildGroup/Case=LegacyChildGroupExceedMaxNestedLevel (1.00s)
=== RUN TestNetworkPolicyStats
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
networkpolicy_test.go:152: Got NetworkPolicy stats: &NetworkPolicyStats{ObjectMeta:{test-networkpolicy-ingress antrea-test /apis/stats.antrea.io/v1alpha1/namespaces/antrea-test/networkpolicystats/test-networkpolicy-ingress 66f95930-37dd-45cc-a0cf-cab8f722decd 0 2021-04-25 09:10:05 +0000 UTC <nil> <nil> map[] map[] [] [] []},TrafficStats:TrafficStats{Packets:0,Bytes:0,Sessions:0,},}
networkpolicy_test.go:152: Got NetworkPolicy stats: &NetworkPolicyStats{ObjectMeta:{test-networkpolicy-ingress antrea-test /apis/stats.antrea.io/v1alpha1/namespaces/antrea-test/networkpolicystats/test-networkpolicy-ingress 66f95930-37dd-45cc-a0cf-cab8f722decd 0 2021-04-25 09:10:05 +0000 UTC <nil> <nil> map[] map[] [] [] []},TrafficStats:TrafficStats{Packets:0,Bytes:0,Sessions:0,},}
networkpolicy_test.go:152: Got NetworkPolicy stats: &NetworkPolicyStats{ObjectMeta:{test-networkpolicy-ingress antrea-test /apis/stats.antrea.io/v1alpha1/namespaces/antrea-test/networkpolicystats/test-networkpolicy-ingress 66f95930-37dd-45cc-a0cf-cab8f722decd 0 2021-04-25 09:10:05 +0000 UTC <nil> <nil> map[] map[] [] [] []},TrafficStats:TrafficStats{Packets:0,Bytes:0,Sessions:0,},}
networkpolicy_test.go:152: Got NetworkPolicy stats: &NetworkPolicyStats{ObjectMeta:{test-networkpolicy-ingress antrea-test /apis/stats.antrea.io/v1alpha1/namespaces/antrea-test/networkpolicystats/test-networkpolicy-ingress 66f95930-37dd-45cc-a0cf-cab8f722decd 0 2021-04-25 09:10:05 +0000 UTC <nil> <nil> map[] map[] [] [] []},TrafficStats:TrafficStats{Packets:0,Bytes:0,Sessions:0,},}
networkpolicy_test.go:152: Got NetworkPolicy stats: &NetworkPolicyStats{ObjectMeta:{test-networkpolicy-ingress antrea-test /apis/stats.antrea.io/v1alpha1/namespaces/antrea-test/networkpolicystats/test-networkpolicy-ingress 66f95930-37dd-45cc-a0cf-cab8f722decd 0 2021-04-25 09:10:05 +0000 UTC <nil> <nil> map[] map[] [] [] []},TrafficStats:TrafficStats{Packets:60,Bytes:4120,Sessions:10,},}
networkpolicy_test.go:152: Got NetworkPolicy stats: &NetworkPolicyStats{ObjectMeta:{test-networkpolicy-egress antrea-test /apis/stats.antrea.io/v1alpha1/namespaces/antrea-test/networkpolicystats/test-networkpolicy-egress 96255ccd-9f21-45cf-b46a-40398143d24b 0 2021-04-25 09:10:05 +0000 UTC <nil> <nil> map[] map[] [] [] []},TrafficStats:TrafficStats{Packets:0,Bytes:0,Sessions:0,},}
networkpolicy_test.go:152: Got NetworkPolicy stats: &NetworkPolicyStats{ObjectMeta:{test-networkpolicy-ingress antrea-test /apis/stats.antrea.io/v1alpha1/namespaces/antrea-test/networkpolicystats/test-networkpolicy-ingress 66f95930-37dd-45cc-a0cf-cab8f722decd 0 2021-04-25 09:10:05 +0000 UTC <nil> <nil> map[] map[] [] [] []},TrafficStats:TrafficStats{Packets:60,Bytes:4120,Sessions:10,},}
networkpolicy_test.go:152: Got NetworkPolicy stats: &NetworkPolicyStats{ObjectMeta:{test-networkpolicy-egress antrea-test /apis/stats.antrea.io/v1alpha1/namespaces/antrea-test/networkpolicystats/test-networkpolicy-egress 96255ccd-9f21-45cf-b46a-40398143d24b 0 2021-04-25 09:10:05 +0000 UTC <nil> <nil> map[] map[] [] [] []},TrafficStats:TrafficStats{Packets:0,Bytes:0,Sessions:0,},}
networkpolicy_test.go:152: Got NetworkPolicy stats: &NetworkPolicyStats{ObjectMeta:{test-networkpolicy-ingress antrea-test /apis/stats.antrea.io/v1alpha1/namespaces/antrea-test/networkpolicystats/test-networkpolicy-ingress 66f95930-37dd-45cc-a0cf-cab8f722decd 0 2021-04-25 09:10:05 +0000 UTC <nil> <nil> map[] map[] [] [] []},TrafficStats:TrafficStats{Packets:60,Bytes:4120,Sessions:10,},}
networkpolicy_test.go:152: Got NetworkPolicy stats: &NetworkPolicyStats{ObjectMeta:{test-networkpolicy-egress antrea-test /apis/stats.antrea.io/v1alpha1/namespaces/antrea-test/networkpolicystats/test-networkpolicy-egress 96255ccd-9f21-45cf-b46a-40398143d24b 0 2021-04-25 09:10:05 +0000 UTC <nil> <nil> map[] map[] [] [] []},TrafficStats:TrafficStats{Packets:60,Bytes:4120,Sessions:10,},}
fixtures.go:347: Deleting Pod 'test-client-9ip9j7lv'
fixtures.go:347: Deleting Pod 'test-server-irncrh5u'
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestNetworkPolicyStats (97.49s)
=== RUN TestDifferentNamedPorts
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
fixtures.go:347: Deleting Pod 'test-client-15lgqk6b'
fixtures.go:347: Deleting Pod 'test-client-udeq44mh'
fixtures.go:347: Deleting Pod 'test-server-st7nytht'
fixtures.go:347: Deleting Pod 'test-server-aoluykr4'
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestDifferentNamedPorts (70.72s)
=== RUN TestDefaultDenyIngressPolicy
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
fixtures.go:347: Deleting Pod 'test-hostnetwork-client-m8f7ddd1'
fixtures.go:347: Deleting Pod 'test-hostnetwork-client-6jmtc13u'
fixtures.go:347: Deleting Pod 'test-server-kk4z1hd2'
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestDefaultDenyIngressPolicy (74.19s)
=== RUN TestDefaultDenyEgressPolicy
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
fixtures.go:347: Deleting Pod 'test-client-4z45pumx'
fixtures.go:347: Deleting Pod 'test-server-ammrcs56'
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestDefaultDenyEgressPolicy (43.01s)
=== RUN TestEgressToServerInCIDRBlock
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
--- SKIP: TestEgressToServerInCIDRBlock (0.00s)
=== RUN TestEgressToServerInCIDRBlockWithException
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
--- SKIP: TestEgressToServerInCIDRBlockWithException (0.00s)
=== RUN TestNetworkPolicyResyncAfterRestart
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
networkpolicy_test.go:593: Error when setting up test: error when getting Antrea daemonset: Get "https://192.168.4.2:6443/apis/apps/v1/namespaces/kube-system/daemonsets/antrea-agent": read tcp 192.168.5.192:47796->192.168.4.2:6443: read: no route to host
--- FAIL: TestNetworkPolicyResyncAfterRestart (940.55s)
=== RUN TestIngressPolicyWithoutPortNumber
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
networkpolicy_test.go:712: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestIngressPolicyWithoutPortNumber (2.36s)
=== RUN TestNPLAddPod
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
nodeportlocal_test.go:162: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNPLAddPod (3.00s)
=== RUN TestNPLMultiplePodsAgentRestart
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
nodeportlocal_test.go:289: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNPLMultiplePodsAgentRestart (3.00s)
=== RUN TestNPLChangePortRangeAgentRestart
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
nodeportlocal_test.go:344: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNPLChangePortRangeAgentRestart (3.00s)
=== RUN TestPrometheusMetricsOnController
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
prometheus_test.go:240: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusMetricsOnController (3.00s)
=== RUN TestPrometheusMetricsOnAgent
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
prometheus_test.go:254: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusMetricsOnAgent (4.00s)
=== RUN TestPrometheusServerControllerMetrics
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
prometheus_test.go:316: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusServerControllerMetrics (3.00s)
=== RUN TestPrometheusServerAgentMetrics
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
prometheus_test.go:328: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusServerAgentMetrics (3.00s)
=== RUN TestProxyServiceSessionAffinity
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
proxy_test.go:49: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyServiceSessionAffinity (3.00s)
=== RUN TestProxyHairpin
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
proxy_test.go:117: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyHairpin (3.00s)
=== RUN TestProxyEndpointLifeCycle
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
proxy_test.go:154: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyEndpointLifeCycle (3.00s)
=== RUN TestProxyServiceLifeCycle
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
proxy_test.go:213: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyServiceLifeCycle (3.00s)
=== RUN TestUserProvidedCert
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
security_test.go:50: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestUserProvidedCert (3.00s)
=== RUN TestSelfSignedCert
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
security_test.go:117: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestSelfSignedCert (3.00s)
=== RUN TestSupportBundleController
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
supportbundle_test.go:52: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestSupportBundleController (3.00s)
=== RUN TestSupportBundleAgent
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
supportbundle_test.go:52: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestSupportBundleAgent (3.00s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
tls_test.go:43: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestAntreaApiserverTLSConfig (3.00s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
traceflow_test.go:76: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowIntraNodeANP (3.00s)
=== RUN TestTraceflowIntraNode
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
traceflow_test.go:270: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowIntraNode (3.00s)
=== RUN TestTraceflowInterNode
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
traceflow_test.go:1029: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowInterNode (3.00s)
=== RUN TestTraceflowExternalIP
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
traceflow_test.go:1769: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowExternalIP (3.00s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
FAIL
FAIL github.com/vmware-tanzu/antrea/test/e2e 4099.675s
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-28 ===
Error from server (NotFound): namespaces "matrix-photon-3-k8s-v1-17-5-build-num-28" not found

antr...@gmail.com

unread,
May 2, 2021, 5:06:46 AM5/2/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/29/display/redirect?page=changes>

Changes:

[noreply] Fix Traceflow IPv6 DualStack e2e error (#2114)

[noreply] Add information about K8s installers (#2119)

[noreply] Verify the status of required routes and IP configuration of gateway

[noreply] Add clientset for ClusterGroupMembers and GroupAssociation (#2130)

[noreply] Add success stories and 'How to add yourself' to ADOPTERS.md (#2132)

[noreply] Extends the Endpoints support from 500 to 800, extra ones will be

[noreply] Fix OVS "flow" replay for groups (#2134)

[noreply] Increase Jenkins job timeout from 100m to 120m (#2140)

[noreply] [Windows][Performance] Configure MTU in Windows container (#2133)

[noreply] Update Traceflow docs for live-traffic tracing and other changes (#2126)

[noreply] Update AKS conformance script (#2141)


------------------------------------------
[...truncated 427.21 KB...]
W0502 08:46:43.374216 30248 env.go:67] Environment variable POD_NAMESPACE not found
W0502 08:46:43.374238 30248 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:191: The CABundle in ConfigMap antrea-ca is valid
security_test.go:206: The CABundle in APIService v1alpha1.stats.antrea.io is invalid
security_test.go:208: The CABundle in APIService v1alpha1.stats.antrea.io is valid
security_test.go:208: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:206: The CABundle in APIService v1beta1.system.antrea.io is invalid
security_test.go:208: The CABundle in APIService v1beta1.system.antrea.io is valid
security_test.go:208: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:206: The CABundle in APIService v1beta2.controlplane.antrea.io is invalid
security_test.go:208: The CABundle in APIService v1beta2.controlplane.antrea.io is valid
security_test.go:208: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:227: Got connections from all 3 antrea-agents
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestUserProvidedCert (134.15s)
=== RUN TestSelfSignedCert
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
W0502 08:47:08.603221 30248 env.go:67] Environment variable POD_NAMESPACE not found
W0502 08:47:08.603245 30248 env.go:105] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:191: The CABundle in ConfigMap antrea-ca is valid
security_test.go:208: The CABundle in APIService v1alpha1.stats.antrea.io is valid
security_test.go:208: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta1.system.antrea.io is valid
security_test.go:208: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:208: The CABundle in APIService v1beta2.controlplane.antrea.io is valid
security_test.go:208: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:227: Got connections from all 3 antrea-agents
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSelfSignedCert (25.25s)
=== RUN TestSupportBundleController
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (10.46s)
=== RUN TestSupportBundleAgent
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (6.26s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-76f784c546-js8kz
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-76f784c546-js8kz
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-5ndrl
tls_test.go:146: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-5ndrl
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestAntreaApiserverTLSConfig (39.16s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.13s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.14s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
fixtures.go:384: Creating a busybox test Pod 'test-pod-3siya1we' and waiting for IP
fixtures.go:384: Creating a busybox test Pod 'test-pod-380th58e' and waiting for IP
fixtures.go:384: Creating a busybox test Pod 'test-pod-4w6n5dc1' and waiting for IP
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowIntraNodeANP
fixtures.go:347: Deleting Pod 'test-pod-4w6n5dc1'
fixtures.go:347: Deleting Pod 'test-pod-3siya1we'
fixtures.go:347: Deleting Pod 'test-pod-380th58e'
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNodeANP (20.36s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest (2.04s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.02s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4 (1.02s)
--- SKIP: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
=== RUN TestTraceflowIntraNode
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
fixtures.go:384: Creating a busybox test Pod 'test-pod-rl18ua6t' and waiting for IP
fixtures.go:384: Creating a busybox test Pod 'test-pod-jb4xekff' and waiting for IP
fixtures.go:384: Creating a busybox test Pod 'test-pod-48lp99h5' and waiting for IP
=== RUN TestTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
connectivity_test.go:33: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:42: Retrieved all Pod IPs: map[test-pod-rl18ua6t:IPv4: 100.96.0.43, IP strings: 100.96.0.43]
traceflow_test.go:2003: Ping 'test-pod-jb4xekff' -> 'IPv4: 100.96.0.43, IP strings: 100.96.0.43' failed: ERROR (command terminated with exit code 1)
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflowIntraNode
fixtures.go:347: Deleting Pod 'test-pod-48lp99h5'
fixtures.go:347: Deleting Pod 'test-pod-jb4xekff'
fixtures.go:347: Deleting Pod 'test-pod-rl18ua6t'
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNode (63.74s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest (25.25s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.06s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4 (14.09s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (3.01s)
=== RUN TestTraceflowInterNode
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
fixtures.go:384: Creating a busybox test Pod 'test-pod-k9y7qed5' and waiting for IP
fixtures.go:384: Creating a busybox test Pod 'test-pod-zyvmbl14' and waiting for IP
fixtures.go:384: Creating a busybox test Pod 'test-pod-9tywrmh6' and waiting for IP
=== RUN TestTraceflowInterNode/traceflowGroupTest
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:33: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:42: Retrieved all Pod IPs: map[test-pod-zyvmbl14:IPv4: 100.96.1.77, IP strings: 100.96.1.77]
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowInterNode
fixtures.go:347: Deleting Pod 'test-pod-9tywrmh6'
fixtures.go:347: Deleting Pod 'test-pod-zyvmbl14'
fixtures.go:347: Deleting Pod 'test-pod-k9y7qed5'
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowInterNode (58.69s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest (16.17s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (3.03s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.09s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
=== RUN TestTraceflowExternalIP
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
fixtures.go:111: Waiting for all Antrea DaemonSet Pods
fixtures.go:115: Checking CoreDNS deployment
fixtures.go:384: Creating a busybox test Pod 'test-pod-tthkdfyu' and waiting for IP
fixtures.go:347: Deleting Pod 'test-pod-tthkdfyu'
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowExternalIP (17.87s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
PASS
ok github.com/vmware-tanzu/antrea/test/e2e 4093.217s
=== TEST SUCCESS !!! ===
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-29 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-29" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-29 succeeded ===
Whole Conformance Test failed!

antr...@gmail.com

unread,
May 9, 2021, 7:28:20 AM5/9/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/30/display/redirect?page=changes>

Changes:

[noreply] Decode flowType in Kibana dashboard (#2102)

[noreply] Update CHANGELOG (#2148)

[noreply] Update ADOPTERS.md (#2150)

[noreply] Improve Antrea-native Policy CRD schema verification (#2125)

[noreply] Readme: Make meeting time clearer, invite to check calendar (#2131)

[noreply] Improve conformance test scripts (#2149)

[noreply] add antrea network requirement doc (#2098)

[noreply] Updating Adopters.md (#2156)

[noreply] Add script for semi-automatic bug fix backporting (#2136)


------------------------------------------
[...truncated 299.54 KB...]
=== TEST FAILURES: 0/38 ===


=== RUN TestLegacyAntreaPolicy/TestGroupAuditLogging
=== RUN TestLegacyAntreaPolicy/TestGroupAuditLogging/Case=LegacyAuditLoggingBasic
I0509 11:26:12.876750 22564 entry.go:314] Creating/updating legacy ClusterNetworkPolicy test-log-acnp-deny
E0509 11:26:18.872055 22564 entry.go:314] Post "https://192.168.4.50:6443/apis/security.antrea.tanzu.vmware.com/v1alpha1/clusternetworkpolicies": dial tcp 192.168.4.50:6443: connect: no route to host
antreapolicy_test.go:78: test failed: Post "https://192.168.4.50:6443/apis/security.antrea.tanzu.vmware.com/v1alpha1/clusternetworkpolicies": dial tcp 192.168.4.50:6443: connect: no route to host
=== CONT TestLegacyAntreaPolicy
fixtures.go:218: Exporting test logs to '<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/antrea-test-logs/TestLegacyAntreaPolicy/beforeTeardown.May09-11-26-24'>
fixtures.go:319: Error when exporting kubelet logs: error when running journalctl on Node 'matrix-photon-3-k8s-v1-17-5-build-num-30-c8fgj', is it available?
fixtures.go:340: Deleting 'antrea-test' K8s Namespace
fixtures.go:342: Error when tearing down test: error when deleting 'antrea-test' Namespace: Delete "https://192.168.4.50:6443/api/v1/namespaces/antrea-test": dial tcp 192.168.4.50:6443: connect: no route to host
--- FAIL: TestLegacyAntreaPolicy (828.55s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies (4.81s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPNoPriority (0.01s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPRuleNameNotUniqueDenied (0.01s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPTierDoesNotExistDenied (0.00s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPPortRangePortUnsetDenied (0.01s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPPortRangePortEndPortSmallDenied (0.01s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPIngressPeerCGSetWithIPBlock (0.37s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPIngressPeerCGSetWithPodSelector (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPIngressPeerCGSetWithNSSelector (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPCGDoesNotExist (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPAppliedToCGDoesNotExist (0.39s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPSpecAppliedToRuleAppliedToSet (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPAppliedToNotSetInAllRules (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyANPNoPriority (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyANPRuleNameNotUniqueDenied (0.41s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyANPTierDoesNotExistDenied (0.39s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyANPPortRangePortUnsetDenied (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyANPPortRangePortEndPortSmallDenied (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateTiers (6.81s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateTiers/Case=LegacyTierOverlapPriorityDenied (1.31s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateTiers/Case=LegacyTierOverlapReservedTierPriorityDenied (0.29s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateTiers/Case=LegacyTierPriorityUpdateDenied (1.00s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateTiers/Case=LegacyTierACNPReferencedDeleteDenied (2.00s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateTiers/Case=LegacyTierANPRefDeleteDenied (2.00s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateTiers/Case=LegacyTierReservedDeleteDenied (0.21s)
--- PASS: TestLegacyAntreaPolicy/TestGroupMutateAntreaNativePolicies (3.19s)
--- PASS: TestLegacyAntreaPolicy/TestGroupMutateAntreaNativePolicies/Case=LegacyACNPNoTierSetDefaultTier (0.80s)
--- PASS: TestLegacyAntreaPolicy/TestGroupMutateAntreaNativePolicies/Case=LegacyANPNoTierSetDefaultTier (0.80s)
--- PASS: TestLegacyAntreaPolicy/TestGroupMutateAntreaNativePolicies/Case=LegacyANPNoRuleNameSetRuleName (0.80s)
--- PASS: TestLegacyAntreaPolicy/TestGroupMutateAntreaNativePolicies/Case=LegacyACNPNoRuleNameSetRuleName (0.80s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupDefaultDENY (431.13s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupDefaultDENY/Case=LegacyACNPAllowXBtoA (90.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupDefaultDENY/Case=LegacyACNPAllowXBtoYA (90.01s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupDefaultDENY/Case=LegacyACNPPriorityOverrideDefaultDeny (90.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP (292.53s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPAllowNoDefaultIsolationTCP (23.54s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPAllowNoDefaultIsolationUDP (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPAllowNoDefaultIsolationSCTP (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPDropEgress (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPDropEgressUDP (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPDropEgressSCTP (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPPortRange (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPRejectEgress (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPRejectIngress (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPRejectIngressUDP (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPNoEffectOnOtherProtocols (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPBaselinePolicy (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPPrioirtyOverride (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPTierOverride (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPCustomTiers (15.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPPriorityConflictingRule (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPRulePriority (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyANPPortRange (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyANPBasic (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyAppliedToPerRule (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupEgressRulePodsAToCGWithNsZ (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupUpdate (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupAppliedToDenyXBToCGWithYA (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupAppliedToRuleCGWithPodsAToNsZ (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupUpdateAppliedTo (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupAppliedToPodAdd (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupRefRulePodAdd (11.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupIngressRuleDenyCGWithXBtoYA (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupServiceRef (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPNestedClusterGroup (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupAuditLogging (9.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupAuditLogging/Case=LegacyAuditLoggingBasic (9.00s)
=== RUN TestLegacyAntreaPolicyStatus
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
legacyantreapolicy_test.go:2239: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestLegacyAntreaPolicyStatus (3.00s)
=== RUN TestLegacyANPNetworkPolicyStatsWithDropAction
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
legacyantreapolicy_test.go:2303: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestLegacyANPNetworkPolicyStatsWithDropAction (3.00s)
=== RUN TestLegacyAntreaClusterNetworkPolicyStats
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
legacyantreapolicy_test.go:2455: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestLegacyAntreaClusterNetworkPolicyStats (3.00s)
=== RUN TestLegacyClusterGroup
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
legacyclustergroup_test.go:251: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestLegacyClusterGroup (3.00s)
=== RUN TestNetworkPolicyStats
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
networkpolicy_test.go:41: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNetworkPolicyStats (3.00s)
=== RUN TestDifferentNamedPorts
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
networkpolicy_test.go:179: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestDifferentNamedPorts (3.00s)
=== RUN TestDefaultDenyIngressPolicy
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
networkpolicy_test.go:321: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestDefaultDenyIngressPolicy (3.00s)
=== RUN TestDefaultDenyEgressPolicy
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
networkpolicy_test.go:392: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestDefaultDenyEgressPolicy (3.00s)
=== RUN TestEgressToServerInCIDRBlock
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
--- SKIP: TestEgressToServerInCIDRBlock (0.00s)
=== RUN TestEgressToServerInCIDRBlockWithException
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
--- SKIP: TestEgressToServerInCIDRBlockWithException (0.00s)
=== RUN TestNetworkPolicyResyncAfterRestart
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
networkpolicy_test.go:593: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNetworkPolicyResyncAfterRestart (3.00s)
=== RUN TestIngressPolicyWithoutPortNumber
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
networkpolicy_test.go:712: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestIngressPolicyWithoutPortNumber (3.00s)
=== RUN TestNPLAddPod
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
nodeportlocal_test.go:162: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNPLAddPod (3.00s)
=== RUN TestNPLMultiplePodsAgentRestart
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
nodeportlocal_test.go:289: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNPLMultiplePodsAgentRestart (3.00s)
=== RUN TestNPLChangePortRangeAgentRestart
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
nodeportlocal_test.go:344: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNPLChangePortRangeAgentRestart (3.00s)
=== RUN TestPrometheusMetricsOnController
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
prometheus_test.go:240: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusMetricsOnController (3.00s)
=== RUN TestPrometheusMetricsOnAgent
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
prometheus_test.go:254: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusMetricsOnAgent (3.00s)
=== RUN TestPrometheusServerControllerMetrics
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
prometheus_test.go:316: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusServerControllerMetrics (3.00s)
=== RUN TestPrometheusServerAgentMetrics
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
prometheus_test.go:328: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusServerAgentMetrics (3.00s)
=== RUN TestProxyServiceSessionAffinity
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
proxy_test.go:49: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyServiceSessionAffinity (3.00s)
=== RUN TestProxyHairpin
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
proxy_test.go:117: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyHairpin (3.00s)
=== RUN TestProxyEndpointLifeCycle
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
proxy_test.go:154: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyEndpointLifeCycle (3.00s)
=== RUN TestProxyServiceLifeCycle
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
proxy_test.go:213: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyServiceLifeCycle (3.00s)
=== RUN TestUserProvidedCert
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
security_test.go:50: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestUserProvidedCert (3.00s)
=== RUN TestSelfSignedCert
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
security_test.go:117: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestSelfSignedCert (3.00s)
=== RUN TestSupportBundleController
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
supportbundle_test.go:52: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestSupportBundleController (3.00s)
=== RUN TestSupportBundleAgent
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
supportbundle_test.go:52: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestSupportBundleAgent (3.00s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
tls_test.go:43: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestAntreaApiserverTLSConfig (3.00s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
traceflow_test.go:76: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowIntraNodeANP (3.00s)
=== RUN TestTraceflowIntraNode
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
traceflow_test.go:270: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowIntraNode (3.00s)
=== RUN TestTraceflowInterNode
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
traceflow_test.go:1029: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowInterNode (4.00s)
=== RUN TestTraceflowExternalIP
fixtures.go:144: Creating 'antrea-test' K8s Namespace
fixtures.go:107: Applying Antrea YAML
traceflow_test.go:1769: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowExternalIP (3.00s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
FAIL
FAIL github.com/vmware-tanzu/antrea/test/e2e 3407.306s
FAIL
=== TEST FAILURE !!! ===
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-30 ===
Error from server (NotFound): namespaces "matrix-photon-3-k8s-v1-17-5-build-num-30" not found

antr...@gmail.com

unread,
May 16, 2021, 7:39:58 AM5/16/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/31/display/redirect>

Changes:


------------------------------------------
[...truncated 395.93 KB...]
E0516 11:37:02.150830 15973 k8s_util.go:968] Error when cleaning-up ACNPs: unable to list legacy AntreaClusterNetworkPolicies: Get "https://192.168.9.86:6443/apis/security.antrea.tanzu.vmware.com/v1alpha1/clusternetworkpolicies": dial tcp 192.168.9.86:6443: connect: no route to host
E0516 11:37:06.150805 15973 k8s_util.go:971] Error when cleaning-up CGs: unable to list legacy ClusterGroups: Get "https://192.168.9.86:6443/apis/core.antrea.tanzu.vmware.com/v1alpha2/clustergroups": dial tcp 192.168.9.86:6443: connect: no route to host
I0516 11:37:06.150966 15973 k8s_util.go:975] Deleting test Namespace x
E0516 11:37:11.150818 15973 k8s_util.go:977] Error when deleting Namespace 'x': Delete "https://192.168.9.86:6443/api/v1/namespaces/x": dial tcp 192.168.9.86:6443: connect: no route to host
I0516 11:37:11.150924 15973 k8s_util.go:975] Deleting test Namespace y
E0516 11:37:16.150543 15973 k8s_util.go:977] Error when deleting Namespace 'y': Delete "https://192.168.9.86:6443/api/v1/namespaces/y": dial tcp 192.168.9.86:6443: connect: no route to host
I0516 11:37:16.150598 15973 k8s_util.go:975] Deleting test Namespace z
E0516 11:37:20.150180 15973 k8s_util.go:977] Error when deleting Namespace 'z': Delete "https://192.168.9.86:6443/api/v1/namespaces/z": dial tcp 192.168.9.86:6443: connect: no route to host
=== CONT TestLegacyAntreaPolicy
fixtures.go:224: Exporting test logs to '<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/antrea-test-logs/TestLegacyAntreaPolicy/beforeTeardown.May16-11-37-20'>
fixtures.go:328: Error when exporting kubelet logs: error when running journalctl on Node 'matrix-photon-3-k8s-v1-17-5-build-num-31-blk2d', is it available? Error: cannot establish SSH connection to host: dial tcp 192.168.9.188:22: connect: no route to host
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
fixtures.go:351: Error when tearing down test: error when deleting 'antrea-test' Namespace: Delete "https://192.168.9.86:6443/api/v1/namespaces/antrea-test": dial tcp 192.168.9.86:6443: connect: no route to host
--- FAIL: TestLegacyAntreaPolicy (1759.75s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies (4.81s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPNoPriority (0.02s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPRuleNameNotUniqueDenied (0.01s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPTierDoesNotExistDenied (0.00s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPPortRangePortUnsetDenied (0.01s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPPortRangePortEndPortSmallDenied (0.01s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPIngressPeerCGSetWithIPBlock (0.37s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPIngressPeerCGSetWithPodSelector (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPIngressPeerCGSetWithNSSelector (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPCGDoesNotExist (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPAppliedToCGDoesNotExist (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPSpecAppliedToRuleAppliedToSet (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPAppliedToNotSetInAllRules (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyANPNoPriority (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyANPRuleNameNotUniqueDenied (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyANPTierDoesNotExistDenied (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyANPPortRangePortUnsetDenied (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyANPPortRangePortEndPortSmallDenied (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateTiers (6.80s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateTiers/Case=LegacyTierOverlapPriorityDenied (1.31s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateTiers/Case=LegacyTierOverlapReservedTierPriorityDenied (0.28s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateTiers/Case=LegacyTierPriorityUpdateDenied (1.00s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateTiers/Case=LegacyTierACNPReferencedDeleteDenied (2.00s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateTiers/Case=LegacyTierANPRefDeleteDenied (2.00s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateTiers/Case=LegacyTierReservedDeleteDenied (0.19s)
--- PASS: TestLegacyAntreaPolicy/TestGroupMutateAntreaNativePolicies (3.20s)
--- PASS: TestLegacyAntreaPolicy/TestGroupMutateAntreaNativePolicies/Case=LegacyACNPNoTierSetDefaultTier (0.81s)
--- PASS: TestLegacyAntreaPolicy/TestGroupMutateAntreaNativePolicies/Case=LegacyANPNoTierSetDefaultTier (0.79s)
--- PASS: TestLegacyAntreaPolicy/TestGroupMutateAntreaNativePolicies/Case=LegacyANPNoRuleNameSetRuleName (0.80s)
--- PASS: TestLegacyAntreaPolicy/TestGroupMutateAntreaNativePolicies/Case=LegacyACNPNoRuleNameSetRuleName (0.80s)
--- PASS: TestLegacyAntreaPolicy/TestGroupDefaultDENY (43.44s)
--- PASS: TestLegacyAntreaPolicy/TestGroupDefaultDENY/Case=LegacyACNPAllowXBtoA (10.83s)
--- PASS: TestLegacyAntreaPolicy/TestGroupDefaultDENY/Case=LegacyACNPAllowXBtoYA (10.98s)
--- PASS: TestLegacyAntreaPolicy/TestGroupDefaultDENY/Case=LegacyACNPPriorityOverrideDefaultDeny (10.99s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP (1563.44s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPAllowNoDefaultIsolationTCP (7.78s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPAllowNoDefaultIsolationUDP (7.77s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPAllowNoDefaultIsolationSCTP (8.01s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPDropEgress (10.52s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPDropEgressUDP (10.45s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPDropEgressSCTP (10.54s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPPortRange (31.37s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPRejectEgress (7.79s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPRejectIngress (7.87s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPRejectIngressUDP (7.79s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPNoEffectOnOtherProtocols (15.48s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPBaselinePolicy (12.48s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPPrioirtyOverride (22.16s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPTierOverride (22.34s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPCustomTiers (11.79s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPPriorityConflictingRule (11.00s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPRulePriority (10.94s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyANPPortRange (995.38s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyANPBasic (31.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyAppliedToPerRule (32.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupEgressRulePodsAToCGWithNsZ (28.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupUpdate (31.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupAppliedToDenyXBToCGWithYA (32.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupAppliedToRuleCGWithPodsAToNsZ (29.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupUpdateAppliedTo (31.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupAppliedToPodAdd (26.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupRefRulePodAdd (29.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupIngressRuleDenyCGWithXBtoYA (24.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupServiceRef (29.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPNestedClusterGroup (30.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupAuditLogging (31.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupAuditLogging/Case=LegacyAuditLoggingBasic (31.00s)
=== RUN TestLegacyAntreaPolicyStatus
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
legacyantreapolicy_test.go:2241: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestLegacyAntreaPolicyStatus (3.00s)
=== RUN TestLegacyANPNetworkPolicyStatsWithDropAction
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
legacyantreapolicy_test.go:2306: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestLegacyANPNetworkPolicyStatsWithDropAction (6.00s)
=== RUN TestLegacyAntreaClusterNetworkPolicyStats
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
legacyantreapolicy_test.go:2459: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestLegacyAntreaClusterNetworkPolicyStats (5.00s)
=== RUN TestLegacyClusterGroup
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
legacyclustergroup_test.go:252: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestLegacyClusterGroup (4.00s)
=== RUN TestNetworkPolicyStats
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
networkpolicy_test.go:43: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNetworkPolicyStats (5.00s)
=== RUN TestDifferentNamedPorts
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
networkpolicy_test.go:183: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestDifferentNamedPorts (4.00s)
=== RUN TestDefaultDenyIngressPolicy
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
networkpolicy_test.go:327: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestDefaultDenyIngressPolicy (5.00s)
=== RUN TestDefaultDenyEgressPolicy
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
networkpolicy_test.go:400: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestDefaultDenyEgressPolicy (4.00s)
=== RUN TestEgressToServerInCIDRBlock
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
--- SKIP: TestEgressToServerInCIDRBlock (0.00s)
=== RUN TestEgressToServerInCIDRBlockWithException
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
--- SKIP: TestEgressToServerInCIDRBlockWithException (0.00s)
=== RUN TestNetworkPolicyResyncAfterRestart
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
networkpolicy_test.go:607: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNetworkPolicyResyncAfterRestart (3.00s)
=== RUN TestIngressPolicyWithoutPortNumber
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
networkpolicy_test.go:728: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestIngressPolicyWithoutPortNumber (4.00s)
=== RUN TestNPLAddPod
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
nodeportlocal_test.go:164: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNPLAddPod (4.00s)
=== RUN TestNPLMultiplePodsAgentRestart
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
nodeportlocal_test.go:293: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNPLMultiplePodsAgentRestart (3.00s)
=== RUN TestNPLChangePortRangeAgentRestart
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
nodeportlocal_test.go:350: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNPLChangePortRangeAgentRestart (4.00s)
=== RUN TestPrometheusMetricsOnController
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
prometheus_test.go:241: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusMetricsOnController (4.00s)
=== RUN TestPrometheusMetricsOnAgent
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
prometheus_test.go:256: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusMetricsOnAgent (5.00s)
=== RUN TestPrometheusServerControllerMetrics
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
prometheus_test.go:319: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusServerControllerMetrics (4.00s)
=== RUN TestPrometheusServerAgentMetrics
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
prometheus_test.go:332: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusServerAgentMetrics (4.00s)
=== RUN TestProxyServiceSessionAffinity
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
proxy_test.go:51: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyServiceSessionAffinity (4.00s)
=== RUN TestProxyHairpin
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
proxy_test.go:121: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyHairpin (5.00s)
=== RUN TestProxyEndpointLifeCycle
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
proxy_test.go:160: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyEndpointLifeCycle (5.00s)
=== RUN TestProxyServiceLifeCycle
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
proxy_test.go:221: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyServiceLifeCycle (5.00s)
=== RUN TestUserProvidedCert
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
security_test.go:52: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestUserProvidedCert (5.00s)
=== RUN TestSelfSignedCert
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
security_test.go:121: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestSelfSignedCert (3.00s)
=== RUN TestSupportBundleController
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
supportbundle_test.go:54: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestSupportBundleController (5.00s)
=== RUN TestSupportBundleAgent
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
supportbundle_test.go:54: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestSupportBundleAgent (3.00s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
tls_test.go:45: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestAntreaApiserverTLSConfig (4.00s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
traceflow_test.go:78: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowIntraNodeANP (5.00s)
=== RUN TestTraceflowIntraNode
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
traceflow_test.go:274: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowIntraNode (5.00s)
=== RUN TestTraceflowInterNode
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
traceflow_test.go:1040: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowInterNode (4.00s)
=== RUN TestTraceflowExternalIP
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
traceflow_test.go:1782: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowExternalIP (5.00s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
FAIL
FAIL antrea.io/antrea/test/e2e 4491.621s
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-31 ===
Error from server (NotFound): namespaces "matrix-photon-3-k8s-v1-17-5-build-num-31" not found

antr...@gmail.com

unread,
May 23, 2021, 5:36:31 AM5/23/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/32/display/redirect?page=changes>

Changes:

[noreply] [CI] Exit immediately if building images fails (#2184)

[noreply] [CI] Support pulling images from Dockerhub (#2183)

[noreply] [OF] Refactor OF actions (#2176)

[noreply] Add crd/v1alpha3 for ClusterGroup (#2008)

[noreply] parameterize kubernetes download path (#2174)

[noreply] Change flow export mechanism for Flow Aggregator (#1949)

[noreply] add live capturedpacket info to UI (#2182)

[noreply] Parameterize kubernetes download path (Prepare-Node.ps1) (#2192)

[noreply] Add go-ipfix collector deployment instructions (#2147)

[noreply] Build antrea-cni binary and release binaries without cgo (#2189)

[noreply] Update Node's MAC address to the Node's annotation for direct routing

[noreply] [CI] Fix IPv6 e2e kubeconfig not found & simplify Jenkins log (#2195)

[noreply] Windows support for Flow Exporter with Flow Aggregator (#2138)

[noreply] Fix network policy issue in userspace datapath of Flow Exporter (#2194)

[noreply] remove EnabelTLSConfig from antrea agent (#2193)


------------------------------------------
[...truncated 253.45 KB...]
E0523 09:33:32.143273 15056 k8s_util.go:1016] Error when cleaning-up ACNPs: unable to list legacy AntreaClusterNetworkPolicies: Get "https://192.168.4.43:6443/apis/security.antrea.tanzu.vmware.com/v1alpha1/clusternetworkpolicies": dial tcp 192.168.4.43:6443: connect: no route to host
E0523 09:33:38.143010 15056 k8s_util.go:1019] Error when cleaning-up CGs: unable to list legacy ClusterGroups: Get "https://192.168.4.43:6443/apis/core.antrea.tanzu.vmware.com/v1alpha2/clustergroups": dial tcp 192.168.4.43:6443: connect: no route to host
I0523 09:33:38.143067 15056 k8s_util.go:1023] Deleting test Namespace x
E0523 09:33:43.142828 15056 k8s_util.go:1025] Error when deleting Namespace 'x': Delete "https://192.168.4.43:6443/api/v1/namespaces/x": dial tcp 192.168.4.43:6443: connect: no route to host
I0523 09:33:43.142937 15056 k8s_util.go:1023] Deleting test Namespace y
E0523 09:33:47.143632 15056 k8s_util.go:1025] Error when deleting Namespace 'y': Delete "https://192.168.4.43:6443/api/v1/namespaces/y": dial tcp 192.168.4.43:6443: connect: no route to host
I0523 09:33:47.143717 15056 k8s_util.go:1023] Deleting test Namespace z
E0523 09:33:50.142795 15056 k8s_util.go:1025] Error when deleting Namespace 'z': Delete "https://192.168.4.43:6443/api/v1/namespaces/z": dial tcp 192.168.4.43:6443: connect: no route to host
=== CONT TestLegacyAntreaPolicy
fixtures.go:224: Exporting test logs to '<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/antrea-test-logs/TestLegacyAntreaPolicy/beforeTeardown.May23-09-33-50'>
fixtures.go:328: Error when exporting kubelet logs: error when running journalctl on Node 'matrix-photon-3-k8s-v1-17-5-build-num-32-b7wds', is it available? Error: cannot establish SSH connection to host: dial tcp 192.168.4.169:22: connect: no route to host
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
fixtures.go:351: Error when tearing down test: error when deleting 'antrea-test' Namespace: Delete "https://192.168.4.43:6443/api/v1/namespaces/antrea-test": dial tcp 192.168.4.43:6443: connect: no route to host
--- FAIL: TestLegacyAntreaPolicy (1691.22s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies (4.81s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPNoPriority (0.01s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPRuleNameNotUniqueDenied (0.01s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPTierDoesNotExistDenied (0.00s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPPortRangePortUnsetDenied (0.01s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPPortRangePortEndPortSmallDenied (0.01s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPIngressPeerCGSetWithIPBlock (0.37s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPIngressPeerCGSetWithPodSelector (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPIngressPeerCGSetWithNSSelector (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPCGDoesNotExist (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPAppliedToCGDoesNotExist (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPSpecAppliedToRuleAppliedToSet (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyACNPAppliedToNotSetInAllRules (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyANPNoPriority (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyANPRuleNameNotUniqueDenied (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyANPTierDoesNotExistDenied (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyANPPortRangePortUnsetDenied (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateAntreaNativePolicies/Case=LegacyANPPortRangePortEndPortSmallDenied (0.40s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateTiers (6.80s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateTiers/Case=LegacyTierOverlapPriorityDenied (1.31s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateTiers/Case=LegacyTierOverlapReservedTierPriorityDenied (0.28s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateTiers/Case=LegacyTierPriorityUpdateDenied (1.00s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateTiers/Case=LegacyTierACNPReferencedDeleteDenied (2.00s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateTiers/Case=LegacyTierANPRefDeleteDenied (2.00s)
--- PASS: TestLegacyAntreaPolicy/TestGroupValidateTiers/Case=LegacyTierReservedDeleteDenied (0.20s)
--- PASS: TestLegacyAntreaPolicy/TestGroupMutateAntreaNativePolicies (3.20s)
--- PASS: TestLegacyAntreaPolicy/TestGroupMutateAntreaNativePolicies/Case=LegacyACNPNoTierSetDefaultTier (0.80s)
--- PASS: TestLegacyAntreaPolicy/TestGroupMutateAntreaNativePolicies/Case=LegacyANPNoTierSetDefaultTier (0.80s)
--- PASS: TestLegacyAntreaPolicy/TestGroupMutateAntreaNativePolicies/Case=LegacyANPNoRuleNameSetRuleName (0.80s)
--- PASS: TestLegacyAntreaPolicy/TestGroupMutateAntreaNativePolicies/Case=LegacyACNPNoRuleNameSetRuleName (0.80s)
--- PASS: TestLegacyAntreaPolicy/TestGroupDefaultDENY (43.52s)
--- PASS: TestLegacyAntreaPolicy/TestGroupDefaultDENY/Case=LegacyACNPAllowXBtoA (10.88s)
--- PASS: TestLegacyAntreaPolicy/TestGroupDefaultDENY/Case=LegacyACNPAllowXBtoYA (10.82s)
--- PASS: TestLegacyAntreaPolicy/TestGroupDefaultDENY/Case=LegacyACNPPriorityOverrideDefaultDeny (10.97s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP (1488.17s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPAllowNoDefaultIsolationTCP (7.82s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPAllowNoDefaultIsolationUDP (7.84s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPAllowNoDefaultIsolationSCTP (7.97s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPDropEgress (10.76s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPDropEgressUDP (10.69s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPDropEgressSCTP (11.14s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPPortRange (33.31s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPRejectEgress (8.08s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPRejectIngress (8.03s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPRejectIngressUDP (7.91s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPNoEffectOnOtherProtocols (15.52s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPBaselinePolicy (12.20s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPPrioirtyOverride (22.34s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPTierOverride (22.19s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPCustomTiers (11.73s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPPriorityConflictingRule (10.87s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPRulePriority (11.14s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyANPPortRange (30.03s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyANPBasic (21.28s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyAppliedToPerRule (21.51s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupEgressRulePodsAToCGWithNsZ (12.05s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupUpdate (20.59s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupAppliedToDenyXBToCGWithYA (11.98s)
--- PASS: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupAppliedToRuleCGWithPodsAToNsZ (12.02s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupUpdateAppliedTo (987.19s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupAppliedToPodAdd (30.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupRefRulePodAdd (32.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupIngressRuleDenyCGWithXBtoYA (29.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPClusterGroupServiceRef (30.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupNoK8sNP/Case=LegacyACNPNestedClusterGroup (31.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupAuditLogging (34.00s)
--- FAIL: TestLegacyAntreaPolicy/TestGroupAuditLogging/Case=LegacyAuditLoggingBasic (34.00s)
=== RUN TestLegacyAntreaPolicyStatus
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
legacyantreapolicy_test.go:2241: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestLegacyAntreaPolicyStatus (5.00s)
=== RUN TestLegacyANPNetworkPolicyStatsWithDropAction
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
legacyantreapolicy_test.go:2306: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestLegacyANPNetworkPolicyStatsWithDropAction (5.00s)
=== RUN TestLegacyAntreaClusterNetworkPolicyStats
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
legacyantreapolicy_test.go:2459: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestLegacyAntreaClusterNetworkPolicyStats (4.00s)
=== RUN TestLegacyClusterGroup
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
legacyclustergroup_test.go:252: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestLegacyClusterGroup (5.00s)
=== RUN TestNetworkPolicyStats
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
networkpolicy_test.go:43: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNetworkPolicyStats (5.00s)
=== RUN TestDifferentNamedPorts
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
networkpolicy_test.go:183: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestDifferentNamedPorts (4.00s)
=== RUN TestDefaultDenyIngressPolicy
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
networkpolicy_test.go:327: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestDefaultDenyIngressPolicy (3.00s)
=== RUN TestDefaultDenyEgressPolicy
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
networkpolicy_test.go:400: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestDefaultDenyEgressPolicy (4.00s)
=== RUN TestEgressToServerInCIDRBlock
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
--- SKIP: TestEgressToServerInCIDRBlock (0.00s)
=== RUN TestEgressToServerInCIDRBlockWithException
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
--- SKIP: TestEgressToServerInCIDRBlockWithException (0.00s)
=== RUN TestNetworkPolicyResyncAfterRestart
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
networkpolicy_test.go:607: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNetworkPolicyResyncAfterRestart (4.00s)
=== RUN TestIngressPolicyWithoutPortNumber
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
networkpolicy_test.go:728: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestIngressPolicyWithoutPortNumber (3.00s)
=== RUN TestNPLAddPod
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
nodeportlocal_test.go:164: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNPLAddPod (5.00s)
=== RUN TestNPLMultiplePodsAgentRestart
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
nodeportlocal_test.go:293: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNPLMultiplePodsAgentRestart (4.00s)
=== RUN TestNPLChangePortRangeAgentRestart
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
nodeportlocal_test.go:350: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNPLChangePortRangeAgentRestart (5.00s)
--- FAIL: TestProxyHairpin (4.00s)
=== RUN TestProxyEndpointLifeCycle
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
proxy_test.go:160: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyEndpointLifeCycle (5.00s)
=== RUN TestProxyServiceLifeCycle
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
proxy_test.go:221: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyServiceLifeCycle (3.00s)
=== RUN TestUserProvidedCert
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
security_test.go:52: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestUserProvidedCert (6.00s)
=== RUN TestSelfSignedCert
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
security_test.go:121: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestSelfSignedCert (5.00s)
=== RUN TestSupportBundleController
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
supportbundle_test.go:54: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestSupportBundleController (5.00s)
=== RUN TestSupportBundleAgent
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
supportbundle_test.go:54: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestSupportBundleAgent (3.00s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
tls_test.go:45: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestAntreaApiserverTLSConfig (4.00s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
traceflow_test.go:78: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowIntraNodeANP (4.00s)
=== RUN TestTraceflowIntraNode
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
traceflow_test.go:274: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowIntraNode (4.00s)
=== RUN TestTraceflowInterNode
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
traceflow_test.go:1040: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowInterNode (5.00s)
=== RUN TestTraceflowExternalIP
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
traceflow_test.go:1782: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowExternalIP (5.00s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
FAIL
FAIL antrea.io/antrea/test/e2e 4322.963s
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-32 ===
Error from server (NotFound): namespaces "matrix-photon-3-k8s-v1-17-5-build-num-32" not found

antr...@gmail.com

unread,
May 30, 2021, 5:24:05 AM5/30/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/33/display/redirect?page=changes>

Changes:

[noreply] [Windows] Enable RSC in the vSwitch to optimize network performance

[noreply] Move GetNodeAddr function to k8s util package (#2191)

[noreply] Package whereabouts IPAM into Antrea docker image(CNF use case). (#2185)

[noreply] Add 'namespaces' in ACNP for enhanced peer namespace selection (#1961)

[noreply] Add K8sNP endPort support (#2190)

[noreply] Fix local access (from worker Node) to Node Port Local ports (#2200)

[noreply] Fix Traceflow issue on hairpin service (#2167)

[noreply] Add dual-stack service support (#2207)

[noreply] Fix NodePortLocal bug when syncing-up iptables rules on restart (#2212)

[noreply] Add deny connection tracking for flow exporter (#2112)

[noreply] [Windows] NoEncap support (#2160)

[noreply] Fortify the bandwidth e2e test of flow aggregator (#1802)

[noreply] Fix typo in comments (#2209)

[noreply] Fix bug in FlowAggregator when sending template set (#2039)

[noreply] add metadata to flow records (#2163)

[noreply] Update governance (#2197)

[noreply] Update CHANGELOG for v1.1.0 release (#2220)

[noreply] Set VERSION to v1.2.0-dev (#2221)


------------------------------------------
[...truncated 187.61 KB...]
flowaggregator_test.go:574: Check the bandwidth using octetDeltaCountFromSourceNode in data record.
flowaggregator_test.go:681: Iperf throughput: 19251.20 Mbits/s, IPFIX record throughput calculated through octetDeltaCountFromSourceNode: 18762.36 Mbits/s
flowaggregator_test.go:583: Check the average bandwidth using octetTotalCountFromSourceNode 28228702421 in data record.
flowaggregator_test.go:681: Iperf throughput: 19251.20 Mbits/s, IPFIX record throughput calculated through octetTotalCountFromSourceNode: 18819.13 Mbits/s
=== RUN TestFlowAggregator/IPv4/RemoteServiceAccess
flowaggregator_test.go:574: Check the bandwidth using octetDeltaCountFromSourceNode in data record.
flowaggregator_test.go:681: Iperf throughput: 4075.52 Mbits/s, IPFIX record throughput calculated through octetDeltaCountFromSourceNode: 3890.56 Mbits/s
flowaggregator_test.go:583: Check the average bandwidth using octetTotalCountFromSourceNode 5974673879 in data record.
flowaggregator_test.go:681: Iperf throughput: 4075.52 Mbits/s, IPFIX record throughput calculated through octetTotalCountFromSourceNode: 3983.12 Mbits/s
=== CONT TestFlowAggregator
fixtures.go:338: Deleting 'flow-aggregator' K8s Namespace
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
--- PASS: TestFlowAggregator (220.06s)
--- PASS: TestFlowAggregator/IPv4 (85.84s)
--- PASS: TestFlowAggregator/IPv4/IntraNodeFlows (14.21s)
--- PASS: TestFlowAggregator/IPv4/IntraNodeDenyConnIngressANP (3.06s)
--- PASS: TestFlowAggregator/IPv4/IntraNodeDenyConnEgressANP (3.59s)
--- PASS: TestFlowAggregator/IPv4/IntraNodeDenyConnNP (5.09s)
--- PASS: TestFlowAggregator/IPv4/InterNodeFlows (13.73s)
--- PASS: TestFlowAggregator/IPv4/InterNodeDenyConnIngressANP (3.10s)
--- PASS: TestFlowAggregator/IPv4/InterNodeDenyConnEgressANP (3.08s)
--- PASS: TestFlowAggregator/IPv4/InterNodeDenyConnNP (9.06s)
--- PASS: TestFlowAggregator/IPv4/LocalServiceAccess (14.20s)
--- PASS: TestFlowAggregator/IPv4/RemoteServiceAccess (13.64s)
=== RUN TestReplaceFieldValue
--- PASS: TestReplaceFieldValue (0.00s)
=== RUN TestIPSecTunnelConnectivity
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
fixtures.go:117: Waiting for all Antrea DaemonSet Pods
fixtures.go:121: Checking CoreDNS deployment
ipsec_test.go:71: Redeploy Antrea with IPSec tunnel enabled
connectivity_test.go:234: Deleting Antrea Agent DaemonSet
connectivity_test.go:239: Applying Antrea YAML
connectivity_test.go:256: Waiting for all Antrea DaemonSet Pods
connectivity_test.go:262: Restarting CoreDNS Pods
connectivity_test.go:35: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:45: Retrieved all Pod IPs: map[connectivity-test-2px6j:IPv4(100.96.1.23),IPstrings(100.96.1.23) connectivity-test-bz8zg:IPv4(100.96.2.208),IPstrings(100.96.2.208)]
connectivity_test.go:54: Ping mesh test between all Pods
connectivity_test.go:63: Ping 'connectivity-test-2px6j' -> 'connectivity-test-bz8zg': OK
connectivity_test.go:63: Ping 'connectivity-test-bz8zg' -> 'connectivity-test-2px6j': OK
ipsec_test.go:84: Found 2 'up' SecurityAssociation(s) for Node 'matrix-photon-3-k8s-v1-17-5-build-num-33-qwdmd'
connectivity_test.go:234: Deleting Antrea Agent DaemonSet
connectivity_test.go:239: Applying Antrea YAML
connectivity_test.go:256: Waiting for all Antrea DaemonSet Pods
connectivity_test.go:262: Restarting CoreDNS Pods
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
--- PASS: TestIPSecTunnelConnectivity (186.19s)
=== RUN TestIPSecDeleteStaleTunnelPorts
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
fixtures.go:117: Waiting for all Antrea DaemonSet Pods
fixtures.go:121: Checking CoreDNS deployment
ipsec_test.go:106: Redeploy Antrea with IPSec tunnel enabled
connectivity_test.go:234: Deleting Antrea Agent DaemonSet
connectivity_test.go:239: Applying Antrea YAML
connectivity_test.go:256: Waiting for all Antrea DaemonSet Pods
connectivity_test.go:262: Restarting CoreDNS Pods
ipsec_test.go:129: Checking that tunnel port has been created
ipsec_test.go:116: The Antrea Pod for Node 'matrix-photon-3-k8s-v1-17-5-build-num-33-qwdmd' is 'antrea-agent-j6nl9'
ipsec_test.go:138: Redeploy Antrea with IPSec tunnel disabled
connectivity_test.go:234: Deleting Antrea Agent DaemonSet
connectivity_test.go:239: Applying Antrea YAML
connectivity_test.go:256: Waiting for all Antrea DaemonSet Pods
connectivity_test.go:262: Restarting CoreDNS Pods
connectivity_test.go:270: Cannot retrieve number of container restarts across Agent Pods: failed to list antrea-agent Pods: Get "https://192.168.9.105:6443/api/v1/namespaces/kube-system/pods?labelSelector=app%3Dantrea%2Ccomponent%3Dantrea-agent": http2: client connection lost
fixtures.go:224: Exporting test logs to '<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/antrea-test-logs/TestIPSecDeleteStaleTunnelPorts/beforeTeardown.May30-09-14-54'>
fixtures.go:328: Error when exporting kubelet logs: error when running journalctl on Node 'matrix-photon-3-k8s-v1-17-5-build-num-33-qwdmd', is it available? Error: cannot establish SSH connection to host: dial tcp 192.168.9.54:22: connect: connection timed out
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
fixtures.go:351: Error when tearing down test: error when deleting 'antrea-test' Namespace: Delete "https://192.168.9.105:6443/api/v1/namespaces/antrea-test": dial tcp 192.168.9.105:6443: i/o timeout
--- FAIL: TestIPSecDeleteStaleTunnelPorts (491.89s)
=== RUN TestLegacyAntreaPolicy
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
legacyantreapolicy_test.go:2144: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestLegacyAntreaPolicy (129.74s)
=== RUN TestLegacyAntreaPolicyStatus
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
legacyantreapolicy_test.go:2241: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestLegacyAntreaPolicyStatus (20.08s)
=== RUN TestLegacyANPNetworkPolicyStatsWithDropAction
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
legacyantreapolicy_test.go:2306: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestLegacyANPNetworkPolicyStatsWithDropAction (3.00s)
=== RUN TestLegacyAntreaClusterNetworkPolicyStats
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
legacyantreapolicy_test.go:2459: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestLegacyAntreaClusterNetworkPolicyStats (4.00s)
=== RUN TestLegacyClusterGroup
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
legacyclustergroup_test.go:252: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestLegacyClusterGroup (3.00s)
=== RUN TestNetworkPolicyStats
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
networkpolicy_test.go:43: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNetworkPolicyStats (4.00s)
=== RUN TestDifferentNamedPorts
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
networkpolicy_test.go:183: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestDifferentNamedPorts (4.00s)
=== RUN TestDefaultDenyIngressPolicy
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
networkpolicy_test.go:327: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestDefaultDenyIngressPolicy (4.00s)
=== RUN TestDefaultDenyEgressPolicy
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
networkpolicy_test.go:400: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestDefaultDenyEgressPolicy (4.00s)
=== RUN TestEgressToServerInCIDRBlock
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
--- SKIP: TestEgressToServerInCIDRBlock (0.00s)
=== RUN TestEgressToServerInCIDRBlockWithException
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
--- SKIP: TestEgressToServerInCIDRBlockWithException (0.00s)
=== RUN TestNetworkPolicyResyncAfterRestart
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
networkpolicy_test.go:607: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNetworkPolicyResyncAfterRestart (4.00s)
=== RUN TestIngressPolicyWithoutPortNumber
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
networkpolicy_test.go:728: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestIngressPolicyWithoutPortNumber (4.00s)
=== RUN TestIngressPolicyWithEndPort
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
networkpolicy_test.go:814: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestIngressPolicyWithEndPort (5.00s)
=== RUN TestNPLAddPod
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
nodeportlocal_test.go:184: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNPLAddPod (3.00s)
=== RUN TestNPLMultiplePodsAgentRestart
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
nodeportlocal_test.go:345: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNPLMultiplePodsAgentRestart (3.00s)
=== RUN TestNPLChangePortRangeAgentRestart
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
nodeportlocal_test.go:413: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNPLChangePortRangeAgentRestart (5.00s)
=== RUN TestPrometheusMetricsOnController
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
prometheus_test.go:241: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusMetricsOnController (4.00s)
=== RUN TestPrometheusMetricsOnAgent
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
prometheus_test.go:256: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusMetricsOnAgent (5.00s)
=== RUN TestPrometheusServerControllerMetrics
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
prometheus_test.go:319: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusServerControllerMetrics (3.00s)
=== RUN TestPrometheusServerAgentMetrics
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
prometheus_test.go:332: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusServerAgentMetrics (4.00s)
=== RUN TestProxyServiceSessionAffinity
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
proxy_test.go:51: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyServiceSessionAffinity (3.00s)
=== RUN TestProxyHairpin
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
proxy_test.go:121: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyHairpin (5.00s)
=== RUN TestProxyEndpointLifeCycle
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
proxy_test.go:160: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyEndpointLifeCycle (3.00s)
=== RUN TestProxyServiceLifeCycle
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
proxy_test.go:221: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyServiceLifeCycle (3.00s)
=== RUN TestUserProvidedCert
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
security_test.go:52: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestUserProvidedCert (5.00s)
=== RUN TestSelfSignedCert
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
security_test.go:121: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestSelfSignedCert (4.00s)
=== RUN TestSupportBundleController
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
supportbundle_test.go:54: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestSupportBundleController (5.00s)
=== RUN TestSupportBundleAgent
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
supportbundle_test.go:54: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestSupportBundleAgent (4.00s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
tls_test.go:45: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestAntreaApiserverTLSConfig (4.00s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
traceflow_test.go:78: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowIntraNodeANP (4.00s)
=== RUN TestTraceflowIntraNode
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
traceflow_test.go:274: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowIntraNode (3.00s)
=== RUN TestTraceflowInterNode
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
traceflow_test.go:1040: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowInterNode (5.00s)
=== RUN TestTraceflowExternalIP
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
traceflow_test.go:1901: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowExternalIP (4.00s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
FAIL
FAIL antrea.io/antrea/test/e2e 3238.635s
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-33 ===
Error from server (NotFound): namespaces "matrix-photon-3-k8s-v1-17-5-build-num-33" not found

antr...@gmail.com

unread,
Jun 6, 2021, 6:10:06 AM6/6/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/34/display/redirect?page=changes>

Changes:

[noreply] [CI] Use trap in Jenkins jobs (#2218)

[noreply] Do not fail clair-scan if docker containers cannot be killed (#2229)

[noreply] add lock for podCache in case of concurrent map writes (#2233)

[noreply] print featuregates via antctl (#2082)

[noreply] Add Go script to process CHANGELOG files before releases (#2230)

[noreply] Fix Cyclonus NetworkPolicy Github workflow (#2234)

[noreply] Fix missing correlation of egressNetworkPolicyRuleAction (#2228)

[noreply] Wait for iptables lock when deleting rule in NodePortLocal e2e tests

[noreply] [CI][e2e] Fix bugs in runPingCommandFromTestPod (#2226)

[noreply] [CI] Prune stale images in testbeds (#2117)

[noreply] Add SR-IOV secondary interface support (#2151)


------------------------------------------
[...truncated 303.35 KB...]
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
W0606 10:02:56.028070 18969 env.go:76] Environment variable POD_NAMESPACE not found
W0606 10:02:56.028090 18969 env.go:114] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:195: The CABundle in ConfigMap antrea-ca is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.io is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.system.antrea.io is invalid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta2.controlplane.antrea.io is invalid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:231: Got connections from all 3 antrea-agents
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
--- PASS: TestUserProvidedCert (148.38s)
=== RUN TestSelfSignedCert
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
fixtures.go:117: Waiting for all Antrea DaemonSet Pods
fixtures.go:121: Checking CoreDNS deployment
W0606 10:03:36.168082 18969 env.go:76] Environment variable POD_NAMESPACE not found
W0606 10:03:36.168099 18969 env.go:114] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:195: The CABundle in ConfigMap antrea-ca is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.io is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:231: Got connections from all 3 antrea-agents
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSelfSignedCert (40.16s)
=== RUN TestSupportBundleController
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
fixtures.go:117: Waiting for all Antrea DaemonSet Pods
fixtures.go:121: Checking CoreDNS deployment
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (24.63s)
=== RUN TestSupportBundleAgent
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
fixtures.go:117: Waiting for all Antrea DaemonSet Pods
fixtures.go:121: Checking CoreDNS deployment
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (24.55s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
fixtures.go:117: Waiting for all Antrea DaemonSet Pods
fixtures.go:121: Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-5b7798965-s6xg8
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-5b7798965-s6xg8
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-s2vhp
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-s2vhp
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
--- PASS: TestAntreaApiserverTLSConfig (60.35s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.15s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.15s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
fixtures.go:117: Waiting for all Antrea DaemonSet Pods
fixtures.go:121: Checking CoreDNS deployment
fixtures.go:393: Creating a busybox test Pod 'test-pod-3fn6of3f' and waiting for IP
fixtures.go:393: Creating a busybox test Pod 'test-pod-tnov59pk' and waiting for IP
fixtures.go:393: Creating a busybox test Pod 'test-pod-vmirrv93' and waiting for IP
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowIntraNodeANP
fixtures.go:356: Deleting Pod 'test-pod-3fn6of3f'
fixtures.go:356: Deleting Pod 'test-pod-tnov59pk'
fixtures.go:356: Deleting Pod 'test-pod-vmirrv93'
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNodeANP (37.45s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest (2.03s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.01s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4 (1.01s)
--- SKIP: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
=== RUN TestTraceflowIntraNode
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
fixtures.go:117: Waiting for all Antrea DaemonSet Pods
fixtures.go:121: Checking CoreDNS deployment
fixtures.go:393: Creating a busybox test Pod 'test-pod-3kmohzns' and waiting for IP
fixtures.go:393: Creating a busybox test Pod 'test-pod-zy2uewgm' and waiting for IP
fixtures.go:393: Creating a busybox test Pod 'test-pod-dpswp8xr' and waiting for IP
=== RUN TestTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
connectivity_test.go:35: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:45: Retrieved all Pod IPs: map[test-pod-3kmohzns:IPv4(100.96.0.41),IPstrings(100.96.0.41)]
traceflow_test.go:2135: Ping 'test-pod-dpswp8xr' -> 'IPv4(100.96.0.41),IPstrings(100.96.0.41)' failed: ERROR (error when running ping command 'ping -c 2 -4 100.96.0.41': command terminated with exit code 1 - stdout: PING 100.96.0.41 (100.96.0.41): 56 data bytes

--- 100.96.0.41 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
- stderr: )
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflowIntraNode
fixtures.go:356: Deleting Pod 'test-pod-zy2uewgm'
fixtures.go:356: Deleting Pod 'test-pod-dpswp8xr'
fixtures.go:356: Deleting Pod 'test-pod-3kmohzns'
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNode (60.20s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest (25.24s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.07s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4 (14.08s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (3.02s)
=== RUN TestTraceflowInterNode
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
fixtures.go:117: Waiting for all Antrea DaemonSet Pods
fixtures.go:121: Checking CoreDNS deployment
fixtures.go:393: Creating a busybox test Pod 'test-pod-ivxhl67m' and waiting for IP
fixtures.go:393: Creating a busybox test Pod 'test-pod-6go2sc10' and waiting for IP
fixtures.go:393: Creating a busybox test Pod 'test-pod-9h4nwx3h' and waiting for IP
=== RUN TestTraceflowInterNode/traceflowGroupTest
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:35: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:45: Retrieved all Pod IPs: map[test-pod-9h4nwx3h:IPv4(100.96.2.49),IPstrings(100.96.2.49)]
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowInterNode
fixtures.go:356: Deleting Pod 'test-pod-6go2sc10'
fixtures.go:356: Deleting Pod 'test-pod-9h4nwx3h'
fixtures.go:356: Deleting Pod 'test-pod-ivxhl67m'
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowInterNode (60.97s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest (19.17s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (3.01s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4 (3.01s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.09s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
=== RUN TestTraceflowExternalIP
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
fixtures.go:117: Waiting for all Antrea DaemonSet Pods
fixtures.go:121: Checking CoreDNS deployment
fixtures.go:393: Creating a busybox test Pod 'test-pod-n0qe6e7q' and waiting for IP
fixtures.go:356: Deleting Pod 'test-pod-n0qe6e7q'
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowExternalIP (39.08s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
PASS
ok antrea.io/antrea/test/e2e 5169.268s
=== TEST SUCCESS !!! ===
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-34 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-34" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-34 succeeded ===
Whole Conformance Test failed!

antr...@gmail.com

unread,
Jun 13, 2021, 6:11:25 AM6/13/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/35/display/redirect?page=changes>

Changes:

[noreply] Add missing space for octant doc (#2248)

[noreply] [Windows] Check if the uplink is virtual before creating HNSNetwork

[noreply] [Windows] Fix the race condition in ifConfigurator (#2253)

[noreply] Support running the same trace request again with the same parameters

[noreply] Improve readability of NeedsRoutingToPeer method (#2252)

[noreply] Add ExternalIPPool API and update Egress API for failover support

[noreply] [CI] Clean up stale files & folders under /tmp (#2263)

[noreply] [CI][e2e] Add test for ClusterIP Service access from host (#2242)

[noreply] Wait for policies to be realized for ANP/ACNP stats e2e tests (#2269)

[noreply] Protect Traceflow state from concurrent access in Octant plugin (#2261)

[noreply] Run golangci-lint for Octant plugin in CI (#2264)

[noreply] Fix TestClusterIPHostAccess flakes (#2270)


------------------------------------------
[...truncated 305.46 KB...]
W0613 10:04:38.659176 9377 env.go:76] Environment variable POD_NAMESPACE not found
W0613 10:04:38.659198 9377 env.go:114] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:195: The CABundle in ConfigMap antrea-ca is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.io is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:231: Got connections from all 3 antrea-agents
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
--- PASS: TestUserProvidedCert (150.41s)
=== RUN TestSelfSignedCert
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
fixtures.go:117: Waiting for all Antrea DaemonSet Pods
fixtures.go:121: Checking CoreDNS deployment
W0613 10:05:15.839526 9377 env.go:76] Environment variable POD_NAMESPACE not found
W0613 10:05:15.839550 9377 env.go:114] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:195: The CABundle in ConfigMap antrea-ca is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.io is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.networking.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:231: Got connections from all 3 antrea-agents
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSelfSignedCert (37.20s)
=== RUN TestClusterIPHostAccess
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
fixtures.go:117: Waiting for all Antrea DaemonSet Pods
fixtures.go:121: Checking CoreDNS deployment
service_test.go:40: nginx Service is ready
service_test.go:60: Try to curl ClusterIP Service from a Linux host
service_test.go:57: curl from Node 'matrix-photon-3-k8s-v1-17-5-build-num-35-fbwp2' succeeded
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
--- PASS: TestClusterIPHostAccess (30.49s)
=== RUN TestSupportBundleController
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
fixtures.go:117: Waiting for all Antrea DaemonSet Pods
fixtures.go:121: Checking CoreDNS deployment
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (24.71s)
=== RUN TestSupportBundleAgent
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
fixtures.go:117: Waiting for all Antrea DaemonSet Pods
fixtures.go:121: Checking CoreDNS deployment
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (24.57s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
fixtures.go:117: Waiting for all Antrea DaemonSet Pods
fixtures.go:121: Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-5b7798965-qcq77
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-5b7798965-qcq77
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-qdn5v
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-qdn5v
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
--- PASS: TestAntreaApiserverTLSConfig (52.43s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.16s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.14s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
fixtures.go:117: Waiting for all Antrea DaemonSet Pods
fixtures.go:121: Checking CoreDNS deployment
fixtures.go:393: Creating a busybox test Pod 'test-pod-l395f0on' and waiting for IP
fixtures.go:393: Creating a busybox test Pod 'test-pod-dm5expxp' and waiting for IP
fixtures.go:393: Creating a busybox test Pod 'test-pod-kbdr5ue0' and waiting for IP
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowIntraNodeANP
fixtures.go:356: Deleting Pod 'test-pod-kbdr5ue0'
fixtures.go:356: Deleting Pod 'test-pod-l395f0on'
fixtures.go:356: Deleting Pod 'test-pod-dm5expxp'
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNodeANP (44.71s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest (2.04s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.02s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4 (1.02s)
--- SKIP: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
=== RUN TestTraceflowIntraNode
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
fixtures.go:117: Waiting for all Antrea DaemonSet Pods
fixtures.go:121: Checking CoreDNS deployment
fixtures.go:393: Creating a busybox test Pod 'test-pod-twcu0t41' and waiting for IP
fixtures.go:393: Creating a busybox test Pod 'test-pod-19a8fgur' and waiting for IP
fixtures.go:393: Creating a busybox test Pod 'test-pod-g2h3kto7' and waiting for IP
=== RUN TestTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
connectivity_test.go:35: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:45: Retrieved all Pod IPs: map[test-pod-19a8fgur:IPv4(100.96.0.41),IPstrings(100.96.0.41)]
traceflow_test.go:2135: Ping 'test-pod-g2h3kto7' -> 'IPv4(100.96.0.41),IPstrings(100.96.0.41)' failed: ERROR (error when running ping command 'ping -c 2 -4 100.96.0.41': command terminated with exit code 1 - stdout: PING 100.96.0.41 (100.96.0.41): 56 data bytes

--- 100.96.0.41 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
- stderr: )
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflowIntraNode
fixtures.go:356: Deleting Pod 'test-pod-twcu0t41'
fixtures.go:356: Deleting Pod 'test-pod-g2h3kto7'
fixtures.go:356: Deleting Pod 'test-pod-19a8fgur'
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNode (55.94s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest (25.26s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.03s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.08s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4 (14.08s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (3.02s)
=== RUN TestTraceflowInterNode
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
fixtures.go:117: Waiting for all Antrea DaemonSet Pods
fixtures.go:121: Checking CoreDNS deployment
fixtures.go:393: Creating a busybox test Pod 'test-pod-k3nifo51' and waiting for IP
fixtures.go:393: Creating a busybox test Pod 'test-pod-c0ju6dxk' and waiting for IP
fixtures.go:393: Creating a busybox test Pod 'test-pod-p3u2xx22' and waiting for IP
=== RUN TestTraceflowInterNode/traceflowGroupTest
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:35: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:45: Retrieved all Pod IPs: map[test-pod-c0ju6dxk:IPv4(100.96.2.48),IPstrings(100.96.2.48)]
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowInterNode
fixtures.go:356: Deleting Pod 'test-pod-p3u2xx22'
fixtures.go:356: Deleting Pod 'test-pod-c0ju6dxk'
fixtures.go:356: Deleting Pod 'test-pod-k3nifo51'
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowInterNode (54.33s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest (19.17s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (3.01s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4 (3.01s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.08s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
=== RUN TestTraceflowExternalIP
fixtures.go:150: Creating 'antrea-test' K8s Namespace
fixtures.go:113: Applying Antrea YAML
fixtures.go:117: Waiting for all Antrea DaemonSet Pods
fixtures.go:121: Checking CoreDNS deployment
fixtures.go:393: Creating a busybox test Pod 'test-pod-fhpei2hz' and waiting for IP
fixtures.go:356: Deleting Pod 'test-pod-fhpei2hz'
fixtures.go:349: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowExternalIP (32.11s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
PASS
ok antrea.io/antrea/test/e2e 5291.375s
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-35 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-35" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-35 succeeded ===

antr...@gmail.com

unread,
Jun 20, 2021, 6:24:34 AM6/20/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/36/display/redirect?page=changes>

Changes:

[noreply] Fix checksum computation error in ofctrl_packetout.go (#2273)

[noreply] Remove assumption that there is a single ovs-vswitchd .ctl file (#2260)

[noreply] Remove deprecated API: networking.antrea.tanzu.vmware.com v1beta1

[noreply] Refactor restconfig create function (#2276)

[noreply] GetPodByLabel may return nil pod, check if nil before using it (#2259)

[noreply] add TranslatedSrcIP for SNAT (#2227)

[noreply] [CI] Don't clone repo if pending or skip jobs (#2281)

[noreply] Drop eth0 packets in PREROUTING on Kind Nodes (#2143)

[noreply] Add documentation regarding Namespaces field (#2271)

[noreply] add a workflow to cancel running workflow (#2279)


------------------------------------------
[...truncated 1.17 MB...]
fixtures.go:111: Checking CoreDNS deployment
=== RUN TestNPLAddPod/NPLTestMultiplePods
nodeportlocal_test.go:72: Got annotations map[nodeportlocal.antrea.io:[{"podPort":80,"nodeIP":"192.168.4.152","nodePort":40000}]] for Pod with IP 100.96.0.17
nodeportlocal_test.go:109: Verifying iptables rules [{40000 80 100.96.0.17}]
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.17:80'
nodeportlocal_test.go:125: Found rule in iptables
nodeportlocal_test.go:109: Verifying iptables rules [{40000 80 100.96.0.17}]
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.17:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.17:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.17:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.17:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.17:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.17:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.17:80'
nodeportlocal_test.go:127: Rule not found in iptables
nodeportlocal_test.go:72: Got annotations map[nodeportlocal.antrea.io:[{"podPort":80,"nodeIP":"192.168.4.152","nodePort":40002}]] for Pod with IP 100.96.0.18
nodeportlocal_test.go:109: Verifying iptables rules [{40002 80 100.96.0.18}]
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40002 -j DNAT --to-destination 100.96.0.18:80'
nodeportlocal_test.go:125: Found rule in iptables
nodeportlocal_test.go:109: Verifying iptables rules [{40002 80 100.96.0.18}]
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40002 -j DNAT --to-destination 100.96.0.18:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40002 -j DNAT --to-destination 100.96.0.18:80'
nodeportlocal_test.go:127: Rule not found in iptables
nodeportlocal_test.go:72: Got annotations map[nodeportlocal.antrea.io:[{"podPort":80,"nodeIP":"192.168.4.152","nodePort":40001}]] for Pod with IP 100.96.0.20
nodeportlocal_test.go:109: Verifying iptables rules [{40001 80 100.96.0.20}]
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40001 -j DNAT --to-destination 100.96.0.20:80'
nodeportlocal_test.go:125: Found rule in iptables
nodeportlocal_test.go:109: Verifying iptables rules [{40001 80 100.96.0.20}]
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40001 -j DNAT --to-destination 100.96.0.20:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40001 -j DNAT --to-destination 100.96.0.20:80'
nodeportlocal_test.go:127: Rule not found in iptables
nodeportlocal_test.go:72: Got annotations map[nodeportlocal.antrea.io:[{"podPort":80,"nodeIP":"192.168.4.152","nodePort":40003}]] for Pod with IP 100.96.0.19
nodeportlocal_test.go:109: Verifying iptables rules [{40003 80 100.96.0.19}]
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40003 -j DNAT --to-destination 100.96.0.19:80'
nodeportlocal_test.go:125: Found rule in iptables
nodeportlocal_test.go:109: Verifying iptables rules [{40003 80 100.96.0.19}]
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40003 -j DNAT --to-destination 100.96.0.19:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40003 -j DNAT --to-destination 100.96.0.19:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40003 -j DNAT --to-destination 100.96.0.19:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40003 -j DNAT --to-destination 100.96.0.19:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40003 -j DNAT --to-destination 100.96.0.19:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40003 -j DNAT --to-destination 100.96.0.19:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40003 -j DNAT --to-destination 100.96.0.19:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40003 -j DNAT --to-destination 100.96.0.19:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40003 -j DNAT --to-destination 100.96.0.19:80'
nodeportlocal_test.go:127: Rule not found in iptables
=== RUN TestNPLAddPod/NPLTestPodAddMultiPort
nodeportlocal_test.go:72: Got annotations map[nodeportlocal.antrea.io:[{"podPort":80,"nodeIP":"192.168.4.152","nodePort":40000},{"podPort":8080,"nodeIP":"192.168.4.152","nodePort":40001}]] for Pod with IP 100.96.0.22
nodeportlocal_test.go:109: Verifying iptables rules [{40000 80 100.96.0.22} {40001 8080 100.96.0.22}]
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.22:80'
nodeportlocal_test.go:125: Found rule in iptables
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40001 -j DNAT --to-destination 100.96.0.22:8080'
nodeportlocal_test.go:125: Found rule in iptables
nodeportlocal_test.go:109: Verifying iptables rules [{40000 80 100.96.0.22} {40001 8080 100.96.0.22}]
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.22:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.22:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.22:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.22:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.22:80'
nodeportlocal_test.go:127: Rule not found in iptables
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40001 -j DNAT --to-destination 100.96.0.22:8080'
nodeportlocal_test.go:127: Rule not found in iptables
=== RUN TestNPLAddPod/NPLTestLocalAccess
nodeportlocal_test.go:72: Got annotations map[nodeportlocal.antrea.io:[{"podPort":80,"nodeIP":"192.168.4.152","nodePort":40000}]] for Pod with IP 100.96.0.24
nodeportlocal_test.go:109: Verifying iptables rules [{40000 80 100.96.0.24}]
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.24:80'
nodeportlocal_test.go:125: Found rule in iptables
nodeportlocal_test.go:109: Verifying iptables rules [{40000 80 100.96.0.24}]
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.24:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.24:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.24:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.24:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.24:80'
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.24:80'
nodeportlocal_test.go:127: Rule not found in iptables
=== CONT TestNPLAddPod
fixtures.go:339: Deleting 'antrea-test' K8s Namespace
--- PASS: TestNPLAddPod (132.70s)
--- PASS: TestNPLAddPod/NPLTestMultiplePods (31.96s)
--- PASS: TestNPLAddPod/NPLTestPodAddMultiPort (10.31s)
--- PASS: TestNPLAddPod/NPLTestLocalAccess (9.26s)
=== RUN TestNPLMultiplePodsAgentRestart
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
fixtures.go:107: Waiting for all Antrea DaemonSet Pods
fixtures.go:111: Checking CoreDNS deployment
nodeportlocal_test.go:72: Got annotations map[nodeportlocal.antrea.io:[{"podPort":80,"nodeIP":"192.168.4.152","nodePort":40003}]] for Pod with IP 100.96.0.25
nodeportlocal_test.go:109: Verifying iptables rules [{40003 80 100.96.0.25}]
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40003 -j DNAT --to-destination 100.96.0.25:80'
nodeportlocal_test.go:125: Found rule in iptables
nodeportlocal_test.go:139: Deleting iptables rule for {40003 80 100.96.0.25}
nodeportlocal_test.go:72: Got annotations map[nodeportlocal.antrea.io:[{"podPort":80,"nodeIP":"192.168.4.152","nodePort":40003}]] for Pod with IP 100.96.0.25
nodeportlocal_test.go:109: Verifying iptables rules [{40003 80 100.96.0.25}]
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40003 -j DNAT --to-destination 100.96.0.25:80'
nodeportlocal_test.go:125: Found rule in iptables
nodeportlocal_test.go:72: Got annotations map[nodeportlocal.antrea.io:[{"podPort":80,"nodeIP":"192.168.4.152","nodePort":40000}]] for Pod with IP 100.96.0.26
nodeportlocal_test.go:109: Verifying iptables rules [{40000 80 100.96.0.26}]
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.26:80'
nodeportlocal_test.go:125: Found rule in iptables
nodeportlocal_test.go:72: Got annotations map[nodeportlocal.antrea.io:[{"podPort":80,"nodeIP":"192.168.4.152","nodePort":40001}]] for Pod with IP 100.96.0.29
nodeportlocal_test.go:109: Verifying iptables rules [{40001 80 100.96.0.29}]
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40001 -j DNAT --to-destination 100.96.0.29:80'
nodeportlocal_test.go:125: Found rule in iptables
nodeportlocal_test.go:72: Got annotations map[nodeportlocal.antrea.io:[{"podPort":80,"nodeIP":"192.168.4.152","nodePort":40002}]] for Pod with IP 100.96.0.28
nodeportlocal_test.go:109: Verifying iptables rules [{40002 80 100.96.0.28}]
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40002 -j DNAT --to-destination 100.96.0.28:80'
nodeportlocal_test.go:125: Found rule in iptables
fixtures.go:339: Deleting 'antrea-test' K8s Namespace
--- PASS: TestNPLMultiplePodsAgentRestart (125.06s)
=== RUN TestNPLChangePortRangeAgentRestart
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
fixtures.go:107: Waiting for all Antrea DaemonSet Pods
fixtures.go:111: Checking CoreDNS deployment
nodeportlocal_test.go:72: Got annotations map[nodeportlocal.antrea.io:[{"podPort":80,"nodeIP":"192.168.4.152","nodePort":40000}]] for Pod with IP 100.96.0.30
nodeportlocal_test.go:72: Got annotations map[nodeportlocal.antrea.io:[{"podPort":80,"nodeIP":"192.168.4.152","nodePort":40001}]] for Pod with IP 100.96.0.31
nodeportlocal_test.go:72: Got annotations map[nodeportlocal.antrea.io:[{"podPort":80,"nodeIP":"192.168.4.152","nodePort":40002}]] for Pod with IP 100.96.0.32
nodeportlocal_test.go:72: Got annotations map[nodeportlocal.antrea.io:[{"podPort":80,"nodeIP":"192.168.4.152","nodePort":40003}]] for Pod with IP 100.96.0.34
nodeportlocal_test.go:72: Got annotations map[nodeportlocal.antrea.io:[{"podPort":80,"nodeIP":"192.168.4.152","nodePort":42003}]] for Pod with IP 100.96.0.30
nodeportlocal_test.go:109: Verifying iptables rules [{42003 80 100.96.0.30}]
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 42003 -j DNAT --to-destination 100.96.0.30:80'
nodeportlocal_test.go:125: Found rule in iptables
nodeportlocal_test.go:72: Got annotations map[nodeportlocal.antrea.io:[{"podPort":80,"nodeIP":"192.168.4.152","nodePort":42002}]] for Pod with IP 100.96.0.31
nodeportlocal_test.go:109: Verifying iptables rules [{42002 80 100.96.0.31}]
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 42002 -j DNAT --to-destination 100.96.0.31:80'
nodeportlocal_test.go:125: Found rule in iptables
nodeportlocal_test.go:72: Got annotations map[nodeportlocal.antrea.io:[{"podPort":80,"nodeIP":"192.168.4.152","nodePort":42001}]] for Pod with IP 100.96.0.32
nodeportlocal_test.go:109: Verifying iptables rules [{42001 80 100.96.0.32}]
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 42001 -j DNAT --to-destination 100.96.0.32:80'
nodeportlocal_test.go:125: Found rule in iptables
nodeportlocal_test.go:72: Got annotations map[nodeportlocal.antrea.io:[{"podPort":80,"nodeIP":"192.168.4.152","nodePort":42000}]] for Pod with IP 100.96.0.34
nodeportlocal_test.go:109: Verifying iptables rules [{42000 80 100.96.0.34}]
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 42000 -j DNAT --to-destination 100.96.0.34:80'
nodeportlocal_test.go:125: Found rule in iptables
nodeportlocal_test.go:109: Verifying iptables rules [{40000 80 100.96.0.30} {40001 80 100.96.0.31} {40002 80 100.96.0.32} {40003 80 100.96.0.34}]
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40000 -j DNAT --to-destination 100.96.0.30:80'
nodeportlocal_test.go:127: Rule not found in iptables
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40001 -j DNAT --to-destination 100.96.0.31:80'
nodeportlocal_test.go:127: Rule not found in iptables
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40002 -j DNAT --to-destination 100.96.0.32:80'
nodeportlocal_test.go:127: Rule not found in iptables
nodeportlocal_test.go:122: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40003 -j DNAT --to-destination 100.96.0.34:80'
nodeportlocal_test.go:127: Rule not found in iptables
fixtures.go:339: Deleting 'antrea-test' K8s Namespace
fixtures.go:341: Error when tearing down test: error when getting Namespace 'antrea-test' after delete: Get "https://192.168.4.203:6443/api/v1/namespaces/antrea-test": http2: client connection lost
--- PASS: TestNPLChangePortRangeAgentRestart (163.02s)
=== RUN TestPrometheusMetricsOnController
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
prometheus_test.go:241: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusMetricsOnController (131.03s)
=== RUN TestPrometheusMetricsOnAgent
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
prometheus_test.go:256: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusMetricsOnAgent (131.07s)
=== RUN TestPrometheusServerControllerMetrics
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
prometheus_test.go:319: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusServerControllerMetrics (131.07s)
=== RUN TestPrometheusServerAgentMetrics
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
prometheus_test.go:332: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusServerAgentMetrics (131.07s)
=== RUN TestProxyServiceSessionAffinity
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
proxy_test.go:51: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyServiceSessionAffinity (3.13s)
=== RUN TestProxyHairpin
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
proxy_test.go:121: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyHairpin (3.00s)
=== RUN TestProxyEndpointLifeCycle
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
proxy_test.go:160: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyEndpointLifeCycle (3.00s)
=== RUN TestProxyServiceLifeCycle
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
proxy_test.go:221: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyServiceLifeCycle (3.00s)
=== RUN TestUserProvidedCert
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
security_test.go:52: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestUserProvidedCert (4.00s)
=== RUN TestSelfSignedCert
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
security_test.go:121: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestSelfSignedCert (3.00s)
=== RUN TestClusterIPHostAccess
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
service_test.go:32: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestClusterIPHostAccess (3.00s)
=== RUN TestSupportBundleController
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
supportbundle_test.go:54: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestSupportBundleController (5.00s)
=== RUN TestSupportBundleAgent
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
supportbundle_test.go:54: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestSupportBundleAgent (3.00s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
tls_test.go:45: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestAntreaApiserverTLSConfig (4.00s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
traceflow_test.go:78: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowIntraNodeANP (3.00s)
=== RUN TestTraceflowIntraNode
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
traceflow_test.go:274: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowIntraNode (5.00s)
=== RUN TestTraceflowInterNode
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
traceflow_test.go:1040: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowInterNode (6.00s)
=== RUN TestTraceflowExternalIP
fixtures.go:140: Creating 'antrea-test' K8s Namespace
fixtures.go:103: Applying Antrea YAML
traceflow_test.go:1903: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowExternalIP (4.00s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
FAIL
FAIL antrea.io/antrea/test/e2e 5260.312s
FAIL
=== TEST FAILURE !!! ===
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-36 ===
Error from server (NotFound): namespaces "matrix-photon-3-k8s-v1-17-5-build-num-36" not found

antr...@gmail.com

unread,
Jun 27, 2021, 1:29:53 AM6/27/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/37/display/redirect?page=changes>

Changes:

[noreply] Support dual-stack Vagrant-based clusters (#2287)

[noreply] Increase timeout for jenkins-networkpolicy CI job (#2291)

[noreply] Temporary workaround for e2e test memory leak (#2293)

[noreply] Change the changelog link in /README.md to CHANGELOG/README.md (#2296)

[noreply] Fix template and fields missing issue in dual stack e2e tests (#2284)

[noreply] Antrea NetworkPolicy e2e tests improvements (#2277)

[noreply] Add e2e tests for Pod-to-External flow type (#2231)

[noreply] [CI] Fix Windows conformance (#2286)

[noreply] Support allocating Egress IPs from ExternalIPPools (#2237)

[noreply] Packet-in rate limiting with OF Meter (#2215)

[noreply] Fix MarshalJSON error caused by incorrect conversion function (#2302)

[noreply] Fix wrong types and missing field selectors in legacy APIs (#2305)

[noreply] Use target port of Service in NodePortLocal to configure Pod

[noreply] Fix race condition in EgressController and unit tests (#2307)


------------------------------------------
[...truncated 283.51 KB...]
fixtures.go:117: Checking CoreDNS deployment
fixtures.go:352: Deleting Pod 'test-client-8kaqckhs'
fixtures.go:352: Deleting Pod 'test-server-5yotz399'
fixtures.go:345: Deleting 'antrea-test' K8s Namespace
--- PASS: TestDefaultDenyEgressPolicy (74.41s)
=== RUN TestEgressToServerInCIDRBlock
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
--- SKIP: TestEgressToServerInCIDRBlock (0.00s)
=== RUN TestEgressToServerInCIDRBlockWithException
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
--- SKIP: TestEgressToServerInCIDRBlockWithException (0.00s)
=== RUN TestNetworkPolicyResyncAfterRestart
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
fixtures.go:113: Waiting for all Antrea DaemonSet Pods
fixtures.go:117: Checking CoreDNS deployment
networkpolicy_test.go:1007: cmds: [antctl get agentinfo -o json]
networkpolicy_test.go:1007: cmds: [antctl get agentinfo -o json]
networkpolicy_test.go:1007: cmds: [antctl get agentinfo -o json]
networkpolicy_test.go:1007: cmds: [antctl get agentinfo -o json]
networkpolicy_test.go:1007: cmds: [antctl get agentinfo -o json]
networkpolicy_test.go:1007: cmds: [antctl get agentinfo -o json]
networkpolicy_test.go:1007: cmds: [antctl get agentinfo -o json]
networkpolicy_test.go:1007: cmds: [antctl get agentinfo -o json]
networkpolicy_test.go:1007: cmds: [antctl get agentinfo -o json]
networkpolicy_test.go:1007: cmds: [antctl get agentinfo -o json]
networkpolicy_test.go:1007: cmds: [antctl get agentinfo -o json]
networkpolicy_test.go:1007: cmds: [antctl get agentinfo -o json]
networkpolicy_test.go:1007: cmds: [antctl get agentinfo -o json]
networkpolicy_test.go:1007: cmds: [antctl get agentinfo -o json]
networkpolicy_test.go:1007: cmds: [antctl get agentinfo -o json]
fixtures.go:352: Deleting Pod 'test-client-4n46nynb'
fixtures.go:352: Deleting Pod 'test-client-tuug7bm7'
fixtures.go:352: Deleting Pod 'test-server-6nt8az77'
fixtures.go:352: Deleting Pod 'test-server-n4y3ou08'
fixtures.go:345: Deleting 'antrea-test' K8s Namespace
--- PASS: TestNetworkPolicyResyncAfterRestart (106.67s)
=== RUN TestIngressPolicyWithoutPortNumber
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
fixtures.go:113: Waiting for all Antrea DaemonSet Pods
fixtures.go:117: Checking CoreDNS deployment
fixtures.go:352: Deleting Pod 'test-client-t29eyjyy'
fixtures.go:352: Deleting Pod 'test-client-0vn9lvrv'
fixtures.go:352: Deleting Pod 'test-server-7a5a3vi6'
fixtures.go:345: Deleting 'antrea-test' K8s Namespace
--- PASS: TestIngressPolicyWithoutPortNumber (60.55s)
=== RUN TestIngressPolicyWithEndPort
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
fixtures.go:113: Waiting for all Antrea DaemonSet Pods
fixtures.go:117: Checking CoreDNS deployment
networkpolicy_test.go:945: Skipping test as the kube-apiserver doesn't support `endPort` or `NetworkPolicyEndPort` feature-gate is not enabled.
fixtures.go:352: Deleting Pod 'test-client-3r0jedcc'
fixtures.go:352: Deleting Pod 'test-server-7kxi77wr'
fixtures.go:345: Deleting 'antrea-test' K8s Namespace
--- SKIP: TestIngressPolicyWithEndPort (48.70s)
=== RUN TestNPLAddPod
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
fixtures.go:113: Waiting for all Antrea DaemonSet Pods
fixtures.go:117: Checking CoreDNS deployment
=== RUN TestNPLAddPod/NPLTestMultiplePods
nodeportlocal_test.go:73: Got annotations map[nodeportlocal.antrea.io:[{"podPort":80,"nodeIP":"192.168.9.25","nodePort":40001}]] for Pod with IP 100.96.0.21
nodeportlocal_test.go:110: Verifying iptables rules [{40001 80 100.96.0.21}]
nodeportlocal_test.go:123: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40001 -j DNAT --to-destination 100.96.0.21:80'
nodeportlocal_test.go:126: Found rule in iptables
nodeportlocal_test.go:110: Verifying iptables rules [{40001 80 100.96.0.21}]
nodeportlocal_test.go:123: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40001 -j DNAT --to-destination 100.96.0.21:80'
nodeportlocal_test.go:123: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40001 -j DNAT --to-destination 100.96.0.21:80'
nodeportlocal_test.go:123: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40001 -j DNAT --to-destination 100.96.0.21:80'
nodeportlocal_test.go:123: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40001 -j DNAT --to-destination 100.96.0.21:80'
nodeportlocal_test.go:123: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40001 -j DNAT --to-destination 100.96.0.21:80'
nodeportlocal_test.go:128: Rule not found in iptables
nodeportlocal_test.go:73: Got annotations map[nodeportlocal.antrea.io:[{"podPort":80,"nodeIP":"192.168.9.25","nodePort":40003}]] for Pod with IP 100.96.0.22
nodeportlocal_test.go:110: Verifying iptables rules [{40003 80 100.96.0.22}]
nodeportlocal_test.go:123: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40003 -j DNAT --to-destination 100.96.0.22:80'
nodeportlocal_test.go:126: Found rule in iptables
nodeportlocal_test.go:110: Verifying iptables rules [{40003 80 100.96.0.22}]
nodeportlocal_test.go:123: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40003 -j DNAT --to-destination 100.96.0.22:80'
nodeportlocal_test.go:123: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40003 -j DNAT --to-destination 100.96.0.22:80'
nodeportlocal_test.go:123: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40003 -j DNAT --to-destination 100.96.0.22:80'
nodeportlocal_test.go:128: Rule not found in iptables
nodeportlocal_test.go:73: Got annotations map[nodeportlocal.antrea.io:[{"podPort":80,"nodeIP":"192.168.9.25","nodePort":40002}]] for Pod with IP 100.96.0.23
nodeportlocal_test.go:110: Verifying iptables rules [{40002 80 100.96.0.23}]
nodeportlocal_test.go:123: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40002 -j DNAT --to-destination 100.96.0.23:80'
nodeportlocal_test.go:126: Found rule in iptables
nodeportlocal_test.go:110: Verifying iptables rules [{40002 80 100.96.0.23}]
nodeportlocal_test.go:123: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40002 -j DNAT --to-destination 100.96.0.23:80'
nodeportlocal_test.go:123: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40002 -j DNAT --to-destination 100.96.0.23:80'
nodeportlocal_test.go:123: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40002 -j DNAT --to-destination 100.96.0.23:80'
nodeportlocal_test.go:123: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40002 -j DNAT --to-destination 100.96.0.23:80'
nodeportlocal_test.go:123: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40002 -j DNAT --to-destination 100.96.0.23:80'
nodeportlocal_test.go:123: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40002 -j DNAT --to-destination 100.96.0.23:80'
nodeportlocal_test.go:123: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40002 -j DNAT --to-destination 100.96.0.23:80'
nodeportlocal_test.go:123: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40002 -j DNAT --to-destination 100.96.0.23:80'
nodeportlocal_test.go:123: Searching for iptables rule: '-A ANTREA-NODE-PORT-LOCAL -p tcp -m tcp --dport 40002 -j DNAT --to-destination 100.96.0.23:80'
nodeportlocal_test.go:115: Error while checking rules in iptables: error sending request: Post "https://192.168.9.20:6443/api/v1/namespaces/kube-system/pods/antrea-agent-7nqmd/exec?command=iptables&command=-t&command=nat&command=-S&container=antrea-agent&stderr=true&stdout=true": dial tcp 192.168.9.20:6443: connect: connection timed out
nodeportlocal_test.go:115: Error while checking rules in iptables: error sending request: Post "https://192.168.9.20:6443/api/v1/namespaces/kube-system/pods/antrea-agent-7nqmd/exec?command=iptables&command=-t&command=nat&command=-S&container=antrea-agent&stderr=true&stdout=true": dial tcp 192.168.9.20:6443: connect: connection timed out
nodeportlocal_test.go:135:
Error Trace: nodeportlocal_test.go:135
nodeportlocal_test.go:98
nodeportlocal_test.go:244
Error: Received unexpected error:
timed out waiting for the condition
Test: TestNPLAddPod/NPLTestMultiplePods
Messages: Poll for iptables rules check failed
=== RUN TestNPLAddPod/NPLTestPodAddMultiPort
nodeportlocal_test.go:287:
Error Trace: nodeportlocal_test.go:287
Error: Received unexpected error:
Post "https://192.168.9.20:6443/api/v1/namespaces/antrea-test/pods": dial tcp 192.168.9.20:6443: i/o timeout
Test: TestNPLAddPod/NPLTestPodAddMultiPort
Messages: Error creating test Pod: Post "https://192.168.9.20:6443/api/v1/namespaces/antrea-test/pods": dial tcp 192.168.9.20:6443: i/o timeout
=== RUN TestNPLAddPod/NPLTestLocalAccess
nodeportlocal_test.go:324:
Error Trace: nodeportlocal_test.go:324
Error: Received unexpected error:
Post "https://192.168.9.20:6443/api/v1/namespaces/antrea-test/pods": dial tcp 192.168.9.20:6443: i/o timeout
Test: TestNPLAddPod/NPLTestLocalAccess
Messages: Error creating test Pod: Post "https://192.168.9.20:6443/api/v1/namespaces/antrea-test/pods": dial tcp 192.168.9.20:6443: i/o timeout
=== CONT TestNPLAddPod
fixtures.go:220: Exporting test logs to '<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/antrea-test-logs/TestNPLAddPod/beforeTeardown.Jun27-05-21-02'>
fixtures.go:324: Error when exporting kubelet logs: error when running journalctl on Node 'matrix-photon-3-k8s-v1-17-5-build-num-37-rqccn', is it available? Error: cannot establish SSH connection to host: dial tcp 192.168.9.25:22: connect: no route to host
fixtures.go:345: Deleting 'antrea-test' K8s Namespace
fixtures.go:347: Error when tearing down test: error when deleting 'antrea-test' Namespace: Delete "https://192.168.9.20:6443/api/v1/namespaces/antrea-test": dial tcp 192.168.9.20:6443: connect: no route to host
--- FAIL: TestNPLAddPod (526.20s)
--- FAIL: TestNPLAddPod/NPLTestMultiplePods (288.41s)
--- FAIL: TestNPLAddPod/NPLTestPodAddMultiPort (90.00s)
--- FAIL: TestNPLAddPod/NPLTestLocalAccess (60.01s)
=== RUN TestNPLMultiplePodsAgentRestart
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
nodeportlocal_test.go:357: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNPLMultiplePodsAgentRestart (5.00s)
=== RUN TestNPLChangePortRangeAgentRestart
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
nodeportlocal_test.go:429: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestNPLChangePortRangeAgentRestart (4.00s)
=== RUN TestPrometheusMetricsOnController
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
prometheus_test.go:241: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusMetricsOnController (3.00s)
=== RUN TestPrometheusMetricsOnAgent
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
prometheus_test.go:256: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusMetricsOnAgent (3.00s)
=== RUN TestPrometheusServerControllerMetrics
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
prometheus_test.go:319: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusServerControllerMetrics (4.00s)
=== RUN TestPrometheusServerAgentMetrics
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
prometheus_test.go:332: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestPrometheusServerAgentMetrics (3.00s)
=== RUN TestProxyServiceSessionAffinity
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
proxy_test.go:51: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyServiceSessionAffinity (4.00s)
=== RUN TestProxyHairpin
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
proxy_test.go:121: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyHairpin (5.00s)
=== RUN TestProxyEndpointLifeCycle
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
proxy_test.go:160: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyEndpointLifeCycle (4.00s)
=== RUN TestProxyServiceLifeCycle
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
proxy_test.go:221: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestProxyServiceLifeCycle (4.00s)
=== RUN TestUserProvidedCert
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
security_test.go:52: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestUserProvidedCert (4.00s)
=== RUN TestSelfSignedCert
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
security_test.go:121: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestSelfSignedCert (3.00s)
=== RUN TestClusterIPHostAccess
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
service_test.go:33: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestClusterIPHostAccess (5.00s)
=== RUN TestNodePortWindows
fixtures.go:104: Skipping test as the cluster has Windows Nodes
--- SKIP: TestNodePortWindows (0.00s)
=== RUN TestSupportBundleController
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
supportbundle_test.go:54: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestSupportBundleController (4.00s)
=== RUN TestSupportBundleAgent
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
supportbundle_test.go:54: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestSupportBundleAgent (3.00s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
tls_test.go:45: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestAntreaApiserverTLSConfig (3.00s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
traceflow_test.go:78: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowIntraNodeANP (5.00s)
=== RUN TestTraceflowIntraNode
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
traceflow_test.go:274: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowIntraNode (3.00s)
=== RUN TestTraceflowInterNode
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
traceflow_test.go:1040: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowInterNode (5.00s)
=== RUN TestTraceflowExternalIP
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
traceflow_test.go:1903: Error when setting up test: error when deploying Antrea; is antrea.yml available on the control-plane Node?
--- FAIL: TestTraceflowExternalIP (5.00s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
FAIL
FAIL antrea.io/antrea/test/e2e 4808.899s
FAIL
=== TEST FAILURE !!! ===
tar: Removing leading `<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/ci/jenkins/../../'> from member names
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-37 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-37" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-37 succeeded ===
E2E Test failed!
Whole Conformance Test failed!

antr...@gmail.com

unread,
Jul 4, 2021, 6:12:02 AM7/4/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/38/display/redirect?page=changes>

Changes:

[noreply] Fix cross-Node service access when AntreaProxy is disabled (#2318)

[noreply] Fix ovs group id conflict when dual stack is enabled (#2317)

[noreply] [Windows]Check HostNamespace value when removing HcnEndpoint (#2306)

[noreply] Add Pod labels infomation in flow records (#2240)

[noreply] Add benchmark tests for Flow Exporter (#2129)

[noreply] Only add patchType when there is a patch for mutating webhooks (#2295)

[noreply] [Windows] Fix typo (#2340)

[noreply] [CI][e2e] Remove unnecessary wrappers (#2338)

[noreply] [CI][e2e] Larger timeout for e2e (#2341)


------------------------------------------
[...truncated 307.89 KB...]
security_test.go:167: CA bundle doesn't match the expected one, retrying
security_test.go:167: CA bundle doesn't match the expected one, retrying
W0704 10:05:09.744899 32432 env.go:76] Environment variable POD_NAMESPACE not found
W0704 10:05:09.744919 32432 env.go:114] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:195: The CABundle in ConfigMap antrea-ca is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.io is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:231: Got connections from all 3 antrea-agents
fixtures.go:345: Deleting 'antrea-test' K8s Namespace
--- PASS: TestUserProvidedCert (150.47s)
=== RUN TestSelfSignedCert
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
fixtures.go:113: Waiting for all Antrea DaemonSet Pods
fixtures.go:117: Checking CoreDNS deployment
W0704 10:05:50.896100 32432 env.go:76] Environment variable POD_NAMESPACE not found
W0704 10:05:50.896183 32432 env.go:114] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:195: The CABundle in ConfigMap antrea-ca is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.io is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:231: Got connections from all 3 antrea-agents
fixtures.go:345: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSelfSignedCert (41.16s)
=== RUN TestClusterIP
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
fixtures.go:113: Waiting for all Antrea DaemonSet Pods
fixtures.go:117: Checking CoreDNS deployment
service_test.go:42: nginx Service is ready
=== RUN TestClusterIP/ClusterIP
=== RUN TestClusterIP/ClusterIP/Same_Linux_Node_can_access_the_Service
=== PAUSE TestClusterIP/ClusterIP/Same_Linux_Node_can_access_the_Service
=== RUN TestClusterIP/ClusterIP/Different_Linux_Node_can_access_the_Service
=== PAUSE TestClusterIP/ClusterIP/Different_Linux_Node_can_access_the_Service
=== RUN TestClusterIP/ClusterIP/Windows_host_can_access_the_Service
=== PAUSE TestClusterIP/ClusterIP/Windows_host_can_access_the_Service
=== RUN TestClusterIP/ClusterIP/Linux_Pod_on_same_Node_can_access_the_Service
=== PAUSE TestClusterIP/ClusterIP/Linux_Pod_on_same_Node_can_access_the_Service
=== RUN TestClusterIP/ClusterIP/Linux_Pod_on_different_Node_can_access_the_Service
=== PAUSE TestClusterIP/ClusterIP/Linux_Pod_on_different_Node_can_access_the_Service
=== CONT TestClusterIP/ClusterIP/Same_Linux_Node_can_access_the_Service
=== CONT TestClusterIP/ClusterIP/Linux_Pod_on_same_Node_can_access_the_Service
=== CONT TestClusterIP/ClusterIP/Linux_Pod_on_different_Node_can_access_the_Service
=== CONT TestClusterIP/ClusterIP/Windows_host_can_access_the_Service
fixtures.go:104: Skipping test as the cluster has Windows Nodes
=== CONT TestClusterIP/ClusterIP/Different_Linux_Node_can_access_the_Service
=== CONT TestClusterIP
fixtures.go:345: Deleting 'antrea-test' K8s Namespace
--- PASS: TestClusterIP (39.22s)
--- PASS: TestClusterIP/ClusterIP (0.00s)
--- SKIP: TestClusterIP/ClusterIP/Windows_host_can_access_the_Service (0.00s)
--- PASS: TestClusterIP/ClusterIP/Same_Linux_Node_can_access_the_Service (0.25s)
--- PASS: TestClusterIP/ClusterIP/Different_Linux_Node_can_access_the_Service (0.30s)
--- PASS: TestClusterIP/ClusterIP/Linux_Pod_on_same_Node_can_access_the_Service (10.11s)
--- PASS: TestClusterIP/ClusterIP/Linux_Pod_on_different_Node_can_access_the_Service (10.13s)
=== RUN TestNodePortWindows
fixtures.go:104: Skipping test as the cluster has Windows Nodes
--- SKIP: TestNodePortWindows (0.00s)
=== RUN TestSupportBundleController
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
fixtures.go:113: Waiting for all Antrea DaemonSet Pods
fixtures.go:117: Checking CoreDNS deployment
fixtures.go:345: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (24.68s)
=== RUN TestSupportBundleAgent
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
fixtures.go:113: Waiting for all Antrea DaemonSet Pods
fixtures.go:117: Checking CoreDNS deployment
fixtures.go:345: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (24.61s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
fixtures.go:113: Waiting for all Antrea DaemonSet Pods
fixtures.go:117: Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-5b7798965-s9xdj
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-5b7798965-s9xdj
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-4nrrt
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-4nrrt
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:345: Deleting 'antrea-test' K8s Namespace
--- PASS: TestAntreaApiserverTLSConfig (55.29s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.14s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.14s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
fixtures.go:113: Waiting for all Antrea DaemonSet Pods
fixtures.go:117: Checking CoreDNS deployment
fixtures.go:389: Creating a busybox test Pod 'test-pod-v59mqa77' and waiting for IP
fixtures.go:389: Creating a busybox test Pod 'test-pod-ngkrbq1r' and waiting for IP
fixtures.go:389: Creating a busybox test Pod 'test-pod-irn0rfq4' and waiting for IP
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowIntraNodeANP
fixtures.go:352: Deleting Pod 'test-pod-irn0rfq4'
fixtures.go:352: Deleting Pod 'test-pod-v59mqa77'
fixtures.go:352: Deleting Pod 'test-pod-ngkrbq1r'
fixtures.go:345: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNodeANP (32.45s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest (2.04s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.02s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4 (1.02s)
--- SKIP: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
=== RUN TestTraceflowIntraNode
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
fixtures.go:113: Waiting for all Antrea DaemonSet Pods
fixtures.go:117: Checking CoreDNS deployment
fixtures.go:389: Creating a busybox test Pod 'test-pod-8zfgfs6n' and waiting for IP
fixtures.go:389: Creating a busybox test Pod 'test-pod-bpolhww0' and waiting for IP
fixtures.go:389: Creating a busybox test Pod 'test-pod-hpbn0t84' and waiting for IP
=== RUN TestTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
connectivity_test.go:35: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:45: Retrieved all Pod IPs: map[test-pod-bpolhww0:IPv4(100.96.0.43),IPstrings(100.96.0.43)]
traceflow_test.go:2137: Ping 'test-pod-hpbn0t84' -> 'IPv4(100.96.0.43),IPstrings(100.96.0.43)' failed: ERROR (error when running ping command 'ping -c 2 -4 100.96.0.43': command terminated with exit code 1 - stdout: PING 100.96.0.43 (100.96.0.43): 56 data bytes

--- 100.96.0.43 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
- stderr: )
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflowIntraNode
fixtures.go:352: Deleting Pod 'test-pod-8zfgfs6n'
fixtures.go:352: Deleting Pod 'test-pod-hpbn0t84'
fixtures.go:352: Deleting Pod 'test-pod-bpolhww0'
fixtures.go:345: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNode (57.41s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest (25.28s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.10s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4 (14.07s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (3.01s)
=== RUN TestTraceflowInterNode
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
fixtures.go:113: Waiting for all Antrea DaemonSet Pods
fixtures.go:117: Checking CoreDNS deployment
fixtures.go:389: Creating a busybox test Pod 'test-pod-imuj5hjl' and waiting for IP
fixtures.go:389: Creating a busybox test Pod 'test-pod-9z3gmpmu' and waiting for IP
fixtures.go:389: Creating a busybox test Pod 'test-pod-yrhrdj7t' and waiting for IP
=== RUN TestTraceflowInterNode/traceflowGroupTest
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:35: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:45: Retrieved all Pod IPs: map[test-pod-yrhrdj7t:IPv4(100.96.2.48),IPstrings(100.96.2.48)]
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
fixtures.go:67: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowInterNode
fixtures.go:352: Deleting Pod 'test-pod-9z3gmpmu'
fixtures.go:352: Deleting Pod 'test-pod-yrhrdj7t'
fixtures.go:352: Deleting Pod 'test-pod-imuj5hjl'
fixtures.go:345: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowInterNode (54.19s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest (19.23s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (3.03s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (3.03s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (3.03s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.11s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
=== RUN TestTraceflowExternalIP
fixtures.go:146: Creating 'antrea-test' K8s Namespace
fixtures.go:109: Applying Antrea YAML
fixtures.go:113: Waiting for all Antrea DaemonSet Pods
fixtures.go:117: Checking CoreDNS deployment
fixtures.go:389: Creating a busybox test Pod 'test-pod-ii6l8hh8' and waiting for IP
fixtures.go:352: Deleting Pod 'test-pod-ii6l8hh8'
fixtures.go:345: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowExternalIP (33.97s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
PASS
ok antrea.io/antrea/test/e2e 5361.096s
=== TEST SUCCESS !!! ===
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-38 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-38" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-38 succeeded ===

antr...@gmail.com

unread,
Jul 11, 2021, 2:23:49 AM7/11/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/39/display/redirect?page=changes>

Changes:

[noreply] Improve e2e tests (#2329)

[noreply] Fix intra-Node service access when both Egress and AntreaProxy is

[noreply] [CI] Update timeout in GC & whole-conformance job (#2346)

[noreply] Fix whereabouts binary permission in antrea/base-ubuntu image (#2353)

[noreply] Fix flakiness in Kind e2e flow aggregator tests (#2308)

[noreply] Graduate NetworkPolicyStats feature from Alpha to Beta (#2351)

[noreply] Support EgressIP assigning and failover in antrea-agent (#2186)

[noreply] [CI] Power on VM after reverting to a snapshot (#2357)

[noreply] Update CHANGELOG for v1.1.1 release (#2362)

[noreply] Add validating webhooks for Egress and ExternalIPPool (#2358)

[noreply] Assign egress IPs to dummy device instead of external device (#2345)

[noreply] Remove original exporter ip and obs domain ID from flow aggregator

[noreply] [Windows] RunCommand with os/exec (#2363)


------------------------------------------
[...truncated 313.33 KB...]
security_test.go:195: The CABundle in ConfigMap antrea-ca is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.io is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta1.system.antrea.io is invalid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:210: The CABundle in APIService v1beta2.controlplane.antrea.io is invalid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:231: Got connections from all 3 antrea-agents
fixtures.go:364: Deleting 'antrea-test' K8s Namespace
--- PASS: TestUserProvidedCert (148.50s)
=== RUN TestSelfSignedCert
fixtures.go:165: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
W0711 06:01:34.165987 11134 env.go:76] Environment variable POD_NAMESPACE not found
W0711 06:01:34.166210 11134 env.go:114] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:195: The CABundle in ConfigMap antrea-ca is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.io is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:231: Got connections from all 3 antrea-agents
fixtures.go:364: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSelfSignedCert (42.18s)
=== RUN TestClusterIP
fixtures.go:165: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
service_test.go:43: nginx Service is ready
=== RUN TestClusterIP/ClusterIP
=== RUN TestClusterIP/ClusterIP/Same_Linux_Node_can_access_the_Service
=== PAUSE TestClusterIP/ClusterIP/Same_Linux_Node_can_access_the_Service
=== RUN TestClusterIP/ClusterIP/Different_Linux_Node_can_access_the_Service
=== PAUSE TestClusterIP/ClusterIP/Different_Linux_Node_can_access_the_Service
=== RUN TestClusterIP/ClusterIP/Windows_host_can_access_the_Service
=== PAUSE TestClusterIP/ClusterIP/Windows_host_can_access_the_Service
=== RUN TestClusterIP/ClusterIP/Linux_Pod_on_same_Node_can_access_the_Service
=== PAUSE TestClusterIP/ClusterIP/Linux_Pod_on_same_Node_can_access_the_Service
=== RUN TestClusterIP/ClusterIP/Linux_Pod_on_different_Node_can_access_the_Service
=== PAUSE TestClusterIP/ClusterIP/Linux_Pod_on_different_Node_can_access_the_Service
=== CONT TestClusterIP/ClusterIP/Same_Linux_Node_can_access_the_Service
=== CONT TestClusterIP/ClusterIP/Linux_Pod_on_different_Node_can_access_the_Service
=== CONT TestClusterIP/ClusterIP/Linux_Pod_on_same_Node_can_access_the_Service
=== CONT TestClusterIP/ClusterIP/Windows_host_can_access_the_Service
fixtures.go:106: Skipping test as the cluster has no Windows Nodes
=== CONT TestClusterIP/ClusterIP/Different_Linux_Node_can_access_the_Service
=== CONT TestClusterIP
fixtures.go:364: Deleting 'antrea-test' K8s Namespace
--- PASS: TestClusterIP (52.99s)
--- PASS: TestClusterIP/ClusterIP (0.00s)
--- SKIP: TestClusterIP/ClusterIP/Windows_host_can_access_the_Service (0.00s)
--- PASS: TestClusterIP/ClusterIP/Linux_Pod_on_same_Node_can_access_the_Service (15.20s)
--- PASS: TestClusterIP/ClusterIP/Same_Linux_Node_can_access_the_Service (15.59s)
--- PASS: TestClusterIP/ClusterIP/Different_Linux_Node_can_access_the_Service (18.39s)
--- PASS: TestClusterIP/ClusterIP/Linux_Pod_on_different_Node_can_access_the_Service (18.79s)
=== RUN TestNodePortWindows
fixtures.go:106: Skipping test as the cluster has no Windows Nodes
--- SKIP: TestNodePortWindows (0.00s)
=== RUN TestSupportBundleController
fixtures.go:165: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
fixtures.go:364: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (24.72s)
=== RUN TestSupportBundleAgent
fixtures.go:165: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
fixtures.go:364: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (24.53s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:165: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-7474548879-66ck7
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-7474548879-66ck7
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-m9gmg
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-m9gmg
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:364: Deleting 'antrea-test' K8s Namespace
--- PASS: TestAntreaApiserverTLSConfig (61.49s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.16s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.14s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:165: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
fixtures.go:408: Creating a busybox test Pod 'test-pod-vwep4rky' and waiting for IP
fixtures.go:408: Creating a busybox test Pod 'test-pod-yga1awl0' and waiting for IP
fixtures.go:408: Creating a busybox test Pod 'test-pod-7oepwglm' and waiting for IP
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowIntraNodeANP
fixtures.go:371: Deleting Pod 'test-pod-yga1awl0'
fixtures.go:371: Deleting Pod 'test-pod-vwep4rky'
fixtures.go:371: Deleting Pod 'test-pod-7oepwglm'
fixtures.go:364: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNodeANP (33.51s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest (2.03s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.02s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4 (1.02s)
--- SKIP: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
=== RUN TestTraceflowIntraNode
fixtures.go:165: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
fixtures.go:408: Creating a busybox test Pod 'test-pod-i6mj9iho' and waiting for IP
fixtures.go:408: Creating a busybox test Pod 'test-pod-p61ibr62' and waiting for IP
fixtures.go:408: Creating a busybox test Pod 'test-pod-ugstdnkh' and waiting for IP
=== RUN TestTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
connectivity_test.go:35: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:45: Retrieved all Pod IPs: map[test-pod-p61ibr62:IPv4(100.96.0.43),IPstrings(100.96.0.43)]
traceflow_test.go:2128: Ping 'test-pod-ugstdnkh' -> 'IPv4(100.96.0.43),IPstrings(100.96.0.43)' failed: ERROR (error when running ping command 'ping -c 2 -4 100.96.0.43': command terminated with exit code 1 - stdout: PING 100.96.0.43 (100.96.0.43): 56 data bytes

--- 100.96.0.43 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
- stderr: )
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflowIntraNode
fixtures.go:371: Deleting Pod 'test-pod-i6mj9iho'
fixtures.go:371: Deleting Pod 'test-pod-ugstdnkh'
fixtures.go:371: Deleting Pod 'test-pod-p61ibr62'
fixtures.go:364: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNode (62.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest (25.28s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.08s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4 (14.09s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (3.02s)
=== RUN TestTraceflowInterNode
fixtures.go:165: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
fixtures.go:408: Creating a busybox test Pod 'test-pod-8rkr3dz9' and waiting for IP
fixtures.go:408: Creating a busybox test Pod 'test-pod-bvknekhr' and waiting for IP
fixtures.go:408: Creating a busybox test Pod 'test-pod-ixeaygvx' and waiting for IP
=== RUN TestTraceflowInterNode/traceflowGroupTest
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:35: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:45: Retrieved all Pod IPs: map[test-pod-ixeaygvx:IPv4(100.96.2.231),IPstrings(100.96.2.231)]
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowInterNode
fixtures.go:371: Deleting Pod 'test-pod-bvknekhr'
fixtures.go:371: Deleting Pod 'test-pod-ixeaygvx'
fixtures.go:371: Deleting Pod 'test-pod-8rkr3dz9'
fixtures.go:364: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowInterNode (61.94s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest (19.17s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.09s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
=== RUN TestTraceflowExternalIP
fixtures.go:165: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
fixtures.go:408: Creating a busybox test Pod 'test-pod-osl8jg9g' and waiting for IP
fixtures.go:371: Deleting Pod 'test-pod-osl8jg9g'
fixtures.go:364: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowExternalIP (49.37s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
FAIL
FAIL antrea.io/antrea/test/e2e 5188.699s
FAIL
=== TEST FAILURE !!! ===
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-39 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-39" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-39 succeeded ===
E2E Test failed!

antr...@gmail.com

unread,
Jul 17, 2021, 4:45:14 PM7/17/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/40/display/redirect?page=changes>

Changes:

[noreply] Add NamespaceIndex to podInformer of NPLController (#2377)

[noreply] Fix outdated info in doc for NetworkPolicyStats feature gate (#2372)

[noreply] Add user guide for Egress feature (#2371)

[noreply] Change default port range for NodePortLocal (#2382)

[noreply] Fix deadlock in initializing GroupEntityIndex with many groups (#2376)

[noreply] NodePortLocal: make sure port is available and bind to it to reserve it

[noreply] Fix ACNP incorrectly process rules with no From/To in rules (#2383)

[noreply] Ignore non-TCP Service ports in the NodePortLocal implementation (#2396)

[noreply] [Windows] Improve e2e test case DeletePod to support Windows (#2337)

[noreply] Remove CHANGELOG update step from contribution instructions (#2412)

[noreply] Documentation update for removed elements (#2401)

[noreply] Improve e2e tests on kind clusters (#2408)

[noreply] Fix usage of uint64 atomics in Antrea Controller (#2414)

[noreply] Update CHANGELOG for v1.2.0 release (#2419)

[noreply] Set VERSION to v1.3.0-dev (#2420)

[noreply] Skip enabling aks-preview and nodeport e2e testcases (#2423)

[noreply] Return an empty list when NetworkPolicyStats is disabled (#2386)

[noreply] [CI] Ensure antrea-test namespace is cleaned before next test (#2392)

[noreply] support TCP transport for elk flow collector (#2387)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 40
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision e4f11f12049e3281616ba6412f15f22734a4274b (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f e4f11f12049e3281616ba6412f15f22734a4274b # timeout=10
Commit message: "support TCP transport for elk flow collector (#2387)"
> git rev-list --no-walk 7121422a4cc6768fb6f74602c8cc9233a63529b3 # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins5030738289781203945.sh
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Generate key pair ===
=== namespace value substitution ===
=== network spec value substitution===
=== Create a cluster in management cluster ===
namespace/matrix-photon-3-k8s-v1-17-5-build-num-40 created
cluster.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-40 created
haproxyloadbalancer.infrastructure.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-40 created
vspherecluster.infrastructure.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-40 created
vspheremachinetemplate.infrastructure.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-40 created
kubeadmcontrolplane.controlplane.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-40 created
kubeadmconfigtemplate.bootstrap.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-40-md-0 created
machinedeployment.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-40-md-0 created
=== Wait for 10 min to get workload cluster secret ===
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-40-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-40-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-40-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-40-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-40-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-40-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-40-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-40-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-40-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-40-kubeconfig" not found
=== Failed to get secret ===
=== Truncate old logs ===
=== Saving capi logs ===
=== Saving capv logs ===
=== Saving cluster_api.yaml ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-40" deleted

antr...@gmail.com

unread,
Jul 25, 2021, 1:37:51 AM7/25/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/41/display/redirect?page=changes>

Changes:

[noreply] Update ipsec container name in script to match manifest (#2430)

[noreply] Fix typos in process-changelog release helper script (#2410)

[noreply] Keep only the latest workflows for PRs (#2288)

[noreply] Fix the deadlock between exporter and conntrack polling go routines

[noreply] Fix throughput calculation in Logstash (#2432)

[noreply] Update OVS version from 2.14.0 to 2.14.2 (#2451)

[noreply] Explicitly use testNamespace when creating Pods for e2e tests (#2425)


------------------------------------------
[...truncated 315.33 KB...]
W0725 05:31:12.047632 21103 env.go:76] Environment variable POD_NAMESPACE not found
W0725 05:31:12.047655 21103 env.go:114] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:195: The CABundle in ConfigMap antrea-ca is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.io is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:231: Got connections from all 3 antrea-agents
fixtures.go:374: Deleting 'antrea-test' K8s Namespace
--- PASS: TestUserProvidedCert (150.50s)
=== RUN TestSelfSignedCert
fixtures.go:172: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
W0725 05:31:49.269387 21103 env.go:76] Environment variable POD_NAMESPACE not found
W0725 05:31:49.269410 21103 env.go:114] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:195: The CABundle in ConfigMap antrea-ca is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.io is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:231: Got connections from all 3 antrea-agents
fixtures.go:374: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSelfSignedCert (37.23s)
=== RUN TestClusterIP
fixtures.go:172: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
service_test.go:43: nginx Service is ready
=== RUN TestClusterIP/ClusterIP
=== RUN TestClusterIP/ClusterIP/Same_Linux_Node_can_access_the_Service
=== PAUSE TestClusterIP/ClusterIP/Same_Linux_Node_can_access_the_Service
=== RUN TestClusterIP/ClusterIP/Different_Linux_Node_can_access_the_Service
=== PAUSE TestClusterIP/ClusterIP/Different_Linux_Node_can_access_the_Service
=== RUN TestClusterIP/ClusterIP/Windows_host_can_access_the_Service
=== PAUSE TestClusterIP/ClusterIP/Windows_host_can_access_the_Service
=== RUN TestClusterIP/ClusterIP/Linux_Pod_on_same_Node_can_access_the_Service
=== PAUSE TestClusterIP/ClusterIP/Linux_Pod_on_same_Node_can_access_the_Service
=== RUN TestClusterIP/ClusterIP/Linux_Pod_on_different_Node_can_access_the_Service
=== PAUSE TestClusterIP/ClusterIP/Linux_Pod_on_different_Node_can_access_the_Service
=== CONT TestClusterIP/ClusterIP/Same_Linux_Node_can_access_the_Service
=== CONT TestClusterIP/ClusterIP/Linux_Pod_on_different_Node_can_access_the_Service
=== CONT TestClusterIP/ClusterIP/Windows_host_can_access_the_Service
fixtures.go:106: Skipping test as the cluster has no Windows Nodes
=== CONT TestClusterIP/ClusterIP/Linux_Pod_on_same_Node_can_access_the_Service
=== CONT TestClusterIP/ClusterIP/Different_Linux_Node_can_access_the_Service
=== CONT TestClusterIP
fixtures.go:374: Deleting 'antrea-test' K8s Namespace
--- PASS: TestClusterIP (52.27s)
--- PASS: TestClusterIP/ClusterIP (0.00s)
--- SKIP: TestClusterIP/ClusterIP/Windows_host_can_access_the_Service (0.00s)
--- PASS: TestClusterIP/ClusterIP/Linux_Pod_on_same_Node_can_access_the_Service (10.13s)
--- PASS: TestClusterIP/ClusterIP/Same_Linux_Node_can_access_the_Service (10.14s)
--- PASS: TestClusterIP/ClusterIP/Linux_Pod_on_different_Node_can_access_the_Service (22.09s)
--- PASS: TestClusterIP/ClusterIP/Different_Linux_Node_can_access_the_Service (22.19s)
=== RUN TestNodePortWindows
fixtures.go:106: Skipping test as the cluster has no Windows Nodes
--- SKIP: TestNodePortWindows (0.00s)
=== RUN TestSupportBundleController
fixtures.go:172: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
fixtures.go:374: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (24.67s)
=== RUN TestSupportBundleAgent
fixtures.go:172: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
fixtures.go:374: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (24.53s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:172: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-f45bfd84c-tnj5x
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-f45bfd84c-tnj5x
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-hfxbm
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-hfxbm
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:374: Deleting 'antrea-test' K8s Namespace
--- PASS: TestAntreaApiserverTLSConfig (47.55s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.17s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.14s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:172: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
fixtures.go:417: Creating a busybox test Pod 'test-pod-ivjdalmt' and waiting for IP
fixtures.go:417: Creating a busybox test Pod 'test-pod-1gencfut' and waiting for IP
fixtures.go:417: Creating a busybox test Pod 'test-pod-y2f1unry' and waiting for IP
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowIntraNodeANP
fixtures.go:381: Deleting Pod 'test-pod-y2f1unry'
fixtures.go:381: Deleting Pod 'test-pod-ivjdalmt'
fixtures.go:381: Deleting Pod 'test-pod-1gencfut'
fixtures.go:374: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNodeANP (44.51s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest (2.04s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.01s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4 (1.02s)
--- SKIP: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
=== RUN TestTraceflowIntraNode
fixtures.go:172: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
fixtures.go:417: Creating a busybox test Pod 'test-pod-eweittra' and waiting for IP
fixtures.go:417: Creating a busybox test Pod 'test-pod-e220smzb' and waiting for IP
fixtures.go:417: Creating a busybox test Pod 'test-pod-i7kbunc2' and waiting for IP
=== RUN TestTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
connectivity_test.go:35: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:45: Retrieved all Pod IPs: map[test-pod-e220smzb:IPv4(100.96.0.44),IPstrings(100.96.0.44)]
traceflow_test.go:2128: Ping 'test-pod-eweittra' -> 'IPv4(100.96.0.44),IPstrings(100.96.0.44)' failed: ERROR (error when running ping command 'ping -c 2 -4 100.96.0.44': command terminated with exit code 1 - stdout: PING 100.96.0.44 (100.96.0.44): 56 data bytes

--- 100.96.0.44 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
- stderr: )
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflowIntraNode
fixtures.go:381: Deleting Pod 'test-pod-i7kbunc2'
fixtures.go:381: Deleting Pod 'test-pod-eweittra'
fixtures.go:381: Deleting Pod 'test-pod-e220smzb'
fixtures.go:374: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNode (56.06s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest (25.28s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.08s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4 (14.10s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (3.02s)
=== RUN TestTraceflowInterNode
fixtures.go:172: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
fixtures.go:417: Creating a busybox test Pod 'test-pod-ud2322bi' and waiting for IP
fixtures.go:417: Creating a busybox test Pod 'test-pod-kapyeh3p' and waiting for IP
fixtures.go:417: Creating a busybox test Pod 'test-pod-4ks02yv2' and waiting for IP
=== RUN TestTraceflowInterNode/traceflowGroupTest
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:35: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:45: Retrieved all Pod IPs: map[test-pod-kapyeh3p:IPv4(100.96.1.21),IPstrings(100.96.1.21)]
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowInterNode
fixtures.go:381: Deleting Pod 'test-pod-4ks02yv2'
fixtures.go:381: Deleting Pod 'test-pod-kapyeh3p'
fixtures.go:381: Deleting Pod 'test-pod-ud2322bi'
fixtures.go:374: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowInterNode (55.00s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest (19.18s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (3.01s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.08s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
=== RUN TestTraceflowExternalIP
fixtures.go:172: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
fixtures.go:417: Creating a busybox test Pod 'test-pod-xdrlylzs' and waiting for IP
fixtures.go:381: Deleting Pod 'test-pod-xdrlylzs'
fixtures.go:374: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowExternalIP (34.45s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
FAIL
FAIL antrea.io/antrea/test/e2e 5200.961s
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-41 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-41" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-41 succeeded ===
E2E Test failed!
Whole Conformance Test failed!

antr...@gmail.com

unread,
Jul 31, 2021, 8:55:09 PM7/31/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/42/display/redirect?page=changes>

Changes:

[noreply] Use ChainExists to reduce memory footprint (#2458)

[noreply] Fix invalid prerelease characters when parsing kernel version (#2450)

[noreply] Use html comments for issue templates (#2471)

[noreply] Update API versioning documentation (#2482)

[noreply] Revert policy conjunction cache when batch rule reconciliation fails

[noreply] Support configurable interfaces for Pod traffic across Node (#2370)

[noreply] Update sample ClusterGroup specs to v1alpha3 (#2481)

[noreply] Fix panic in stats.calculateRuleDiff (#2495)

[noreply] Update CHANGELOGs for 0.13.3, 0.13.4, 0.13.5 and 1.0.2 (#2498)

[noreply] Improve NetworkPolicy batch installation (#2479)

[noreply] Use GroupMemberSet.Merge to reduce CPU usage and memory footprint

[noreply] [Windows] Update Windows instructions (#2456)

[noreply] Fix test-upgrade-antrea.sh script so it can be used in release branches

[noreply] Allow clean-up jobs to skip when workflow is cancelled (#2491)

[noreply] Support ipv6 kind clusters (#2415)


------------------------------------------
[...truncated 286.03 KB...]
W0801 00:48:07.731284 27509 env.go:114] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:195: The CABundle in ConfigMap antrea-ca is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.io is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:231: Got connections from all 3 antrea-agents
fixtures.go:374: Deleting 'antrea-test' K8s Namespace
--- PASS: TestUserProvidedCert (148.93s)
=== RUN TestSelfSignedCert
fixtures.go:172: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
W0801 00:48:47.878074 27509 env.go:76] Environment variable POD_NAMESPACE not found
W0801 00:48:47.878096 27509 env.go:114] Failed to get Pod Namespace from environment. Using "kube-system" as the Antrea Service Namespace
security_test.go:195: The CABundle in ConfigMap antrea-ca is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.io is valid
security_test.go:212: The CABundle in APIService v1alpha1.stats.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta1.system.antrea.tanzu.vmware.com is valid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.io is valid
security_test.go:212: The CABundle in APIService v1beta2.controlplane.antrea.tanzu.vmware.com is valid
security_test.go:231: Got connections from all 3 antrea-agents
fixtures.go:374: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSelfSignedCert (40.15s)
=== RUN TestClusterIP
fixtures.go:172: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
service_test.go:43: nginx Service is ready
=== RUN TestClusterIP/ClusterIP
=== RUN TestClusterIP/ClusterIP/Same_Linux_Node_can_access_the_Service
=== PAUSE TestClusterIP/ClusterIP/Same_Linux_Node_can_access_the_Service
=== RUN TestClusterIP/ClusterIP/Different_Linux_Node_can_access_the_Service
=== PAUSE TestClusterIP/ClusterIP/Different_Linux_Node_can_access_the_Service
=== RUN TestClusterIP/ClusterIP/Windows_host_can_access_the_Service
=== PAUSE TestClusterIP/ClusterIP/Windows_host_can_access_the_Service
=== RUN TestClusterIP/ClusterIP/Linux_Pod_on_same_Node_can_access_the_Service
=== PAUSE TestClusterIP/ClusterIP/Linux_Pod_on_same_Node_can_access_the_Service
=== RUN TestClusterIP/ClusterIP/Linux_Pod_on_different_Node_can_access_the_Service
=== PAUSE TestClusterIP/ClusterIP/Linux_Pod_on_different_Node_can_access_the_Service
=== CONT TestClusterIP/ClusterIP/Same_Linux_Node_can_access_the_Service
=== CONT TestClusterIP/ClusterIP/Linux_Pod_on_same_Node_can_access_the_Service
=== CONT TestClusterIP/ClusterIP/Windows_host_can_access_the_Service
=== CONT TestClusterIP/ClusterIP/Different_Linux_Node_can_access_the_Service
=== CONT TestClusterIP/ClusterIP/Windows_host_can_access_the_Service
fixtures.go:106: Skipping test as the cluster has no Windows Nodes
=== CONT TestClusterIP/ClusterIP/Linux_Pod_on_different_Node_can_access_the_Service
=== CONT TestClusterIP
fixtures.go:374: Deleting 'antrea-test' K8s Namespace
--- PASS: TestClusterIP (47.67s)
--- PASS: TestClusterIP/ClusterIP (0.00s)
--- SKIP: TestClusterIP/ClusterIP/Windows_host_can_access_the_Service (0.00s)
--- PASS: TestClusterIP/ClusterIP/Same_Linux_Node_can_access_the_Service (12.19s)
--- PASS: TestClusterIP/ClusterIP/Linux_Pod_on_same_Node_can_access_the_Service (12.79s)
--- PASS: TestClusterIP/ClusterIP/Linux_Pod_on_different_Node_can_access_the_Service (18.59s)
--- PASS: TestClusterIP/ClusterIP/Different_Linux_Node_can_access_the_Service (19.39s)
=== RUN TestNodePortWindows
fixtures.go:106: Skipping test as the cluster has no Windows Nodes
--- SKIP: TestNodePortWindows (0.00s)
=== RUN TestSupportBundleController
fixtures.go:172: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
fixtures.go:374: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (24.76s)
=== RUN TestSupportBundleAgent
fixtures.go:172: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
fixtures.go:374: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (24.44s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:172: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-5b985cbfc7-rn274
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-5b985cbfc7-rn274
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-8bnbd
tls_test.go:148: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-8bnbd
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:374: Deleting 'antrea-test' K8s Namespace
--- PASS: TestAntreaApiserverTLSConfig (51.48s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.15s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.16s)
=== RUN TestTraceflowIntraNodeANP
fixtures.go:172: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
fixtures.go:417: Creating a busybox test Pod 'test-pod-qevarnvz' and waiting for IP
fixtures.go:417: Creating a busybox test Pod 'test-pod-a8p321zq' and waiting for IP
fixtures.go:417: Creating a busybox test Pod 'test-pod-yf8oaa5x' and waiting for IP
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== RUN TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowIntraNodeANP
fixtures.go:381: Deleting Pod 'test-pod-a8p321zq'
fixtures.go:381: Deleting Pod 'test-pod-qevarnvz'
fixtures.go:381: Deleting Pod 'test-pod-yf8oaa5x'
fixtures.go:374: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNodeANP (33.52s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest (2.04s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.02s)
--- PASS: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4 (1.01s)
--- SKIP: TestTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
=== RUN TestTraceflowIntraNode
fixtures.go:172: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
fixtures.go:417: Creating a busybox test Pod 'test-pod-35o7tw9p' and waiting for IP
fixtures.go:417: Creating a busybox test Pod 'test-pod-zc6fnd4f' and waiting for IP
fixtures.go:417: Creating a busybox test Pod 'test-pod-iahox3tb' and waiting for IP
=== RUN TestTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
connectivity_test.go:35: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:45: Retrieved all Pod IPs: map[test-pod-iahox3tb:IPv4(100.96.0.43),IPstrings(100.96.0.43)]
traceflow_test.go:2128: Ping 'test-pod-35o7tw9p' -> 'IPv4(100.96.0.43),IPstrings(100.96.0.43)' failed: ERROR (error when running ping command 'ping -c 2 -4 100.96.0.43': command terminated with exit code 1 - stdout: PING 100.96.0.43 (100.96.0.43): 56 data bytes

--- 100.96.0.43 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
- stderr: )
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflowIntraNode
fixtures.go:381: Deleting Pod 'test-pod-zc6fnd4f'
fixtures.go:381: Deleting Pod 'test-pod-35o7tw9p'
fixtures.go:381: Deleting Pod 'test-pod-iahox3tb'
fixtures.go:374: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowIntraNode (56.06s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest (25.25s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.02s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.01s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.08s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4 (14.08s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- SKIP: TestTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- PASS: TestTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (3.01s)
=== RUN TestTraceflowInterNode
fixtures.go:172: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
fixtures.go:417: Creating a busybox test Pod 'test-pod-iljqv439' and waiting for IP
fixtures.go:417: Creating a busybox test Pod 'test-pod-8bnzij7g' and waiting for IP
fixtures.go:417: Creating a busybox test Pod 'test-pod-xx2jcj2d' and waiting for IP
=== RUN TestTraceflowInterNode/traceflowGroupTest
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:35: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:45: Retrieved all Pod IPs: map[test-pod-8bnzij7g:IPv4(100.96.1.39),IPstrings(100.96.1.39)]
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== RUN TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
fixtures.go:69: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflowInterNode
fixtures.go:381: Deleting Pod 'test-pod-xx2jcj2d'
fixtures.go:381: Deleting Pod 'test-pod-8bnzij7g'
fixtures.go:381: Deleting Pod 'test-pod-iljqv439'
fixtures.go:374: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowInterNode (61.00s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest (19.18s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (3.02s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4 (3.01s)
--- PASS: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.09s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
=== RUN TestTraceflowExternalIP
fixtures.go:172: Creating 'antrea-test' K8s Namespace
fixtures.go:128: Applying Antrea YAML
fixtures.go:132: Waiting for all Antrea DaemonSet Pods
fixtures.go:136: Checking CoreDNS deployment
fixtures.go:417: Creating a busybox test Pod 'test-pod-vh23lduq' and waiting for IP
fixtures.go:381: Deleting Pod 'test-pod-vh23lduq'
fixtures.go:374: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflowExternalIP (33.40s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
FAIL
FAIL antrea.io/antrea/test/e2e 5240.509s
FAIL
=== TEST FAILURE !!! ===
tar: Removing leading `<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/ci/jenkins/../../'> from member names
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-42 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-42" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-42 succeeded ===

antr...@gmail.com

unread,
Aug 15, 2021, 5:30:57 AM8/15/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/43/display/redirect?page=changes>

Changes:

[noreply] Install all Endpoint flows belong to a Service via single bundle (#2476)

[noreply] improve e2e (#2245)

[noreply] Remove child group existence validation for ClusterGroup (#2443)

[noreply] Update actions/setup-go to v2 in all workflows (#2517)

[noreply] Document update of OVS windows binaries distributed by Antrea (#2513)

[noreply] Log maintenance bug fix in the Flow Aggregator (#2522)

[noreply] Update OVS version from 2.14.2 to 2.15.1 [Linux] (#2515)

[noreply] Fix link in kubernetes-installers.md (#2525)

[noreply] Remove API controlplane.antrea.tanzu.vmware.com/v1beta1 (#2528)

[noreply] Merge jobs in go.yml (#2474)

[noreply] Switch to antrea.io forks for libOpenflow and ofnet (#2526)

[noreply] Use Github workflow cache for Go CI builds (#2499)

[noreply] [e2e] Several improvements (#2527)

[noreply] Fix bug in Flow Exporter related to deletion of connections (#2516)

[noreply] Fix Egress status updating (#2444)

[noreply] [IPv6] Bug fix in adding iptable rules (#2469)

[noreply] antrea-agent readiness probe tolerates longer disconnection (#2535)

[noreply] Fix Ansible playbooks (Vagrant test infra) for K8s 1.22 (#2543)

[noreply] Fix missing template when sending first record (#2546)

[noreply] Fix style of some if blocks (#2532)

[noreply] Fix tunnel interface name issue (#2486)

[noreply] Update CHANGELOG for v1.2.1 release (#2557)

[noreply] fix cherry pick process link (#2561)

[noreply] Update ClusterGroup singular name (#2484)

[noreply] Handle iptables-restore failures correctly in NPL Controller (#2555)

[noreply] Check supported DP features in initialization (#2571)

[noreply] Pretty printing for AntreaAgentInfo and AntreaControllerInfo (#2572)

[noreply] Antrea Network Policy Audit Logging Deduplication and Unit Tests (#2294)

[noreply] [CI][Windows] Refactor log collection (#2569)

[noreply] Update CHANGELOG for v1.1.2 release (#2584)

[noreply] Automate Go module dependency updates with Dependabot (#2523)

[noreply] [Bug Fix] Change e2e test multi-port probe logic (#2565)

[noreply] Bump styfle/cancel-workflow-action from 0.9.0 to 0.9.1 (#2588)

[noreply] Move the go-ipfix tag after adding performance fixes: (#2574)


------------------------------------------
[...truncated 285.65 KB...]
--- PASS: TestClusterIP/ClusterIP/Linux_Pod_on_same_Node_can_access_the_Service (17.09s)
--- PASS: TestClusterIP/ClusterIP/Same_Linux_Node_can_access_the_Service (17.09s)
--- PASS: TestClusterIP/ClusterIP/Linux_Pod_on_different_Node_can_access_the_Service (20.39s)
--- PASS: TestClusterIP/ClusterIP/Different_Linux_Node_can_access_the_Service (21.19s)
=== RUN TestNodePortWindows
fixtures.go:116: Skipping test as the cluster has no Windows Nodes
--- SKIP: TestNodePortWindows (0.00s)
=== RUN TestSupportBundleController
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-08-15 09:27:02.964335 I | Applying Antrea YAML
2021-08-15 09:27:19.021120 I | Waiting for all Antrea DaemonSet Pods
2021-08-15 09:27:20.031051 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (24.79s)
=== RUN TestSupportBundleAgent
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-08-15 09:27:27.749501 I | Applying Antrea YAML
2021-08-15 09:27:43.827775 I | Waiting for all Antrea DaemonSet Pods
2021-08-15 09:27:44.838915 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (24.62s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-08-15 09:27:52.367406 I | Applying Antrea YAML
2021-08-15 09:28:08.685588 I | Waiting for all Antrea DaemonSet Pods
2021-08-15 09:28:09.695780 I | Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
=== PAUSE TestAntreaApiserverTLSConfig/ControllerApiserver
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
=== PAUSE TestAntreaApiserverTLSConfig/AgentApiserver
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-5b985cbfc7-fgt5d
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-tpqhh
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-5b985cbfc7-fgt5d
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-tpqhh
--- PASS: TestAntreaApiserverTLSConfig (55.45s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.16s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.16s)
=== RUN TestTraceflow
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-08-15 09:28:47.980711 I | Applying Antrea YAML
2021-08-15 09:29:04.032847 I | Waiting for all Antrea DaemonSet Pods
2021-08-15 09:29:05.041288 I | Checking CoreDNS deployment
=== RUN TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:427: Creating a busybox test Pod 'test-pod-vpmo0ykb' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-6ufxqo2x' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-485yle75' and waiting for IP
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:391: Deleting Pod 'test-pod-485yle75'
fixtures.go:391: Deleting Pod 'test-pod-6ufxqo2x'
fixtures.go:391: Deleting Pod 'test-pod-vpmo0ykb'
=== RUN TestTraceflow/testTraceflowIntraNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-7acni53t' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-nnb9071o' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-kc7ficuh' and waiting for IP
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-nnb9071o:IPv4(100.96.0.46),IPstrings(100.96.0.46)]
traceflow_test.go:2121: Ping 'test-pod-7acni53t' -> 'IPv4(100.96.0.46),IPstrings(100.96.0.46)' failed: ERROR (error when running ping command 'ping -c 2 -4 100.96.0.46': command terminated with exit code 1 - stdout: PING 100.96.0.46 (100.96.0.46): 56 data bytes

--- 100.96.0.46 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
- stderr: )
=== CONT TestTraceflow/testTraceflowIntraNode
fixtures.go:391: Deleting Pod 'test-pod-kc7ficuh'
fixtures.go:391: Deleting Pod 'test-pod-7acni53t'
fixtures.go:391: Deleting Pod 'test-pod-nnb9071o'
=== RUN TestTraceflow/testTraceflowInterNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-kgft5vlq' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-qihttbqy' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-ofj6zw1l' and waiting for IP
=== RUN TestTraceflow/testTraceflowInterNode/traceflowGroupTest
=== RUN TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4
=== PAUSE TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4
=== RUN TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== PAUSE TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== PAUSE TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== PAUSE TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== RUN TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4
=== PAUSE TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4
=== RUN TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
=== PAUSE TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
=== RUN TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
=== PAUSE TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
=== RUN TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
=== PAUSE TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
=== RUN TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
=== PAUSE TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
=== RUN TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
=== PAUSE TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
=== RUN TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6
=== PAUSE TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6
=== RUN TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
=== PAUSE TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-ofj6zw1l:IPv4(100.96.1.26),IPstrings(100.96.1.26)]
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode
fixtures.go:391: Deleting Pod 'test-pod-qihttbqy'
fixtures.go:391: Deleting Pod 'test-pod-ofj6zw1l'
fixtures.go:391: Deleting Pod 'test-pod-kgft5vlq'
=== RUN TestTraceflow/testTraceflowExternalIP
fixtures.go:427: Creating a busybox test Pod 'test-pod-ykv2snn7' and waiting for IP
fixtures.go:391: Deleting Pod 'test-pod-ykv2snn7'
=== CONT TestTraceflow
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflow (86.83s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP (4.48s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode (18.42s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.03s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.04s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.21s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (0.98s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (2.81s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.69s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4 (14.68s)
--- PASS: TestTraceflow/testTraceflowInterNode (9.80s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (3.05s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (3.05s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.10s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (3.02s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (3.02s)
--- PASS: TestTraceflow/testTraceflowExternalIP (5.05s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
FAIL
FAIL antrea.io/antrea/test/e2e 4116.609s
FAIL
=== TEST FAILURE !!! ===
tar: Removing leading `<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/ci/jenkins/../../'> from member names
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-43 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-43" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-43 succeeded ===

antr...@gmail.com

unread,
Aug 22, 2021, 4:59:32 AM8/22/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/44/display/redirect?page=changes>

Changes:

[noreply] Fix Reject loop issue (#2579)

[noreply] Update Antrea-native policy doc for Namespace labels (#2596)

[noreply] [CI] Add doc about trigger phrases (#2570)

[noreply] Update CHANGELOG for v1.2.2 release (#2608)

[noreply] Update AllowToCoreDNS rule to permit udp on port 53 (#2605)

[noreply] Provide generic API for OVS register match/set value (#2455)

[noreply] Support --sort-by flag for "antctl get networkpolicy" for Agent (#2604)

[noreply] Switch vagrant test cluster runtime to use containerd directly (#2583)

[noreply] Support returning partial results for supportbundle when some nodes fail

[noreply] Remove tunnel limitation for IPsec (#2489)

[noreply] Resolve flow aggregator close issue (#2431)

[noreply] Stop checking https://nssm.cc/ in markdown link checker (#2615)

[noreply] Revert "Resolve flow aggregator close issue (#2431)" (#2618)

[noreply] Implement ExternalIPPool status (#2490)

[noreply] [Follow Up] Antrea Network Policy Audit Logging Deduplication and Unit

[antonin.bas] Add FQDN policy feature in Antrea-native policies

[noreply] Fix e2e networkpolicy tests on Kind for slower machines (#2614)


------------------------------------------
[...truncated 287.18 KB...]
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestClusterIP (55.68s)
--- PASS: TestClusterIP/ClusterIP (0.00s)
--- SKIP: TestClusterIP/ClusterIP/Windows_host_can_access_the_Service (0.00s)
--- PASS: TestClusterIP/ClusterIP/Different_Linux_Node_can_access_the_Service (13.17s)
--- PASS: TestClusterIP/ClusterIP/Linux_Pod_on_different_Node_can_access_the_Service (13.19s)
--- PASS: TestClusterIP/ClusterIP/Linux_Pod_on_same_Node_can_access_the_Service (17.40s)
--- PASS: TestClusterIP/ClusterIP/Same_Linux_Node_can_access_the_Service (17.59s)
=== RUN TestNodePortWindows
fixtures.go:116: Skipping test as the cluster has no Windows Nodes
--- SKIP: TestNodePortWindows (0.00s)
=== RUN TestSupportBundleController
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-08-22 08:56:25.761192 I | Applying Antrea YAML
2021-08-22 08:56:41.720300 I | Waiting for all Antrea DaemonSet Pods
2021-08-22 08:56:42.729097 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (24.68s)
=== RUN TestSupportBundleAgent
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-08-22 08:56:50.446026 I | Applying Antrea YAML
2021-08-22 08:57:06.484076 I | Waiting for all Antrea DaemonSet Pods
2021-08-22 08:57:07.494980 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (24.58s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-08-22 08:57:15.026904 I | Applying Antrea YAML
2021-08-22 08:57:31.074901 I | Waiting for all Antrea DaemonSet Pods
2021-08-22 08:57:32.085192 I | Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
=== PAUSE TestAntreaApiserverTLSConfig/ControllerApiserver
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
=== PAUSE TestAntreaApiserverTLSConfig/AgentApiserver
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-4vgsl
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-85cd84c97-89v47
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-4vgsl
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-85cd84c97-89v47
--- PASS: TestAntreaApiserverTLSConfig (53.15s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.16s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.17s)
=== RUN TestTraceflow
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-08-22 08:58:08.347973 I | Applying Antrea YAML
2021-08-22 08:58:24.370680 I | Waiting for all Antrea DaemonSet Pods
2021-08-22 08:58:25.385636 I | Checking CoreDNS deployment
=== RUN TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:427: Creating a busybox test Pod 'test-pod-iud3iw5i' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-75xuu0to' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-4uqwe0ox' and waiting for IP
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:391: Deleting Pod 'test-pod-iud3iw5i'
fixtures.go:391: Deleting Pod 'test-pod-75xuu0to'
fixtures.go:391: Deleting Pod 'test-pod-4uqwe0ox'
=== RUN TestTraceflow/testTraceflowIntraNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-r6zfwo8d' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-g17rx958' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-jerry0f3' and waiting for IP
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-r6zfwo8d:IPv4(100.96.0.44),IPstrings(100.96.0.44)]
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
traceflow_test.go:2121: Ping 'test-pod-jerry0f3' -> 'IPv4(100.96.0.44),IPstrings(100.96.0.44)' failed: ERROR (error when running ping command 'ping -c 2 -4 100.96.0.44': command terminated with exit code 1 - stdout: PING 100.96.0.44 (100.96.0.44): 56 data bytes

--- 100.96.0.44 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
- stderr: )
=== CONT TestTraceflow/testTraceflowIntraNode
fixtures.go:391: Deleting Pod 'test-pod-g17rx958'
fixtures.go:391: Deleting Pod 'test-pod-jerry0f3'
fixtures.go:391: Deleting Pod 'test-pod-r6zfwo8d'
=== RUN TestTraceflow/testTraceflowInterNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-x1su145f' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-vl1svqqa' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-kpdi0ajw' and waiting for IP
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-vl1svqqa:IPv4(100.96.2.17),IPstrings(100.96.2.17)]
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode
fixtures.go:391: Deleting Pod 'test-pod-kpdi0ajw'
fixtures.go:391: Deleting Pod 'test-pod-vl1svqqa'
fixtures.go:391: Deleting Pod 'test-pod-x1su145f'
=== RUN TestTraceflow/testTraceflowExternalIP
fixtures.go:427: Creating a busybox test Pod 'test-pod-7xei7lps' and waiting for IP
fixtures.go:391: Deleting Pod 'test-pod-7xei7lps'
=== CONT TestTraceflow
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflow (71.38s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP (4.47s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode (17.90s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.04s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (3.06s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.14s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.15s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4 (14.14s)
--- PASS: TestTraceflow/testTraceflowInterNode (11.88s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4 (3.06s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (3.06s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.12s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (3.02s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowExternalIP (5.05s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
FAIL
FAIL antrea.io/antrea/test/e2e 4170.245s
FAIL
=== TEST FAILURE !!! ===
tar: Removing leading `<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/ci/jenkins/../../'> from member names
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-44 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-44" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-44 succeeded ===

antr...@gmail.com

unread,
Aug 29, 2021, 4:44:00 AM8/29/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/45/display/redirect?page=changes>

Changes:

[noreply] supportbundle: fix nil pointer error (#2598)

[noreply] Add support for sending JSON record for Flow Aggregator (#2559)

[noreply] Replace golint with revive (#2562)

[noreply] Stop forcing tunnel type to VXLAN for Kind NetworkPolicy tests (#2625)

[noreply] Support static ipBlock queries for clustergroupmembership (#2577)

[noreply] Bump github.com/containernetworking/cni from 0.8.0 to 0.8.1 (#2593)

[noreply] Bump actions/stale from 3.0.8 to 4 (#2590)

[noreply] Update Go to 1.17 (#2609)

[noreply] Support timestamp filter in antctl supportbundle command (#2389)

[noreply] [CI] Fix errors in Jenkins test.sh script (#2636)

[noreply] Run gofmt to generate new //go:build directives (#2640)

[noreply] [Windows] Update helper.psm1 to set env var for Windows FQDN (#2623)

[noreply] [Windows] Remove Hyper-V binding on network adapter in cleanup script

[noreply] Send NDP NA message upon assigning egress IP (#2196)

[noreply] Bump github.com/spf13/afero from 1.4.1 to 1.6.0 (#2591)

[noreply] Adding documentation for FQDN based filtering in Antrea Network Policy

[noreply] Disable K8s dependency upgrades with Dependabot (#2646)

[noreply] Fix build for clair scan script (#2637)

[noreply] remove api controlplane.antrea.io/v1beta1 (#2631)

[noreply] [IPv6] Support no-encap mode in dual-stack setup (#2436)

[noreply] Remove the restriction that an ACNP referred ClusterGroup must be

[noreply] Fix Clean-AntreaNetwork.ps1 (#2654)

[noreply] Skip FQDN e2e test in ipv6-only test env (#2658)

[noreply] Fix missing Flow Aggregator logs in the artifacts when tests fail

[noreply] Add WireGuard support for tunnel traffic encryption (#2297)

[noreply] remove config mismatched port during creation (#2582)

[noreply] Fix deny connections tracking for ACNP baseline policy (#2542)

[noreply] Update whereabouts binaries from v0.4 to v0.4.2 (#2666)


------------------------------------------
[...truncated 283.97 KB...]
--- PASS: TestClusterIP/ClusterIP/Linux_Pod_on_same_Node_can_access_the_Service (18.10s)
=== RUN TestNodePortWindows
fixtures.go:116: Skipping test as the cluster has no Windows Nodes
--- SKIP: TestNodePortWindows (0.00s)
=== RUN TestSupportBundleController
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-08-29 08:40:48.269363 I | Applying Antrea YAML
2021-08-29 08:41:04.219785 I | Waiting for all Antrea DaemonSet Pods
2021-08-29 08:41:05.231370 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (24.67s)
=== RUN TestSupportBundleAgent
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-08-29 08:41:12.944314 I | Applying Antrea YAML
2021-08-29 08:41:28.995358 I | Waiting for all Antrea DaemonSet Pods
2021-08-29 08:41:30.005939 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (24.58s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-08-29 08:41:37.525904 I | Applying Antrea YAML
2021-08-29 08:41:53.447288 I | Waiting for all Antrea DaemonSet Pods
2021-08-29 08:41:54.457117 I | Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
=== PAUSE TestAntreaApiserverTLSConfig/ControllerApiserver
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
=== PAUSE TestAntreaApiserverTLSConfig/AgentApiserver
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-2vwvc
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-7f44948599-hz6hz
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-2vwvc
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-7f44948599-hz6hz
--- PASS: TestAntreaApiserverTLSConfig (59.08s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.14s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.16s)
=== RUN TestTraceflow
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-08-29 08:42:36.769298 I | Applying Antrea YAML
2021-08-29 08:42:52.699523 I | Waiting for all Antrea DaemonSet Pods
2021-08-29 08:42:53.708560 I | Checking CoreDNS deployment
=== RUN TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:427: Creating a busybox test Pod 'test-pod-9t04ospa' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-iih8wdoi' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-dcg2lbx0' and waiting for IP
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:391: Deleting Pod 'test-pod-iih8wdoi'
fixtures.go:391: Deleting Pod 'test-pod-dcg2lbx0'
fixtures.go:391: Deleting Pod 'test-pod-9t04ospa'
=== RUN TestTraceflow/testTraceflowIntraNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-0wbalp6x' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-ejekr6ju' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-u84c1166' and waiting for IP
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-0wbalp6x:IPv4(100.96.0.42),IPstrings(100.96.0.42)]
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
traceflow_test.go:2121: Ping 'test-pod-ejekr6ju' -> 'IPv4(100.96.0.42),IPstrings(100.96.0.42)' failed: ERROR (error when running ping command 'ping -c 2 -4 100.96.0.42': command terminated with exit code 1 - stdout: PING 100.96.0.42 (100.96.0.42): 56 data bytes

--- 100.96.0.42 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
- stderr: )
=== CONT TestTraceflow/testTraceflowIntraNode
fixtures.go:391: Deleting Pod 'test-pod-u84c1166'
fixtures.go:391: Deleting Pod 'test-pod-ejekr6ju'
fixtures.go:391: Deleting Pod 'test-pod-0wbalp6x'
=== RUN TestTraceflow/testTraceflowInterNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-6hpdh050' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-vn6lbltu' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-sk8thw94' and waiting for IP
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:79: Skipping test as it is not needed in IPv4 cluster
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-vn6lbltu:IPv4(100.96.2.25),IPstrings(100.96.2.25)]
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode
fixtures.go:391: Deleting Pod 'test-pod-sk8thw94'
fixtures.go:391: Deleting Pod 'test-pod-vn6lbltu'
fixtures.go:391: Deleting Pod 'test-pod-6hpdh050'
=== RUN TestTraceflow/testTraceflowExternalIP
fixtures.go:427: Creating a busybox test Pod 'test-pod-yhs1a7dq' and waiting for IP
fixtures.go:391: Deleting Pod 'test-pod-yhs1a7dq'
=== CONT TestTraceflow
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflow (68.38s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP (5.49s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode (16.83s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (0.56s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.09s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (2.36s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4 (14.10s)
--- PASS: TestTraceflow/testTraceflowInterNode (13.02s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4 (3.04s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (3.05s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.09s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (3.08s)
--- PASS: TestTraceflow/testTraceflowExternalIP (5.08s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
=== RUN TestWireGuard
fixtures.go:92: Skipping test as modprobe exited with an error when trying to confirm the presence of module 'wireguard' - stdout: - stderr: modprobe: FATAL: Module wireguard not found in directory /lib/modules/4.19.115-2.ph3
--- SKIP: TestWireGuard (0.21s)
FAIL
FAIL antrea.io/antrea/test/e2e 4133.672s
FAIL
=== TEST FAILURE !!! ===
tar: Removing leading `<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/ci/jenkins/../../'> from member names
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-45 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-45" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-45 succeeded ===

antr...@gmail.com

unread,
Sep 5, 2021, 4:37:32 AM9/5/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/46/display/redirect?page=changes>

Changes:

[noreply] Fix init node transport interface bug (#2670)

[noreply] Fix Mellanox CI build command (#2633)

[noreply] Update Audit Logs format and update feature documentation (#2659)

[noreply] Upgrade protoc-gen-go library in codegen Dockerfile (#2644)

[noreply] Fix documentation for FQDN based policies which use Service DNS names

[noreply] Update Audit logging format in legacy e2e test (#2683)

[noreply] [Windows] Upgrade Windows OVS version to 2.14.2 (#2681)

[noreply] Improve NodePortLocal documentation (#2628)

[noreply] Add in-cluster svc fqdn e2e test (#2662)

[noreply] Convert NodeName obtained from env var to lowercase on Windows. (#2672)

[noreply] Fix description of egress flows in ovs-pipeline.md (#2680)

[noreply] [WireGuard] Fix service traffic requiring SNAT (#2697)

[noreply] Generate ssh-config for all Nodes (#2675)

[noreply] Use "go install" to install the tools required by "make verify" (#2698)

[noreply] Wait for ovs-vswitchd PID before calling ovs-appctl (#2695)

[noreply] Use virtual clock for TestDropPacketMultiDedupLog (#2700)

[noreply] Fix agent panic because of nil NodeIP in pure IPv6 cluster (#2655)

[noreply] Fix WireGuard testServiceConnectivity in IPv6 cluster (#2712)

[noreply] [CI] Update test.sh (#2705)

[noreply] Resolve flow aggregator close issue (#2622)

[noreply] Fix ELK Flow Collector manifest to run it on regular Vagrant clusters

[noreply] Update CHANGELOG for v1.3.0 release (#2721)


------------------------------------------
[...truncated 287.40 KB...]
--- SKIP: TestNodePortWindows (0.00s)
=== RUN TestSupportBundleController
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-09-05 08:33:15.836254 I | Applying Antrea YAML
2021-09-05 08:33:31.763754 I | Waiting for all Antrea DaemonSet Pods
2021-09-05 08:33:32.772295 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (24.66s)
=== RUN TestSupportBundleAgent
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-09-05 08:33:40.492014 I | Applying Antrea YAML
2021-09-05 08:33:56.427658 I | Waiting for all Antrea DaemonSet Pods
2021-09-05 08:33:57.436758 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (24.47s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-09-05 08:34:04.962742 I | Applying Antrea YAML
2021-09-05 08:34:20.996279 I | Waiting for all Antrea DaemonSet Pods
2021-09-05 08:34:22.004459 I | Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
=== PAUSE TestAntreaApiserverTLSConfig/ControllerApiserver
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
=== PAUSE TestAntreaApiserverTLSConfig/AgentApiserver
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-7f44948599-znqd2
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-wzflf
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-7f44948599-znqd2
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-wzflf
--- PASS: TestAntreaApiserverTLSConfig (55.17s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.16s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.17s)
=== RUN TestTraceflow
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-09-05 08:35:00.307675 I | Applying Antrea YAML
2021-09-05 08:35:16.300054 I | Waiting for all Antrea DaemonSet Pods
2021-09-05 08:35:17.308245 I | Checking CoreDNS deployment
=== RUN TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:427: Creating a busybox test Pod 'test-pod-t16yw2hw' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-1ajip0hu' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-rg7swkrm' and waiting for IP
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:391: Deleting Pod 'test-pod-t16yw2hw'
fixtures.go:391: Deleting Pod 'test-pod-1ajip0hu'
fixtures.go:391: Deleting Pod 'test-pod-rg7swkrm'
=== RUN TestTraceflow/testTraceflowIntraNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-d2myyr6m' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-rx1vusmn' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-689pn0ql' and waiting for IP
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-d2myyr6m:IPv4(100.96.0.45),IPstrings(100.96.0.45)]
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
traceflow_test.go:2121: Ping 'test-pod-rx1vusmn' -> 'IPv4(100.96.0.45),IPstrings(100.96.0.45)' failed: ERROR (error when running ping command 'ping -c 2 -4 100.96.0.45': command terminated with exit code 1 - stdout: PING 100.96.0.45 (100.96.0.45): 56 data bytes

--- 100.96.0.45 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
- stderr: )
=== CONT TestTraceflow/testTraceflowIntraNode
fixtures.go:391: Deleting Pod 'test-pod-689pn0ql'
fixtures.go:391: Deleting Pod 'test-pod-rx1vusmn'
fixtures.go:391: Deleting Pod 'test-pod-d2myyr6m'
=== RUN TestTraceflow/testTraceflowInterNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-404hbc01' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-0gtlwzy2' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-sjcen7w0' and waiting for IP
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-0gtlwzy2:IPv4(100.96.2.36),IPstrings(100.96.2.36)]
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode
fixtures.go:391: Deleting Pod 'test-pod-sjcen7w0'
fixtures.go:391: Deleting Pod 'test-pod-0gtlwzy2'
fixtures.go:391: Deleting Pod 'test-pod-404hbc01'
=== RUN TestTraceflow/testTraceflowExternalIP
fixtures.go:427: Creating a busybox test Pod 'test-pod-94mxa0qd' and waiting for IP
fixtures.go:391: Deleting Pod 'test-pod-94mxa0qd'
=== CONT TestTraceflow
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflow (74.26s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP (4.47s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode (16.84s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.04s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (3.04s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.15s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.04s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.17s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4 (14.12s)
--- PASS: TestTraceflow/testTraceflowInterNode (12.87s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (3.05s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4 (3.06s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.11s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (3.02s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (3.02s)
--- PASS: TestTraceflow/testTraceflowExternalIP (5.04s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
=== RUN TestWireGuard
fixtures.go:92: Skipping test as modprobe exited with an error when trying to confirm the presence of module 'wireguard' - stdout: - stderr: modprobe: FATAL: Module wireguard not found in directory /lib/modules/4.19.115-2.ph3
--- SKIP: TestWireGuard (0.25s)
FAIL
FAIL antrea.io/antrea/test/e2e 4174.173s
FAIL
=== TEST FAILURE !!! ===
tar: Removing leading `<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/ci/jenkins/../../'> from member names
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-46 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-46" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-46 succeeded ===

antr...@gmail.com

unread,
Sep 12, 2021, 9:13:41 AM9/12/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/47/display/redirect?page=changes>

Changes:

[noreply] Set VERSION to v1.4.0-dev (#2722)

[noreply] Fix TestEgress flaky failure in jenkins-ipv6-only-e2e (#2723)

[noreply] Change dockerLibraryRegistry for conformance testing (#2748)

[noreply] Stop checking virtualbox.com in markdown link checker (#2745)

[noreply] Fix panic bug in Antrea Policy (#2730)

[noreply] [Windows] Bugfix: Agent crashed when removing the existing NetNat


------------------------------------------
[...truncated 289.38 KB...]
--- PASS: TestClusterIP/ClusterIP/Linux_Pod_on_different_Node_can_access_the_Service (15.12s)
--- PASS: TestClusterIP/ClusterIP/Different_Linux_Node_can_access_the_Service (15.19s)
--- PASS: TestClusterIP/ClusterIP/Linux_Pod_on_same_Node_can_access_the_Service (23.09s)
=== RUN TestNodePortWindows
fixtures.go:116: Skipping test as the cluster has no Windows Nodes
--- SKIP: TestNodePortWindows (0.00s)
=== RUN TestSupportBundleController
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-09-12 13:10:06.493221 I | Applying Antrea YAML
2021-09-12 13:10:22.633974 I | Waiting for all Antrea DaemonSet Pods
2021-09-12 13:10:23.646690 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (24.88s)
=== RUN TestSupportBundleAgent
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-09-12 13:10:31.372976 I | Applying Antrea YAML
2021-09-12 13:10:47.471510 I | Waiting for all Antrea DaemonSet Pods
2021-09-12 13:10:48.482229 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (24.65s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-09-12 13:10:56.023897 I | Applying Antrea YAML
2021-09-12 13:11:12.162290 I | Waiting for all Antrea DaemonSet Pods
2021-09-12 13:11:13.171600 I | Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
=== PAUSE TestAntreaApiserverTLSConfig/ControllerApiserver
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
=== PAUSE TestAntreaApiserverTLSConfig/AgentApiserver
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-gnzsf
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-7f44948599-k49gt
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-7f44948599-k49gt
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-gnzsf
--- PASS: TestAntreaApiserverTLSConfig (57.31s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.17s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.17s)
=== RUN TestTraceflow
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-09-12 13:11:53.509047 I | Applying Antrea YAML
2021-09-12 13:12:09.543416 I | Waiting for all Antrea DaemonSet Pods
2021-09-12 13:12:10.552738 I | Checking CoreDNS deployment
=== RUN TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:427: Creating a busybox test Pod 'test-pod-k9j3zqmm' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-g3qc5gyl' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-5n52kebt' and waiting for IP
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:391: Deleting Pod 'test-pod-5n52kebt'
fixtures.go:391: Deleting Pod 'test-pod-g3qc5gyl'
fixtures.go:391: Deleting Pod 'test-pod-k9j3zqmm'
=== RUN TestTraceflow/testTraceflowIntraNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-788f9mdl' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-4nzpwvjk' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-hdy1cwyh' and waiting for IP
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-hdy1cwyh:IPv4(100.96.0.42),IPstrings(100.96.0.42)]
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
traceflow_test.go:2121: Ping 'test-pod-788f9mdl' -> 'IPv4(100.96.0.42),IPstrings(100.96.0.42)' failed: ERROR (error when running ping command 'ping -c 2 -4 100.96.0.42': command terminated with exit code 1 - stdout: PING 100.96.0.42 (100.96.0.42): 56 data bytes

--- 100.96.0.42 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
- stderr: )
=== CONT TestTraceflow/testTraceflowIntraNode
fixtures.go:391: Deleting Pod 'test-pod-4nzpwvjk'
fixtures.go:391: Deleting Pod 'test-pod-788f9mdl'
fixtures.go:391: Deleting Pod 'test-pod-hdy1cwyh'
=== RUN TestTraceflow/testTraceflowInterNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-q3lxcrch' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-khldhnzv' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-qk2dn98a' and waiting for IP
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-khldhnzv:IPv4(100.96.2.7),IPstrings(100.96.2.7)]
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode
fixtures.go:391: Deleting Pod 'test-pod-qk2dn98a'
fixtures.go:391: Deleting Pod 'test-pod-khldhnzv'
fixtures.go:391: Deleting Pod 'test-pod-q3lxcrch'
=== RUN TestTraceflow/testTraceflowExternalIP
fixtures.go:427: Creating a busybox test Pod 'test-pod-ntj32h6l' and waiting for IP
fixtures.go:391: Deleting Pod 'test-pod-ntj32h6l'
=== CONT TestTraceflow
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflow (66.29s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP (4.45s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode (16.88s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.03s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.11s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (3.01s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.12s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4 (14.12s)
--- PASS: TestTraceflow/testTraceflowInterNode (12.84s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4 (2.08s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (3.05s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.11s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (3.02s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (3.02s)
--- PASS: TestTraceflow/testTraceflowExternalIP (4.05s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
=== RUN TestWireGuard
fixtures.go:92: Skipping test as modprobe exited with an error when trying to confirm the presence of module 'wireguard' - stdout: - stderr: modprobe: FATAL: Module wireguard not found in directory /lib/modules/4.19.115-2.ph3
--- SKIP: TestWireGuard (0.21s)
FAIL
FAIL antrea.io/antrea/test/e2e 4221.174s
FAIL
=== TEST FAILURE !!! ===
tar: Removing leading `<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/ci/jenkins/../../'> from member names
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-47 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-47" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-47 succeeded ===

antr...@gmail.com

unread,
Sep 19, 2021, 9:54:51 AM9/19/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/48/display/redirect?page=changes>

Changes:

[noreply] Use NodeIPAM code from K8S (#1561)

[noreply] Correct comments on node routes for different traffic modes (#2737)

[noreply] Download all image artifacts together in kind jobs (#2735)

[noreply] Unify TrafficEncapMode string and those in antrea.yml (#2747)

[noreply] Document information about uploaded codegen images (#2781)

[noreply] NodePort, LoadBalancer and ClusterIP full support for AntreaProxy on

[noreply] Support configurable network interface CIDRs for Pod traffic across Node

[noreply] Fix triggerCNPUpdates panic (#2768)

[noreply] [Windows] Bugfix for MTU configuration on nonexistent interface (#2778)


------------------------------------------
[...truncated 296.25 KB...]
--- SKIP: TestClusterIPv6 (0.00s)
=== RUN TestNodePortWindows
fixtures.go:116: Skipping test as the cluster has no Windows Nodes
--- SKIP: TestNodePortWindows (0.00s)
=== RUN TestSupportBundleController
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-09-19 13:51:01.261660 I | Applying Antrea YAML
2021-09-19 13:51:17.285217 I | Waiting for all Antrea DaemonSet Pods
2021-09-19 13:51:18.295182 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (24.76s)
=== RUN TestSupportBundleAgent
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-09-19 13:51:26.025222 I | Applying Antrea YAML
2021-09-19 13:51:42.452165 I | Waiting for all Antrea DaemonSet Pods
2021-09-19 13:51:43.462045 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (24.97s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-09-19 13:51:50.997926 I | Applying Antrea YAML
2021-09-19 13:52:07.011514 I | Waiting for all Antrea DaemonSet Pods
2021-09-19 13:52:08.021502 I | Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
=== PAUSE TestAntreaApiserverTLSConfig/ControllerApiserver
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
=== PAUSE TestAntreaApiserverTLSConfig/AgentApiserver
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-rwms9
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-b589d8cc7-6g48z
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-rwms9
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-b589d8cc7-6g48z
--- PASS: TestAntreaApiserverTLSConfig (54.17s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.16s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.22s)
=== RUN TestTraceflow
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-09-19 13:52:45.387668 I | Applying Antrea YAML
2021-09-19 13:53:01.390440 I | Waiting for all Antrea DaemonSet Pods
2021-09-19 13:53:02.400052 I | Checking CoreDNS deployment
=== RUN TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:427: Creating a busybox test Pod 'test-pod-psj6rs0m' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-ejrh8jrz' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-d126ygnv' and waiting for IP
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:391: Deleting Pod 'test-pod-psj6rs0m'
fixtures.go:391: Deleting Pod 'test-pod-d126ygnv'
fixtures.go:391: Deleting Pod 'test-pod-ejrh8jrz'
=== RUN TestTraceflow/testTraceflowIntraNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-rdbfrox4' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-jnd76pmn' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-7jaqrbxs' and waiting for IP
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-rdbfrox4:IPv4(100.96.0.43),IPstrings(100.96.0.43)]
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
traceflow_test.go:2121: Ping 'test-pod-7jaqrbxs' -> 'IPv4(100.96.0.43),IPstrings(100.96.0.43)' failed: ERROR (error when running ping command 'ping -c 2 -4 100.96.0.43': command terminated with exit code 1 - stdout: PING 100.96.0.43 (100.96.0.43): 56 data bytes

--- 100.96.0.43 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
- stderr: )
=== CONT TestTraceflow/testTraceflowIntraNode
fixtures.go:391: Deleting Pod 'test-pod-jnd76pmn'
fixtures.go:391: Deleting Pod 'test-pod-7jaqrbxs'
fixtures.go:391: Deleting Pod 'test-pod-rdbfrox4'
=== RUN TestTraceflow/testTraceflowInterNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-ftpq0dgb' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-fwvbvsnu' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-c37gayq9' and waiting for IP
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-c37gayq9:IPv4(100.96.2.53),IPstrings(100.96.2.53)]
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode
fixtures.go:391: Deleting Pod 'test-pod-fwvbvsnu'
fixtures.go:391: Deleting Pod 'test-pod-c37gayq9'
fixtures.go:391: Deleting Pod 'test-pod-ftpq0dgb'
=== RUN TestTraceflow/testTraceflowExternalIP
fixtures.go:427: Creating a busybox test Pod 'test-pod-z3dmdtqx' and waiting for IP
fixtures.go:391: Deleting Pod 'test-pod-z3dmdtqx'
=== CONT TestTraceflow
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflow (83.35s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP (5.47s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode (18.81s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.03s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.04s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (3.04s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.14s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.10s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4 (14.10s)
--- PASS: TestTraceflow/testTraceflowInterNode (13.84s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (3.04s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4 (3.04s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (3.04s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.10s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (3.04s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowExternalIP (5.12s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
=== RUN TestWireGuard
fixtures.go:92: Skipping test as modprobe exited with an error when trying to confirm the presence of module 'wireguard' - stdout: - stderr: modprobe: FATAL: Module wireguard not found in directory /lib/modules/4.19.115-2.ph3
--- SKIP: TestWireGuard (0.21s)
FAIL
FAIL antrea.io/antrea/test/e2e 4510.336s
FAIL
=== TEST FAILURE !!! ===
tar: Removing leading `<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/ci/jenkins/../../'> from member names
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-48 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-48" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-48 succeeded ===

antr...@gmail.com

unread,
Sep 26, 2021, 9:30:13 AM9/26/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/49/display/redirect?page=changes>

Changes:

[noreply] Remove chmod for OVSDB file from start_ovs (#2803)

[noreply] Update NetworkPolicy related github labels (#2753)

[noreply] Bump github.com/ti-mo/conntrack from 0.3.0 to 0.4.0 (#2647)

[noreply] Bump github.com/cheggaaa/pb/v3 from 3.0.4 to 3.0.8 (#2649)

[noreply] [Windows] Provide kubeAPIServerOverride option for Windows agent (#2786)

[noreply] Reduce memory consumption of supportbundle command (#2813)

[noreply] Install flows to skip SNAT for k8s nodes (#2708) (#2762)

[noreply] Change flow exporter export expiry mechanism to priority queue based.

[noreply] Add multi-cluster label to github labels (#2820)

[noreply] Use @antrea-io/review-manager to manage PR reviews (#2818)

[noreply] [CI] Fix Windows NetPol test failures (#2815)

[noreply] Update CHANGELOG for v1.2.3 release (#2838)

[noreply] [CI][doc] Update Jenkins trigger phrase (#2833)


------------------------------------------
[...truncated 293.33 KB...]
=== RUN TestNodePortWindows
fixtures.go:116: Skipping test as the cluster has no Windows Nodes
--- SKIP: TestNodePortWindows (0.00s)
=== RUN TestSupportBundleController
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-09-26 13:27:05.086703 I | Applying Antrea YAML
2021-09-26 13:27:21.107512 I | Waiting for all Antrea DaemonSet Pods
2021-09-26 13:27:22.118080 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (24.77s)
=== RUN TestSupportBundleAgent
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-09-26 13:27:29.854535 I | Applying Antrea YAML
2021-09-26 13:27:45.953944 I | Waiting for all Antrea DaemonSet Pods
2021-09-26 13:27:46.964926 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (24.65s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-09-26 13:27:54.504442 I | Applying Antrea YAML
2021-09-26 13:28:10.500053 I | Waiting for all Antrea DaemonSet Pods
2021-09-26 13:28:11.509575 I | Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
=== PAUSE TestAntreaApiserverTLSConfig/ControllerApiserver
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
=== PAUSE TestAntreaApiserverTLSConfig/AgentApiserver
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-b589d8cc7-868vq
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-6s4qz
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-6s4qz
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-b589d8cc7-868vq
--- PASS: TestAntreaApiserverTLSConfig (55.09s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.16s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.18s)
=== RUN TestTraceflow
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-09-26 13:28:49.775138 I | Applying Antrea YAML
2021-09-26 13:29:06.257334 I | Waiting for all Antrea DaemonSet Pods
2021-09-26 13:29:07.269672 I | Checking CoreDNS deployment
=== RUN TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:427: Creating a busybox test Pod 'test-pod-akrl2n6w' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-ia1tum6a' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-52ylpif2' and waiting for IP
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:391: Deleting Pod 'test-pod-52ylpif2'
fixtures.go:391: Deleting Pod 'test-pod-akrl2n6w'
fixtures.go:391: Deleting Pod 'test-pod-ia1tum6a'
=== RUN TestTraceflow/testTraceflowIntraNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-8p3txs04' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-b9m17hrj' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-ys12dsr8' and waiting for IP
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-8p3txs04:IPv4(100.96.0.44),IPstrings(100.96.0.44)]
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
traceflow_test.go:2121: Ping 'test-pod-ys12dsr8' -> 'IPv4(100.96.0.44),IPstrings(100.96.0.44)' failed: ERROR (error when running ping command 'ping -c 2 -4 100.96.0.44': command terminated with exit code 1 - stdout: PING 100.96.0.44 (100.96.0.44): 56 data bytes

--- 100.96.0.44 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
- stderr: )
=== CONT TestTraceflow/testTraceflowIntraNode
fixtures.go:391: Deleting Pod 'test-pod-b9m17hrj'
fixtures.go:391: Deleting Pod 'test-pod-ys12dsr8'
fixtures.go:391: Deleting Pod 'test-pod-8p3txs04'
=== RUN TestTraceflow/testTraceflowInterNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-0uaxkid5' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-rwd42i62' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-qvjgqurc' and waiting for IP
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-rwd42i62:IPv4(100.96.2.38),IPstrings(100.96.2.38)]
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode
fixtures.go:391: Deleting Pod 'test-pod-qvjgqurc'
fixtures.go:391: Deleting Pod 'test-pod-rwd42i62'
fixtures.go:391: Deleting Pod 'test-pod-0uaxkid5'
=== RUN TestTraceflow/testTraceflowExternalIP
fixtures.go:427: Creating a busybox test Pod 'test-pod-dbrtr0zl' and waiting for IP
fixtures.go:391: Deleting Pod 'test-pod-dbrtr0zl'
=== CONT TestTraceflow
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflow (68.70s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP (4.47s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode (16.83s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.21s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4 (14.10s)
--- PASS: TestTraceflow/testTraceflowInterNode (10.83s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (3.04s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (3.05s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (3.05s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.10s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4 (3.02s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowExternalIP (5.06s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
=== RUN TestWireGuard
fixtures.go:92: Skipping test as modprobe exited with an error when trying to confirm the presence of module 'wireguard' - stdout: - stderr: modprobe: FATAL: Module wireguard not found in directory /lib/modules/4.19.115-2.ph3
--- SKIP: TestWireGuard (0.35s)
FAIL
FAIL antrea.io/antrea/test/e2e 4421.773s
FAIL
=== TEST FAILURE !!! ===
tar: Removing leading `<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/ci/jenkins/../../'> from member names
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-49 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-49" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-49 succeeded ===

antr...@gmail.com

unread,
Oct 3, 2021, 9:28:48 AM10/3/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/50/display/redirect?page=changes>

Changes:

[noreply] Add missing Github labels (#2847)

[noreply] Fix code formatting (#2846)

[noreply] Unify config name and format (#2843)

[noreply] Use Node TransportIP interface to send EgressIP gratuitous arp (#2845)

[noreply] Update release documentation (#2741)

[noreply] Wait for AntreaProxy to be ready before accessing Service (#2858)

[noreply] Ignore selected hostNetwork Pods in Egress groups (#2850) (#2851)

[noreply] Trigger automatic website updates for the main branch and for releases

[noreply] upgrade go-ipfix to v0.5.8 (#2807)


------------------------------------------
[...truncated 290.73 KB...]
--- PASS: TestClusterIPv4/HostNetwork_Endpoints/Pods_from_all_Nodes_can_access_Service_ClusterIP (0.14s)
=== RUN TestClusterIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
--- SKIP: TestClusterIPv6 (0.00s)
=== RUN TestNodePortWindows
fixtures.go:116: Skipping test as the cluster has no Windows Nodes
--- SKIP: TestNodePortWindows (0.00s)
=== RUN TestSupportBundleController
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-10-03 13:25:47.261328 I | Applying Antrea YAML
2021-10-03 13:26:03.248671 I | Waiting for all Antrea DaemonSet Pods
2021-10-03 13:26:04.257766 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (24.71s)
=== RUN TestSupportBundleAgent
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-10-03 13:26:11.974579 I | Applying Antrea YAML
2021-10-03 13:26:27.969846 I | Waiting for all Antrea DaemonSet Pods
2021-10-03 13:26:28.979489 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (24.56s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-10-03 13:26:36.531746 I | Applying Antrea YAML
2021-10-03 13:26:52.930940 I | Waiting for all Antrea DaemonSet Pods
2021-10-03 13:26:53.940096 I | Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
=== PAUSE TestAntreaApiserverTLSConfig/ControllerApiserver
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
=== PAUSE TestAntreaApiserverTLSConfig/AgentApiserver
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-d94bc8cb5-qmj7j
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-nqbtv
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-nqbtv
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-d94bc8cb5-qmj7j
--- PASS: TestAntreaApiserverTLSConfig (49.59s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.16s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.17s)
=== RUN TestTraceflow
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-10-03 13:27:26.297503 I | Applying Antrea YAML
2021-10-03 13:27:42.295599 I | Waiting for all Antrea DaemonSet Pods
2021-10-03 13:27:43.304180 I | Checking CoreDNS deployment
=== RUN TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:427: Creating a busybox test Pod 'test-pod-ofppy8s4' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-i8givc6l' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-ynp2xhn9' and waiting for IP
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:391: Deleting Pod 'test-pod-i8givc6l'
fixtures.go:391: Deleting Pod 'test-pod-ynp2xhn9'
fixtures.go:391: Deleting Pod 'test-pod-ofppy8s4'
=== RUN TestTraceflow/testTraceflowIntraNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-aaga2b6o' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-n1v8wue1' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-8l1mx6zl' and waiting for IP
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-n1v8wue1:IPv4(100.96.0.43),IPstrings(100.96.0.43)]
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
traceflow_test.go:2121: Ping 'test-pod-8l1mx6zl' -> 'IPv4(100.96.0.43),IPstrings(100.96.0.43)' failed: ERROR (error when running ping command 'ping -c 2 -4 100.96.0.43': command terminated with exit code 1 - stdout: PING 100.96.0.43 (100.96.0.43): 56 data bytes

--- 100.96.0.43 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
- stderr: )
=== CONT TestTraceflow/testTraceflowIntraNode
fixtures.go:391: Deleting Pod 'test-pod-aaga2b6o'
fixtures.go:391: Deleting Pod 'test-pod-8l1mx6zl'
fixtures.go:391: Deleting Pod 'test-pod-n1v8wue1'
=== RUN TestTraceflow/testTraceflowInterNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-awq0oyiy' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-m68mfaob' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-vt5un56w' and waiting for IP
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-vt5un56w:IPv4(100.96.1.70),IPstrings(100.96.1.70)]
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode
fixtures.go:391: Deleting Pod 'test-pod-m68mfaob'
fixtures.go:391: Deleting Pod 'test-pod-vt5un56w'
fixtures.go:391: Deleting Pod 'test-pod-awq0oyiy'
=== RUN TestTraceflow/testTraceflowExternalIP
fixtures.go:427: Creating a busybox test Pod 'test-pod-efdb8ucp' and waiting for IP
fixtures.go:391: Deleting Pod 'test-pod-efdb8ucp'
=== CONT TestTraceflow
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflow (67.22s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP (4.44s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode (16.84s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.04s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (3.02s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.15s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.13s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4 (14.12s)
--- PASS: TestTraceflow/testTraceflowInterNode (13.86s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (3.05s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (3.05s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.10s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4 (3.02s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (3.02s)
--- PASS: TestTraceflow/testTraceflowExternalIP (4.05s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
=== RUN TestWireGuard
fixtures.go:92: Skipping test as modprobe exited with an error when trying to confirm the presence of module 'wireguard' - stdout: - stderr: modprobe: FATAL: Module wireguard not found in directory /lib/modules/4.19.115-2.ph3
--- SKIP: TestWireGuard (0.28s)
FAIL
FAIL antrea.io/antrea/test/e2e 4351.343s
FAIL
=== TEST FAILURE !!! ===
tar: Removing leading `<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/ci/jenkins/../../'> from member names
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-50 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-50" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-50 succeeded ===

antr...@gmail.com

unread,
Oct 10, 2021, 1:25:53 AM10/10/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/51/display/redirect?page=changes>

Changes:

[noreply] [Doc] Some docs/comments changes and refactoring (#2859)

[noreply] Fix path to Prepare-AntreaAgent.ps1 in Windows docs (#2840)

[noreply] Bump github.com/miekg/dns from 1.1.35 to 1.1.43 (#2804)

[noreply] Add windows task delay up to 30s to improve job resiliency

[noreply] Fix Mellanox CI multus file not found (#2861)

[noreply] Bump github.com/prometheus/client_golang from 1.7.1 to 1.11.0 (#2648)


------------------------------------------
[...truncated 290.20 KB...]
--- SKIP: TestClusterIPv6 (0.00s)
=== RUN TestNodePortWindows
fixtures.go:116: Skipping test as the cluster has no Windows Nodes
--- SKIP: TestNodePortWindows (0.00s)
=== RUN TestSupportBundleController
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-10-10 05:07:01.838286 I | Applying Antrea YAML
2021-10-10 05:07:17.809189 I | Waiting for all Antrea DaemonSet Pods
2021-10-10 05:07:18.819554 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (24.71s)
=== RUN TestSupportBundleAgent
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-10-10 05:07:26.549307 I | Applying Antrea YAML
2021-10-10 05:07:42.572934 I | Waiting for all Antrea DaemonSet Pods
2021-10-10 05:07:43.583266 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (24.59s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-10-10 05:07:51.135663 I | Applying Antrea YAML
2021-10-10 05:08:07.318380 I | Waiting for all Antrea DaemonSet Pods
2021-10-10 05:08:08.328899 I | Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
=== PAUSE TestAntreaApiserverTLSConfig/ControllerApiserver
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
=== PAUSE TestAntreaApiserverTLSConfig/AgentApiserver
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-m4dsx
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-d94bc8cb5-ckmpp
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-m4dsx
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-d94bc8cb5-ckmpp
--- PASS: TestAntreaApiserverTLSConfig (56.31s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.16s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.20s)
=== RUN TestTraceflow
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-10-10 05:08:47.638558 I | Applying Antrea YAML
2021-10-10 05:09:04.136730 I | Waiting for all Antrea DaemonSet Pods
2021-10-10 05:09:05.166815 I | Checking CoreDNS deployment
=== RUN TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:427: Creating a busybox test Pod 'test-pod-4ldm22a7' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-73j3zvqw' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-377rmp9q' and waiting for IP
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:391: Deleting Pod 'test-pod-4ldm22a7'
fixtures.go:391: Deleting Pod 'test-pod-73j3zvqw'
fixtures.go:391: Deleting Pod 'test-pod-377rmp9q'
=== RUN TestTraceflow/testTraceflowIntraNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-cg3h6jbd' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-36mnomse' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-vopnk4ba' and waiting for IP
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-vopnk4ba:IPv4(100.96.0.43),IPstrings(100.96.0.43)]
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
traceflow_test.go:2121: Ping 'test-pod-cg3h6jbd' -> 'IPv4(100.96.0.43),IPstrings(100.96.0.43)' failed: ERROR (error when running ping command 'ping -c 2 -4 100.96.0.43': command terminated with exit code 1 - stdout: PING 100.96.0.43 (100.96.0.43): 56 data bytes

--- 100.96.0.43 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
- stderr: )
=== CONT TestTraceflow/testTraceflowIntraNode
fixtures.go:391: Deleting Pod 'test-pod-36mnomse'
fixtures.go:391: Deleting Pod 'test-pod-cg3h6jbd'
fixtures.go:391: Deleting Pod 'test-pod-vopnk4ba'
=== RUN TestTraceflow/testTraceflowInterNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-mwvq3tku' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-qa6uv2ab' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-4p8xz3s4' and waiting for IP
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-4p8xz3s4:IPv4(100.96.2.42),IPstrings(100.96.2.42)]
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode
fixtures.go:391: Deleting Pod 'test-pod-qa6uv2ab'
fixtures.go:391: Deleting Pod 'test-pod-4p8xz3s4'
fixtures.go:391: Deleting Pod 'test-pod-mwvq3tku'
=== RUN TestTraceflow/testTraceflowExternalIP
fixtures.go:427: Creating a busybox test Pod 'test-pod-dixefnvv' and waiting for IP
fixtures.go:391: Deleting Pod 'test-pod-dixefnvv'
=== CONT TestTraceflow
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflow (70.72s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP (4.45s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode (16.82s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.04s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (0.77s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (0.97s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.25s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (2.62s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4 (14.08s)
--- PASS: TestTraceflow/testTraceflowInterNode (12.85s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4 (3.04s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (3.06s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.13s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowExternalIP (5.06s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
=== RUN TestWireGuard
fixtures.go:92: Skipping test as modprobe exited with an error when trying to confirm the presence of module 'wireguard' - stdout: - stderr: modprobe: FATAL: Module wireguard not found in directory /lib/modules/4.19.115-2.ph3
--- SKIP: TestWireGuard (0.25s)
FAIL
FAIL antrea.io/antrea/test/e2e 4416.905s
FAIL
=== TEST FAILURE !!! ===
tar: Removing leading `<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/ci/jenkins/../../'> from member names
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-51 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-51" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-51 succeeded ===

antr...@gmail.com

unread,
Oct 17, 2021, 1:51:17 AM10/17/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/52/display/redirect?page=changes>

Changes:

[noreply] Add more visibility metrics for Flow Aggregator (#2668)

[noreply] Use Github PAT when creating or committing to a PR in a workflow (#2870)

[noreply] Do not assume a write token for pull_request_review in review manager

[noreply] Fix flaky TestIdAllocatorWorker unit tests (#2865)

[noreply] Replace offensive words (#2799)

[noreply] Fix Prometheus metrics doc (#2889)

[noreply] Add UDP support for NodePortLocal (#2448)

[noreply] Fix flaky TestClusterIPv4 e2e tests (#2866)


------------------------------------------
[...truncated 1.22 MB...]
--- SKIP: TestClusterIPv6 (0.00s)
=== RUN TestNodePortWindows
fixtures.go:116: Skipping test as the cluster has no Windows Nodes
--- SKIP: TestNodePortWindows (0.00s)
=== RUN TestSupportBundleController
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-10-17 05:32:08.537580 I | Applying Antrea YAML
2021-10-17 05:32:24.623128 I | Waiting for all Antrea DaemonSet Pods
2021-10-17 05:32:25.634138 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (24.81s)
=== RUN TestSupportBundleAgent
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-10-17 05:32:33.349636 I | Applying Antrea YAML
2021-10-17 05:32:49.432996 I | Waiting for all Antrea DaemonSet Pods
2021-10-17 05:32:50.442803 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (24.62s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-10-17 05:32:57.972699 I | Applying Antrea YAML
2021-10-17 05:33:14.452632 I | Waiting for all Antrea DaemonSet Pods
2021-10-17 05:33:15.462196 I | Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
=== PAUSE TestAntreaApiserverTLSConfig/ControllerApiserver
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
=== PAUSE TestAntreaApiserverTLSConfig/AgentApiserver
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-d94bc8cb5-ddmcp
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-b727t
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-b727t
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-d94bc8cb5-ddmcp
--- PASS: TestAntreaApiserverTLSConfig (55.60s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.16s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.16s)
=== RUN TestTraceflow
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-10-17 05:33:53.731510 I | Applying Antrea YAML
2021-10-17 05:34:09.799756 I | Waiting for all Antrea DaemonSet Pods
2021-10-17 05:34:10.808639 I | Checking CoreDNS deployment
=== RUN TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:427: Creating a busybox test Pod 'test-pod-iizlaund' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-k1i2nefn' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-eyt706vk' and waiting for IP
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:391: Deleting Pod 'test-pod-k1i2nefn'
fixtures.go:391: Deleting Pod 'test-pod-eyt706vk'
fixtures.go:391: Deleting Pod 'test-pod-iizlaund'
=== RUN TestTraceflow/testTraceflowIntraNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-50svc9w9' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-w00awkqw' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-r6v3so68' and waiting for IP
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-50svc9w9:IPv4(100.96.0.45),IPstrings(100.96.0.45)]
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
traceflow_test.go:2121: Ping 'test-pod-w00awkqw' -> 'IPv4(100.96.0.45),IPstrings(100.96.0.45)' failed: ERROR (error when running ping command 'ping -c 2 -4 100.96.0.45': command terminated with exit code 1 - stdout: PING 100.96.0.45 (100.96.0.45): 56 data bytes

--- 100.96.0.45 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
- stderr: )
=== CONT TestTraceflow/testTraceflowIntraNode
fixtures.go:391: Deleting Pod 'test-pod-r6v3so68'
fixtures.go:391: Deleting Pod 'test-pod-w00awkqw'
fixtures.go:391: Deleting Pod 'test-pod-50svc9w9'
=== RUN TestTraceflow/testTraceflowInterNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-jdgnmo60' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-buathhm8' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-zkzzi9sa' and waiting for IP
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-zkzzi9sa:IPv4(100.96.2.252),IPstrings(100.96.2.252)]
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode
fixtures.go:391: Deleting Pod 'test-pod-buathhm8'
fixtures.go:391: Deleting Pod 'test-pod-zkzzi9sa'
fixtures.go:391: Deleting Pod 'test-pod-jdgnmo60'
=== RUN TestTraceflow/testTraceflowExternalIP
fixtures.go:427: Creating a busybox test Pod 'test-pod-89u3brnc' and waiting for IP
fixtures.go:391: Deleting Pod 'test-pod-89u3brnc'
=== CONT TestTraceflow
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflow (79.31s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP (4.48s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode (16.80s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.03s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (0.56s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.11s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (2.37s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4 (14.09s)
--- PASS: TestTraceflow/testTraceflowInterNode (12.87s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (3.04s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (3.04s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (3.04s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.10s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowExternalIP (5.05s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
=== RUN TestWireGuard
fixtures.go:92: Skipping test as modprobe exited with an error when trying to confirm the presence of module 'wireguard' - stdout: - stderr: modprobe: FATAL: Module wireguard not found in directory /lib/modules/4.19.115-2.ph3
--- SKIP: TestWireGuard (0.22s)
FAIL
FAIL antrea.io/antrea/test/e2e 4462.425s
FAIL
=== TEST FAILURE !!! ===
tar: Removing leading `<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/ci/jenkins/../../'> from member names
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-52 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-52" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-52 succeeded ===

antr...@gmail.com

unread,
Oct 24, 2021, 1:19:28 AM10/24/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/53/display/redirect?page=changes>

Changes:

[noreply] [Windows] Use antrea-proxy for Cluster IP Service traffic from Windows

[noreply] Use codecov binary uploader (#2888)

[noreply] Set Pod labels to be optional fields in the flow records (#2739)

[noreply] Clean-up for the NodePortLocal feature (#2893)

[noreply] CI: Keep Cloud Related Job Results for One Month (#2896)

[noreply] Modify OF table name (#2585)

[noreply] Add skipServices to support NodeLocal DNSCache with AntreaProxy (#2882)

[noreply] Add a manual Github workflow to build and push antrea/ethtool (#2900)

[noreply] Add label value regexp pattern verification in CRD labelSelector

[noreply] Add ToServices feature (#2755)

[noreply] Improve multi-protocol support for NPL (#2903)

[noreply] [Windows] Kube-proxy replacement for LoadBalancer Service (#2897)

[noreply] Update obsolete link in network-flow-visibility.md (#2919)

[noreply] Update README to link Antrea office hours to Google doc (#2914)

[noreply] Fix NetworkPolicy Controller benchmarks (#2891)

[noreply] [Windows] Use AntreaProxy to support NodePort Service (#2863)

[noreply] [CI][Windows] Support Windows tests with proxyAll enabled (#2899)

[noreply] Optimize Egress sync process (#2884)

[noreply] Validate source Pod for non-live-traffic Traceflow


------------------------------------------
[...truncated 296.76 KB...]
2021-10-24 05:16:25.306660 I | Waiting for all Antrea DaemonSet Pods
2021-10-24 05:16:26.318381 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (27.69s)
=== RUN TestSupportBundleAgent
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-10-24 05:16:34.035844 I | Applying Antrea YAML
2021-10-24 05:16:52.605032 I | Waiting for all Antrea DaemonSet Pods
2021-10-24 05:16:53.618455 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (27.11s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-10-24 05:17:01.142028 I | Applying Antrea YAML
2021-10-24 05:17:19.654170 I | Waiting for all Antrea DaemonSet Pods
2021-10-24 05:17:20.662531 I | Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
=== PAUSE TestAntreaApiserverTLSConfig/ControllerApiserver
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
=== PAUSE TestAntreaApiserverTLSConfig/AgentApiserver
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-njvlt
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-86f44b84fc-5m46j
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-njvlt
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-86f44b84fc-5m46j
--- PASS: TestAntreaApiserverTLSConfig (60.63s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.15s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.20s)
=== RUN TestTraceflow
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-10-24 05:18:01.967427 I | Applying Antrea YAML
2021-10-24 05:18:20.489605 I | Waiting for all Antrea DaemonSet Pods
2021-10-24 05:18:21.501928 I | Checking CoreDNS deployment
=== RUN TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:427: Creating a busybox test Pod 'test-pod-x0jul9cf' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-m5mkga3d' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-3xcw084q' and waiting for IP
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:391: Deleting Pod 'test-pod-3xcw084q'
fixtures.go:391: Deleting Pod 'test-pod-m5mkga3d'
fixtures.go:391: Deleting Pod 'test-pod-x0jul9cf'
=== RUN TestTraceflow/testTraceflowIntraNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-fs0qyrj7' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-c408bo9n' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-bc7c6z4z' and waiting for IP
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingSrcPodIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingSrcPodIPv4
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/hostNetworkSrcPodIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/hostNetworkSrcPodIPv4
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
=== RUN TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/hostNetworkSrcPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingSrcPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-fs0qyrj7:IPv4(100.96.0.44),IPstrings(100.96.0.44)]
traceflow_test.go:2168: Ping 'test-pod-bc7c6z4z' -> 'IPv4(100.96.0.44),IPstrings(100.96.0.44)' failed: ERROR (error when running ping command 'ping -c 2 -4 100.96.0.44': command terminated with exit code 1 - stdout: PING 100.96.0.44 (100.96.0.44): 56 data bytes

--- 100.96.0.44 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
- stderr: )
=== CONT TestTraceflow/testTraceflowIntraNode
fixtures.go:391: Deleting Pod 'test-pod-c408bo9n'
fixtures.go:391: Deleting Pod 'test-pod-bc7c6z4z'
fixtures.go:391: Deleting Pod 'test-pod-fs0qyrj7'
=== RUN TestTraceflow/testTraceflowInterNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-q34pe8uh' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-ur9xclqh' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-dy4f6tkv' and waiting for IP
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-ur9xclqh:IPv4(100.96.2.226),IPstrings(100.96.2.226)]
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode
fixtures.go:391: Deleting Pod 'test-pod-dy4f6tkv'
fixtures.go:391: Deleting Pod 'test-pod-ur9xclqh'
fixtures.go:391: Deleting Pod 'test-pod-q34pe8uh'
=== RUN TestTraceflow/testTraceflowExternalIP
fixtures.go:427: Creating a busybox test Pod 'test-pod-idar12ps' and waiting for IP
fixtures.go:391: Deleting Pod 'test-pod-idar12ps'
=== CONT TestTraceflow
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflow (72.67s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP (3.60s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode (19.62s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingSrcPodIPv4 (0.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/hostNetworkSrcPodIPv4 (0.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (0.78s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (0.98s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (2.21s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.60s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.60s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.61s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (2.80s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4 (14.68s)
--- PASS: TestTraceflow/testTraceflowInterNode (10.83s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4 (3.02s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (3.04s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (3.05s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.09s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (3.02s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (3.02s)
--- PASS: TestTraceflow/testTraceflowExternalIP (5.06s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
=== RUN TestWireGuard
fixtures.go:92: Skipping test as modprobe exited with an error when trying to confirm the presence of module 'wireguard' - stdout: - stderr: modprobe: FATAL: Module wireguard not found in directory /lib/modules/4.19.115-2.ph3
--- SKIP: TestWireGuard (0.20s)
FAIL
FAIL antrea.io/antrea/test/e2e 4557.448s
FAIL
=== TEST FAILURE !!! ===
tar: Removing leading `<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/ci/jenkins/../../'> from member names
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-53 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-53" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-53 succeeded ===

antr...@gmail.com

unread,
Oct 31, 2021, 1:45:18 AM10/31/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/54/display/redirect?page=changes>

Changes:

[noreply] [Windows] Fix NetNeighbor Powershell error handling (#2905)

[noreply] Add global except list for egress to avoid SNAT (#2749) (#2749)

[noreply] Update ovs-pipeline.md (#2725)

[noreply] Add user documentation for WireGuard encryption (#2902)

[noreply] Graduate NodePortLocal feature from Alpha to Beta (#2924)

[noreply] Update Antrea documentation with NodeIPAM (#2873)

[noreply] Exclude special device IP Addresses for Egress (#2930)

[noreply] Document encap mode installation for EKS (#2929)

[noreply] Rewrite addOrUpdateConn unit test (#2876)

[noreply] [Windows][AntreaProxy] Fix route reconcile() (#2939)


------------------------------------------
[...truncated 295.78 KB...]
2021-10-31 05:26:23.450455 I | Applying Antrea YAML
2021-10-31 05:26:42.021622 I | Waiting for all Antrea DaemonSet Pods
2021-10-31 05:26:43.031867 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (27.30s)
=== RUN TestSupportBundleAgent
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-10-31 05:26:50.748006 I | Applying Antrea YAML
2021-10-31 05:27:09.703631 I | Waiting for all Antrea DaemonSet Pods
2021-10-31 05:27:10.712510 I | Checking CoreDNS deployment
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (27.47s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-10-31 05:27:18.221994 I | Applying Antrea YAML
2021-10-31 05:27:36.669305 I | Waiting for all Antrea DaemonSet Pods
2021-10-31 05:27:37.678116 I | Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
=== PAUSE TestAntreaApiserverTLSConfig/ControllerApiserver
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
=== PAUSE TestAntreaApiserverTLSConfig/AgentApiserver
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-5797c49c4c-ng76g
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-qmgcg
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-5797c49c4c-ng76g
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:151: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-qmgcg
--- PASS: TestAntreaApiserverTLSConfig (52.66s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.16s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.17s)
=== RUN TestTraceflow
fixtures.go:182: Creating 'antrea-test' K8s Namespace
2021-10-31 05:28:11.050782 I | Applying Antrea YAML
2021-10-31 05:28:29.589165 I | Waiting for all Antrea DaemonSet Pods
2021-10-31 05:28:30.602217 I | Checking CoreDNS deployment
=== RUN TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:427: Creating a busybox test Pod 'test-pod-kr7gzqsw' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-q1ia8e2o' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-6zahjptp' and waiting for IP
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:391: Deleting Pod 'test-pod-q1ia8e2o'
fixtures.go:391: Deleting Pod 'test-pod-kr7gzqsw'
fixtures.go:391: Deleting Pod 'test-pod-6zahjptp'
=== RUN TestTraceflow/testTraceflowIntraNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-g5i3b6xh' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-1xg0dnf1' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-fv2or2in' and waiting for IP
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-1xg0dnf1:IPv4(100.96.0.44),IPstrings(100.96.0.44)]
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/hostNetworkSrcPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingSrcPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
traceflow_test.go:2168: Ping 'test-pod-fv2or2in' -> 'IPv4(100.96.0.44),IPstrings(100.96.0.44)' failed: ERROR (error when running ping command 'ping -c 2 -4 100.96.0.44': command terminated with exit code 1 - stdout: PING 100.96.0.44 (100.96.0.44): 56 data bytes

--- 100.96.0.44 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
- stderr: )
=== CONT TestTraceflow/testTraceflowIntraNode
fixtures.go:391: Deleting Pod 'test-pod-g5i3b6xh'
fixtures.go:391: Deleting Pod 'test-pod-fv2or2in'
fixtures.go:391: Deleting Pod 'test-pod-1xg0dnf1'
=== RUN TestTraceflow/testTraceflowInterNode
fixtures.go:427: Creating a busybox test Pod 'test-pod-a8dgy7dw' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-l62scnpv' and waiting for IP
fixtures.go:427: Creating a busybox test Pod 'test-pod-m9tdiagh' and waiting for IP
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:86: Retrieved all Pod IPs: map[test-pod-l62scnpv:IPv4(100.96.1.21),IPstrings(100.96.1.21)]
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:79: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode
fixtures.go:391: Deleting Pod 'test-pod-m9tdiagh'
fixtures.go:391: Deleting Pod 'test-pod-l62scnpv'
fixtures.go:391: Deleting Pod 'test-pod-a8dgy7dw'
=== RUN TestTraceflow/testTraceflowExternalIP
fixtures.go:427: Creating a busybox test Pod 'test-pod-q19gjhk6' and waiting for IP
fixtures.go:391: Deleting Pod 'test-pod-q19gjhk6'
=== CONT TestTraceflow
fixtures.go:384: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflow (69.77s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP (4.47s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.05s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4 (1.05s)
--- PASS: TestTraceflow/testTraceflowIntraNode (16.83s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.04s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/hostNetworkSrcPodIPv4 (0.15s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (0.60s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingSrcPodIPv4 (0.80s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (3.80s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.78s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4 (14.10s)
--- PASS: TestTraceflow/testTraceflowInterNode (12.84s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (3.04s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4 (3.06s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.10s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowExternalIP (5.06s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
=== RUN TestWireGuard
fixtures.go:92: Skipping test as modprobe exited with an error when trying to confirm the presence of module 'wireguard' - stdout: - stderr: modprobe: FATAL: Module wireguard not found in directory /lib/modules/4.19.115-2.ph3
--- SKIP: TestWireGuard (0.28s)
FAIL
FAIL antrea.io/antrea/test/e2e 4496.246s
FAIL
=== TEST FAILURE !!! ===
tar: Removing leading `<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/ci/jenkins/../../'> from member names
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-54 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-54" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-54 succeeded ===

antr...@gmail.com

unread,
Nov 7, 2021, 1:25:07 AM11/7/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/55/display/redirect?page=changes>

Changes:

[noreply] [CI] Update trigger phrases for Windows tests (#2957)

[noreply] Add Go benchmark check (#2890)

[noreply] [Windows] Add a PS parameter to renew ipconfig (#2955)

[qtian] Introduce IPPool CRD and FlexibleIPAM feature gate (#2442)

[qtian] [flexible-ipam] Enable CI pipeline on feature branch and fix e2e error

[qtian] Polish IP Pool CRD and rename feature gate (#2603)

[qtian] [flexible-ipam] Validate agent config (#2610)

[qtian] [flexible-ipam] Add e2e test option (#2660)

[qtian] Implement pool allocator (#2616)

[qtian] [CI] Support flexible ipam e2e (#2716)

[qtian] [Doc] Trigger phrase for flexible ipam e2e (#2849)

[qtian] Allow multiple drivers per IPAM type (#2740)

[qtian] [flexible-ipam] Enhance document and update CRD definition (#2943)

[qtian] Fix typo in IPPool schema (#2947)

[qtian] Support reserving addresses in CIDR allocator (#2942)

[qtian] Add support for Antrea IPAM driver (#2871)

[qtian] Add validating webhook for IPPool (#2946)

[qtian] [flexible-ipam] Bridging mode and add Pod flows (#2493)

[qtian] [flexible-ipam] Add e2e case for AntreaIPAM Pods (#2877)

[qtian] [flexible-ipam] Remove feature branch from CI pipeline (#2953)

[qtian] [egress/flexible-ipam] Fix wrong total IP count

[qtian] Do not calculate broadcast address for IPv6 CIDR (#2958)

[qtian] Normalize CIDR before checking existence in IPAllocator (#2960)

[noreply] Fix reject action on Service traffic (#2772)

[noreply] Fix missing parameter in tests (#2968)

[noreply] [flexible-ipam] Update doc for requirements and data path change (#2971)

[noreply] Add new multi-cluster reviewer (#2970)

[noreply] Combine FlowExporter resources initialization. (#2854)

[noreply] Move all config structs to their own package (#2941)

[noreply] Fluentd for Audit Logging (#2853)

[noreply] [Windows] Rewrite dMAC as the gateway's only for local and remote Pods

[noreply] Update CHANGELOG for v1.4.0 release (#2993)

[noreply] Add AKS Engine to AKS installation doc (#2963)


------------------------------------------
[...truncated 301.92 KB...]
fixtures.go:194: Creating 'antrea-test' K8s Namespace
2021-11-07 05:20:20.784642 I | Applying Antrea YAML
2021-11-07 05:20:39.335999 I | Waiting for all Antrea DaemonSet Pods
2021-11-07 05:20:40.346983 I | Checking CoreDNS deployment
fixtures.go:396: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (27.30s)
=== RUN TestSupportBundleAgent
fixtures.go:194: Creating 'antrea-test' K8s Namespace
2021-11-07 05:20:48.088586 I | Applying Antrea YAML
2021-11-07 05:21:07.141926 I | Waiting for all Antrea DaemonSet Pods
2021-11-07 05:21:08.150933 I | Checking CoreDNS deployment
fixtures.go:396: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (27.59s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:194: Creating 'antrea-test' K8s Namespace
2021-11-07 05:21:15.676648 I | Applying Antrea YAML
2021-11-07 05:21:34.214364 I | Waiting for all Antrea DaemonSet Pods
2021-11-07 05:21:35.223053 I | Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
=== PAUSE TestAntreaApiserverTLSConfig/ControllerApiserver
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
=== PAUSE TestAntreaApiserverTLSConfig/AgentApiserver
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:396: Deleting 'antrea-test' K8s Namespace
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:153: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-zklcs
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:153: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-6bb6d7b8f5-89tb8
tls_test.go:153: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-6bb6d7b8f5-89tb8
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:153: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-zklcs
--- PASS: TestAntreaApiserverTLSConfig (64.66s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.16s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.18s)
=== RUN TestTraceflow
fixtures.go:194: Creating 'antrea-test' K8s Namespace
2021-11-07 05:22:20.507366 I | Applying Antrea YAML
2021-11-07 05:22:39.038785 I | Waiting for all Antrea DaemonSet Pods
2021-11-07 05:22:40.047919 I | Checking CoreDNS deployment
=== RUN TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:439: Creating a busybox test Pod 'test-pod-w27d1mks' and waiting for IP
fixtures.go:439: Creating a busybox test Pod 'test-pod-7d11rtwu' and waiting for IP
fixtures.go:439: Creating a busybox test Pod 'test-pod-28qukkj7' and waiting for IP
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:403: Deleting Pod 'test-pod-28qukkj7'
fixtures.go:403: Deleting Pod 'test-pod-7d11rtwu'
fixtures.go:403: Deleting Pod 'test-pod-w27d1mks'
=== RUN TestTraceflow/testTraceflowIntraNode
fixtures.go:439: Creating a busybox test Pod 'test-pod-0dlhx1zz' and waiting for IP
fixtures.go:439: Creating a busybox test Pod 'test-pod-6ywaevef' and waiting for IP
fixtures.go:439: Creating a busybox test Pod 'test-pod-i90dry4v' and waiting for IP
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:90: Retrieved all Pod IPs: map[test-pod-6ywaevef:IPv4(100.96.0.46),IPstrings(100.96.0.46)]
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/hostNetworkSrcPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingSrcPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
traceflow_test.go:2173: Ping 'test-pod-0dlhx1zz' -> 'IPv4(100.96.0.46),IPstrings(100.96.0.46)' failed: ERROR (error when running ping command 'ping -c 2 -4 100.96.0.46': command terminated with exit code 1 - stdout: PING 100.96.0.46 (100.96.0.46): 56 data bytes

--- 100.96.0.46 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
- stderr: )
=== CONT TestTraceflow/testTraceflowIntraNode
fixtures.go:403: Deleting Pod 'test-pod-i90dry4v'
fixtures.go:403: Deleting Pod 'test-pod-6ywaevef'
fixtures.go:403: Deleting Pod 'test-pod-0dlhx1zz'
=== RUN TestTraceflow/testTraceflowInterNode
fixtures.go:439: Creating a busybox test Pod 'test-pod-mf6birc2' and waiting for IP
fixtures.go:439: Creating a busybox test Pod 'test-pod-b7fc5u2q' and waiting for IP
fixtures.go:439: Creating a busybox test Pod 'test-pod-p703oip8' and waiting for IP
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:90: Retrieved all Pod IPs: map[test-pod-b7fc5u2q:IPv4(100.96.2.30),IPstrings(100.96.2.30)]
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode
fixtures.go:403: Deleting Pod 'test-pod-p703oip8'
fixtures.go:403: Deleting Pod 'test-pod-b7fc5u2q'
fixtures.go:403: Deleting Pod 'test-pod-mf6birc2'
=== RUN TestTraceflow/testTraceflowExternalIP
fixtures.go:439: Creating a busybox test Pod 'test-pod-6x4e3dov' and waiting for IP
fixtures.go:403: Deleting Pod 'test-pod-6x4e3dov'
=== CONT TestTraceflow
fixtures.go:396: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflow (92.86s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP (7.46s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode (16.87s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.02s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/hostNetworkSrcPodIPv4 (0.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingSrcPodIPv4 (0.56s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (0.60s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (0.80s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (2.98s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (4.21s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.40s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4 (14.11s)
--- PASS: TestTraceflow/testTraceflowInterNode (11.92s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (3.04s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (3.05s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4 (3.07s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.09s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (3.04s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowExternalIP (5.06s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
=== RUN TestWireGuard
fixtures.go:104: Skipping test as modprobe exited with an error when trying to confirm the presence of module 'wireguard' - stdout: - stderr: modprobe: FATAL: Module wireguard not found in directory /lib/modules/4.19.115-2.ph3
--- SKIP: TestWireGuard (0.21s)
FAIL
FAIL antrea.io/antrea/test/e2e 4559.592s
FAIL
=== TEST FAILURE !!! ===
tar: Removing leading `<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/ci/jenkins/../../'> from member names
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-55 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-55" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-55 succeeded ===

antr...@gmail.com

unread,
Nov 14, 2021, 4:29:11 AM11/14/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/56/display/redirect?page=changes>

Changes:

[noreply] Add example values of the clusterCIDRs parameter of NodeIPAM (#2992)

[noreply] Upgrade to go-ipfix v0.5.9 (#2909)

[noreply] Improve ci/kind/kind-setup.sh usage (#2937)

[noreply] Validate serviceCIDR configuration if AntreaProxy is disabled (#2936)

[noreply] [Windows] Upgrade OVS version to 2.15.2 (#2996)

[noreply] Add startTime to the Traceflow Status (#2952)

[noreply] Support antctl for the Flow Aggregator (#2878)

[noreply] Use go 1.17 to build release assets (#3007)

[noreply] Set VERSION to v1.5.0-dev (#3018)

[noreply] [Windows] Remove HNSEndpoint only if infra container fails to create

[noreply] Fix deployment manifests that are not up-to-date (#3017)

[noreply] Fix Flow Aggregator e2e test failure because of time difference (#2983)

[noreply] [Windows] Update Owner in scripts (#2959)

[noreply] Update ROADMAP doc (#3014)

[noreply] Fix IPAM doc and enhance validation (#3009)


------------------------------------------
[...truncated 303.75 KB...]
fixtures.go:194: Creating 'antrea-test' K8s Namespace
2021-11-14 09:25:12.871795 I | Applying Antrea YAML
2021-11-14 09:25:31.861194 I | Waiting for all Antrea DaemonSet Pods
2021-11-14 09:25:32.873246 I | Checking CoreDNS deployment
fixtures.go:396: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (27.73s)
=== RUN TestSupportBundleAgent
fixtures.go:194: Creating 'antrea-test' K8s Namespace
2021-11-14 09:25:40.601390 I | Applying Antrea YAML
2021-11-14 09:25:59.228380 I | Waiting for all Antrea DaemonSet Pods
2021-11-14 09:26:00.249487 I | Checking CoreDNS deployment
fixtures.go:396: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (27.17s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:194: Creating 'antrea-test' K8s Namespace
2021-11-14 09:26:07.776337 I | Applying Antrea YAML
2021-11-14 09:26:26.366113 I | Waiting for all Antrea DaemonSet Pods
2021-11-14 09:26:27.376062 I | Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
=== PAUSE TestAntreaApiserverTLSConfig/ControllerApiserver
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
=== PAUSE TestAntreaApiserverTLSConfig/AgentApiserver
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:396: Deleting 'antrea-test' K8s Namespace
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:153: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-vmr8c
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:153: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-54666dff67-7b6z6
tls_test.go:153: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-54666dff67-7b6z6
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:153: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-vmr8c
--- PASS: TestAntreaApiserverTLSConfig (51.70s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.18s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.19s)
=== RUN TestTraceflow
fixtures.go:194: Creating 'antrea-test' K8s Namespace
2021-11-14 09:26:59.665969 I | Applying Antrea YAML
2021-11-14 09:27:18.291252 I | Waiting for all Antrea DaemonSet Pods
2021-11-14 09:27:19.300900 I | Checking CoreDNS deployment
=== RUN TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:439: Creating a busybox test Pod 'test-pod-yy0mw9oq' and waiting for IP
fixtures.go:439: Creating a busybox test Pod 'test-pod-uh6ci3ye' and waiting for IP
fixtures.go:439: Creating a busybox test Pod 'test-pod-jbynr176' and waiting for IP
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:403: Deleting Pod 'test-pod-jbynr176'
fixtures.go:403: Deleting Pod 'test-pod-yy0mw9oq'
fixtures.go:403: Deleting Pod 'test-pod-uh6ci3ye'
=== RUN TestTraceflow/testTraceflowIntraNode
fixtures.go:439: Creating a busybox test Pod 'test-pod-272wul7s' and waiting for IP
fixtures.go:439: Creating a busybox test Pod 'test-pod-mh39ooxe' and waiting for IP
fixtures.go:439: Creating a busybox test Pod 'test-pod-yoy836pw' and waiting for IP
connectivity_test.go:90: Retrieved all Pod IPs: map[test-pod-mh39ooxe:IPv4(100.96.0.48),IPstrings(100.96.0.48)]
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/hostNetworkSrcPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingSrcPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
traceflow_test.go:2173: Ping 'test-pod-yoy836pw' -> 'IPv4(100.96.0.48),IPstrings(100.96.0.48)' failed: ERROR (error when running ping command 'ping -c 2 -4 100.96.0.48': command terminated with exit code 1 - stdout: PING 100.96.0.48 (100.96.0.48): 56 data bytes

--- 100.96.0.48 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
- stderr: )
=== CONT TestTraceflow/testTraceflowIntraNode
fixtures.go:403: Deleting Pod 'test-pod-272wul7s'
fixtures.go:403: Deleting Pod 'test-pod-yoy836pw'
fixtures.go:403: Deleting Pod 'test-pod-mh39ooxe'
=== RUN TestTraceflow/testTraceflowInterNode
fixtures.go:439: Creating a busybox test Pod 'test-pod-ct2x86mx' and waiting for IP
fixtures.go:439: Creating a busybox test Pod 'test-pod-1apwin9u' and waiting for IP
fixtures.go:439: Creating a busybox test Pod 'test-pod-ct6dj62i' and waiting for IP
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:90: Retrieved all Pod IPs: map[test-pod-1apwin9u:IPv4(100.96.1.57),IPstrings(100.96.1.57)]
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode
fixtures.go:403: Deleting Pod 'test-pod-ct6dj62i'
fixtures.go:403: Deleting Pod 'test-pod-1apwin9u'
fixtures.go:403: Deleting Pod 'test-pod-ct2x86mx'
=== RUN TestTraceflow/testTraceflowExternalIP
fixtures.go:439: Creating a busybox test Pod 'test-pod-1j12x4bw' and waiting for IP
fixtures.go:403: Deleting Pod 'test-pod-1j12x4bw'
=== CONT TestTraceflow
fixtures.go:396: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflow (89.05s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP (3.63s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode (17.84s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (1.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/hostNetworkSrcPodIPv4 (0.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingSrcPodIPv4 (0.18s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (1.17s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (1.20s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.19s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.81s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (2.81s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4 (14.10s)
--- PASS: TestTraceflow/testTraceflowInterNode (11.86s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (3.04s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4 (3.04s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (3.04s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.08s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (3.02s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowExternalIP (4.06s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
=== RUN TestWireGuard
fixtures.go:104: Skipping test as modprobe exited with an error when trying to confirm the presence of module 'wireguard' - stdout: - stderr: modprobe: FATAL: Module wireguard not found in directory /lib/modules/4.19.115-2.ph3
--- SKIP: TestWireGuard (0.20s)
FAIL
FAIL antrea.io/antrea/test/e2e 4564.464s
FAIL
=== TEST FAILURE !!! ===
tar: Removing leading `<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/ci/jenkins/../../'> from member names
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-56 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-56" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-56 succeeded ===

antr...@gmail.com

unread,
Nov 21, 2021, 4:44:03 AM11/21/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/57/display/redirect?page=changes>

Changes:

[noreply] Fix error handling in Reject implementation (#3010)

[noreply] Add a dedicated initialization function of FlowExporter for testing

[noreply] Add Go benchmark test (#3004)

[noreply] Add containerName param to probe func (#3006)

[noreply] Make RejectPodLocal go thru L3ForwardingTable (#3003)

[noreply] Fix ClusterGroup realization status logic (#3030)

[noreply] Fix typos and formatting (#3036)


------------------------------------------
[...truncated 305.78 KB...]
=== RUN TestSupportBundleController
fixtures.go:194: Creating 'antrea-test' K8s Namespace
2021-11-21 09:40:44.695221 I | Applying Antrea YAML
2021-11-21 09:41:03.344080 I | Waiting for all Antrea DaemonSet Pods
2021-11-21 09:41:04.355031 I | Checking CoreDNS deployment
fixtures.go:396: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleController (27.39s)
=== RUN TestSupportBundleAgent
fixtures.go:194: Creating 'antrea-test' K8s Namespace
2021-11-21 09:41:12.086680 I | Applying Antrea YAML
2021-11-21 09:41:31.028047 I | Waiting for all Antrea DaemonSet Pods
2021-11-21 09:41:32.038131 I | Checking CoreDNS deployment
fixtures.go:396: Deleting 'antrea-test' K8s Namespace
--- PASS: TestSupportBundleAgent (27.49s)
=== RUN TestAntreaApiserverTLSConfig
fixtures.go:194: Creating 'antrea-test' K8s Namespace
2021-11-21 09:41:39.572913 I | Applying Antrea YAML
2021-11-21 09:41:58.135415 I | Waiting for all Antrea DaemonSet Pods
2021-11-21 09:41:59.144990 I | Checking CoreDNS deployment
=== RUN TestAntreaApiserverTLSConfig/ControllerApiserver
=== PAUSE TestAntreaApiserverTLSConfig/ControllerApiserver
=== RUN TestAntreaApiserverTLSConfig/AgentApiserver
=== PAUSE TestAntreaApiserverTLSConfig/AgentApiserver
=== CONT TestAntreaApiserverTLSConfig
fixtures.go:396: Deleting 'antrea-test' K8s Namespace
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:153: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4' on Pod antrea-agent-q27f7
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:153: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4' on Pod antrea-controller-54666dff67-qkdtr
=== CONT TestAntreaApiserverTLSConfig/AgentApiserver
tls_test.go:153: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10350 -4 -tls1_2' on Pod antrea-agent-q27f7
=== CONT TestAntreaApiserverTLSConfig/ControllerApiserver
tls_test.go:153: Ran 'timeout 1 openssl s_client -connect 127.0.0.1:10349 -4 -tls1_2' on Pod antrea-controller-54666dff67-qkdtr
--- PASS: TestAntreaApiserverTLSConfig (52.74s)
--- PASS: TestAntreaApiserverTLSConfig/AgentApiserver (0.15s)
--- PASS: TestAntreaApiserverTLSConfig/ControllerApiserver (0.18s)
=== RUN TestTraceflow
fixtures.go:194: Creating 'antrea-test' K8s Namespace
2021-11-21 09:42:32.490506 I | Applying Antrea YAML
2021-11-21 09:42:50.998481 I | Waiting for all Antrea DaemonSet Pods
2021-11-21 09:42:52.014010 I | Checking CoreDNS deployment
=== RUN TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:439: Creating a busybox test Pod 'test-pod-kofucqcr' and waiting for IP
fixtures.go:439: Creating a busybox test Pod 'test-pod-zcgtyqe1' and waiting for IP
fixtures.go:439: Creating a busybox test Pod 'test-pod-rcxana4k' and waiting for IP
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== RUN TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== PAUSE TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4
=== CONT TestTraceflow/testTraceflowIntraNodeANP
fixtures.go:403: Deleting Pod 'test-pod-kofucqcr'
fixtures.go:403: Deleting Pod 'test-pod-rcxana4k'
fixtures.go:403: Deleting Pod 'test-pod-zcgtyqe1'
=== RUN TestTraceflow/testTraceflowIntraNode
fixtures.go:439: Creating a busybox test Pod 'test-pod-hevg1l9s' and waiting for IP
fixtures.go:439: Creating a busybox test Pod 'test-pod-ezqy0i23' and waiting for IP
fixtures.go:439: Creating a busybox test Pod 'test-pod-l749g310' and waiting for IP
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingSrcPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/hostNetworkSrcPodIPv4
=== CONT TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:90: Retrieved all Pod IPs: map[test-pod-l749g310:IPv4(100.96.0.48),IPstrings(100.96.0.48)]
traceflow_test.go:2173: Ping 'test-pod-ezqy0i23' -> 'IPv4(100.96.0.48),IPstrings(100.96.0.48)' failed: ERROR (error when running ping command 'ping -c 2 -4 100.96.0.48': command terminated with exit code 1 - stdout: PING 100.96.0.48 (100.96.0.48): 56 data bytes

--- 100.96.0.48 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
- stderr: )
=== CONT TestTraceflow/testTraceflowIntraNode
fixtures.go:403: Deleting Pod 'test-pod-hevg1l9s'
fixtures.go:403: Deleting Pod 'test-pod-ezqy0i23'
fixtures.go:403: Deleting Pod 'test-pod-l749g310'
=== RUN TestTraceflow/testTraceflowInterNode
fixtures.go:439: Creating a busybox test Pod 'test-pod-ogrjr0sj' and waiting for IP
fixtures.go:439: Creating a busybox test Pod 'test-pod-nvj1al0d' and waiting for IP
fixtures.go:439: Creating a busybox test Pod 'test-pod-0j9tq6h2' and waiting for IP
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6
fixtures.go:91: Skipping test as it requires IPv6 addresses but the IPv6 network CIDR is not set
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4
connectivity_test.go:76: Waiting for Pods to be ready and retrieving IPs
connectivity_test.go:90: Retrieved all Pod IPs: map[test-pod-nvj1al0d:IPv4(100.96.2.7),IPstrings(100.96.2.7)]
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4
=== CONT TestTraceflow/testTraceflowInterNode
fixtures.go:403: Deleting Pod 'test-pod-0j9tq6h2'
fixtures.go:403: Deleting Pod 'test-pod-nvj1al0d'
fixtures.go:403: Deleting Pod 'test-pod-ogrjr0sj'
=== RUN TestTraceflow/testTraceflowExternalIP
fixtures.go:439: Creating a busybox test Pod 'test-pod-nxextlvx' and waiting for IP
fixtures.go:403: Deleting Pod 'test-pod-nxextlvx'
=== CONT TestTraceflow
fixtures.go:396: Deleting 'antrea-test' K8s Namespace
--- PASS: TestTraceflow (75.81s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP (4.46s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPDenyIngressIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNodeANP/traceflowANPGroupTest/ANPRejectIngressIPv4 (1.02s)
--- PASS: TestTraceflow/testTraceflowIntraNode (19.85s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingSrcPodIPv4 (0.03s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv4 (0.37s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv4 (0.60s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv4 (2.21s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/nonExistingDstPodIPv4 (2.41s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstPodTraceflowIPv4 (1.60s)
--- SKIP: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeUDPDstIPTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/localGatewayDestinationIPv4 (3.61s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/hostNetworkSrcPodIPv4 (1.40s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPDstIPLiveTraceflowIPv4 (3.87s)
--- PASS: TestTraceflow/testTraceflowIntraNode/traceflowGroupTest/intraNodeICMPSrcIPDroppedTraceflowIPv4 (14.87s)
--- PASS: TestTraceflow/testTraceflowInterNode (12.91s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv6 (0.00s)
--- SKIP: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv6 (0.00s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeTraceflowIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstIPTraceflowIPv4 (3.04s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/hairpinServiceTraceflowIPv4 (3.04s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeICMPDstPodLiveTraceflowIPv4 (4.11s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/serviceTraceflowIPv4 (3.03s)
--- PASS: TestTraceflow/testTraceflowInterNode/traceflowGroupTest/interNodeUDPDstIPTraceflowIPv4 (3.05s)
--- PASS: TestTraceflow/testTraceflowExternalIP (5.06s)
=== RUN TestUpgrade
upgrade_test.go:30: Skipping test as we are not testing for upgrade
--- SKIP: TestUpgrade (0.00s)
=== RUN TestWireGuard
fixtures.go:104: Skipping test as modprobe exited with an error when trying to confirm the presence of module 'wireguard' - stdout: - stderr: modprobe: FATAL: Module wireguard not found in directory /lib/modules/4.19.115-2.ph3
--- SKIP: TestWireGuard (0.23s)
FAIL
FAIL antrea.io/antrea/test/e2e 4761.539s
FAIL
=== TEST FAILURE !!! ===
tar: Removing leading `<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/ci/jenkins/../../'> from member names
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-57 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-57" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-57 succeeded ===

antr...@gmail.com

unread,
Nov 28, 2021, 5:04:51 AM11/28/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/58/display/redirect?page=changes>

Changes:

[noreply] [traceflow] Fix flaky unit test failure (#3040)

[noreply] Use CT_MARK by bit rather than entire mark (#2800)

[noreply] Fix SetInterfaceMTU not working on Windows bug (#3043)


------------------------------------------
[...truncated 1.61 MB...]
/usr/local/go/src/io/io.go:314 +0x87
io.ReadFull(...)
/usr/local/go/src/io/io.go:333
golang.org/x/crypto/ssh.(*gcmCipher).readCipherPacket(0xc005c0f680, 0xc000000011, 0x23f0960, 0xc0029b1e60, 0xc001754401, 0x5, 0x1ef, 0x0, 0x0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/cipher.go:373 +0x85
golang.org/x/crypto/ssh.(*connectionState).readPacket(0xc000d30b40, 0xc0029b1e60, 0xc0019bdf30, 0x4079a8, 0xc0048da5f8, 0xc001102030, 0xc0019bdfb0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/transport.go:130 +0x68
golang.org/x/crypto/ssh.(*transport).readPacket(0xc000d30b40, 0xc005db1540, 0xc0048da5f8, 0x5, 0x0, 0x0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/transport.go:114 +0x3b
golang.org/x/crypto/ssh.(*handshakeTransport).readOnePacket(0xc0011fab00, 0xc0019bdf00, 0xc005db1540, 0x5, 0x5, 0x0, 0x0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:374 +0x50
golang.org/x/crypto/ssh.(*handshakeTransport).readLoop(0xc0011fab00)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:197 +0x4d
created by golang.org/x/crypto/ssh.newClientTransport
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:134 +0x185

goroutine 286169 [IO wait, 2 minutes]:
internal/poll.runtime_pollWait(0x7f5db092e518, 0x72, 0x23f4dc0)
/usr/local/go/src/runtime/netpoll.go:222 +0x55
internal/poll.(*pollDesc).wait(0xc00063f198, 0x72, 0x23f4d00, 0x32189c8, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc00063f180, 0xc00162d000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc00063f180, 0xc00162d000, 0x1000, 0x1000, 0x624efe, 0xc001493cd8, 0x10)
/usr/local/go/src/net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc000127bb0, 0xc00162d000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:182 +0x8e
bufio.(*Reader).Read(0xc003a375c0, 0xc003a40790, 0x4, 0x4, 0x1c5e1743dee7ae68, 0x1000000a80a8c3c, 0xc000f08000)
/usr/local/go/src/bufio/bufio.go:227 +0x222
io.ReadAtLeast(0x23f0960, 0xc003a375c0, 0xc003a40790, 0x4, 0x4, 0x4, 0xc, 0xc000f08000, 0x20)
/usr/local/go/src/io/io.go:314 +0x87
io.ReadFull(...)
/usr/local/go/src/io/io.go:333
golang.org/x/crypto/ssh.(*gcmCipher).readCipherPacket(0xc003a40780, 0xc000000011, 0x23f0960, 0xc003a375c0, 0xc000f08001, 0x5, 0x10cf, 0x0, 0x0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/cipher.go:373 +0x85
golang.org/x/crypto/ssh.(*connectionState).readPacket(0xc000f0e6c0, 0xc003a375c0, 0xc001493f30, 0x4079a8, 0xc003a37738, 0xc001c561b0, 0xc001493fb0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/transport.go:130 +0x68
golang.org/x/crypto/ssh.(*transport).readPacket(0xc000f0e6c0, 0xc008845fe5, 0xc003a37738, 0x5, 0x0, 0x0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/transport.go:114 +0x3b
golang.org/x/crypto/ssh.(*handshakeTransport).readOnePacket(0xc00165c6e0, 0xc001493f00, 0xc008845fe5, 0x5, 0x5, 0x0, 0x0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:374 +0x50
golang.org/x/crypto/ssh.(*handshakeTransport).readLoop(0xc00165c6e0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:197 +0x4d
created by golang.org/x/crypto/ssh.newClientTransport
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:134 +0x185

goroutine 283801 [select, 28 minutes]:
golang.org/x/crypto/ssh.(*handshakeTransport).kexLoop(0xc0041086e0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:268 +0xfa
created by golang.org/x/crypto/ssh.newClientTransport
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:135 +0x1a7

goroutine 286092 [chan receive, 2 minutes]:
golang.org/x/crypto/ssh.(*handshakeTransport).readPacket(0xc0008dfe40, 0xc004c5f175, 0x5, 0x5, 0x0, 0x0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:187 +0x4e
golang.org/x/crypto/ssh.(*mux).onePacket(0xc0019b8cb0, 0x0, 0x0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/mux.go:215 +0x37
golang.org/x/crypto/ssh.(*mux).loop(0xc0019b8cb0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/mux.go:190 +0x35
created by golang.org/x/crypto/ssh.newMux
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/mux.go:128 +0x158

goroutine 286180 [select, 2 minutes]:
golang.org/x/crypto/ssh.(*handshakeTransport).kexLoop(0xc0008dfe40)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:268 +0xfa
created by golang.org/x/crypto/ssh.newClientTransport
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:135 +0x1a7

goroutine 286199 [sync.Cond.Wait, 2 minutes]:
runtime.goparkunlock(...)
/usr/local/go/src/runtime/proc.go:312
sync.runtime_notifyListWait(0xc0025f6650, 0xc000000000)
/usr/local/go/src/runtime/sema.go:513 +0xf8
sync.(*Cond).Wait(0xc0025f6640)
/usr/local/go/src/sync/cond.go:56 +0x9d
golang.org/x/crypto/ssh.(*mux).Wait(0xc0019b9260, 0x0, 0x0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/mux.go:110 +0x85
golang.org/x/crypto/ssh.NewClient.func1(0xc0059a2e10)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/client.go:62 +0x33
created by golang.org/x/crypto/ssh.NewClient
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/client.go:61 +0xe7

goroutine 286287 [select, 2 minutes]:
golang.org/x/crypto/ssh.(*handshakeTransport).kexLoop(0xc0034abce0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:268 +0xfa
created by golang.org/x/crypto/ssh.newClientTransport
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:135 +0x1a7

goroutine 284445 [IO wait, 20 minutes]:
internal/poll.runtime_pollWait(0x7f5db0e288f8, 0x72, 0x23f4dc0)
/usr/local/go/src/runtime/netpoll.go:222 +0x55
internal/poll.(*pollDesc).wait(0xc0009a6e98, 0x72, 0x23f4d00, 0x32189c8, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc0009a6e80, 0xc0010a7000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc0009a6e80, 0xc0010a7000, 0x1000, 0x1000, 0x624efe, 0xc00240ecd8, 0x10)
/usr/local/go/src/net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc000011a00, 0xc0010a7000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:182 +0x8e
bufio.(*Reader).Read(0xc0055775c0, 0xc00154f410, 0x4, 0x4, 0x10db7a1c62b7b235, 0x1000000649bb0ae, 0xc000d60680)
/usr/local/go/src/bufio/bufio.go:227 +0x222
io.ReadAtLeast(0x23f0960, 0xc0055775c0, 0xc00154f410, 0x4, 0x4, 0x4, 0xc, 0xc000d60680, 0x20)
/usr/local/go/src/io/io.go:314 +0x87
io.ReadFull(...)
/usr/local/go/src/io/io.go:333
golang.org/x/crypto/ssh.(*gcmCipher).readCipherPacket(0xc00154f400, 0xc000000011, 0x23f0960, 0xc0055775c0, 0xc000d60681, 0x5, 0x53f, 0x0, 0x0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/cipher.go:373 +0x85
golang.org/x/crypto/ssh.(*connectionState).readPacket(0xc001510000, 0xc0055775c0, 0xc00240ef30, 0x4079a8, 0xc005577738, 0xc00197bcb0, 0xc00240efb0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/transport.go:130 +0x68
golang.org/x/crypto/ssh.(*transport).readPacket(0xc001510000, 0xc0055fbce5, 0xc005577738, 0x5, 0x0, 0x0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/transport.go:114 +0x3b
golang.org/x/crypto/ssh.(*handshakeTransport).readOnePacket(0xc0012074a0, 0xc00240ef00, 0xc0055fbce5, 0x5, 0x5, 0x0, 0x0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:374 +0x50
golang.org/x/crypto/ssh.(*handshakeTransport).readLoop(0xc0012074a0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:197 +0x4d
created by golang.org/x/crypto/ssh.newClientTransport
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:134 +0x185

goroutine 286086 [chan receive, 2 minutes]:
golang.org/x/crypto/ssh.(*Client).handleGlobalRequests(0xc0059a2370, 0xc00243d680)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/client.go:138 +0x6d
created by golang.org/x/crypto/ssh.NewClient
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/client.go:59 +0x97

goroutine 286197 [chan receive, 2 minutes]:
golang.org/x/crypto/ssh.(*Client).handleGlobalRequests(0xc0059a2e10, 0xc0024e5680)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/client.go:138 +0x6d
created by golang.org/x/crypto/ssh.NewClient
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/client.go:59 +0x97

goroutine 286171 [chan receive, 2 minutes]:
golang.org/x/crypto/ssh.(*handshakeTransport).readPacket(0xc00165c6e0, 0xc008845fe5, 0x5, 0x5, 0x0, 0x0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:187 +0x4e
golang.org/x/crypto/ssh.(*mux).onePacket(0xc003a1ee70, 0x0, 0x0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/mux.go:215 +0x37
golang.org/x/crypto/ssh.(*mux).loop(0xc003a1ee70)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/mux.go:190 +0x35
created by golang.org/x/crypto/ssh.newMux
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/mux.go:128 +0x158

goroutine 286198 [chan receive, 2 minutes]:
golang.org/x/crypto/ssh.(*Client).handleChannelOpens(0xc0059a2e10, 0xc0024e55c0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/client.go:147 +0x52
created by golang.org/x/crypto/ssh.NewClient
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/client.go:60 +0xc5

goroutine 284560 [IO wait, 20 minutes]:
internal/poll.runtime_pollWait(0x7f5db0927f48, 0x72, 0x23f4dc0)
/usr/local/go/src/runtime/netpoll.go:222 +0x55
internal/poll.(*pollDesc).wait(0xc000921998, 0x72, 0x23f4d00, 0x32189c8, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc000921980, 0xc00164e000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc000921980, 0xc00164e000, 0x1000, 0x1000, 0x624efe, 0xc001a90cd8, 0x10)
/usr/local/go/src/net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc000965880, 0xc00164e000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:182 +0x8e
bufio.(*Reader).Read(0xc0043ef200, 0xc009b50c90, 0x4, 0x4, 0x6b2b307f7e21a93b, 0x100000086b10f0a, 0xc001758000)
/usr/local/go/src/bufio/bufio.go:227 +0x222
io.ReadAtLeast(0x23f0960, 0xc0043ef200, 0xc009b50c90, 0x4, 0x4, 0x4, 0x40f630, 0xc001758000, 0x20)
/usr/local/go/src/io/io.go:314 +0x87
io.ReadFull(...)
/usr/local/go/src/io/io.go:333
golang.org/x/crypto/ssh.(*gcmCipher).readCipherPacket(0xc009b50c80, 0xc00000002f, 0x23f0960, 0xc0043ef200, 0xc001758001, 0x5, 0x2d4f, 0x0, 0x0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/cipher.go:373 +0x85
golang.org/x/crypto/ssh.(*connectionState).readPacket(0xc000787680, 0xc0043ef200, 0xc001a90f30, 0x4079a8, 0xc0043ef378, 0xc00132f488, 0xc001a90fb0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/transport.go:130 +0x68
golang.org/x/crypto/ssh.(*transport).readPacket(0xc000787680, 0xc003e431f0, 0xc0043ef378, 0x5, 0x0, 0x0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/transport.go:114 +0x3b
golang.org/x/crypto/ssh.(*handshakeTransport).readOnePacket(0xc001445e40, 0xc001a90f00, 0xc003e431f0, 0x5, 0x5, 0x0, 0x0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:374 +0x50
golang.org/x/crypto/ssh.(*handshakeTransport).readLoop(0xc001445e40)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:197 +0x4d
created by golang.org/x/crypto/ssh.newClientTransport
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:134 +0x185

goroutine 286118 [chan receive, 2 minutes]:
golang.org/x/crypto/ssh.(*Client).handleChannelOpens(0xc009b517c0, 0xc001808ba0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/client.go:147 +0x52
created by golang.org/x/crypto/ssh.NewClient
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/client.go:60 +0xc5

goroutine 284690 [select, 18 minutes]:
golang.org/x/crypto/ssh.(*handshakeTransport).kexLoop(0xc00165d080)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:268 +0xfa
created by golang.org/x/crypto/ssh.newClientTransport
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:135 +0x1a7

goroutine 284668 [sync.Cond.Wait, 18 minutes]:
runtime.goparkunlock(...)
/usr/local/go/src/runtime/proc.go:312
sync.runtime_notifyListWait(0xc003c82e50, 0x0)
/usr/local/go/src/runtime/sema.go:513 +0xf8
sync.(*Cond).Wait(0xc003c82e40)
/usr/local/go/src/sync/cond.go:56 +0x9d
golang.org/x/crypto/ssh.(*mux).Wait(0xc001d28150, 0x0, 0x0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/mux.go:110 +0x85
golang.org/x/crypto/ssh.NewClient.func1(0xc009b504b0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/client.go:62 +0x33
created by golang.org/x/crypto/ssh.NewClient
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/client.go:61 +0xe7

goroutine 286085 [chan receive, 2 minutes]:
golang.org/x/crypto/ssh.(*handshakeTransport).readPacket(0xc001a99ce0, 0xc003964f75, 0x5, 0x5, 0x0, 0x0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/handshake.go:187 +0x4e
golang.org/x/crypto/ssh.(*mux).onePacket(0xc0019b87e0, 0x0, 0x0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/mux.go:215 +0x37
golang.org/x/crypto/ssh.(*mux).loop(0xc0019b87e0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/mux.go:190 +0x35
created by golang.org/x/crypto/ssh.newMux
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/mux.go:128 +0x158

goroutine 284513 [chan receive, 20 minutes]:
golang.org/x/crypto/ssh.(*Client).handleChannelOpens(0xc009b50870, 0xc0043ee3c0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/client.go:147 +0x52
created by golang.org/x/crypto/ssh.NewClient
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/client.go:60 +0xc5

goroutine 284647 [sync.Cond.Wait, 18 minutes]:
runtime.goparkunlock(...)
/usr/local/go/src/runtime/proc.go:312
sync.runtime_notifyListWait(0xc000ede5d0, 0x0)
/usr/local/go/src/runtime/sema.go:513 +0xf8
sync.(*Cond).Wait(0xc000ede5c0)
/usr/local/go/src/sync/cond.go:56 +0x9d
golang.org/x/crypto/ssh.(*mux).Wait(0xc0021ce1c0, 0x0, 0x0)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/mux.go:110 +0x85
golang.org/x/crypto/ssh.NewClient.func1(0xc001c54550)
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/client.go:62 +0x33
created by golang.org/x/crypto/ssh.NewClient
/var/lib/jenkins/go/pkg/mod/golang.org/x/cry...@v0.0.0-20210503195802-e9a32991a82e/ssh/client.go:61 +0xe7
FAIL antrea.io/antrea/test/e2e 6022.649s
FAIL
=== TEST FAILURE !!! ===
tar: Removing leading `<https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/ci/jenkins/../../'> from member names
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Cleaning up VMC cluster matrix-photon-3-k8s-v1-17-5-build-num-58 ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-58" deleted
=== Cleanup cluster matrix-photon-3-k8s-v1-17-5-build-num-58 succeeded ===

antr...@gmail.com

unread,
Dec 4, 2021, 3:45:14 PM12/4/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/59/display/redirect?page=changes>

Changes:

[noreply] Use table name in OpenFlow integration test (#3013)

[noreply] [Windows] Remove AddtionalParams in hcsshim.HNSEndpoint (#2931)

[noreply] Fix coverage upload issue (#3061)

[noreply] Update Antrea Octant plugin to support latest Octant version (#2951)

[noreply] Fix status report of Antrea-native policies (#3074)

[noreply] Add Pass action for Antrea-native policies (#2964)

[noreply] Do not group hostNetwork Pods in ClusterGroup/AddressGroup (#3080)

[noreply] Fix typo in antrea-network-policy doc (#3079)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 59
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision 0a60d73285aa9d4791829e858f76d4272ef0cb84 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 0a60d73285aa9d4791829e858f76d4272ef0cb84 # timeout=10
Commit message: "Fix typo in antrea-network-policy doc (#3079)"
> git rev-list --no-walk 1917bb54a463b09bbc2742212b8a393ab6db5835 # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins18303612646618258234.sh
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Generate key pair ===
=== namespace value substitution ===
=== network spec value substitution===
=== Create a cluster in management cluster ===
namespace/matrix-photon-3-k8s-v1-17-5-build-num-59 created
cluster.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-59 created
haproxyloadbalancer.infrastructure.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-59 created
vspherecluster.infrastructure.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-59 created
vspheremachinetemplate.infrastructure.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-59 created
kubeadmcontrolplane.controlplane.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-59 created
kubeadmconfigtemplate.bootstrap.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-59-md-0 created
machinedeployment.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-59-md-0 created
=== Wait for 10 min to get workload cluster secret ===
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-59-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-59-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-59-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-59-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-59-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-59-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-59-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-59-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-59-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-59-kubeconfig" not found
=== Failed to get secret ===
=== Truncate old logs ===
=== Saving capi logs ===
=== Saving capv logs ===
=== Saving cluster_api.yaml ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-59" deleted

antr...@gmail.com

unread,
Dec 11, 2021, 3:45:13 PM12/11/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/60/display/redirect?page=changes>

Changes:

[noreply] Update Namespace match type to `Self` in antrea network policy doc.

[noreply] Add e2e test to check flow records from flow aggregator antctl (#3033)

[noreply] Fix NetworkPolicy resources dump for Agent's supportbundle (#3083)

[noreply] Fix concurrent setting for integration jobs (#3088)

[noreply] Use OVS port external_ids to save Antrea interface type (#3027)

[noreply] Refactor for egress package (#2824)

[noreply] Fix the case of protocol in flow-aggregator doc (#3110)

[noreply] Make Peer validation more comprehensive (#3104)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 60
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision 2fcec4a85f5034c3b6080383fc6689885faa7ebe (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 2fcec4a85f5034c3b6080383fc6689885faa7ebe # timeout=10
Commit message: "Make Peer validation more comprehensive (#3104)"
> git rev-list --no-walk 0a60d73285aa9d4791829e858f76d4272ef0cb84 # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins8696305337260970843.sh
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Generate key pair ===
=== namespace value substitution ===
=== network spec value substitution===
=== Create a cluster in management cluster ===
namespace/matrix-photon-3-k8s-v1-17-5-build-num-60 created
cluster.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-60 created
haproxyloadbalancer.infrastructure.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-60 created
vspherecluster.infrastructure.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-60 created
vspheremachinetemplate.infrastructure.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-60 created
kubeadmcontrolplane.controlplane.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-60 created
kubeadmconfigtemplate.bootstrap.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-60-md-0 created
machinedeployment.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-60-md-0 created
=== Wait for 10 min to get workload cluster secret ===
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-60-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-60-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-60-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-60-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-60-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-60-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-60-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-60-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-60-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-60-kubeconfig" not found
=== Failed to get secret ===
=== Truncate old logs ===
=== Saving capi logs ===
=== Saving capv logs ===
=== Saving cluster_api.yaml ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-60" deleted

antr...@gmail.com

unread,
Dec 18, 2021, 3:45:13 PM12/18/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/61/display/redirect?page=changes>

Changes:

[noreply] Validate namespaces.match of AntreaClusterNetworkPolicy rules (#3109)

[noreply] Improve NodePortLocal documentation (#3113)

[noreply] Update the example of ACNP for zero-trust (#3108)

[noreply] Add multi-cluster manual integration job (#3105)

[noreply] Support for kube-proxy ipvs mode in Vagrant testbed (#3123)

[noreply] Half the number of days before issues & PRs become stale / closed

[noreply] [windows] Fix bug in configureContainerLink (#3089)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 61
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision ebeb2d43c4b3d4dc1548b9fb7081285f48ecdfaa (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f ebeb2d43c4b3d4dc1548b9fb7081285f48ecdfaa # timeout=10
Commit message: "[windows] Fix bug in configureContainerLink (#3089)"
> git rev-list --no-walk 2fcec4a85f5034c3b6080383fc6689885faa7ebe # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins17768277109602511863.sh
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Generate key pair ===
=== namespace value substitution ===
=== network spec value substitution===
=== Create a cluster in management cluster ===
namespace/matrix-photon-3-k8s-v1-17-5-build-num-61 created
cluster.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-61 created
haproxyloadbalancer.infrastructure.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-61 created
vspherecluster.infrastructure.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-61 created
vspheremachinetemplate.infrastructure.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-61 created
kubeadmcontrolplane.controlplane.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-61 created
kubeadmconfigtemplate.bootstrap.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-61-md-0 created
machinedeployment.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-61-md-0 created
=== Wait for 10 min to get workload cluster secret ===
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-61-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-61-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-61-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-61-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-61-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-61-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-61-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-61-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-61-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-61-kubeconfig" not found
=== Failed to get secret ===
=== Truncate old logs ===
=== Saving capi logs ===
=== Saving capv logs ===
=== Saving cluster_api.yaml ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-61" deleted

antr...@gmail.com

unread,
Dec 25, 2021, 3:45:11 PM12/25/21
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/62/display/redirect?page=changes>

Changes:

[noreply] Fix dual-stack support for Vagrant-based test cluster (#3158)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 62
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision 089a008ba031754bb4a2220f4371b83baa85d7a3 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 089a008ba031754bb4a2220f4371b83baa85d7a3 # timeout=10
Commit message: "Fix dual-stack support for Vagrant-based test cluster (#3158)"
> git rev-list --no-walk ebeb2d43c4b3d4dc1548b9fb7081285f48ecdfaa # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins7575143778705604476.sh
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Generate key pair ===
=== namespace value substitution ===
=== network spec value substitution===
=== Create a cluster in management cluster ===
namespace/matrix-photon-3-k8s-v1-17-5-build-num-62 created
cluster.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-62 created
haproxyloadbalancer.infrastructure.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-62 created
vspherecluster.infrastructure.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-62 created
vspheremachinetemplate.infrastructure.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-62 created
kubeadmcontrolplane.controlplane.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-62 created
kubeadmconfigtemplate.bootstrap.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-62-md-0 created
machinedeployment.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-62-md-0 created
=== Wait for 10 min to get workload cluster secret ===
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-62-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-62-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-62-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-62-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-62-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-62-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-62-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-62-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-62-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-62-kubeconfig" not found
=== Failed to get secret ===
=== Truncate old logs ===
=== Saving capi logs ===
=== Saving capv logs ===
=== Saving cluster_api.yaml ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-62" deleted

antr...@gmail.com

unread,
Jan 8, 2022, 3:45:14 PM1/8/22
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/63/display/redirect?page=changes>

Changes:

[noreply] [Multicast] Multicast client auto-discovery (#2652)

[noreply] Extend IPPool to support StatefulSet owner (#3093)

[noreply] Use IP Pool informer in pool allocator (#3046)

[noreply] Do not override global RUN_E2E_SKIP in e2e script (#3173)

[noreply] Jenkins: Allow to Skip Integration Test (#3174)

[noreply] Fix IPSec abbr to IPsec (#3163)

[noreply] [Multicast] Support IGMP query v1/v2/v3 message (#3142)

[noreply] Fix the AddressGroup duplicated deleted bug (#3136)

[noreply] Add retry to update NetworkPolicy status (#3134)

[noreply] Add env parameter to support noEncap without AntreaProxy (#3116)

[noreply] Add reason field in antctl traceflow command output (#3175)

[noreply] [CI] Recover integration test by skipping certificate check (#3162)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 63
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision 0071a4db27f39e6615bf2749c78fea2e923a924b (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 0071a4db27f39e6615bf2749c78fea2e923a924b # timeout=10
Commit message: "[CI] Recover integration test by skipping certificate check (#3162)"
> git rev-list --no-walk 089a008ba031754bb4a2220f4371b83baa85d7a3 # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins9902786934866506578.sh
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Generate key pair ===
=== namespace value substitution ===
=== network spec value substitution===
=== Create a cluster in management cluster ===
namespace/matrix-photon-3-k8s-v1-17-5-build-num-63 created
cluster.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-63 created
haproxyloadbalancer.infrastructure.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-63 created
vspherecluster.infrastructure.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-63 created
vspheremachinetemplate.infrastructure.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-63 created
kubeadmcontrolplane.controlplane.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-63 created
kubeadmconfigtemplate.bootstrap.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-63-md-0 created
machinedeployment.cluster.x-k8s.io/matrix-photon-3-k8s-v1-17-5-build-num-63-md-0 created
=== Wait for 10 min to get workload cluster secret ===
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-63-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-63-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-63-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-63-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-63-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-63-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-63-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-63-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-63-kubeconfig" not found
=== Get kubeconfig (try for 1m) ===
Error from server (NotFound): secrets "matrix-photon-3-k8s-v1-17-5-build-num-63-kubeconfig" not found
=== Failed to get secret ===
=== Truncate old logs ===
=== Saving capi logs ===
=== Saving capv logs ===
=== Saving cluster_api.yaml ===
namespace "matrix-photon-3-k8s-v1-17-5-build-num-63" deleted

antr...@gmail.com

unread,
Jan 15, 2022, 3:14:25 PM1/15/22
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/64/display/redirect?page=changes>

Changes:

[noreply] Make LoadBalancer IP proxying configurable for AntreaProxy (#3130)

[noreply] [flexible-ipam] Support Pod IPPool/IP annotation and StatefulSet (#3042)

[noreply] Use unique agnhost Docker image for all e2e tests (#3120)

[noreply] Antrea IPAM StatefulSet support in controller (#3141)

[noreply] [Multicast] Bugfix in multicast snooping (#3185)

[noreply] [CI] Migrate VMC jenkins testbed to private VC (#3176)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 64
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision d9fb47fba14f0debda24d5c86b99516542496163 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f d9fb47fba14f0debda24d5c86b99516542496163 # timeout=10
Commit message: "[CI] Migrate VMC jenkins testbed to private VC (#3176)"
> git rev-list --no-walk 0071a4db27f39e6615bf2749c78fea2e923a924b # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins18333574136517197128.sh
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Allocating IP ===
./ci/jenkins/test-vmc.sh: line 201: /usr/bin/host-local: No such file or directory
cat: /var/lib/jenkins/host-local.json: No such file or directory

antr...@gmail.com

unread,
Jan 22, 2022, 3:14:24 PM1/22/22
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/65/display/redirect?page=changes>

Changes:

[noreply] [Multicast] Multicast route configuration (#2835)

[noreply] [Windows] Fix agent initialization error by adjusting VMSwitch commands

[noreply] [flexible-ipam] Update doc for Antrea 1.5 (#3164)

[noreply] Add throughput calculation into flow-aggregator aggregation process.

[noreply] Add Go version to full version string for Antrea binaries (#3182)

[noreply] Restore autoconfed kernel route for gw if missing (#3190)

[noreply] [flexible-ipam] Add e2e for StatefulSet (#3146)

[noreply] Fix integration tests for route client (#3205)

[noreply] Document how to run e2e tests on an existing K8s cluster (#2250) (#3045)

[noreply] [Windows] Use Windows management virtual network adapter for OVS bridge

[noreply] Antrea secondary network implementation for SRIOV (#2651)

[noreply] [CI][Multicast] Support multicast e2e test (#3171)

[luola] Multi-cluster initial skeleton. (#2316)

[luola] Add status sub-resource to ResourceExport/Import and ClusterSet (#2367)

[luola] remove namespace creation (#1) (#2563)

[luola] add client generate codes (#2808)

[luola] add MultiClusterConfig and command wrapper (#2987)

[luola] remove cert manager dependency (#3001)

[luola] enable unit test for mc feature branch (#3026)

[luola] add multicluster image in registry (#3015)

[luola] Common area and ClusterSet reconciler (#3066)

[luola] MemberClusterAnnounce webhook and Clusterset status implementations

[luola] Resource exporter/importer and unit test (#3024)

[luola] Rename package 'core' to 'commonarea' (#3153)

[luola] Remove Service Port Name (#3186)

[luola] Multicluster Integration test (#3031)

[luola] Fix leader eletion timeout issue (#3177)

[luola] Allow member and leader deployed in one cluster (#3180)

[luola] Add E2E test for antrea multiclusters (#3124)

[luola] Add release manifests for multicluster (#3197)

[luola] Add toService E2E test for exported Service (#3140)

[luola] Fix manifests script path (#3200)

[luola] [FIX] Delete deprecated apiservice (#3203)

[luola] Fix kustomize path issue (#3201)

[noreply] Add multi-cluster docs (#3032)

[noreply] [Multicast] Add Multicast e2e tests (#2986)

[noreply] Fix log spam in NodeRouteController (#3209)

[noreply] Update feature gates document (#3216)

[noreply] Support external IP management of Services (#3147)

[noreply] Upgrade default K8s version tested in eks (#3220)

[noreply] Fix flaky unit test TestTraceflow (#3223)

[noreply] Update CHANGELOG for v1.5.0 release (#3225)

[noreply] Set VERSION to v1.6.0-dev (#3226)

[noreply] Support skip deploying kube-proxy in Vagrant testbed (#3221)

[noreply] Add ServiceExternalIP feature gate to documentation (#3227)

[noreply] Remove mutex in interfaceCache (#3159)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 65
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision df6094bd0870a763d0d63b4fc69738a5370aa0de (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f df6094bd0870a763d0d63b4fc69738a5370aa0de # timeout=10
Commit message: "Remove mutex in interfaceCache (#3159)"
> git rev-list --no-walk d9fb47fba14f0debda24d5c86b99516542496163 # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins2760888105306466027.sh

antr...@gmail.com

unread,
Jan 29, 2022, 3:14:28 PM1/29/22
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/66/display/redirect?page=changes>

Changes:

[noreply] Document Docker Desktop alternatives for contributors (#3218)

[noreply] Remove unnecessary function call for IPv4/IPv6 enabled (#2974)

[noreply] Add github labels to indicate actions required to take (#3236)

[noreply] [CI] Fix all-feature-conformance test issue by shortening the job name

[noreply] Add SecondaryNetwork feature gate to Antrea manifests (#3215)

[noreply] Log Pod status when waiting for Pod condition fails (#3248)

[noreply] Use UT instead of E2E test on validating webhook (#3112)

[noreply] Fix typo in logs (#3265)

[noreply] Use a smaller nginx image (#3224)

[noreply] Update workflows for MC (#3235)

[noreply] Add powershell command replacement in windows doc (#3264)

[noreply] Install cni conf after installing cni bins (#3154)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 66
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision c4713ec5a310a8bbcf39f2e71cfc983e2a079fa9 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f c4713ec5a310a8bbcf39f2e71cfc983e2a079fa9 # timeout=10
Commit message: "Install cni conf after installing cni bins (#3154)"
> git rev-list --no-walk df6094bd0870a763d0d63b4fc69738a5370aa0de # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins6601104909113359944.sh

antr...@gmail.com

unread,
Feb 5, 2022, 3:14:25 PM2/5/22
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/67/display/redirect?page=changes>

Changes:

[noreply] Clarify in NPL doc that nodeportlocal.antrea.io is not for users (#3275)

[noreply] Ignore Services of type ExternalName in NodePortLocal Controller (#3114)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 67
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision e23cf3b5714d15ae66a33196c1f870196065f651 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f e23cf3b5714d15ae66a33196c1f870196065f651 # timeout=10
Commit message: "Ignore Services of type ExternalName in NodePortLocal Controller (#3114)"
> git rev-list --no-walk c4713ec5a310a8bbcf39f2e71cfc983e2a079fa9 # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins11092742068444023476.sh

antr...@gmail.com

unread,
Feb 12, 2022, 3:14:23 PM2/12/22
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/68/display/redirect?page=changes>

Changes:

[noreply] Fix markdownlint verification MD050/strong-style (#3283)

[noreply] Do not log error when Service for Endpoints is not found (#3256)

[noreply] Fix typo in CHANGELOG-1.5 and add a link for it (#3282)

[noreply] Update NPL and Secondary Network controllers initialization code (#3257)

[noreply] Configure crictl correctly in Vagrant testbed (#3278)

[noreply] Pin markdownlint version for consistent verification result (#3289)

[noreply] Update label of antrea-mc-controller (#3266)

[noreply] Use a smaller nginx image for multicluster e2e test (#3246)

[noreply] Fix AntreaNetworkPolicy e2e test random failures (#3304)

[noreply] Improve test stability and debugability (#3267)

[noreply] Fix race condition in TestAggregatorCollectListGet unit test (#3305)

[noreply] Use iptables-wrapper in Antrea container (#3276)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 68
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision f384995edf7dd660d898c46175eee2a665cbaeda (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f f384995edf7dd660d898c46175eee2a665cbaeda # timeout=10
Commit message: "Use iptables-wrapper in Antrea container (#3276)"
> git rev-list --no-walk e23cf3b5714d15ae66a33196c1f870196065f651 # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins14059523270182992839.sh
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Allocating IP ===

antr...@gmail.com

unread,
Feb 19, 2022, 3:14:32 PM2/19/22
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/69/display/redirect?page=changes>

Changes:

[noreply] Remove all legacy (*.antrea.tanzu.vmware.com) APIs (#3299)

[noreply] Add ignored interfaces names when getting interface by IP (#3219)

[noreply] Fix NodePort/LoadBalancer issue when proxyAll is enabled (#3295)

[noreply] Update apt repository link for Kubernetes (#3319)

[noreply] Add service account selector support (#3044)

[noreply] Remove some duplicate function lines in networkpolicy (#3332)

[noreply] Support running ctr as vagrant user in vagrant-based test cluster

[noreply] addlicense (#3122)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 69
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision 3f30d848ba3fbb0be8e242130825d0fc6d5c0f45 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 3f30d848ba3fbb0be8e242130825d0fc6d5c0f45 # timeout=10
Commit message: "addlicense (#3122)"
> git rev-list --no-walk f384995edf7dd660d898c46175eee2a665cbaeda # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins7775099061298882760.sh
===== Clean up stale files & folders older than 7 days under /tmp =====
=== Allocating IP ===

antr...@gmail.com

unread,
Feb 26, 2022, 3:14:26 PM2/26/22
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/70/display/redirect?page=changes>

Changes:

[noreply] [flexible-ipam] Optimization on NodeIPAM code path (#3326)

[noreply] Remove unused openapi marker (#3337)

[noreply] Move group ID allocator under path pkg/agent/openflow (#3161)

[noreply] Add port for logging (#3277)

[noreply] validate the protocol in the crd (#3342)

[noreply] Add ARP/NDP responders to external IP assigner (#3318)

[noreply] Fix remaining VMSwitch command issue (#3343)

[noreply] Remove unused OF tables and flows on Windows (#3138)

[noreply] Validate labels in CRDs (#3331)

[noreply] Add method AllocateIfNotExist to interface GroupCounter in proxy (#3340)

[noreply] Fix FlowAggregator e2e test random failure (#3313)

[noreply] Add document for Service of type Loadbalancer (#3322)

[noreply] Remove --k8s-1.15 flag from hack/generate-manifest.sh (#3350)

[noreply] Integration test should check OpenFlow operations eventually take effect

[noreply] Enable IP forwarding on the Windows bridge local interface (#3137)

[noreply] Fix dumping OVS flows of a NetworkPolicy (#3335)

[noreply] Add a per-rule example for NetworkpolicyStats in docs (#3356)

[noreply] Support antrea-agent UBI8 based image (#3273)

[noreply] Revert "Support antrea-agent UBI8 based image (#3273)" (#3364)

[noreply] Add an agent config parameter for enabling flexible IPAM (bridging mode)

[noreply] Fix NodePort e2e test (#3347)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 70
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision 2f2762236823b0b55ef0ce539eeb104e3e4673f8 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 2f2762236823b0b55ef0ce539eeb104e3e4673f8 # timeout=10
Commit message: "Fix NodePort e2e test (#3347)"
> git rev-list --no-walk 3f30d848ba3fbb0be8e242130825d0fc6d5c0f45 # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins13892422519489821110.sh

antr...@gmail.com

unread,
Mar 5, 2022, 3:14:26 PM3/5/22
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/71/display/redirect?page=changes>

Changes:

[noreply] Fix CT mark matching without range in flow exporter (#3348)

[noreply] Unify ServiceReference to NamespacedName (#3353)

[noreply] Limit resource kinds in ResourceExport controller (#3303)

[noreply] [Windows] Enable EndpointSlices support on Antrea windows (#3321)

[noreply] Add clusterID annotation to ServiceExport/Import (#3359)

[noreply] Support antrea-agent UBI8 based image (#3367)

[noreply] Upgrade to go-ipfix v0.5.12 (#3352)

[noreply] Validate AntreaIPAM IP ranges (#2995)

[noreply] Realize Egress for a Pod once its network is created (#3360)

[noreply] Move has-changes Github Action to its own repo (#3372)

[noreply] Update Antrea IPAM documentation for enableBridgingMode parameter

[noreply] Optimize ovsconfig dependency (#3381)

[noreply] Bump actions/checkout from 2 to 3 (#3379)

[noreply] Fix ipBlock referenced in child ClusterGroup not processed correctly

[noreply] Fix inability to access NodePort in particular case (#3371)

[antonin.bas] Add grafana and clickhouse deployment file

[antonin.bas] Add Clickhouse data schema

[antonin.bas] Add Grafana dashboards and update doc

[noreply] Bump follow-redirects in /plugins/grafana-sankey-plugin (#3398)

[noreply] Bump nanoid from 3.1.30 to 3.3.1 in /plugins/grafana-sankey-plugin

[noreply] Bump postcss from 7.0.35 to 7.0.39 in /plugins/grafana-sankey-plugin

[noreply] Bump tmpl from 1.0.4 to 1.0.5 in /plugins/grafana-sankey-plugin (#3401)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 71
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision 20fd99b493d32163654b8edf51f9b453763a68c3 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 20fd99b493d32163654b8edf51f9b453763a68c3 # timeout=10
Commit message: "Bump tmpl from 1.0.4 to 1.0.5 in /plugins/grafana-sankey-plugin (#3401)"
> git rev-list --no-walk 2f2762236823b0b55ef0ce539eeb104e3e4673f8 # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins14211650629886104483.sh

antr...@gmail.com

unread,
Mar 12, 2022, 3:14:25 PM3/12/22
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/72/display/redirect?page=changes>

Changes:

[noreply] Reduce permission of antrea service accounts (#3393)

[noreply] Upgrade kustomize from v3.8.8 to v4.4.1 to fix Cronjob patching bugs

[noreply] Update CHANGELOG for v1.5.1 release (#3419)

[noreply] Fix deprecated kubectl exec commands (#3418)

[noreply] Unconditionally sync CA cert for Controller webhooks (#3421)

[noreply] Adding documentation for minikube (#3391)

[noreply] Support Pagination for ClusterGroupMembership (#3183)

[noreply] Don't delete the routes which are added for the peer IPv6 gateways

[noreply] Fix e2e test TestClusterGroup on kind (#3417)

[noreply] Remove unncessary mutex usage in the secondary network CNI cache (#3232)

[noreply] Fix pkt mark conflict between HostLocalSourceMark and SNATIPMark (#3430)

[noreply] Fix MC release build issue (#3425)

[noreply] Fix contained configuration for Vagrant testbed (#3438)

[noreply] Bump path-parse from 1.0.6 to 1.0.7 in /plugins/grafana-sankey-plugin

[noreply] Bump ws from 7.4.3 to 7.5.7 in /plugins/grafana-sankey-plugin (#3442)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 72
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision 5ff79ef963b8d42e4385ff93056350c6d1b8af49 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 5ff79ef963b8d42e4385ff93056350c6d1b8af49 # timeout=10
Commit message: "Bump ws from 7.4.3 to 7.5.7 in /plugins/grafana-sankey-plugin (#3442)"
> git rev-list --no-walk 20fd99b493d32163654b8edf51f9b453763a68c3 # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins11508256070328632120.sh

antr...@gmail.com

unread,
Mar 19, 2022, 4:14:23 PM3/19/22
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/73/display/redirect?page=changes>

Changes:

[noreply] Remove old has-changes Github Action code (#3445)

[noreply] Remove unused job in Benchmark Github Workflow (#3444)

[noreply] Remove Kind-specific manifest and scripts (#3413)

[noreply] Skip running Kind tests for changes to the plugins/ code (#3443)

[noreply] Do not panic when processing a PacketIn message for a denied connection

[noreply] Bump github.com/spf13/cobra from 1.1.1 to 1.4.0 (#3439)

[noreply] Skip Go build if there are only doc changes (#3450)

[noreply] Fail in Agent initialization if GRE tunnel type is used with IPv6

[noreply] Fix duplicate IP case for NetworkPolicy (#3467)

[noreply] [Multicast] Support IGMPv3 leave action (#3389)

[noreply] Fix e2e issue about wget in busybox (#3434)

[noreply] Update default image to vmware registry (#3466)

[noreply] Fix IPsec for IPv6 overlays (#3155)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 73
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision 3c2bfe08cfefc5a212a5a8103b931165f1b20eed (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 3c2bfe08cfefc5a212a5a8103b931165f1b20eed # timeout=10
Commit message: "Fix IPsec for IPv6 overlays (#3155)"
> git rev-list --no-walk 5ff79ef963b8d42e4385ff93056350c6d1b8af49 # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins5295128403563594390.sh

antr...@gmail.com

unread,
Mar 26, 2022, 4:14:28 PM3/26/22
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/74/display/redirect?page=changes>

Changes:

[noreply] antctl: add multicluster subcommand (#3341)

[noreply] Add SKIP_CNI_BINARIES env var to support skipping installing specified

[noreply] [flexible-ipam] Fix IP leak issues (#3314)

[noreply] Add data retention methods for in-memory Clickhouse deployment (#3244)

[noreply] Update CHANGELOG for v1.5.2 release (#3495)

[noreply] Use upstream action for markdown link check (#3496)

[noreply] Use the correct mc controller image for e2e testing (#3488)

[noreply] [CI] Update 7zip download link (#3493)

[noreply] antctl: add multicluster subcommands for clusterset and resourceexport

[noreply] Flexible Pipeline (#3058)

[noreply] Add ACNP copy span for multi-cluster (#3363)

[noreply] Bump actions/cache from 2 to 3 (#3504)

[noreply] Use version 2 of antrea-io/has-changes Github Action (#3501)

[noreply] Upgrade packaged Whereabouts version to v0.5.1 (#3511)

[noreply] Refine logs with upper case (#3404)

[noreply] Add Node Selector in ACNP/ANP ingress/egress rules (#3038)

[noreply] [flexible-ipam] Multiple-VLAN support (#3247)

[noreply] Bump peter-evans/create-pull-request from 3 to 4 (#3514)

[noreply] Rename and update Antrea Multi-cluster user doc (#3513)

[noreply] Add ClickHouse Client to Flow Aggregator (#3196)

[noreply] Refactor ClickHouse monitor implementation (#3498)

[noreply] Share test functions between e2e and multicluster e2e package (#3424)

[noreply] Add E2E test for the ACNP copy-span feature (#3435)

[noreply] Delete stale IPv6 route and neigh to peer gateway if necessary (#3490)

[noreply] Remove unnecessary CRDs and RBAC rules (#3491)

[noreply] [Windows] Use uplink MAC as source if packet is output to uplink (#3516)

[noreply] Fix flow-aggregator Clickhouse credentials mount (#3521)

[noreply] Add upgrade guide for Multi-cluster (#3374)

[noreply] Update document for ServiceExternalIP feature (#3524)

[noreply] Add CI validation job for Flow Visibility (#3312)

[noreply] [Antrea-IPAM] Support pre-allocating continuous IPs for StatefulSet

[noreply] Graduate Egress feature from Alpha to Beta (#3509)

[noreply] Fix incorrect results by `antctl get networkpolicy` on Pods (#3499)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 74
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision b9e37a81302061dc692ef14b03e92e1493d544f7 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f b9e37a81302061dc692ef14b03e92e1493d544f7 # timeout=10
Commit message: "Fix incorrect results by `antctl get networkpolicy` on Pods (#3499)"
> git rev-list --no-walk 3c2bfe08cfefc5a212a5a8103b931165f1b20eed # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins4016068809601476691.sh

antr...@gmail.com

unread,
Apr 2, 2022, 4:14:28 PM4/2/22
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/75/display/redirect?page=changes>

Changes:

[noreply] antctl mc doc (#3414)

[noreply] [flexible-ipam] Update document for Multiple-VLAN support (#3507)

[noreply] Update generate-manifest-flow-aggregator.sh with new config (#3526)

[noreply] Refactor Grafana and ClickHouse deployment configuration instructions

[noreply] Fix stale service issue (#3536)

[noreply] Fix NetworkPolicyOnly mode issue (#3537)

[noreply] Update CHANGELOG for v1.6.0 release (#3539)

[noreply] Set VERSION to v1.7.0-dev (#3556)

[noreply] Move Win antrea log dir (#3416)

[noreply] Remove stale ClusterIP routes after Antrea restart (#3465)

[noreply] No need to enable Egress FeatureGate in E2E tests (#3532)

[noreply] Declare Beta support for proxyAll (#3544)

[noreply] Only clean up dangling images in jump box (#3567)

[noreply] Support kind and go CI jobs on feature branch (#3560)

[noreply] Fix integration test failure (#3543)

[noreply] Ignore additional dependencies in Dependabot config (#3533)

[noreply] Set default feature gates of unsupported features to false on Windows

[noreply] Check CHANGELOGs for broken links on release branches (#3553)

[noreply] Add a script to draft changelog for release based on PR history (#3557)

[noreply] Remove dead link from Multus cookbook (#3577)

[noreply] Support InternalTrafficPolicy in AntreaProxy (#2792)

[noreply] Unify the installation of initial flows in AntreaProxy (#3555)

[noreply] Add more validation of IPPool CRD (#3570)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 75
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision 7be763ef123c443e9fb38359dd7c1a3d94abe35c (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 7be763ef123c443e9fb38359dd7c1a3d94abe35c # timeout=10
Commit message: "Add more validation of IPPool CRD (#3570)"
> git rev-list --no-walk b9e37a81302061dc692ef14b03e92e1493d544f7 # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins15696242673230906278.sh

antr...@gmail.com

unread,
Apr 9, 2022, 4:14:26 PM4/9/22
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/76/display/redirect?page=changes>

Changes:

[noreply] Export Service's name to support multi-ports (#3561)

[noreply] Fix reject loop issue and add error handling (#3569)

[noreply] Do not use string search in e2e tests to check config params (#3585)

[noreply] Antrea IPAM for secondary networks managed by Multus (#3529)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 76
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision 7fea8d31d6c394dc43c6c3f26a1e67a956124910 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 7fea8d31d6c394dc43c6c3f26a1e67a956124910 # timeout=10
Commit message: "Antrea IPAM for secondary networks managed by Multus (#3529)"
> git rev-list --no-walk 7be763ef123c443e9fb38359dd7c1a3d94abe35c # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins10379414761076696815.sh

antr...@gmail.com

unread,
Apr 16, 2022, 4:14:25 PM4/16/22
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/77/display/redirect?page=changes>

Changes:

[noreply] Bump actions/stale from 4 to 5 (#3614)

[noreply] Bump codecov/codecov-action from 1 to 3 (#3587)

[noreply] Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#3594)

[noreply] Remove https://avinetworks.com from link checker (#3617)

[noreply] Upgrade artifact upload and download Github Actions (#3618)

[noreply] Fix importer issue after leader controller restart (#3596)

[noreply] Support multiple IPPools for secondary network IPAM (#3606)

[noreply] Use virtual clock for TestDropPacketDedupLog (#3627)

[noreply] Truncate SessionAffinity timeout values instead of wrapping around

[noreply] Bump actions/setup-go from 2 to 3 (#3615)

[noreply] Fix e2e test failures when coverage file is not available yet (#3607)

[noreply] Bump antrea.io/ofnet from v0.5.5 to v0.5.7 (#3630)

[noreply] Enhance some methods of FlowBuilder and CTAction (#3595)

[noreply] Add documentation for secondary network IPAM (#3634)

[noreply] Update OVS to 2.17.0 (#3591)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 77
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision ac49f476d1ce80fb093d7f4fb04f4c9d1b01637f (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f ac49f476d1ce80fb093d7f4fb04f4c9d1b01637f # timeout=10
Commit message: "Update OVS to 2.17.0 (#3591)"
> git rev-list --no-walk 7fea8d31d6c394dc43c6c3f26a1e67a956124910 # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins2537984072066758270.sh

antr...@gmail.com

unread,
Apr 23, 2022, 4:14:23 PM4/23/22
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/78/display/redirect?page=changes>

Changes:

[noreply] Update e2e doc and add more options (#3554)

[noreply] Add new target mockgen (#3530)

[noreply] Out-of-the-box "Agent mode" support for antctl on Windows (#3645)

[noreply] [Windows] Use IP and MAC to find virtual management adatper (#3641)

[noreply] Update ClickHouse Server default image in ClickHouse-Operator manifest

[noreply] Add an Helm chart for Antrea (#3578)

[noreply] Enhance markdown-link-check (#3632)

[noreply] Improve robustness of memberlist cluster unit tests (#3658)

[noreply] Replace busybox source to fix image errors (#3661)

[noreply] Fix broken Markdown links check for main branch (#3670)

[noreply] [Vagrant testbed] Fix kubeconfig permissions (#3666)

[noreply] Fix broken Markdown links check (#3671)

[noreply] Improve flow visibility documentation (#3667)

[noreply] Fix the issue of local probe bypassing flows on Windows (#3510)

[noreply] Fix Antctl log-level subcommand doesn't work (#3625)

[noreply] Support static addresses in secondary network IPAM (#3633)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 78
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision 590d03622fb24bc58ab88ccc0b6238953bc1271c (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 590d03622fb24bc58ab88ccc0b6238953bc1271c # timeout=10
Commit message: "Support static addresses in secondary network IPAM (#3633)"
> git rev-list --no-walk ac49f476d1ce80fb093d7f4fb04f4c9d1b01637f # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins8337326181435945379.sh

antr...@gmail.com

unread,
Apr 30, 2022, 4:14:26 PM4/30/22
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/79/display/redirect?page=changes>

Changes:

[noreply] Return an error when bridging mode is enabled without AntreaIPAM enabled

[noreply] Add ICMP support in ACNP and ANP (#3472)

[noreply] Fix race condition in ConntrackConnectionStore and FlowExporter (#3655)

[noreply] Clean up Endpoint kind of ResourceExport (#3652)

[noreply] Fix e2e test for multicluster service (#3629)

[noreply] Preserve client IP if the selected Endpoint is local regardless of

[noreply] Start AntreaProxy document (#3679)

[noreply] Update push_antrea.sh to support deploying ClickHouse + Grafana (#3575)

[noreply] Remove ovsDatapathType in openflow client structure (#3677)

[noreply] Add TrafficControl API (#3644)

[noreply] Add Gateway and ClusterInfoImport CRDs (#3689)

[noreply] Optimize flows in ConntrackCommitTable (#3643)

[noreply] Add git pre-commit hook (#3669)

[noreply] Suppress helm file permission warning (#3685)

[noreply] Update Kind from v0.11.1 to v0.12.0 (#3654)

[noreply] Update Windows documentation (#3646)

[noreply] Determine conformance container image version at runtime (#3700)

[noreply] Fix nil pointer dereference in networkPolicy only mode (#3702)

[noreply] Use default dnsPolicy for AKS (#3701)

[noreply] Document some of the Antrea Agent RBAC permissions (#3694)

[noreply] Fix Helm chart template for antrea-agent DaemonSet (#3706)

[noreply] Fix wrong link in golicense doc (#3720)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 79
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision 9677ccd482398bdc5b00f51a617a72e36c2490d3 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 9677ccd482398bdc5b00f51a617a72e36c2490d3 # timeout=10
Commit message: "Fix wrong link in golicense doc (#3720)"
> git rev-list --no-walk 590d03622fb24bc58ab88ccc0b6238953bc1271c # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins1832486428965932299.sh

antr...@gmail.com

unread,
May 7, 2022, 4:14:20 PM5/7/22
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/80/display/redirect?page=changes>

Changes:

[noreply] Fix Fluentd Cookbook Links (#3725)

[noreply] Add multi-cluster and Service LB doc links (#3722)

[noreply] Update CHANGELOG for v1.2.4 release (#3723)

[noreply] [Flow Visibility] Add e2e tests for Flow Aggregator with ClickHouse

[noreply] Implement garbage collector for IP Pools (#3672)

[noreply] Implement traffic control interfaces via OVS (#3580)

[noreply] Fix identification of control-plane Node in e2e test framework (#3728)

[noreply] [Multicast] Use group as flow actions for multicast traffic (#3508)

[noreply] Fix tolerations for Kubernetes >= 1.24 (#3731)

[noreply] add egress validate ns match (#3727)

[noreply] No longer assume that K8s creates a token for all ServiceAccounts

[noreply] Bump docker/login-action from 1 to 2 (#3735)

[noreply] Bump docker/setup-qemu-action from 1 to 2 (#3734)

[noreply] Bump docker/build-push-action from 2 to 3 (#3732)

[noreply] Bump docker/setup-buildx-action from 1 to 2 (#3733)

[noreply] Support ClickHouse deployment with Persistent Volume (#3608)

[noreply] Reduce permission of antrea-agent service account (#3691)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 80
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision 627239ce6b124b2594ee8e1d37d69d2d476d0845 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 627239ce6b124b2594ee8e1d37d69d2d476d0845 # timeout=10
Commit message: "Reduce permission of antrea-agent service account (#3691)"
> git rev-list --no-walk 9677ccd482398bdc5b00f51a617a72e36c2490d3 # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins9133895025618752491.sh

antr...@gmail.com

unread,
May 14, 2022, 4:14:17 PM5/14/22
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/81/display/redirect?page=changes>

Changes:

[noreply] Add some multi-cluster resources template YAML files to setup the

[noreply] Fix mockgen target in Makefile (#3707)

[noreply] E2E test of Antrea native policy ICMP support (#3635)

[noreply] Enable traceflow e2e test on Windows (#3022)

[noreply] Increase priority of the flow matching CT inv (#3686)

[noreply] Update svg background (#3756)

[noreply] Remove ELK Flow Collector (#3738)

[noreply] Fix Flow Visibility Kind E2E Test Issues (#3764)

[noreply] Add GOPROXY support for code generation (#3767)

[noreply] [CI] Fix GKE test (#3771)

[noreply] Update CHANGELOG for v1.6.1 release (#3775)

[noreply] Fix e2e and integration bug (#3772)

[noreply] [CI] Fix image loading in GKE (#3779)

[noreply] Make pre-commit hook script executable (#3703)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 81
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision 6c704e3c2f03ff03b6c322768e0bd9937ae29dab (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 6c704e3c2f03ff03b6c322768e0bd9937ae29dab # timeout=10
Commit message: "Make pre-commit hook script executable (#3703)"
> git rev-list --no-walk 627239ce6b124b2594ee8e1d37d69d2d476d0845 # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins15540930383931075148.sh

antr...@gmail.com

unread,
May 21, 2022, 4:14:21 PM5/21/22
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/82/display/redirect?page=changes>

Changes:

[noreply] Tolerate unset SKIP_CNI_BINARIES env var (#3780)

[noreply] Add agnhost harbor image to avoid transient error (#3776)

[noreply] Add Transwarp to ADOPTERS.md (#2150) (#3791)

[noreply] Fix markdown lint issue (#3793)

[noreply] Dump flows and groups if TestConnectivity/testOVSFlowReplay fails

[noreply] Update ROADMAP doc (#3788)

[noreply] Fix ci/kind/validate-metrics-doc.sh script (#3796)

[noreply] Upgrade K8s libraries to v0.24 (#3742)

[noreply] [Multicast] Add Multicast statistics API and controlplane stats API

[noreply] [e2e] Fix ACNPICMPSupport error on IPv6 env (#3798)

[noreply] [multicast] fix the issue multicast does not work if antreaPolicy is

[noreply] Clean up stale images and fix e2e codes. (#3811)

[noreply] Stop using k8s.io/component-base/logs to configure logging (#3810)

[noreply] Change deny connections IP address assignment methods (#3801)

[noreply] Add Gateway, ClusterInfo exchange controllers (#3463)

[noreply] Update CHANGELOG for v1.5.3 release (#3784)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 82
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision bae66ec4a7a83b09a0d1e8114a570c8640a874bd (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f bae66ec4a7a83b09a0d1e8114a570c8640a874bd # timeout=10
Commit message: "Update CHANGELOG for v1.5.3 release (#3784)"
> git rev-list --no-walk 6c704e3c2f03ff03b6c322768e0bd9937ae29dab # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins9200788147077894777.sh

antr...@gmail.com

unread,
May 28, 2022, 4:14:26 PM5/28/22
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/83/display/redirect?page=changes>

Changes:

[noreply] Increase resources for antrea-mc-controller (#3818)

[noreply] Use kubernetes-1.24.0 image for multicluster code generation (#3813)

[noreply] Update architecture doc for IPAM, Prometheus, and README for features

[noreply] [e2e] Support K8s>=1.20 (#3802)

[noreply] Update Egress and Service LB doc with the kube-proxy IPVS issue (#3816)

[noreply] Remove an unused adopter logo image (#3830)

[noreply] multicast: make igmp query interval configurable (#3819)

[noreply] Create different namespaces for different e2e tests (#3506)

[noreply] Add TeraSky to ADOPTERS.md (#3829)

[noreply] Fix error loop caused by failure to delete a non-existing route (#3827)

[noreply] Make disabling TX checksum offload configurable (#3832)

[noreply] Limit max data values of Grafana panels (#3812)

[noreply] Improve unit tests (#3839)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 83
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision 58f17de3ec78120b7bf00274b9a3a346816dcc64 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 58f17de3ec78120b7bf00274b9a3a346816dcc64 # timeout=10
Commit message: "Improve unit tests (#3839)"
> git rev-list --no-walk bae66ec4a7a83b09a0d1e8114a570c8640a874bd # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins1376364317192466732.sh

antr...@gmail.com

unread,
Jun 4, 2022, 4:14:19 PM6/4/22
to projecta...@googlegroups.com
See <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/84/display/redirect?page=changes>

Changes:

[noreply] Fix OpenFlow flaky errors in the integration tests (#3797)

[noreply] Fix inconsistent namespaces used in Flow Aggregator e2e test (#3833)

[noreply] [e2e] Fix test failure caused by #3506 (#3835)

[noreply] Support IPsec Certificate-based Authentication (#3778)

[noreply] Support NodePortLocal on Antrea Windows Agent and Update NPL annotation

[noreply] Fix Egress not working with kube-proxy IPVS strictARP mode (#3837)

[noreply] Do not add any checked-in files to .dockerignore (#3841)

[noreply] Add indirect cycle handling to Grafana Sankey panel (#3820)

[noreply] Remove unused multi-cluster CRDs and dead codes (#3836)

[noreply] Add support for containerd to antrea-eks-node-init.yml (#3840)

[noreply] Switch the storage of CAPV cluster to vSan (#3846)

[noreply] Set default IPsec authentication mode (#3849)

[noreply] Fix test flaky for IPsec certificate controller (#3852)


------------------------------------------
Started by upstream project "antrea-weekly-matrix-compatibility-test" build number 84
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on antrea-ci-bootstrap-vm2 (antrea-test-node) in workspace <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential ANTREA_GIT_CREDENTIAL
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/antrea-io/antrea
> git init <https://jenkins.antrea-ci.rocks/job/antrea-weekly-matrix-compatibility-test/IS_MATRIX_TEST=True,K8S_VERSION=v1.17.5,TEST_OS=photon-3,labels=antrea-test-node/ws/> # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
> git --version # timeout=10
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/antrea-io/antrea # timeout=10
Fetching upstream changes from https://github.com/antrea-io/antrea
using GIT_ASKPASS to set credentials antrea-bot's Github Credential
> git fetch --tags --progress -- https://github.com/antrea-io/antrea +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
Checking out Revision e3d435237e23fe9532e2bd237bf51b991f74b15d (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f e3d435237e23fe9532e2bd237bf51b991f74b15d # timeout=10
Commit message: "Fix test flaky for IPsec certificate controller (#3852)"
> git rev-list --no-walk 58f17de3ec78120b7bf00274b9a3a346816dcc64 # timeout=10
[antrea-test-node] $ /bin/bash /tmp/jenkins17464810835469820010.sh
Reply all
Reply to author
Forward
0 new messages