Git Product home page Git Product logo

Comments (12)

k8s-ci-robot avatar k8s-ci-robot commented on June 21, 2024

This issue is currently awaiting triage.

If a SIG or subproject determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

from kubernetes.

pacoxu avatar pacoxu commented on June 21, 2024

/sig apps architecture
/cc @kubernetes/release-team-release-signal

from kubernetes.

pacoxu avatar pacoxu commented on June 21, 2024

/cc @alculquicondor @soltysh @janetkuo

from kubernetes.

pacoxu avatar pacoxu commented on June 21, 2024

The tests failed [FAILED] as Conformance test suite needs a cluster with at least 2 nodes.
/cc @ameukam

  • This may be an infra problem according to the failing reason.

Or can we skip if the infra is flaky when we don't have enough nodes to run the test?

/sig k8s-infra

from kubernetes.

ameukam avatar ameukam commented on June 21, 2024

@pacoxu There were 3 instances created and deleted:

I0304 04:46:53.400815    3239 deployer.go:155] deleted instance id: i-0b5893d63f85b60bc
I0304 04:46:53.718314    3239 deployer.go:155] deleted instance id: i-098bba2873b0ff3df
I0304 04:46:54.032940    3239 deployer.go:155] deleted instance id: i-097b5ecb2c80639c4

I think this meet Conformance node requirement. What the failing error that suggests it's an infrastructure problem ?

from kubernetes.

ameukam avatar ameukam commented on June 21, 2024

@dims is currently working a lot on this.

from kubernetes.

pacoxu avatar pacoxu commented on June 21, 2024

Kubernetes e2e suite: [It] [sig-architecture] Conformance Tests should have at least two untainted nodes [Conformance]

{ failed [FAILED] 
Conformance requires at least two nodes In [It] at: 
Expected
    <int>: 1
to be >
    <int>: 1
k8s.io/kubernetes/test/e2e/architecture/conformance.go:45 @ 03/03/24 17:38:46.024 }


I0303 17:39:59.427966 61877 daemon_set.go:140] pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"15763"},"items":null}

< Exit [AfterEach] [sig-apps] Daemon set [Serial] - k8s.io/kubernetes/test/e2e/apps/daemon_set.go:122 @ 03/03/24 17:39:59.45 (55ms)
> Enter [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] - k8s.io/kubernetes/test/e2e/framework/node/init/init.go:34 @ 03/03/24 17:39:59.45
I0303 17:39:59.450363 61877 helper.go:121] Waiting up to 7m0s for all (but 0) nodes to be ready
< Exit [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] - k8s.io/kubernetes/test/e2e/framework/node/init/init.go:34 @ 03/03/24 17:39:59.461 (11ms)
> Enter [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] - k8s.io/kubernetes/test/e2e/framework/metrics/init/init.go:35 @ 03/03/24 17:39:59.461
< Exit [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] - k8s.io/kubernetes/test/e2e/framework/metrics/init/init.go:35 @ 03/03/24 17:39:59.461 (0s)
> Enter [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] - dump namespaces | framework.go:218 @ 03/03/24 17:39:59.461
STEP: dump namespace information after failure - k8s.io/kubernetes/test/e2e/framework/framework.go:297 @ 03/03/24 17:39:59.461
STEP: Collecting events from namespace "daemonsets-3276". - k8s.io/kubernetes/test/e2e/framework/debug/dump.go:42 @ 03/03/24 17:39:59.461
STEP: Found 0 events. - k8s.io/kubernetes/test/e2e/framework/debug/dump.go:46 @ 03/03/24 17:39:59.472

What the failing error that suggests it's an infrastructure problem ?

Both test cases are failed for Conformance requires at least two nodes.

https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-ec2-conformance-latest/1764326435192836096


gzip: stdin: invalid compressed data--format violated
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
+ [[ false == true ]]
Cloud-init v. 23.4.4-0ubuntu0~22.04.1 finished at Sun, 03 Mar 2024 16:40:23 +0000. Datasource DataSourceEc2Local.  Up 69.42 seconds

https://storage.googleapis.com/kubernetes-jenkins/logs/ci-kubernetes-ec2-conformance-latest/1764326435192836096/artifacts/logs/i-026cc699a8ec50dbe/cloud-init-output.log Error in cloud-init-output.log
seems to be the root cause.

from kubernetes.

BenTheElder avatar BenTheElder commented on June 21, 2024

/remove-sig k8s-infra

the infra provided by sig k8s infra is working fine, the problem here is the EC2 e2e cluster bringup which is going to be one of cluster-lifecycle, cloud-provider / AWS, or sig testing.

from kubernetes.

dims avatar dims commented on June 21, 2024

/assign dims

from kubernetes.

pacoxu avatar pacoxu commented on June 21, 2024

It flakes in EC2: both arm and amd.

from kubernetes.

SubhasmitaSw avatar SubhasmitaSw commented on June 21, 2024

@pacoxu The arm EC2 has passed since 04-01 https://testgrid.k8s.io/sig-release-master-informing#Conformance%20-%20EC2%20-%20arm64%20-%20master

However, the amd one is flaking regularly. @dims do we have any updates on this, can we help support you in any way to get this closed out?

from kubernetes.

dims avatar dims commented on June 21, 2024

@SubhasmitaSw not for 1.30, don't want to touch it as it may break other things. it's failing in the creation of the cluster itself from what i saw, so it's not a test failure per se. So let's give it a pass - as it is still informing

from kubernetes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.