Skip to content

Conversation

@crawford
Copy link
Contributor

@crawford crawford commented Oct 5, 2018

These are legacy artifacts and no longer serve any purpose.

These are legacy artifacts and no longer serve any purpose.
@openshift-ci-robot openshift-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Oct 5, 2018
@wking
Copy link
Member

wking commented Oct 5, 2018

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Oct 5, 2018
@wking
Copy link
Member

wking commented Oct 5, 2018

e2e:

STEP: Destroying namespace "e2e-tests-secrets-2r7dh" for this suite.
Oct  5 17:31:22.374: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Oct  5 17:31:22.960: INFO: discovery error for unexpected group: schema.GroupVersion{Group:"packages.apps.redhat.com", Version:"v1alpha1"}
Oct  5 17:31:22.960: INFO: Error discoverying server preferred namespaced resources: unable to retrieve the complete list of server APIs: packages.apps.redhat.com/v1alpha1: the server is currently unable to handle the request, retrying in 2s.
Oct  5 17:31:26.011: INFO: discovery error for unexpected group: schema.GroupVersion{Group:"packages.apps.redhat.com", Version:"v1alpha1"}
Oct  5 17:31:26.011: INFO: Error discoverying server preferred namespaced resources: unable to retrieve the complete list of server APIs: packages.apps.redhat.com/v1alpha1: the server is currently unable to handle the request, retrying in 2s.
Oct  5 17:31:31.608: INFO: discovery error for unexpected group: schema.GroupVersion{Group:"packages.apps.redhat.com", Version:"v1alpha1"}
Oct  5 17:31:31.608: INFO: Error discoverying server preferred namespaced resources: unable to retrieve the complete list of server APIs: packages.apps.redhat.com/v1alpha1: the server is currently unable to handle the request, retrying in 2s.
Oct  5 17:31:35.733: INFO: discovery error for unexpected group: schema.GroupVersion{Group:"packages.apps.redhat.com", Version:"v1alpha1"}
Oct  5 17:31:35.733: INFO: Error discoverying server preferred namespaced resources: unable to retrieve the complete list of server APIs: packages.apps.redhat.com/v1alpha1: the server is currently unable to handle the request, retrying in 2s.
Oct  5 17:31:40.325: INFO: discovery error for unexpected group: schema.GroupVersion{Group:"packages.apps.redhat.com", Version:"v1alpha1"}
Oct  5 17:31:40.325: INFO: Error discoverying server preferred namespaced resources: unable to retrieve the complete list of server APIs: packages.apps.redhat.com/v1alpha1: the server is currently unable to handle the request, retrying in 2s.
Oct  5 17:31:43.869: INFO: discovery error for unexpected group: schema.GroupVersion{Group:"packages.apps.redhat.com", Version:"v1alpha1"}
Oct  5 17:31:43.869: INFO: Error discoverying server preferred namespaced resources: unable to retrieve the complete list of server APIs: packages.apps.redhat.com/v1alpha1: the server is currently unable to handle the request, retrying in 2s.
Oct  5 17:31:45.526: INFO: discovery error for unexpected group: schema.GroupVersion{Group:"packages.apps.redhat.com", Version:"v1alpha1"}
Oct  5 17:31:45.526: INFO: Error discoverying server preferred namespaced resources: unable to retrieve the complete list of server APIs: packages.apps.redhat.com/v1alpha1: the server is currently unable to handle the request, retrying in 2s.
Oct  5 17:31:48.576: INFO: discovery error for unexpected group: schema.GroupVersion{Group:"packages.apps.redhat.com", Version:"v1alpha1"}
Oct  5 17:31:48.576: INFO: Error discoverying server preferred namespaced resources: unable to retrieve the complete list of server APIs: packages.apps.redhat.com/v1alpha1: the server is currently unable to handle the request, retrying in 2s.
Oct  5 17:31:51.626: INFO: discovery error for unexpected group: schema.GroupVersion{Group:"packages.apps.redhat.com", Version:"v1alpha1"}
Oct  5 17:31:51.626: INFO: Error discoverying server preferred namespaced resources: unable to retrieve the complete list of server APIs: packages.apps.redhat.com/v1alpha1: the server is currently unable to handle the request, retrying in 2s.
Oct  5 17:31:54.676: INFO: discovery error for unexpected group: schema.GroupVersion{Group:"packages.apps.redhat.com", Version:"v1alpha1"}
Oct  5 17:31:54.677: INFO: Error discoverying server preferred namespaced resources: unable to retrieve the complete list of server APIs: packages.apps.redhat.com/v1alpha1: the server is currently unable to handle the request, retrying in 2s.
Oct  5 17:31:57.728: INFO: discovery error for unexpected group: schema.GroupVersion{Group:"packages.apps.redhat.com", Version:"v1alpha1"}
Oct  5 17:31:57.728: INFO: Error discoverying server preferred namespaced resources: unable to retrieve the complete list of server APIs: packages.apps.redhat.com/v1alpha1: the server is currently unable to handle the request, retrying in 2s.
Oct  5 17:31:57.728: INFO: Couldn't delete ns: "e2e-tests-secrets-2r7dh": timed out waiting for the condition (&errors.errorString{s:"timed out waiting for the condition"})


• Failure in Spec Teardown (AfterEach) [658.953 seconds]
[sig-storage] Secrets
/tmp/openshift/build-rpms/rpm/BUILD/origin-4.0.0/_output/local/go/src/github.com/openshift/origin/vendor/k8s.io/kubernetes/test/e2e/common/secrets_volume.go:33
  should be consumable from pods in volume with defaultMode set [NodeConformance] [Conformance] [Suite:openshift/conformance/parallel/minimal] [Suite:k8s] [AfterEach]
  /tmp/openshift/build-rpms/rpm/BUILD/origin-4.0.0/_output/local/go/src/github.com/openshift/origin/vendor/k8s.io/kubernetes/test/e2e/framework/framework.go:684

  Oct  5 17:31:57.728: Couldn't delete ns: "e2e-tests-secrets-2r7dh": timed out waiting for the condition (&errors.errorString{s:"timed out waiting for the condition"})

  /tmp/openshift/build-rpms/rpm/BUILD/origin-4.0.0/_output/local/go/src/github.com/openshift/origin/vendor/k8s.io/kubernetes/test/e2e/framework/framework.go:319

But this PR touches none of the installer code.

/retest

@abhinavdahiya
Copy link
Contributor

@wking
Looks like olm installed APIService packages.apps.redhat.com/v1alpha1 through CVO; but the package server that needs to respond to those requests is not responsive. Causing apiserver to return 503s

@smarterclayton
Copy link
Contributor

Do we know why package server isn't starting? It's in the payload

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@crawford
Copy link
Contributor Author

crawford commented Oct 5, 2018

@smarterclayton I'm not sure, but I'm tired of it failing and chewing up resources: #425.

Copy link
Contributor

@yifan-gu yifan-gu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: crawford, wking, yifan-gu

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [crawford,wking,yifan-gu]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@abhinavdahiya
Copy link
Contributor

/retest

@crawford
Copy link
Contributor Author

crawford commented Oct 5, 2018

Error installing provider "ignition": read tcp 172.16.16.105:44670->151.101.1.183:443: read: connection reset by peer.

Booooooo.

@abhinavdahiya
Copy link
Contributor

/test e2e-aws

@crawford
Copy link
Contributor Author

crawford commented Oct 5, 2018

It looks like Terraform failed, but the installer succeeded :/

* module.vpc.aws_security_group_rule.master_ingress_kubelet_secure_from_worker: Resource 'aws_security_group.master' does not have attribute 'id' for variable 'aws_security_group.master.id'
* module.vpc.aws_security_group_rule.master_ingress_node_exporter: Resource 'aws_security_group.master' does not have attribute 'id' for variable 'aws_security_group.master.id'
* module.vpc.aws_security_group_rule.worker_ingress_kubelet_secure_from_master: Resource 'aws_security_group.master' does not have attribute 'id' for variable 'aws_security_group.master.id'
* module.vpc.aws_security_group_rule.master_ingress_heapster_from_worker: Resource 'aws_security_group.master' does not have attribute 'id' for variable 'aws_security_group.master.id'
* module.vpc.aws_security_group_rule.master_ingress_services: Resource 'aws_security_group.master' does not have attribute 'id' for variable 'aws_security_group.master.id'
* module.vpc.aws_security_group_rule.master_ingress_heapster: Resource 'aws_security_group.master' does not have attribute 'id' for variable 'aws_security_group.master.id'
* module.vpc.aws_security_group_rule.master_egress: Resource 'aws_security_group.master' does not have attribute 'id' for variable 'aws_security_group.master.id'
* module.vpc.aws_security_group_rule.master_ingress_https: Resource 'aws_security_group.master' does not have attribute 'id' for variable 'aws_security_group.master.id'
* module.vpc.aws_security_group_rule.master_ingress_flannel: Resource 'aws_security_group.master' does not have attribute 'id' for variable 'aws_security_group.master.id'
* module.vpc.output.master_sg_id: Resource 'aws_security_group.master' does not have attribute 'id' for variable 'aws_security_group.master.id'

Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.


level=debug msg="Fetching Cluster Metadata..."
level=debug msg="Generating dependencies of Cluster Metadata..."
level=debug msg="  Fetching Install Config..."
level=debug msg="  Found Install Config..."
level=debug msg="  Fetching Cluster..."
level=debug msg="  Found Cluster..."
level=debug msg="Generating Cluster Metadata..."

/test e2e-aws

@openshift-merge-robot openshift-merge-robot merged commit 022a0d4 into openshift:master Oct 5, 2018
@crawford crawford deleted the cleanup branch October 5, 2018 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants