Skip to content

Instantly share code, notes, and snippets.

@jcnars
Created October 6, 2021 06:03
Show Gist options
  • Save jcnars/f2dfe037847ccfae9b8964b64909b1f4 to your computer and use it in GitHub Desktop.
Save jcnars/f2dfe037847ccfae9b8964b64909b1f4 to your computer and use it in GitHub Desktop.
✔ ~/learn_prow_local/test-infra [master ↓·167|✔]
20:15 $ minikube start --kubernetes-version=1.21.5
😄 minikube v1.23.2 on Debian rodete
✨ Automatically selected the docker driver
👍 Starting control plane node minikube in cluster minikube
🚜 Pulling base image ...
🔥 Creating docker container (CPUs=2, Memory=15900MB) ...
🐳 Preparing Kubernetes v1.21.5 on Docker 20.10.8 ...
▪ Generating certificates and keys ...
▪ Booting up control plane ...
▪ Configuring RBAC rules ...
🔎 Verifying Kubernetes components...
▪ Using image gcr.io/k8s-minikube/storage-provisioner:v5
🌟 Enabled addons: storage-provisioner, default-storageclass
🏄 Done! kubectl is now configured to use "minikube" cluster and "default" namespace by default
✔ ~/learn_prow_local/test-infra [master ↓·167|✔]
20:15 $ !bazel
bazel run //prow/cmd/tackle
Starting local Bazel server and connecting to it...
INFO: Analyzed target //prow/cmd/tackle:tackle (778 packages loaded, 12589 targets configured).
INFO: Found 1 target...
INFO: From Compiling external/com_google_protobuf/src/google/protobuf/generated_message_reflection.cc [for host]:
external/com_google_protobuf/src/google/protobuf/generated_message_reflection.cc: In member function 'void google::protobuf::Reflection::SwapOneofField(google::protobuf::Message*, google::protobuf::Message*, const google::protobuf::OneofDescriptor*) const':
external/com_google_protobuf/src/google/protobuf/generated_message_reflection.cc:2131:37: warning: 'temp_bool' may be used uninitialized in this function [-Wmaybe-uninitialized]
2131 | *MutableRaw<Type>(message, field) = value;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
external/com_google_protobuf/src/google/protobuf/generated_message_reflection.cc:496:8: note: 'temp_bool' was declared here
496 | bool temp_bool;
| ^~~~~~~~~
external/com_google_protobuf/src/google/protobuf/generated_message_reflection.cc:2131:37: warning: 'temp_double' may be used uninitialized in this function [-Wmaybe-uninitialized]
2131 | *MutableRaw<Type>(message, field) = value;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
external/com_google_protobuf/src/google/protobuf/generated_message_reflection.cc:495:10: note: 'temp_double' was declared here
495 | double temp_double;
| ^~~~~~~~~~~
external/com_google_protobuf/src/google/protobuf/generated_message_reflection.cc:2131:37: warning: 'temp_uint64' may be used uninitialized in this function [-Wmaybe-uninitialized]
2131 | *MutableRaw<Type>(message, field) = value;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
external/com_google_protobuf/src/google/protobuf/generated_message_reflection.cc:493:10: note: 'temp_uint64' was declared here
493 | uint64 temp_uint64;
| ^~~~~~~~~~~
external/com_google_protobuf/src/google/protobuf/generated_message_reflection.cc:2131:37: warning: 'temp_uint32' may be used uninitialized in this function [-Wmaybe-uninitialized]
2131 | *MutableRaw<Type>(message, field) = value;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
external/com_google_protobuf/src/google/protobuf/generated_message_reflection.cc:492:10: note: 'temp_uint32' was declared here
492 | uint32 temp_uint32;
| ^~~~~~~~~~~
INFO: From Compiling external/com_google_protobuf/src/google/protobuf/generated_message_reflection.cc:
external/com_google_protobuf/src/google/protobuf/generated_message_reflection.cc: In member function 'void google::protobuf::Reflection::SwapOneofField(google::protobuf::Message*, google::protobuf::Message*, const google::protobuf::OneofDescriptor*) const':
external/com_google_protobuf/src/google/protobuf/generated_message_reflection.cc:2131:37: warning: 'temp_bool' may be used uninitialized in this function [-Wmaybe-uninitialized]
2131 | *MutableRaw<Type>(message, field) = value;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
external/com_google_protobuf/src/google/protobuf/generated_message_reflection.cc:496:8: note: 'temp_bool' was declared here
496 | bool temp_bool;
| ^~~~~~~~~
external/com_google_protobuf/src/google/protobuf/generated_message_reflection.cc:2131:37: warning: 'temp_double' may be used uninitialized in this function [-Wmaybe-uninitialized]
2131 | *MutableRaw<Type>(message, field) = value;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
external/com_google_protobuf/src/google/protobuf/generated_message_reflection.cc:495:10: note: 'temp_double' was declared here
495 | double temp_double;
| ^~~~~~~~~~~
external/com_google_protobuf/src/google/protobuf/generated_message_reflection.cc:2131:37: warning: 'temp_uint64' may be used uninitialized in this function [-Wmaybe-uninitialized]
2131 | *MutableRaw<Type>(message, field) = value;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
external/com_google_protobuf/src/google/protobuf/generated_message_reflection.cc:493:10: note: 'temp_uint64' was declared here
493 | uint64 temp_uint64;
| ^~~~~~~~~~~
external/com_google_protobuf/src/google/protobuf/generated_message_reflection.cc:2131:37: warning: 'temp_uint32' may be used uninitialized in this function [-Wmaybe-uninitialized]
2131 | *MutableRaw<Type>(message, field) = value;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
external/com_google_protobuf/src/google/protobuf/generated_message_reflection.cc:492:10: note: 'temp_uint32' was declared here
492 | uint32 temp_uint32;
| ^~~~~~~~~~~
INFO: From Generating Descriptor Set proto_library @go_googleapis//google/iam/v1:iam_proto:
google/iam/v1/options.proto:20:1: warning: Import google/api/annotations.proto is unused.
google/iam/v1/policy.proto:21:1: warning: Import google/api/annotations.proto is unused.
Target //prow/cmd/tackle:tackle up-to-date:
bazel-bin/prow/cmd/tackle/tackle_/tackle
INFO: Elapsed time: 65.714s, Critical Path: 12.90s
INFO: 371 processes: 371 linux-sandbox.
INFO: Build completed successfully, 374 total actions
INFO: Build completed successfully, 374 total actions
Existing kubernetes contexts:
0: gke_bmaas-testing_us-central1-c_cluster-1
1: gke_bmaas-testing_us-west1-a_prow-poc
* 2: minikube (current)
Choose context or [create new]: 2
Applying admin role bindings (to create RBAC rules)...
W1001 20:18:02.926708 17060 helpers.go:569] --dry-run=true is deprecated (boolean value) and can be replaced with --dry-run=client.
clusterrolebinding.rbac.authorization.k8s.io/prow-admin created
Deploying prow...
Apply starter.yaml from [github upstream]: /usr/local/google/home/jcnarasimhan/learn_prow_local/starter-gcs-incrementally-modified.yaml
namespace/prow created
configmap/plugins created
secret/github-token created
secret/hmac-token created
configmap/config created
deployment.apps/hook created
service/hook created
deployment.apps/sinker created
deployment.apps/deck created
service/deck created
deployment.apps/horologium created
deployment.apps/tide created
service/tide created
ingress.networking.k8s.io/prow created
deployment.apps/statusreconciler created
namespace/test-pods created
serviceaccount/deck created
rolebinding.rbac.authorization.k8s.io/deck created
rolebinding.rbac.authorization.k8s.io/deck created
role.rbac.authorization.k8s.io/deck created
role.rbac.authorization.k8s.io/deck created
serviceaccount/horologium created
role.rbac.authorization.k8s.io/horologium created
rolebinding.rbac.authorization.k8s.io/horologium created
serviceaccount/sinker created
role.rbac.authorization.k8s.io/sinker created
role.rbac.authorization.k8s.io/sinker created
rolebinding.rbac.authorization.k8s.io/sinker created
rolebinding.rbac.authorization.k8s.io/sinker created
serviceaccount/hook created
role.rbac.authorization.k8s.io/hook created
rolebinding.rbac.authorization.k8s.io/hook created
serviceaccount/tide created
role.rbac.authorization.k8s.io/tide created
rolebinding.rbac.authorization.k8s.io/tide created
serviceaccount/statusreconciler created
role.rbac.authorization.k8s.io/statusreconciler created
rolebinding.rbac.authorization.k8s.io/statusreconciler created
persistentvolumeclaim/ghproxy created
deployment.apps/ghproxy created
service/ghproxy created
deployment.apps/prow-controller-manager created
serviceaccount/prow-controller-manager created
role.rbac.authorization.k8s.io/prow-controller-manager created
role.rbac.authorization.k8s.io/prow-controller-manager created
rolebinding.rbac.authorization.k8s.io/prow-controller-manager created
rolebinding.rbac.authorization.k8s.io/prow-controller-manager created
deployment.apps/crier created
serviceaccount/crier created
role.rbac.authorization.k8s.io/crier created
role.rbac.authorization.k8s.io/crier created
rolebinding.rbac.authorization.k8s.io/crier created
rolebinding.rbac.authorization.k8s.io/crier created
Checking github credentials...
Store your GitHub token in a file e.g. echo $TOKEN > /path/to/github/token
Input /path/to/github/token to upload into cluster: /usr/local/google/home/jcnarasimhan/learn_prow_local/github_token_jcnars_github_app
INFO[0032] User() client=github
Prow will act as jcnars on github
Applying github token into oauth-token secret...W1001 20:18:32.254855 18768 helpers.go:569] --dry-run=true is deprecated (boolean value) and can be replaced with --dry-run=client.
secret/oauth-token created
Ensuring hmac secret exists at hmac-token...INFO[0033] Creating new hmac-token secret with random data...
exists
Looking for prow's hook ingress URL... W1001 20:18:32.362141 14462 warnings.go:70] networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
.W1001 20:18:33.369169 14462 warnings.go:70] networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
.W1001 20:18:34.373161 14462 warnings.go:70] networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
.W1001 20:18:35.376305 14462 warnings.go:70] networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
.W1001 20:18:36.380707 14462 warnings.go:70] networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
.W1001 20:18:37.384771 14462 warnings.go:70] networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
.W1001 20:18:38.388644 14462 warnings.go:70] networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
.W1001 20:18:39.393299 14462 warnings.go:70] networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
.^C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment