· 5 years ago · Jan 17, 2020, 01:34 PM
1λ test-infra git:(master) bazel run //prow/cmd/tackle
2DEBUG: /home/jparrill/.cache/bazel/_bazel_jparrill/712a15c28bf8c295728606eaacac6899/external/bazel_toolchains/rules/rbe_repo/version_check.bzl:68:9:
3Current running Bazel is ahead of bazel-toolchains repo. Please update your pin to bazel-toolchains repo in your WORKSPACE file.
4DEBUG: /home/jparrill/.cache/bazel/_bazel_jparrill/712a15c28bf8c295728606eaacac6899/external/bazel_toolchains/rules/rbe_repo/checked_in.bzl:125:9: rbe_default not using checked in configs; Bazel version 1.2.1 was picked/selected but no checked in config was found in map {"0.20.0": ["8.0.0"], "0.21.0": ["8.0.0"], "0.22.0": ["8.0.0", "9.0.0"], "0.23.0": ["8.0.0", "9.0.0"], "0.23.1": ["8.0.0", "9.0.0"], "0.23.2": ["9.0.0"], "0.24.0": ["9.0.0"], "0.24.1": ["9.0.0"], "0.25.0": ["9.0.0"], "0.25.1": ["9.0.0"], "0.25.2": ["9.0.0"], "0.26.0": ["9.0.0"], "0.26.1": ["9.0.0"], "0.27.0": ["9.0.0"], "0.27.1": ["9.0.0"], "0.28.0": ["9.0.0"], "0.28.1": ["9.0.0"], "0.29.0": ["9.0.0"], "0.29.1": ["9.0.0", "10.0.0"], "1.0.0": ["9.0.0", "10.0.0"]}
5DEBUG: /home/jparrill/.cache/bazel/_bazel_jparrill/712a15c28bf8c295728606eaacac6899/external/bazel_gazelle/internal/go_repository.bzl:182:13: gazelle: gazelle: finding module path for import github.com/google/mako/clients/proto/analyzers/threshold_analyzer_go_proto: exit status 1: can't load package: package github.com/google/mako/clients/proto/analyzers/threshold_analyzer_go_proto: module github.com/google/mako@latest (v0.2.0-rc1) found, but does not contain package github.com/google/mako/clients/proto/analyzers/threshold_analyzer_go_proto
6DEBUG: /home/jparrill/.cache/bazel/_bazel_jparrill/712a15c28bf8c295728606eaacac6899/external/bazel_gazelle/internal/go_repository.bzl:182:13: gazelle: gazelle: finding module path for import testdata.kb.io/api/v1: exit status 1: can't load package: package testdata.kb.io/api/v1: cannot find module providing package testdata.kb.io/api/v1
7gazelle: finding module path for import testdata.kb.io/api/v2: exit status 1: can't load package: package testdata.kb.io/api/v2: cannot find module providing package testdata.kb.io/api/v2
8gazelle: finding module path for import testdata.kb.io/api/v3: exit status 1: can't load package: package testdata.kb.io/api/v3: cannot find module providing package testdata.kb.io/api/v3
9INFO: Analyzed target //prow/cmd/tackle:tackle (1 packages loaded, 385 targets configured).
10INFO: Found 1 target...
11Target //prow/cmd/tackle:tackle up-to-date:
12 bazel-bin/prow/cmd/tackle/linux_amd64_stripped/tackle
13INFO: Elapsed time: 2.060s, Critical Path: 0.31s
14INFO: 0 processes.
15INFO: Build completed successfully, 1 total action
16INFO: Build completed successfully, 1 total action
17Existing kubernetes contexts:
18 ...
19 ...
20 ...
21 ...
22Choose context or [create new]:
23Getting active GCP account...Your active configuration is: [jparrill]
24jparrill@redhat.com
25Projects available to jparrill@redhat.com:
26 ...
27 ...
28 ...
29 ...
30 ...
31Wow, that is a lot of projects!
32Type the name of any project, including ones not in this truncated list
33Your active configuration is: [jparrill]
34Select project [cnvlab-xxxxxx]:
35Ensuring jparrill@redhat.com has access to cnvlab-xxxxxx...
36Existing GKE clusters in cnvlab-xxxxxx:
37 No clusters
38Get credentials for existing cluster or [create new]:
39Cluster name [prow]: parri-prow
40Your active configuration is: [jparrill]
41(unset)
42Available zones:
43 ...
44 ...
45 ...
46 ...
47Type the name of any zone, including ones not in this truncated list
48Select zone [us-east1-b]: europe-west4-a
49WARNING: If `--issue-client-certificate` is specified but `--enable-basic-auth` or `--username` is not, our API will treat that as `--no-enable-basic-auth`.
50WARNING: Currently VPC-native is not the default mode during cluster creation. In the future, this will become the default mode and can be disabled using `--no-enable-ip-alias` flag. Use `--[no-]enable-ip-alias` flag to suppress this warning.
51WARNING: Newly created clusters and node-pools will have node auto-upgrade enabled by default. This can be disabled using the `--no-enable-autoupgrade` flag.
52WARNING: Starting in 1.12, default node pools in new clusters will have their legacy Compute Engine instance metadata endpoints disabled by default. To create a cluster with legacy instance metadata endpoints disabled in the default node pool, run `clusters create` with the flag `--metadata disable-legacy-endpoints=true`.
53WARNING: Your Pod address range (`--cluster-ipv4-cidr`) can accommodate at most 1008 node(s).
54This will enable the autorepair feature for nodes. Please see https://cloud.google.com/kubernetes-engine/docs/node-auto-repair for more information on node autorepairs.
55Creating cluster parri-prow in europe-west4-a... Cluster is being health-checked (master is healthy)...done.
56Created [https://container.googleapis.com/v1/projects/cnvlab-xxxxxx/zones/europe-west4-a/clusters/parri-prow].
57To inspect the contents of your cluster, go to: https://console.cloud.google.com/kubernetes/workload_/gcloud/europe-west4-a/parri-prow?project=cnvlab-xxxxxx
58kubeconfig entry generated for parri-prow.
59NAME LOCATION MASTER_VERSION MASTER_IP MACHINE_TYPE NODE_VERSION NUM_NODES STATUS
60parri-prow europe-west4-a 1.13.11-gke.14 xx.xxx.xxx.xxx n1-standard-1 1.13.11-gke.14 3 RUNNING
61Applying admin role bindings (to create RBAC rules)...
62Your active configuration is: [jparrill]
63clusterrolebinding.rbac.authorization.k8s.io/prow-admin created
64Deploying prow...
65Apply starter.yaml from [github upstream]:
66Loading from https://raw.githubusercontent.com/kubernetes/test-infra/master/prow/cluster/starter.yaml
67Warning: kubectl apply should be used on resource created by either kubectl create --save-config or kubectl apply
68configmap/plugins configured
69Warning: kubectl apply should be used on resource created by either kubectl create --save-config or kubectl apply
70configmap/config configured
71customresourcedefinition.apiextensions.k8s.io/prowjobs.prow.k8s.io created
72deployment.apps/hook created
73service/hook created
74deployment.apps/plank created
75deployment.apps/sinker created
76deployment.apps/deck created
77service/deck created
78deployment.apps/horologium created
79deployment.apps/tide created
80service/tide created
81ingress.extensions/ing created
82deployment.apps/statusreconciler created
83namespace/test-pods created
84serviceaccount/deck created
85rolebinding.rbac.authorization.k8s.io/deck created
86rolebinding.rbac.authorization.k8s.io/deck created
87role.rbac.authorization.k8s.io/deck created
88role.rbac.authorization.k8s.io/deck created
89serviceaccount/horologium created
90role.rbac.authorization.k8s.io/horologium created
91rolebinding.rbac.authorization.k8s.io/horologium created
92serviceaccount/plank created
93role.rbac.authorization.k8s.io/plank created
94role.rbac.authorization.k8s.io/plank created
95rolebinding.rbac.authorization.k8s.io/plank created
96rolebinding.rbac.authorization.k8s.io/plank created
97serviceaccount/sinker created
98role.rbac.authorization.k8s.io/sinker created
99role.rbac.authorization.k8s.io/sinker created
100rolebinding.rbac.authorization.k8s.io/sinker created
101rolebinding.rbac.authorization.k8s.io/sinker created
102serviceaccount/hook created
103role.rbac.authorization.k8s.io/hook created
104rolebinding.rbac.authorization.k8s.io/hook created
105serviceaccount/tide created
106role.rbac.authorization.k8s.io/tide created
107rolebinding.rbac.authorization.k8s.io/tide created
108serviceaccount/statusreconciler created
109role.rbac.authorization.k8s.io/statusreconciler created
110rolebinding.rbac.authorization.k8s.io/statusreconciler created
111Checking github credentials...
112Store your GitHub token in a file e.g. echo $TOKEN > /path/to/github/token
113Input /path/to/github/token to upload into cluster: /home/jparrill/projects/test-infra/.token
114INFO[5811] User() client=github
115Prow will act as janitor-bot on github
116Applying github token into oauth-token secret...secret/oauth-token created
117Ensuring hmac secret exists at hmac-token...INFO[5813] Creating new hmac-token secret with random data...
118exists
119Looking for prow's hook ingress URL... http://xx.xxx.xxx.xxx/hook
120Enable which org or org/repo [quit]:
121 Enjoy your gke_cnvlab-209908_europe-west4-a_parri-prow prow instance at: http://xx.xxx.xxx.xxx/!