Running with gitlab-runner 13.12.0 (7a6612da)  on ironbank-tools-shared-gitlab-runner-b749b7c78-zsd27 h3bnP_JL section_start:1631001819:resolve_secrets Resolving secrets section_end:1631001819:resolve_secrets section_start:1631001819:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner-ironbank-tools Using Kubernetes executor with image [MASKED]/ironbank-tools/ironbank-pipeline/all-in-one-fedora:1.0 ... section_end:1631001819:prepare_executor section_start:1631001819:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-tools/runner-h3bnpjl-project-2084-concurrent-07czdd to be running, status is Pending Waiting for pod gitlab-runner-ironbank-tools/runner-h3bnpjl-project-2084-concurrent-07czdd to be running, status is Pending ContainersNotReady: "containers with unready status: [build helper istio-proxy]" ContainersNotReady: "containers with unready status: [build helper istio-proxy]" Running on runner-h3bnpjl-project-2084-concurrent-07czdd via ironbank-tools-shared-gitlab-runner-b749b7c78-zsd27... section_end:1631001825:prepare_script section_start:1631001825:get_sources Getting source from Git repository $ until [ $(curl --fail --silent --output /dev/stderr --write-out "%{http_code}" localhost:15020/healthz/ready) -eq 200 ]; do echo Waiting for Sidecar; sleep 3 ; done ; echo Sidecar available; Sidecar available Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/h3bnP_JL/0/ironbank-tools/project-template/.git/ Created fresh repository. Checking out 8d0d0cb9 as master... Skipping Git submodules setup section_end:1631001825:get_sources section_start:1631001825:step_script Executing "step_script" stage of the job script $ pip install -r requirements.txt WARNING: Running pip install with root privileges is generally not a good idea. Try `pip install --user` instead. Collecting requests Downloading https://files.pythonhosted.org/packages/92/96/144f70b972a9c0eabbd4391ef93ccd49d0f2747f4f6a2a2738e99e5adc65/requests-2.26.0-py2.py3-none-any.whl (62kB) Collecting gitpython Downloading https://files.pythonhosted.org/packages/bc/91/b38c4fabb6e5092ab23492ded4f318ab7299b19263272b703478038c0fbc/GitPython-3.1.18-py3-none-any.whl (170kB) Collecting charset-normalizer~=2.0.0; python_version >= "3" Downloading https://files.pythonhosted.org/packages/33/53/b7f6126a2b9fd878b025fe3c40266cfaad696f312165008ce045bffa3fe7/charset_normalizer-2.0.4-py3-none-any.whl Collecting urllib3<1.27,>=1.21.1 Downloading https://files.pythonhosted.org/packages/5f/64/43575537846896abac0b15c3e5ac678d787a4021e906703f1766bfb8ea11/urllib3-1.26.6-py2.py3-none-any.whl (138kB) Collecting certifi>=2017.4.17 Downloading https://files.pythonhosted.org/packages/05/1b/0a0dece0e8aa492a6ec9e4ad2fe366b511558cdc73fd3abc82ba7348e875/certifi-2021.5.30-py2.py3-none-any.whl (145kB) Collecting idna<4,>=2.5; python_version >= "3" Downloading https://files.pythonhosted.org/packages/d7/77/ff688d1504cdc4db2a938e2b7b9adee5dd52e34efbd2431051efc9984de9/idna-3.2-py3-none-any.whl (59kB) Collecting gitdb<5,>=4.0.1 Downloading https://files.pythonhosted.org/packages/ea/e8/f414d1a4f0bbc668ed441f74f44c116d9816833a48bf81d22b697090dba8/gitdb-4.0.7-py3-none-any.whl (63kB) Collecting smmap<5,>=3.0.1 Downloading https://files.pythonhosted.org/packages/68/ee/d540eb5e5996eb81c26ceffac6ee49041d473bc5125f2aa995cf51ec1cf1/smmap-4.0.0-py2.py3-none-any.whl Installing collected packages: charset-normalizer, urllib3, certifi, idna, requests, smmap, gitdb, gitpython Successfully installed certifi-2021.5.30 charset-normalizer-2.0.4 gitdb-4.0.7 gitpython-3.1.18 idna-3.2 requests-2.26.0 smmap-4.0.0 urllib3-1.26.6 $ python template.py --gitlab-url=${GITLAB_URL} --gitlab-token=${IRONBANK_TOOLS_TOKEN} --template-project=${TEMPLATE_PROJECT} --mode ${MODE} --ignore-projects=${IGNORE_PROJECTS} --run-modules=${MODULES} --target-group=${TARGET_GROUP} --distroless-projects=${DISTROLESS_PROJECTS} [INFO] 07-Sep-21 08:03:47 - Skipping projects with ID: 43, 143, 3634, 3566, 2971, 2417, 2344, 2330, 2241, 2086, 2065, 2064, 2057, 2056, 1963, 1961, 1888, 1880, 1878, 1809, 3700, 4232, 4229, 4228, 3832, 6611, 5578, 5385, 5284, 1979 [INFO] 07-Sep-21 08:03:47 - Executing modules: branches [INFO] 07-Sep-21 08:03:47 - Getting list of projects... [INFO] 07-Sep-21 08:04:52 - Number of projects: 1417 [INFO] 07-Sep-21 08:04:52 - [1/1417] dsop/opensource/pipeline-test-project/grafana-enterprise [WARNING] 07-Sep-21 08:04:53 - Protected branches misconfigured! [CRITICAL] 07-Sep-21 08:04:54 - Failed to create protected branch: 422 Unprocessable Entity [INFO] 07-Sep-21 08:04:54 - [2/1417] dsop/opensource/minio/console-v0.6.8 [WARNING] 07-Sep-21 08:04:55 - Protected branches misconfigured! [CRITICAL] 07-Sep-21 08:04:55 - Failed to create protected branch: 422 Unprocessable Entity [INFO] 07-Sep-21 08:04:55 - [3/1417] dsop/big-bang/coder [WARNING] 07-Sep-21 08:04:57 - Protected branches misconfigured! [CRITICAL] 07-Sep-21 08:04:57 - Failed to create protected branch: 422 Unprocessable Entity [INFO] 07-Sep-21 08:04:57 - [4/1417] dsop/opensource/virustotal/yara [INFO] 07-Sep-21 08:04:59 - [5/1417] dsop/opensource/sleuthkit/sleuthkit [INFO] 07-Sep-21 08:05:01 - [6/1417] dsop/opensource/portainer/portainer-ce [INFO] 07-Sep-21 08:05:03 - [7/1417] dsop/opensource/log2timeline/plaso [INFO] 07-Sep-21 08:05:04 - [8/1417] dsop/opensource/hedgedoc/hedgedoc [INFO] 07-Sep-21 08:05:06 - [9/1417] dsop/mitre/virtuoso/plugins/yara-plus-plus [INFO] 07-Sep-21 08:05:08 - [10/1417] dsop/mitre/virtuoso/plugins/volatility3 [INFO] 07-Sep-21 08:05:10 - [11/1417] dsop/mitre/virtuoso/plugins/volatility2 [INFO] 07-Sep-21 08:05:12 - [12/1417] dsop/mitre/virtuoso/plugins/tzworks [INFO] 07-Sep-21 08:05:13 - [13/1417] dsop/mitre/virtuoso/plugins/pst [INFO] 07-Sep-21 08:05:15 - [14/1417] dsop/mitre/virtuoso/plugins/fileinfo [INFO] 07-Sep-21 08:05:17 - [15/1417] dsop/mitre/virtuoso/plugins/disk-image-profiler [INFO] 07-Sep-21 08:05:19 - [16/1417] dsop/mitre/virtuoso/plugins/bulk-extractor [INFO] 07-Sep-21 08:05:21 - [17/1417] dsop/mitre/virtuoso/plugins/analyzemft [INFO] 07-Sep-21 08:05:22 - [18/1417] dsop/mitre/virtuoso/core/worker [INFO] 07-Sep-21 08:05:24 - [19/1417] dsop/mitre/virtuoso/core/file-system-watcher [INFO] 07-Sep-21 08:05:25 - [20/1417] dsop/mitre/virtuoso/core/backend [INFO] 07-Sep-21 08:05:27 - [21/1417] dsop/mitre/virtuoso/core/frontend [INFO] 07-Sep-21 08:05:29 - [22/1417] dsop/big-bang/cluster-auditor/opa-exporter [INFO] 07-Sep-21 08:05:31 - [23/1417] dsop/opensource/clamav/clamav-rest [INFO] 07-Sep-21 08:05:34 - [24/1417] dsop/bdp/rda/bootstrap [INFO] 07-Sep-21 08:05:35 - [25/1417] dsop/opensource/dask-gateway/tip-dependencies [INFO] 07-Sep-21 08:05:37 - [26/1417] dsop/opensource/dask-gateway/jupyterhub [INFO] 07-Sep-21 08:05:38 - [27/1417] dsop/opensource/kubernetes/kube-state-metrics [INFO] 07-Sep-21 08:05:40 - [28/1417] dsop/opensource/unity/unity [INFO] 07-Sep-21 08:05:42 - [29/1417] dsop/opensource/robot-framework/robot-framework [INFO] 07-Sep-21 08:05:43 - [30/1417] dsop/opensource/qemu/qemu [INFO] 07-Sep-21 08:05:45 - [31/1417] dsop/opensource/rtems-5.1/rtems-5.1 [INFO] 07-Sep-21 08:05:47 - [32/1417] dsop/via/tac-node/tendermint [INFO] 07-Sep-21 08:05:50 - [33/1417] dsop/opensource/apache/tomcat8-openjdk8 [INFO] 07-Sep-21 08:05:52 - [34/1417] dsop/rancher-federal/rke2/rke2-cloud-provider [INFO] 07-Sep-21 08:05:54 - [35/1417] dsop/rancher-federal/rke2/mirrored-jettech-kube-webhook-certgen [INFO] 07-Sep-21 08:05:56 - [36/1417] dsop/united-platform/kubevirt/virt-operator-v0.43.0 [INFO] 07-Sep-21 08:05:58 - [37/1417] dsop/united-platform/kubevirt/virt-launcher-v0.43.0 [INFO] 07-Sep-21 08:06:00 - [38/1417] dsop/united-platform/kubevirt/virt-handler-v0.43.0 [INFO] 07-Sep-21 08:06:02 - [39/1417] dsop/united-platform/kubevirt/virt-controller-v0.43.0 [INFO] 07-Sep-21 08:06:05 - [40/1417] dsop/united-platform/kubevirt/virt-api-v0.43.0 [INFO] 07-Sep-21 08:06:07 - [41/1417] dsop/mantech/gvalkov/tailon [INFO] 07-Sep-21 08:06:09 - [42/1417] dsop/mantech/portainer [INFO] 07-Sep-21 08:06:11 - [43/1417] dsop/mantech/nginx [INFO] 07-Sep-21 08:06:14 - [44/1417] dsop/mantech/postgres [INFO] 07-Sep-21 08:06:16 - [45/1417] dsop/mantech/rabbitmq [INFO] 07-Sep-21 08:06:19 - [46/1417] dsop/mantech/python39 [INFO] 07-Sep-21 08:06:21 - [47/1417] dsop/cloudfit/cloudfit/cfs-checkovinput [INFO] 07-Sep-21 08:06:23 - [48/1417] dsop/redhat/go/go-toolset [INFO] 07-Sep-21 08:06:25 - [49/1417] dsop/maildev/maildev [WARNING] 07-Sep-21 08:06:29 - Protected branches misconfigured! [CRITICAL] 07-Sep-21 08:06:29 - Failed to create protected branch: 409 Conflict [CRITICAL] 07-Sep-21 08:06:29 - Failed to create protected branch: 409 Conflict [INFO] 07-Sep-21 08:06:29 - [50/1417] dsop/redhat/go/golang [INFO] 07-Sep-21 08:06:33 - [51/1417] dsop/opensource/istio/1.11/proxyv2 [INFO] 07-Sep-21 08:06:38 - [52/1417] dsop/opensource/istio/1.11/pilot [INFO] 07-Sep-21 08:06:40 - [53/1417] dsop/opensource/istio/1.11/operator [INFO] 07-Sep-21 08:06:42 - [54/1417] dsop/opensource/istio/1.11/istioctl [INFO] 07-Sep-21 08:06:44 - [55/1417] dsop/opensource/istio/1.11/install-cni [INFO] 07-Sep-21 08:06:46 - [56/1417] dsop/opensource/grafana/fluent-bit-plugin-loki [INFO] 07-Sep-21 08:06:48 - [57/1417] dsop/purestorage/portworx/px-enteprise [INFO] 07-Sep-21 08:06:51 - [58/1417] dsop/kinetica/pathfinder/kinetica7.1 [INFO] 07-Sep-21 08:06:52 - [59/1417] dsop/opensource/uswitch/kiam [INFO] 07-Sep-21 08:06:54 - [60/1417] dsop/opensource/kubernetes/1.22/kube-proxy [INFO] 07-Sep-21 08:06:56 - [61/1417] dsop/opensource/kubernetes/1.22/kube-apiserver [INFO] 07-Sep-21 08:06:59 - [62/1417] dsop/opensource/kubernetes/1.22/kube-controller-manager [INFO] 07-Sep-21 08:07:01 - [63/1417] dsop/opensource/kubernetes/1.22/kubectl [INFO] 07-Sep-21 08:07:03 - [64/1417] dsop/opensource/kubernetes/1.22/kube-scheduler [INFO] 07-Sep-21 08:07:05 - [65/1417] dsop/opensource/kubernetes/1.22/kubeadm [INFO] 07-Sep-21 08:07:07 - [66/1417] dsop/opensource/grafana/promtail [INFO] 07-Sep-21 08:07:10 - [67/1417] dsop/opensource/dask-gateway/singleuser [INFO] 07-Sep-21 08:07:11 - [68/1417] dsop/radiantone/fid [INFO] 07-Sep-21 08:07:13 - [69/1417] dsop/radiantone/zookeeper [INFO] 07-Sep-21 08:07:18 - [70/1417] dsop/hashicorp/boundary [INFO] 07-Sep-21 08:07:20 - [71/1417] dsop/gitlab/gitlab/13.x/gitlab-runner-helper [INFO] 07-Sep-21 08:07:22 - [72/1417] dsop/gitlab/gitlab/13.x/gitlab-runner [INFO] 07-Sep-21 08:07:24 - [73/1417] dsop/gitlab/gitlab/13.x/kubectl [INFO] 07-Sep-21 08:07:25 - [74/1417] dsop/gitlab/gitlab/13.x/alpine-certificates [INFO] 07-Sep-21 08:07:27 - [75/1417] dsop/gitlab/gitlab/13.x/gitlab-container-registry [INFO] 07-Sep-21 08:07:29 - [76/1417] dsop/gitlab/gitlab/13.x/gitlab-webservice [INFO] 07-Sep-21 08:07:30 - [77/1417] dsop/gitlab/gitlab/13.x/gitlab-task-runner [INFO] 07-Sep-21 08:07:32 - [78/1417] dsop/gitlab/gitlab/13.x/gitlab-sidekiq [INFO] 07-Sep-21 08:07:34 - [79/1417] dsop/gitlab/gitlab/13.x/gitaly [INFO] 07-Sep-21 08:07:37 - [80/1417] dsop/gitlab/gitlab/13.x/gitlab-workhorse [INFO] 07-Sep-21 08:07:39 - [81/1417] dsop/gitlab/gitlab/13.x/gitlab-rails [INFO] 07-Sep-21 08:07:41 - [82/1417] dsop/gitlab/gitlab/13.x/gitlab-shell [INFO] 07-Sep-21 08:07:43 - [83/1417] dsop/gitlab/gitlab/13.x/gitlab-mailroom [INFO] 07-Sep-21 08:07:46 - [84/1417] dsop/gitlab/gitlab/13.x/gitlab-exporter [INFO] 07-Sep-21 08:07:53 - [85/1417] dsop/gitlab/gitlab/13.x/gitlab-ruby [INFO] 07-Sep-21 08:07:55 - [86/1417] dsop/gitlab/gitlab/13.x/git-base [INFO] 07-Sep-21 08:07:58 - [87/1417] dsop/opensource/longhornio/longhorn-ui [INFO] 07-Sep-21 08:08:00 - [88/1417] dsop/opensource/longhornio/longhorn-share-manager [INFO] 07-Sep-21 08:08:02 - [89/1417] dsop/opensource/longhornio/longhorn-manager [INFO] 07-Sep-21 08:08:04 - [90/1417] dsop/opensource/longhornio/longhorn-instance-manager [INFO] 07-Sep-21 08:08:06 - [91/1417] dsop/opensource/longhornio/longhorn-engine [INFO] 07-Sep-21 08:08:09 - [92/1417] dsop/opensource/longhornio/backing-image-manager [INFO] 07-Sep-21 08:08:11 - [93/1417] dsop/opensource/longhornio/csi-snapshotter [INFO] 07-Sep-21 08:08:12 - [94/1417] dsop/opensource/longhornio/csi-resizer [INFO] 07-Sep-21 08:08:14 - [95/1417] dsop/opensource/longhornio/csi-provisioner [INFO] 07-Sep-21 08:08:16 - [96/1417] dsop/opensource/longhornio/csi-node-driver-registrar [INFO] 07-Sep-21 08:08:19 - [97/1417] dsop/opensource/longhornio/csi-attacher [INFO] 07-Sep-21 08:08:21 - [98/1417] dsop/afrl-dcgs/anchore/grype [INFO] 07-Sep-21 08:08:24 - [99/1417] dsop/gitlab/gitlab/gitlab-toolbox [INFO] 07-Sep-21 08:08:26 - [100/1417] dsop/jpeo-cbrnd/eds-protocol-handler [INFO] 07-Sep-21 08:08:27 - [101/1417] dsop/diat/aap-mongo [INFO] 07-Sep-21 08:08:29 - [102/1417] dsop/big-bang/jira-scriptrunner [INFO] 07-Sep-21 08:08:30 - [103/1417] dsop/opensource/palo-alto-networks/demisto/xsoar-tools [INFO] 07-Sep-21 08:08:32 - [104/1417] dsop/opensource/palo-alto-networks/demisto/unzip [INFO] 07-Sep-21 08:08:33 - [105/1417] dsop/opensource/palo-alto-networks/demisto/unrar [INFO] 07-Sep-21 08:08:35 - [106/1417] dsop/opensource/palo-alto-networks/demisto/tld [INFO] 07-Sep-21 08:08:37 - [107/1417] dsop/opensource/palo-alto-networks/demisto/tesseract [INFO] 07-Sep-21 08:08:38 - [108/1417] dsop/opensource/palo-alto-networks/demisto/teams [INFO] 07-Sep-21 08:08:40 - [109/1417] dsop/opensource/palo-alto-networks/demisto/taxii2 [INFO] 07-Sep-21 08:08:42 - [110/1417] dsop/opensource/palo-alto-networks/demisto/taxii [INFO] 07-Sep-21 08:08:45 - [111/1417] dsop/opensource/palo-alto-networks/demisto/stix2 [INFO] 07-Sep-21 08:08:48 - [112/1417] dsop/opensource/palo-alto-networks/demisto/sklearn [INFO] 07-Sep-21 08:08:50 - [113/1417] dsop/opensource/palo-alto-networks/demisto/sane-doc-reports [INFO] 07-Sep-21 08:08:51 - [114/1417] dsop/opensource/palo-alto-networks/demisto/readpdf [INFO] 07-Sep-21 08:08:53 - [115/1417] dsop/opensource/palo-alto-networks/demisto/python_zipfile [INFO] 07-Sep-21 08:08:55 - [116/1417] dsop/opensource/palo-alto-networks/demisto/powershell [INFO] 07-Sep-21 08:08:58 - [117/1417] dsop/opensource/palo-alto-networks/demisto/pcap-http-extractor [INFO] 07-Sep-21 08:09:00 - [118/1417] dsop/opensource/palo-alto-networks/demisto/pandas [INFO] 07-Sep-21 08:09:02 - [119/1417] dsop/opensource/palo-alto-networks/demisto/office-utils [INFO] 07-Sep-21 08:09:04 - [120/1417] dsop/opensource/palo-alto-networks/demisto/nltk [INFO] 07-Sep-21 08:09:06 - [121/1417] dsop/opensource/palo-alto-networks/demisto/netutils [INFO] 07-Sep-21 08:09:08 - [122/1417] dsop/opensource/palo-alto-networks/demisto/ml [INFO] 07-Sep-21 08:09:10 - [123/1417] dsop/opensource/palo-alto-networks/demisto/ldap [INFO] 07-Sep-21 08:09:12 - [124/1417] dsop/opensource/palo-alto-networks/demisto/jmespath [INFO] 07-Sep-21 08:09:14 - [125/1417] dsop/opensource/palo-alto-networks/demisto/iputils [INFO] 07-Sep-21 08:09:16 - [126/1417] dsop/opensource/palo-alto-networks/demisto/ippysocks [INFO] 07-Sep-21 08:09:19 - [127/1417] dsop/opensource/palo-alto-networks/demisto/fetch-data [INFO] 07-Sep-21 08:09:21 - [128/1417] dsop/opensource/palo-alto-networks/demisto/dnspython [INFO] 07-Sep-21 08:09:22 - [129/1417] dsop/opensource/palo-alto-networks/demisto/dl [INFO] 07-Sep-21 08:09:24 - [130/1417] dsop/opensource/palo-alto-networks/demisto/dempcap [INFO] 07-Sep-21 08:09:25 - [131/1417] dsop/opensource/palo-alto-networks/demisto/chromium [INFO] 07-Sep-21 08:09:27 - [132/1417] dsop/opensource/palo-alto-networks/demisto/btfl-soup [INFO] 07-Sep-21 08:09:29 - [133/1417] dsop/opensource/pipeline-test-project/hardened-kubernetes [INFO] 07-Sep-21 08:09:32 - [134/1417] dsop/opensource/pipeline-test-project/ubi8-micro [INFO] 07-Sep-21 08:09:34 - [135/1417] dsop/opensource/nginx-flask/nginx-flask [INFO] 07-Sep-21 08:09:36 - [136/1417] dsop/opensource/kubernetes-sigs/sig-storage/snapshot-controller [INFO] 07-Sep-21 08:09:38 - [137/1417] dsop/opensource/kubernetes-sigs/aws-efs-csi-driver [INFO] 07-Sep-21 08:09:40 - [138/1417] dsop/kinetica/pathfinder/child-tracker-convert [INFO] 07-Sep-21 08:09:42 - [139/1417] dsop/kinetica/pathfinder/parent-tracker-convert [INFO] 07-Sep-21 08:09:44 - [140/1417] dsop/elastic/enterprise-search [INFO] 07-Sep-21 08:09:46 - [141/1417] dsop/opensource/metabase/metabase [INFO] 07-Sep-21 08:09:49 - [142/1417] dsop/opensource/seldonio/seldon-core-executor-ubi8 [INFO] 07-Sep-21 08:09:51 - [143/1417] dsop/opensource/pipeline-test-project/vm_tam [WARNING] 07-Sep-21 08:09:53 - Branches missing! [CRITICAL] 07-Sep-21 08:09:53 - Failed to create branch: 400 Bad Request [INFO] 07-Sep-21 08:09:53 - [144/1417] dsop/big-bang/base [INFO] 07-Sep-21 08:09:54 - [145/1417] dsop/rapidfort/vm-scheduler [INFO] 07-Sep-21 08:09:56 - [146/1417] dsop/rapidfort/s3fs [INFO] 07-Sep-21 08:09:58 - [147/1417] dsop/rapidfort/rfvdb [INFO] 07-Sep-21 08:10:00 - [148/1417] dsop/rapidfort/rfpubsub [INFO] 07-Sep-21 08:10:02 - [149/1417] dsop/rapidfort/redis [INFO] 07-Sep-21 08:10:04 - [150/1417] dsop/rapidfort/pypi [INFO] 07-Sep-21 08:10:06 - [151/1417] dsop/rapidfort/marketing [INFO] 07-Sep-21 08:10:09 - [152/1417] dsop/rapidfort/keycloak [INFO] 07-Sep-21 08:10:11 - [153/1417] dsop/rapidfort/iso-master [INFO] 07-Sep-21 08:10:12 - [154/1417] dsop/rapidfort/frontrow [INFO] 07-Sep-21 08:10:15 - [155/1417] dsop/rapidfort/backend [INFO] 07-Sep-21 08:10:16 - [156/1417] dsop/diat/aap-python [INFO] 07-Sep-21 08:10:20 - [157/1417] dsop/CoreStack-Web/resource_invetory [INFO] 07-Sep-21 08:10:22 - [158/1417] dsop/CoreStack-Web/heat [INFO] 07-Sep-21 08:10:24 - [159/1417] dsop/CoreStack-Web/cost [INFO] 07-Sep-21 08:10:26 - [160/1417] dsop/CoreStack-Web/keystone [INFO] 07-Sep-21 08:10:28 - [161/1417] dsop/sonatype/scanner [INFO] 07-Sep-21 08:10:29 - [162/1417] dsop/sonatype/enforcer [INFO] 07-Sep-21 08:10:31 - [163/1417] dsop/sonatype/manager [INFO] 07-Sep-21 08:10:33 - [164/1417] dsop/sonatype/controller [INFO] 07-Sep-21 08:10:34 - [165/1417] dsop/opensource/helm/chart-testing [INFO] 07-Sep-21 08:10:37 - [166/1417] dsop/opensource/cloud-custodian/cloud-custodian [INFO] 07-Sep-21 08:10:39 - [167/1417] dsop/via/tac-node/vm-tam [INFO] 07-Sep-21 08:10:41 - [168/1417] dsop/sysdig/sysdig-secure/cloud-connector-0.7.9 [INFO] 07-Sep-21 08:10:43 - [169/1417] dsop/sysdig/sysdig-secure/cloud-scanning-0.7.9 [INFO] 07-Sep-21 08:10:45 - [170/1417] dsop/sysdig/sysdig-secure/admission-controller-3.2.0 [INFO] 07-Sep-21 08:10:49 - [171/1417] dsop/opensource/eclipse/jetty-10 [INFO] 07-Sep-21 08:10:50 - [172/1417] dsop/big-bang/velero [INFO] 07-Sep-21 08:10:52 - [173/1417] dsop/big-bang/sonarqube [INFO] 07-Sep-21 08:10:54 - [174/1417] dsop/opensource/grafana/grafana-loki [INFO] 07-Sep-21 08:10:55 - [175/1417] dsop/grafana/grafana-enterprise-logs [INFO] 07-Sep-21 08:10:57 - [176/1417] dsop/beast-code/weapon-one/base-image [INFO] 07-Sep-21 08:10:59 - [177/1417] dsop/bdp/rda/converter [INFO] 07-Sep-21 08:11:00 - [178/1417] dsop/bdp/rda/shinyserver [INFO] 07-Sep-21 08:11:02 - [179/1417] dsop/bdp/rda/base [INFO] 07-Sep-21 08:11:04 - [180/1417] dsop/opensource/doxygen/doxygen [INFO] 07-Sep-21 08:11:06 - [181/1417] dsop/redhat/ubi/ubi8-micro [INFO] 07-Sep-21 08:11:08 - [182/1417] dsop/opensource/goharbor/harbor-log [INFO] 07-Sep-21 08:11:09 - [183/1417] dsop/grafana/grafana-enterprise [INFO] 07-Sep-21 08:11:11 - [184/1417] dsop/opensource/kubernetes-sigs/sig-storage/csi-provisioner [INFO] 07-Sep-21 08:11:12 - [185/1417] dsop/opensource/kubernetes-sigs/sig-storage/csi-attacher [INFO] 07-Sep-21 08:11:14 - [186/1417] dsop/opensource/kubernetes-sigs/sig-storage/csi-snapshotter [INFO] 07-Sep-21 08:11:16 - [187/1417] dsop/opensource/kubernetes-sigs/sig-storage/csi-resizer [INFO] 07-Sep-21 08:11:17 - [188/1417] dsop/opensource/kubernetes-sigs/sig-storage/csi-node-driver-registrar [INFO] 07-Sep-21 08:11:19 - [189/1417] dsop/opensource/kubernetes-sigs/sig-storage/livenessprobe [INFO] 07-Sep-21 08:11:20 - [190/1417] dsop/microsoft/azure/mission-landing-zone [INFO] 07-Sep-21 08:11:22 - [191/1417] dsop/opensource/nodejs/nodejs16 [INFO] 07-Sep-21 08:11:24 - [192/1417] dsop/splunk/splunk/splunk [INFO] 07-Sep-21 08:11:25 - [193/1417] dsop/nutanix/csi-plugin/livenessprobe [INFO] 07-Sep-21 08:11:27 - [194/1417] dsop/nutanix/csi-plugin/csi-snapshotter [INFO] 07-Sep-21 08:11:28 - [195/1417] dsop/nutanix/csi-plugin/csi-provisioner [INFO] 07-Sep-21 08:11:30 - [196/1417] dsop/nutanix/csi-plugin/csi-node-driver-registrar [INFO] 07-Sep-21 08:11:31 - [197/1417] dsop/nutanix/csi-plugin/csi-resizer [INFO] 07-Sep-21 08:11:33 - [198/1417] dsop/opensource/yq/yq [INFO] 07-Sep-21 08:11:35 - [199/1417] dsop/sonarsource/sonarqube/sonarqube9-datacenter-search [INFO] 07-Sep-21 08:11:36 - [200/1417] dsop/sonarsource/sonarqube/sonarqube9-datacenter-app [INFO] 07-Sep-21 08:11:38 - [201/1417] dsop/sonarsource/sonarqube/sonarqube9-enterprise [INFO] 07-Sep-21 08:11:40 - [202/1417] dsop/sonarsource/sonarqube/sonarqube9-developer [INFO] 07-Sep-21 08:11:41 - [203/1417] dsop/sonarsource/sonarqube/sonarqube9-community [INFO] 07-Sep-21 08:11:43 - [204/1417] dsop/opensource/kubernetes/ingress-nginx [INFO] 07-Sep-21 08:11:45 - [205/1417] dsop/opensource/palo-alto-networks/demisto/python3 [INFO] 07-Sep-21 08:11:46 - [206/1417] dsop/opensource/palo-alto-networks/demisto/python [INFO] 07-Sep-21 08:11:48 - [207/1417] dsop/via/base-image/conda-build-env [INFO] 07-Sep-21 08:11:50 - [208/1417] dsop/confluent/confluent-component-operator/cp-server-connect-operator-6.1.1 [INFO] 07-Sep-21 08:11:51 - [209/1417] dsop/beast-code/project-blue/base-image [INFO] 07-Sep-21 08:11:53 - [210/1417] dsop/opensource/pipeline-test-project/search [INFO] 07-Sep-21 08:11:54 - [211/1417] dsop/redhat/dotnet-core/dotnetcore-aspnet-5.0 [INFO] 07-Sep-21 08:11:56 - [212/1417] dsop/d2iq/pause-3.2 [INFO] 07-Sep-21 08:11:57 - [213/1417] dsop/d2iq/kube-scheduler-v1.20.2 [INFO] 07-Sep-21 08:11:59 - [214/1417] dsop/d2iq/kube-proxy-v1.20.2 [INFO] 07-Sep-21 08:12:01 - [215/1417] dsop/d2iq/kube-controller-manager-v1.20.2 [INFO] 07-Sep-21 08:12:03 - [216/1417] dsop/d2iq/kube-apiserver-v1.20.2 [INFO] 07-Sep-21 08:12:04 - [217/1417] dsop/d2iq/etcd-3.4-13-0 [INFO] 07-Sep-21 08:12:06 - [218/1417] dsop/d2iq/czerwonk/bird-exporter-v1.2.4 [INFO] 07-Sep-21 08:12:08 - [219/1417] dsop/d2iq/calico/pod2daemon-flexvol-v3.17.1 [INFO] 07-Sep-21 08:12:09 - [220/1417] dsop/d2iq/calico/node-v3.17.1 [INFO] 07-Sep-21 08:12:11 - [221/1417] dsop/d2iq/calico/kube-controllers-v3.17.1 [INFO] 07-Sep-21 08:12:13 - [222/1417] dsop/d2iq/calico/cni-v3.17.1 [INFO] 07-Sep-21 08:12:15 - [223/1417] dsop/d2iq/coredns-1.7.0 [INFO] 07-Sep-21 08:12:16 - [224/1417] dsop/opensource/istio/1.10/istioctl [INFO] 07-Sep-21 08:12:18 - [225/1417] dsop/opensource/istio/1.10/operator [INFO] 07-Sep-21 08:12:19 - [226/1417] dsop/opensource/istio/1.10/install-cni [INFO] 07-Sep-21 08:12:21 - [227/1417] dsop/opensource/istio/1.10/pilot [INFO] 07-Sep-21 08:12:22 - [228/1417] dsop/opensource/istio/1.10/proxyv2 [INFO] 07-Sep-21 08:12:24 - [229/1417] dsop/anduril/lattice/mirc [INFO] 07-Sep-21 08:12:25 - [230/1417] dsop/anduril/lattice/bas-t [INFO] 07-Sep-21 08:12:27 - [231/1417] dsop/anduril/lattice/ofx-integration [INFO] 07-Sep-21 08:12:28 - [232/1417] dsop/anduril/lattice/ofx-lambda [INFO] 07-Sep-21 08:12:30 - [233/1417] dsop/anduril/lattice/layers [INFO] 07-Sep-21 08:12:31 - [234/1417] dsop/anduril/lattice/notifications [INFO] 07-Sep-21 08:12:33 - [235/1417] dsop/anduril/lattice/metadata [INFO] 07-Sep-21 08:12:35 - [236/1417] dsop/anduril/lattice/matchmaker-engine [INFO] 07-Sep-21 08:12:37 - [237/1417] dsop/anduril/lattice/logging-manager [INFO] 07-Sep-21 08:12:38 - [238/1417] dsop/anduril/lattice/kms [INFO] 07-Sep-21 08:12:40 - [239/1417] dsop/anduril/lattice/graphql-proxy [INFO] 07-Sep-21 08:12:42 - [240/1417] dsop/anduril/lattice/flux-monitor [INFO] 07-Sep-21 08:12:44 - [241/1417] dsop/anduril/lattice/flux-kv [INFO] 07-Sep-21 08:12:45 - [242/1417] dsop/anduril/lattice/config-manager [INFO] 07-Sep-21 08:12:47 - [243/1417] dsop/anduril/lattice/aivideo-uasingest [INFO] 07-Sep-21 08:12:49 - [244/1417] dsop/confluent/confluent-component-operator/cp-init-container-operator-6.1.1 [INFO] 07-Sep-21 08:12:50 - [245/1417] dsop/confluent/confluent-component-operator/cp-enterprise-replicator-operator-6.1.1 [INFO] 07-Sep-21 08:12:52 - [246/1417] dsop/confluent/confluent-component-operator/cp-enterprise-control-center-operator-6.1.1 [INFO] 07-Sep-21 08:12:53 - [247/1417] dsop/confluent/confluent-component-operator/cp-operator-0.174 [INFO] 07-Sep-21 08:12:55 - [248/1417] dsop/confluent/confluent-component-operator/cp-ksqldb-server-operator-6.1.1 [INFO] 07-Sep-21 08:12:56 - [249/1417] dsop/confluent/confluent-component-operator/cp-server-operator-6.1.1 [INFO] 07-Sep-21 08:12:58 - [250/1417] dsop/confluent/confluent-component-operator/cp-zookeeper-operator-6.1.1 [INFO] 07-Sep-21 08:12:59 - [251/1417] dsop/crunchy-data/crunchy-postgres-gis-ha [INFO] 07-Sep-21 08:13:01 - [252/1417] dsop/crunchy-data/crunchy-postgres-ha [INFO] 07-Sep-21 08:13:03 - [253/1417] dsop/crunchy-data/crunchy-pgbouncer [INFO] 07-Sep-21 08:13:04 - [254/1417] dsop/crunchy-data/crunchy-pgbadger [INFO] 07-Sep-21 08:13:07 - [255/1417] dsop/crunchy-data/crunchy-pgbackrest-repo [INFO] 07-Sep-21 08:13:08 - [256/1417] dsop/crunchy-data/crunchy-pgbackrest [INFO] 07-Sep-21 08:13:10 - [257/1417] dsop/crunchy-data/postgres-operator [INFO] 07-Sep-21 08:13:12 - [258/1417] dsop/crunchy-data/crunchy-postgres-exporter [INFO] 07-Sep-21 08:13:13 - [259/1417] dsop/crunchy-data/pgo/pgo-scheduler [INFO] 07-Sep-21 08:13:15 - [260/1417] dsop/crunchy-data/pgo/pgo-rmdata [INFO] 07-Sep-21 08:13:17 - [261/1417] dsop/crunchy-data/pgo/pgo-event [INFO] 07-Sep-21 08:13:19 - [262/1417] dsop/crunchy-data/pgo/pgo-deployer [INFO] 07-Sep-21 08:13:21 - [263/1417] dsop/crunchy-data/pgo/pgo-client [INFO] 07-Sep-21 08:13:22 - [264/1417] dsop/crunchy-data/pgo/pgo-apiserver [INFO] 07-Sep-21 08:13:24 - [265/1417] dsop/opensource/tflint/tflint [INFO] 07-Sep-21 08:13:25 - [266/1417] dsop/opensource/tfsec/tfsec [INFO] 07-Sep-21 08:13:27 - [267/1417] dsop/collaborationai/crowd-vector/reporting/plumber [INFO] 07-Sep-21 08:13:29 - [268/1417] dsop/virtualitics/python-sqlite [INFO] 07-Sep-21 08:13:30 - [269/1417] dsop/virtualitics/node-nginx [INFO] 07-Sep-21 08:13:32 - [270/1417] dsop/opensource/pipeline-test-project/gradle-jdk11 [INFO] 07-Sep-21 08:13:33 - [271/1417] dsop/opensource/pipeline-test-project/openjdk11-devel [INFO] 07-Sep-21 08:13:34 - [272/1417] dsop/opensource/pipeline-test-project/appserver [INFO] 07-Sep-21 08:13:36 - [273/1417] dsop/opensource/velero/velero-plugin-for-csi [INFO] 07-Sep-21 08:13:38 - [274/1417] dsop/opensource/eclipse/jetty-11 [INFO] 07-Sep-21 08:13:39 - [275/1417] dsop/opensource/mariadb/mariadb106 [INFO] 07-Sep-21 08:13:40 - [276/1417] dsop/google/go-containerregistry/crane [INFO] 07-Sep-21 08:13:42 - [277/1417] dsop/opensource/aquasecurity/trivy [INFO] 07-Sep-21 08:13:43 - [278/1417] dsop/opensource/kdmanalytics/bladetoif [INFO] 07-Sep-21 08:13:45 - [279/1417] dsop/opensource/dive/dive [INFO] 07-Sep-21 08:13:47 - [280/1417] dsop/opensource/angular-cli/angular-cli [INFO] 07-Sep-21 08:13:48 - [281/1417] dsop/opensource/eslint/eslint [INFO] 07-Sep-21 08:13:50 - [282/1417] dsop/opensource/skopeo/skopeo [INFO] 07-Sep-21 08:13:51 - [283/1417] dsop/opensource/hadolint/hadolint [INFO] 07-Sep-21 08:13:52 - [284/1417] dsop/opensource/pipeline-test-project/odin_app [INFO] 07-Sep-21 08:13:54 - [285/1417] dsop/opensource/pipeline-test-project/fluentd [INFO] 07-Sep-21 08:13:56 - [286/1417] dsop/opensource/jhipster/jhipster-registry [INFO] 07-Sep-21 08:13:57 - [287/1417] dsop/cloudfit/cloudfit/cfs-logrhythmwatcher [INFO] 07-Sep-21 08:13:59 - [288/1417] dsop/cloudfit/cloudfit/cfs-awswatcher [INFO] 07-Sep-21 08:14:00 - [289/1417] dsop/cloudfit/cloudfit/cfs-activedirectorywatcher [INFO] 07-Sep-21 08:14:02 - [290/1417] dsop/cloudfit/cloudfit/cfs-acaswatcher [INFO] 07-Sep-21 08:14:03 - [291/1417] dsop/opensource/apache/nifi-registry [INFO] 07-Sep-21 08:14:05 - [292/1417] dsop/vivsoft/enbuild/backend [INFO] 07-Sep-21 08:14:06 - [293/1417] dsop/vivsoft/enbuild/frontend [INFO] 07-Sep-21 08:14:08 - [294/1417] dsop/collaborationai/crowd-vector/reporting/jasperdb [INFO] 07-Sep-21 08:14:09 - [295/1417] dsop/collaborationai/crowd-vector/reporting/jasper [INFO] 07-Sep-21 08:14:11 - [296/1417] dsop/collaborationai/crowd-vector/reporting/shiny [INFO] 07-Sep-21 08:14:13 - [297/1417] dsop/collaborationai/crowd-vector/reporting/reportdb [INFO] 07-Sep-21 08:14:15 - [298/1417] dsop/collaborationai/crowd-vector/reporting/api2sql [INFO] 07-Sep-21 08:14:17 - [299/1417] dsop/opensource/dask-gateway/miniconda [INFO] 07-Sep-21 08:14:18 - [300/1417] dsop/opensource/dask-gateway/dask-gateway-server [INFO] 07-Sep-21 08:14:19 - [301/1417] dsop/opensource/dask-gateway/dask-gateway [INFO] 07-Sep-21 08:14:21 - [302/1417] dsop/bitnami/minideb [INFO] 07-Sep-21 08:14:23 - [303/1417] dsop/bitnami/postgres-exporter [INFO] 07-Sep-21 08:14:25 - [304/1417] dsop/bitnami/pgpool [INFO] 07-Sep-21 08:14:26 - [305/1417] dsop/bitnami/postgresql-repmgr [INFO] 07-Sep-21 08:14:27 - [306/1417] dsop/kinetica/pathfinder/cmak [INFO] 07-Sep-21 08:14:29 - [307/1417] dsop/aiml/rstudio/rstudio-dl [INFO] 07-Sep-21 08:14:31 - [308/1417] dsop/opensource/r-shiny/shiny [INFO] 07-Sep-21 08:14:33 - [309/1417] dsop/aiml/jupyter/jaic-notebook [INFO] 07-Sep-21 08:14:34 - [310/1417] dsop/opensource/pipeline-test-project/coredns [WARNING] 07-Sep-21 08:14:36 - Branches missing! [CRITICAL] 07-Sep-21 08:14:36 - Failed to create branch: 400 Bad Request [INFO] 07-Sep-21 08:14:36 - [311/1417] dsop/mitre/rti-connext-dds [INFO] 07-Sep-21 08:14:37 - [312/1417] dsop/aiml/python/python-r-ai [INFO] 07-Sep-21 08:14:39 - [313/1417] dsop/opensource/volatilityfoundation/volatility3 [INFO] 07-Sep-21 08:14:41 - [314/1417] dsop/opensource/volatilityfoundation/volatility2 [INFO] 07-Sep-21 08:14:42 - [315/1417] dsop/opensource/rethinkdb/rethinkdb [INFO] 07-Sep-21 08:14:44 - [316/1417] dsop/parabol/parabol [INFO] 07-Sep-21 08:14:46 - [317/1417] dsop/opensource/r/r-studio [INFO] 07-Sep-21 08:14:47 - [318/1417] dsop/kinetica/pathfinder/tracker [INFO] 07-Sep-21 08:14:49 - [319/1417] dsop/kinetica/pathfinder/json2binary [INFO] 07-Sep-21 08:14:50 - [320/1417] dsop/kinetica/pathfinder/reveal [INFO] 07-Sep-21 08:14:52 - [321/1417] dsop/opensource/pipeline-test-project/ubi7-minimal [INFO] 07-Sep-21 08:14:53 - [322/1417] dsop/opensource/ansible/ansible-operator [INFO] 07-Sep-21 08:14:54 - [323/1417] dsop/opensource/pipeline-test-project/ubi7 [INFO] 07-Sep-21 08:14:56 - [324/1417] dsop/opensource/keycloak/keycloak1002 [INFO] 07-Sep-21 08:14:57 - [325/1417] dsop/virtualitics/imds2remis-frontend [INFO] 07-Sep-21 08:14:59 - [326/1417] dsop/virtualitics/imds2remis-backend [INFO] 07-Sep-21 08:15:01 - [327/1417] dsop/northropgrumman/eval-container [INFO] 07-Sep-21 08:15:02 - [328/1417] dsop/Falkonry-Inc/edge-analyzer [INFO] 07-Sep-21 08:15:04 - [329/1417] dsop/opensource/pipeline-test-project/airflow-scheduler [INFO] 07-Sep-21 08:15:06 - [330/1417] dsop/opensource/jenkins/jenkinsfile-runner [INFO] 07-Sep-21 08:15:07 - [331/1417] dsop/aiml/airflow/airflow [INFO] 07-Sep-21 08:15:09 - [332/1417] dsop/opensource/certtool/certtool [INFO] 07-Sep-21 08:15:11 - [333/1417] dsop/opensource/cucumber/cucumber [INFO] 07-Sep-21 08:15:12 - [334/1417] dsop/opensource/cppcheck/cppcheck [INFO] 07-Sep-21 08:15:14 - [335/1417] dsop/nutanix/csi-plugin/csi-driver [INFO] 07-Sep-21 08:15:16 - [336/1417] dsop/carnegie-mellon/python-ai/python38-ai [INFO] 07-Sep-21 08:15:18 - [337/1417] dsop/aiml/airflow/worker [INFO] 07-Sep-21 08:15:20 - [338/1417] dsop/aiml/airflow/scheduler [INFO] 07-Sep-21 08:15:21 - [339/1417] dsop/opensource/apache/airflow/ai-ml [INFO] 07-Sep-21 08:15:23 - [340/1417] dsop/via/jarvis/tac_ffpy_edison [INFO] 07-Sep-21 08:15:24 - [341/1417] dsop/via/jarvis/afwerx-backend [INFO] 07-Sep-21 08:15:26 - [342/1417] dsop/via/apvm/tf_model_serving [INFO] 07-Sep-21 08:15:28 - [343/1417] dsop/via/apvm/um-key-update-cronjob [INFO] 07-Sep-21 08:15:29 - [344/1417] dsop/via/apvm/mobilenet_api [INFO] 07-Sep-21 08:15:31 - [345/1417] dsop/via/apvm/frontend [INFO] 07-Sep-21 08:15:32 - [346/1417] dsop/via/apvm/container-spawner [INFO] 07-Sep-21 08:15:34 - [347/1417] dsop/via/apvm/tac_market_ui [INFO] 07-Sep-21 08:15:36 - [348/1417] dsop/via/apvm/nodejsbackend [INFO] 07-Sep-21 08:15:37 - [349/1417] dsop/via/apvm/webserver_apvm [INFO] 07-Sep-21 08:15:39 - [350/1417] dsop/via/tac-node/postgres-data-fusion [INFO] 07-Sep-21 08:15:40 - [351/1417] dsop/via/tac-node/bigchaindb [INFO] 07-Sep-21 08:15:42 - [352/1417] dsop/via/tac-node/mobilenet-api [INFO] 07-Sep-21 08:15:43 - [353/1417] dsop/via/tac-node/um-key-update [INFO] 07-Sep-21 08:15:45 - [354/1417] dsop/via/tac-node/tac-ffpy-ffpy-environment [INFO] 07-Sep-21 08:15:46 - [355/1417] dsop/via/tac-node/container-spawner [INFO] 07-Sep-21 08:15:48 - [356/1417] dsop/via/tac-node/tac-conductor [INFO] 07-Sep-21 08:15:50 - [357/1417] dsop/via/dovm/vm-scheduler [INFO] 07-Sep-21 08:15:51 - [358/1417] dsop/via/dovm/um-key-update [INFO] 07-Sep-21 08:15:52 - [359/1417] dsop/via/dovm/tie-worker [INFO] 07-Sep-21 08:15:54 - [360/1417] dsop/via/dovm/tie-api [INFO] 07-Sep-21 08:15:55 - [361/1417] dsop/via/dovm/scheduler-postgresql [INFO] 07-Sep-21 08:15:57 - [362/1417] dsop/via/dovm/tab [INFO] 07-Sep-21 08:15:58 - [363/1417] dsop/via/dovm/k8s-aks [INFO] 07-Sep-21 08:16:00 - [364/1417] dsop/via/dovm/mobilenet-api [INFO] 07-Sep-21 08:16:01 - [365/1417] dsop/via/dovm/frontend [INFO] 07-Sep-21 08:16:03 - [366/1417] dsop/via/dovm/fdw-postgresql [INFO] 07-Sep-21 08:16:04 - [367/1417] dsop/opensource/pipeline-test-project/server [INFO] 07-Sep-21 08:16:05 - [368/1417] dsop/service-sync [INFO] 07-Sep-21 08:16:07 - [369/1417] dsop/opensource/alfresco/alfresco-shared-file-store [INFO] 07-Sep-21 08:16:08 - [370/1417] dsop/opensource/alfresco/alfresco-share [INFO] 07-Sep-21 08:16:11 - [371/1417] dsop/opensource/alfresco/alfresco-digital-workspace [INFO] 07-Sep-21 08:16:12 - [372/1417] dsop/opensource/alfresco/alfresco-content-repository [INFO] 07-Sep-21 08:16:14 - [373/1417] dsop/opensource/alfresco/alfresco-transform-router [INFO] 07-Sep-21 08:16:16 - [374/1417] dsop/alfresco-share [INFO] 07-Sep-21 08:16:18 - [375/1417] dsop/opensource/alfresco/alfresco-transform-core-aio [INFO] 07-Sep-21 08:16:20 - [376/1417] dsop/opensource/alfresco/alfresco-search-services [INFO] 07-Sep-21 08:16:21 - [377/1417] dsop/opensource/alfresco/alfresco-activemq [INFO] 07-Sep-21 08:16:23 - [378/1417] dsop/opensource/alfresco/alfresco-acs-nginx [INFO] 07-Sep-21 08:16:24 - [379/1417] dsop/indrasoft/vauban/vauban-ai-pipeline [INFO] 07-Sep-21 08:16:26 - [380/1417] dsop/indrasoft/vauban/vauban-insider-threat [INFO] 07-Sep-21 08:16:27 - [381/1417] dsop/indrasoft/vauban/vauban-data-mediator [INFO] 07-Sep-21 08:16:29 - [382/1417] dsop/indrasoft/vauban/vauban [INFO] 07-Sep-21 08:16:31 - [383/1417] dsop/opensource/redis/redis-sentinel [INFO] 07-Sep-21 08:16:33 - [384/1417] dsop/opensource/git-server/git-server [INFO] 07-Sep-21 08:16:34 - [385/1417] dsop/nutanix/calm-dsl [INFO] 07-Sep-21 08:16:36 - [386/1417] dsop/aqua-security/enterprise/enforcer-6.0 [INFO] 07-Sep-21 08:16:37 - [387/1417] dsop/aqua-security/enterprise/scanner-6.0 [INFO] 07-Sep-21 08:16:39 - [388/1417] dsop/aqua-security/enterprise/gateway-6.0 [INFO] 07-Sep-21 08:16:41 - [389/1417] dsop/aqua-security/enterprise/console-6.0 [INFO] 07-Sep-21 08:16:42 - [390/1417] dsop/anduril/lattice/c2-evaluator [INFO] 07-Sep-21 08:16:44 - [391/1417] dsop/anduril/lattice/intersectord [INFO] 07-Sep-21 08:16:45 - [392/1417] dsop/anduril/lattice/tiled [INFO] 07-Sep-21 08:16:47 - [393/1417] dsop/anduril/lattice/certificate-authority [INFO] 07-Sep-21 08:16:49 - [394/1417] dsop/anduril/lattice/flux-proxy [INFO] 07-Sep-21 08:16:51 - [395/1417] dsop/opensource/jaegertracing/jaeger-query [INFO] 07-Sep-21 08:16:52 - [396/1417] dsop/opensource/kubernetes-1.21/kubeadm [INFO] 07-Sep-21 08:16:54 - [397/1417] dsop/opensource/kubernetes-1.21/kubectl [INFO] 07-Sep-21 08:16:55 - [398/1417] dsop/opensource/kubernetes-1.21/kube-proxy [INFO] 07-Sep-21 08:16:56 - [399/1417] dsop/opensource/kubernetes-1.21/kube-apiserver [INFO] 07-Sep-21 08:16:58 - [400/1417] dsop/opensource/kubernetes-1.21/kube-controller-manager [INFO] 07-Sep-21 08:16:59 - [401/1417] dsop/opensource/kubernetes-1.21/kube-scheduler [INFO] 07-Sep-21 08:17:01 - [402/1417] dsop/mitre/saf/heimdall-lite [INFO] 07-Sep-21 08:17:02 - [403/1417] dsop/opensource/goharbor/chartmuseum [INFO] 07-Sep-21 08:17:04 - [404/1417] dsop/opensource/goharbor/harbor-exporter [INFO] 07-Sep-21 08:17:05 - [405/1417] dsop/opensource/php/php73-composer-pear [INFO] 07-Sep-21 08:17:07 - [406/1417] dsop/opensource/pipeline-test-project/ubupodscap [INFO] 07-Sep-21 08:17:09 - [407/1417] dsop/anchore/kubernetes-admission-controller/kubernetes-admission-controller [INFO] 07-Sep-21 08:17:10 - [408/1417] dsop/opensource/hygieia/hygieia-feature-gitlab-collector [INFO] 07-Sep-21 08:17:11 - [409/1417] dsop/opensource/hygieia/api [INFO] 07-Sep-21 08:17:13 - [410/1417] dsop/kubeflow/katib/mxnet-mnist-v1beta1-a96ff59 [INFO] 07-Sep-21 08:17:15 - [411/1417] dsop/opensource/trufflehog/trufflehog3 [INFO] 07-Sep-21 08:17:18 - [412/1417] dsop/opensource/hygieia/hygieia-feature-jira-collector [INFO] 07-Sep-21 08:17:19 - [413/1417] dsop/opensource/hygieia/hygieia-scm-gitlab-collector [INFO] 07-Sep-21 08:17:21 - [414/1417] dsop/opensource/istio/1.9/proxyv2 [INFO] 07-Sep-21 08:17:22 - [415/1417] dsop/opensource/istio/1.9/pilot [INFO] 07-Sep-21 08:17:24 - [416/1417] dsop/opensource/istio/1.9/operator [INFO] 07-Sep-21 08:17:25 - [417/1417] dsop/opensource/istio/1.9/istioctl [INFO] 07-Sep-21 08:17:27 - [418/1417] dsop/opensource/istio/1.9/install-cni [INFO] 07-Sep-21 08:17:28 - [419/1417] dsop/opensource/python/python37 [INFO] 07-Sep-21 08:17:30 - [420/1417] dsop/opensource/pipeline-test-project/proxyv2-1.7 [INFO] 07-Sep-21 08:17:31 - [421/1417] dsop/bitnami/git [INFO] 07-Sep-21 08:17:33 - [422/1417] dsop/opensource/jupyter/jupyterhub-k8s-image-awaiter [INFO] 07-Sep-21 08:17:35 - [423/1417] dsop/opensource/jupyter/jupyterhub-k8s-secret-sync [INFO] 07-Sep-21 08:17:36 - [424/1417] dsop/opensource/jupyter/jupyterhub-k8s-network-tools [INFO] 07-Sep-21 08:17:38 - [425/1417] dsop/opensource/jupyter/jupyterhub-k8s-hub [INFO] 07-Sep-21 08:17:39 - [426/1417] dsop/opensource/jupyter/jupyterhub-configurable-http-proxy [INFO] 07-Sep-21 08:17:41 - [427/1417] dsop/opensource/antiword/antiword [INFO] 07-Sep-21 08:17:42 - [428/1417] dsop/opensource/tesseract-ocr/tesseract [INFO] 07-Sep-21 08:17:44 - [429/1417] dsop/opensource/pdftotext/pdftotext [INFO] 07-Sep-21 08:17:45 - [430/1417] dsop/opensource/shellcheck/shellcheck [INFO] 07-Sep-21 08:17:47 - [431/1417] dsop/opensource/kubernetes-sigs/aws-ebs-csi-driver [INFO] 07-Sep-21 08:17:49 - [432/1417] dsop/opensource/kubernetes/autoscaler [INFO] 07-Sep-21 08:17:50 - [433/1417] dsop/opensource/kubernetes/cloud-provider-aws [INFO] 07-Sep-21 08:17:52 - [434/1417] dsop/opensource/aws/aws-node-termination-handler [INFO] 07-Sep-21 08:17:53 - [435/1417] dsop/opensource/vauban/vauban-ai-pipeline [INFO] 07-Sep-21 08:17:55 - [436/1417] dsop/opensource/vauban/vauban-insider-threat [INFO] 07-Sep-21 08:17:56 - [437/1417] dsop/opensource/vauban/vauban-data-mediator [INFO] 07-Sep-21 08:17:58 - [438/1417] dsop/opensource/seldonio/seldon-core-1.0.1/seldon-request-logger-1.0.1 [INFO] 07-Sep-21 08:17:59 - [439/1417] dsop/opensource/seldonio/seldon-core-1.0.1/zookeeper-3.4.8 [INFO] 07-Sep-21 08:18:01 - [440/1417] dsop/opensource/seldonio/seldon-core-1.0.1/kubectl-proxy-1.0.1 [INFO] 07-Sep-21 08:18:02 - [441/1417] dsop/opensource/seldonio/seldon-core-1.0.1/engine-1.0.1 [INFO] 07-Sep-21 08:18:04 - [442/1417] dsop/opensource/seldonio/seldon-core-1.0.1/kafka-0.11.0.0 [INFO] 07-Sep-21 08:18:06 - [443/1417] dsop/virtualitics/odin/odin_app [INFO] 07-Sep-21 08:18:07 - [444/1417] dsop/opensource/pipeline-test-project/weavenet [WARNING] 07-Sep-21 08:18:09 - Branches missing! [CRITICAL] 07-Sep-21 08:18:09 - Failed to create branch: 400 Bad Request [INFO] 07-Sep-21 08:18:09 - Skipping project with ID 5578 because it was specified in the --ignore-projects parameter. [INFO] 07-Sep-21 08:18:09 - [446/1417] dsop/opensource/pipeline-test-project/big-bertha [INFO] 07-Sep-21 08:18:11 - [447/1417] dsop/kubeflow/application-1.0-beta [INFO] 07-Sep-21 08:18:12 - [448/1417] dsop/mitre/saf/heimdall2 [INFO] 07-Sep-21 08:18:14 - [449/1417] dsop/mitre/saf/inspec_tools [INFO] 07-Sep-21 08:18:16 - [450/1417] dsop/mitre/saf/heimdall_tools [INFO] 07-Sep-21 08:18:17 - [451/1417] dsop/opensource/weaveworks/weave-npc [INFO] 07-Sep-21 08:18:19 - [452/1417] dsop/opensource/weaveworks/weave-kube [INFO] 07-Sep-21 08:18:21 - [453/1417] dsop/opensource/weaveworks/weavenet [INFO] 07-Sep-21 08:18:22 - Skipping project with ID 5385 because it was specified in the --ignore-projects parameter. [INFO] 07-Sep-21 08:18:22 - [455/1417] dsop/opensource/jaegertracing/jaeger-es-index-cleaner [INFO] 07-Sep-21 08:18:24 - [456/1417] dsop/opensource/cockroachdb/cockroachdb [INFO] 07-Sep-21 08:18:25 - [457/1417] dsop/opensource/cloudentity/cloudentity [INFO] 07-Sep-21 08:18:27 - [458/1417] dsop/cloudentity/acp [INFO] 07-Sep-21 08:18:28 - [459/1417] dsop/opensource/strimzi/kafka [INFO] 07-Sep-21 08:18:30 - [460/1417] dsop/opensource/jaegertracing/jaeger-ingester [INFO] 07-Sep-21 08:18:32 - [461/1417] dsop/opensource/jaegertracing/jaeger-collector [INFO] 07-Sep-21 08:18:33 - [462/1417] dsop/opensource/jaegertracing/jaeger-agent [INFO] 07-Sep-21 08:18:34 - [463/1417] dsop/bitnami/elasticsearch-exporter [INFO] 07-Sep-21 08:18:36 - [464/1417] dsop/opensource/jet/kube-webhook-certgen [INFO] 07-Sep-21 08:18:38 - Skipping project with ID 5284 because it was specified in the --ignore-projects parameter. [INFO] 07-Sep-21 08:18:38 - [466/1417] dsop/opensource/flutter/flutter [INFO] 07-Sep-21 08:18:40 - [467/1417] dsop/tetrate/getistio [INFO] 07-Sep-21 08:18:42 - [468/1417] dsop/tetrate/xcp/xcpd [INFO] 07-Sep-21 08:18:43 - [469/1417] dsop/tetrate/xcp/xcp [INFO] 07-Sep-21 08:18:45 - [470/1417] dsop/tetrate/tsb/tcc-web-ui [INFO] 07-Sep-21 08:18:47 - [471/1417] dsop/tetrate/tsb/tsboperator-server [INFO] 07-Sep-21 08:18:49 - [472/1417] dsop/tetrate/tsb/tsbd-server [INFO] 07-Sep-21 08:18:50 - [473/1417] dsop/tetrate/tsb/teamsync-job [INFO] 07-Sep-21 08:18:52 - [474/1417] dsop/tetrate/xcp/xcp-operator [INFO] 07-Sep-21 08:18:54 - [475/1417] dsop/tetrate/tsb/spm-server [INFO] 07-Sep-21 08:18:55 - [476/1417] dsop/opensource/influxdata/influxdb [INFO] 07-Sep-21 08:18:57 - [477/1417] dsop/opensource/influxdata/telegraf [INFO] 07-Sep-21 08:18:59 - [478/1417] dsop/opensource/prometheus/postgres-exporter [INFO] 07-Sep-21 08:19:01 - [479/1417] dsop/opensource/zalando/pgbouncer [INFO] 07-Sep-21 08:19:02 - [480/1417] dsop/opensource/zalando/logical-backup [INFO] 07-Sep-21 08:19:05 - [481/1417] dsop/opensource/zalando/spilo-13 [INFO] 07-Sep-21 08:19:06 - [482/1417] dsop/opensource/kaniko/kaniko [INFO] 07-Sep-21 08:19:08 - [483/1417] dsop/virtualitics/license_management/client_license_management [INFO] 07-Sep-21 08:19:09 - [484/1417] dsop/virtualitics/license_management/iviz_licensing [INFO] 07-Sep-21 08:19:11 - [485/1417] dsop/virtualitics/odin/odin_backend [INFO] 07-Sep-21 08:19:13 - [486/1417] dsop/jhu-apl/vortex/registry [INFO] 07-Sep-21 08:19:14 - [487/1417] dsop/jhu-apl/vortex/router [INFO] 07-Sep-21 08:19:16 - [488/1417] dsop/jhu-apl/vortex/nfs [INFO] 07-Sep-21 08:19:18 - [489/1417] dsop/jhu-apl/vortex/vnc [INFO] 07-Sep-21 08:19:20 - [490/1417] dsop/jhu-apl/vortex/jupyter [INFO] 07-Sep-21 08:19:21 - [491/1417] dsop/opensource/velero/velero-plugin-for-microsoft-azure [INFO] 07-Sep-21 08:19:23 - [492/1417] dsop/jhu-apl/vortex/ui [INFO] 07-Sep-21 08:19:24 - [493/1417] dsop/jhu-apl/vortex/system-controller [INFO] 07-Sep-21 08:19:26 - [494/1417] dsop/opensource/atlantis/atlantis [INFO] 07-Sep-21 08:19:27 - [495/1417] dsop/opensource/zeek/zeek [INFO] 07-Sep-21 08:19:28 - [496/1417] dsop/opensource/gdal/gdal [INFO] 07-Sep-21 08:19:30 - [497/1417] dsop/opensource/tegola/tegola [INFO] 07-Sep-21 08:19:31 - [498/1417] dsop/huron-digital-pathology/lagotto-tensorflow-wrapper [INFO] 07-Sep-21 08:19:33 - [499/1417] dsop/huron-digital-pathology/lagotto-dffp [INFO] 07-Sep-21 08:19:34 - [500/1417] dsop/huron-digital-pathology/lagotto-sqs-consumer [INFO] 07-Sep-21 08:19:35 - [501/1417] dsop/huron-digital-pathology/lagotto-data-gateway [INFO] 07-Sep-21 08:19:37 - [502/1417] dsop/huron-digital-pathology/lagotto-controller [INFO] 07-Sep-21 08:19:38 - [503/1417] dsop/huron-digital-pathology/lagotto-indexing [INFO] 07-Sep-21 08:19:40 - [504/1417] dsop/huron-digital-pathology/lagotto-search [INFO] 07-Sep-21 08:19:42 - [505/1417] dsop/opensource/vauban/vauban [INFO] 07-Sep-21 08:19:44 - [506/1417] dsop/opensource/velero/velero-plugin-for-aws [INFO] 07-Sep-21 08:19:45 - [507/1417] dsop/intuit/karate [INFO] 07-Sep-21 08:19:47 - [508/1417] dsop/opensource/velero/velero [INFO] 07-Sep-21 08:19:49 - [509/1417] dsop/bitnami/airflow-scheduler [INFO] 07-Sep-21 08:19:50 - [510/1417] dsop/bitnami/airflow-worker [INFO] 07-Sep-21 08:19:51 - [511/1417] dsop/bitnami/airflow [INFO] 07-Sep-21 08:19:53 - [512/1417] dsop/kinetica/pathfinder/weather-kinetica [INFO] 07-Sep-21 08:19:55 - [513/1417] dsop/kinetica/pathfinder/weather-ingestor [INFO] 07-Sep-21 08:19:56 - [514/1417] dsop/kinetica/pathfinder/pfdatamanager [INFO] 07-Sep-21 08:19:58 - [515/1417] dsop/kinetica/pathfinder/flightplan-decoder [INFO] 07-Sep-21 08:20:00 - [516/1417] dsop/kinetica/pathfinder/flightplan-forwarder [INFO] 07-Sep-21 08:20:01 - [517/1417] dsop/kinetica/pathfinder/websocket [INFO] 07-Sep-21 08:20:03 - [518/1417] dsop/opensource/pipeline-test-project/console [WARNING] 07-Sep-21 08:20:04 - Branches missing! [CRITICAL] 07-Sep-21 08:20:04 - Failed to create branch: 400 Bad Request [INFO] 07-Sep-21 08:20:04 - [519/1417] dsop/opensource/pipeline-test-project/java-code-evaluator [INFO] 07-Sep-21 08:20:06 - [520/1417] dsop/tetrate/tsb/mpc-server [INFO] 07-Sep-21 08:20:08 - [521/1417] dsop/tetrate/tsb/iam-server [INFO] 07-Sep-21 08:20:09 - [522/1417] dsop/tetrate/tsb/iam-jwt [INFO] 07-Sep-21 08:20:11 - [523/1417] dsop/tetrate/tsb/bridge-server [INFO] 07-Sep-21 08:20:12 - [524/1417] dsop/tetrate/tsb/bridge-reconcile [INFO] 07-Sep-21 08:20:14 - [525/1417] dsop/tetrate/tsb/bridge-migration [INFO] 07-Sep-21 08:20:16 - [526/1417] dsop/opensource/googletest/googletest [INFO] 07-Sep-21 08:20:17 - [527/1417] dsop/opensource/pipeline-test-project/maria105 [WARNING] 07-Sep-21 08:20:19 - Branches missing! [CRITICAL] 07-Sep-21 08:20:19 - Failed to create branch: 400 Bad Request [INFO] 07-Sep-21 08:20:19 - [528/1417] dsop/opensource/tensorboard/tensorflow-1.15.5 [INFO] 07-Sep-21 08:20:20 - [529/1417] dsop/kubeflow/tektoncd/dashboard-e3e63e [INFO] 07-Sep-21 08:20:22 - [530/1417] dsop/opensource/spark-operator/spark-py [INFO] 07-Sep-21 08:20:24 - [531/1417] dsop/opensource/spark-operator/spark [INFO] 07-Sep-21 08:20:26 - [532/1417] dsop/opensource/seldonio/xgboostserver_rest-0.2 [INFO] 07-Sep-21 08:20:27 - [533/1417] dsop/opensource/seldonio/xgboostserver_grpc-0.2 [INFO] 07-Sep-21 08:20:29 - [534/1417] dsop/bitnami/postgres/postgresql11 [INFO] 07-Sep-21 08:20:31 - [535/1417] dsop/opensource/seldonio/tfserving-proxy_rest-0.7 [INFO] 07-Sep-21 08:20:32 - [536/1417] dsop/opensource/seldonio/tfserving-proxy_grpc-0.7 [INFO] 07-Sep-21 08:20:34 - [537/1417] dsop/opensource/seldonio/sklearnserver_rest-0.2 [INFO] 07-Sep-21 08:20:35 - [538/1417] dsop/opensource/seldonio/sklearnserver_grpc-0.2 [INFO] 07-Sep-21 08:20:36 - [539/1417] dsop/opensource/seldonio/mlflowserver_rest-0.2 [INFO] 07-Sep-21 08:20:38 - [540/1417] dsop/mlflowserver_rest-0.2 [INFO] 07-Sep-21 08:20:40 - [541/1417] dsop/opensource/seldonio/mlflowserver_grpc-0.2 [INFO] 07-Sep-21 08:20:41 - [542/1417] dsop/kubeflow/mxnet/mxnet-operator-v1beta1 [INFO] 07-Sep-21 08:20:43 - [543/1417] dsop/kubeflow/kfserving-0.2.2/model-initializer [INFO] 07-Sep-21 08:20:45 - [544/1417] dsop/opensource/kubebench/workflow-agent-bc682c1 [INFO] 07-Sep-21 08:20:47 - [545/1417] dsop/opensource/kubebench/kubebench-operator-v1alpha2 [INFO] 07-Sep-21 08:20:48 - [546/1417] dsop/opensource/kubeflow-1.0.2/kdef/coreos/dex-v2.10.0 [INFO] 07-Sep-21 08:20:50 - [547/1417] dsop/opensource/kubeflow-1.0.2/kdef/jaegertracing/all-in-one-1.9 [INFO] 07-Sep-21 08:20:51 - [548/1417] dsop/opensource/kubeflow-1.0.2/kdef/prometheus/prometheus-v2.3.1 [INFO] 07-Sep-21 08:20:53 - [549/1417] dsop/opensource/kubeflow-1.0.2/kdef/kiali/kiali-v0.16 [INFO] 07-Sep-21 08:20:55 - [550/1417] dsop/opensource/kubeflow-1.0.2/kdef/grafana/grafana-6.0.2 [INFO] 07-Sep-21 08:20:56 - [551/1417] dsop/kubeflow/application-controller [INFO] 07-Sep-21 08:20:58 - [552/1417] dsop/bitnami/mysql8 [INFO] 07-Sep-21 08:20:59 - [553/1417] dsop/ironbank-pipelines/rootless-podman [INFO] 07-Sep-21 08:21:00 - [554/1417] dsop/anduril/udl [INFO] 07-Sep-21 08:21:02 - [555/1417] dsop/sonarsource/sonarqube/sonarqube8-datacenter-search [INFO] 07-Sep-21 08:21:03 - [556/1417] dsop/sonarsource/sonarqube/sonarqube8-datacenter-app [INFO] 07-Sep-21 08:21:05 - [557/1417] dsop/bitnami/redis [INFO] 07-Sep-21 08:21:06 - [558/1417] dsop/google/golang/golang-1.16 [INFO] 07-Sep-21 08:21:08 - [559/1417] dsop/opensource/tektoncd/triggers/binding-eval [INFO] 07-Sep-21 08:21:09 - [560/1417] dsop/opensource/tektoncd/triggers/controller [INFO] 07-Sep-21 08:21:11 - [561/1417] dsop/opensource/tektoncd/triggers/eventlistenersink [INFO] 07-Sep-21 08:21:13 - [562/1417] dsop/opensource/tektoncd/triggers/interceptors [INFO] 07-Sep-21 08:21:15 - [563/1417] dsop/opensource/tektoncd/triggers/webhook [INFO] 07-Sep-21 08:21:17 - [564/1417] dsop/raven-solutions/experience-manager-processor [INFO] 07-Sep-21 08:21:19 - [565/1417] dsop/raven-solutions/experience-manager-website [INFO] 07-Sep-21 08:21:21 - [566/1417] dsop/raven-solutions/experience-manager-admin [INFO] 07-Sep-21 08:21:23 - [567/1417] dsop/coder-enterprise/coder-enterprise/dashboard [INFO] 07-Sep-21 08:21:24 - [568/1417] dsop/mitre/army_afsim_tactical_scenario [INFO] 07-Sep-21 08:21:26 - [569/1417] dsop/mitre/sfkc_broker [INFO] 07-Sep-21 08:21:27 - [570/1417] dsop/aiml/rstudio/rstudio-geospatial [INFO] 07-Sep-21 08:21:29 - [571/1417] dsop/aiml/jupyter/jlab-network [INFO] 07-Sep-21 08:21:30 - [572/1417] dsop/aiml/jupyter/jlab-nlp [INFO] 07-Sep-21 08:21:32 - [573/1417] dsop/aiml/jupyter/jlab-cv [INFO] 07-Sep-21 08:21:33 - [574/1417] dsop/aiml/jupyter/jlab-dl [INFO] 07-Sep-21 08:21:35 - [575/1417] dsop/aiml/jupyter/jlab-eda [INFO] 07-Sep-21 08:21:36 - [576/1417] dsop/aiml/python/python36-ai [INFO] 07-Sep-21 08:21:38 - [577/1417] dsop/ibm/ibp/ibp-utilities [INFO] 07-Sep-21 08:21:39 - [578/1417] dsop/ibm/ibp/ibp-peer [INFO] 07-Sep-21 08:21:41 - [579/1417] dsop/ibm/ibp/ibp-orderer [INFO] 07-Sep-21 08:21:42 - [580/1417] dsop/ibm/ibp/ibp-operator [INFO] 07-Sep-21 08:21:44 - [581/1417] dsop/ibm/ibp/ibp-nodeenv [INFO] 07-Sep-21 08:21:46 - [582/1417] dsop/ibm/ibp/ibp-javaenv [INFO] 07-Sep-21 08:21:48 - [583/1417] dsop/ibm/ibp/ibp-init [INFO] 07-Sep-21 08:21:49 - [584/1417] dsop/ibm/ibp/ibp-grpcweb [INFO] 07-Sep-21 08:21:51 - [585/1417] dsop/ibm/ibp/ibp-goenv [INFO] 07-Sep-21 08:21:53 - [586/1417] dsop/ibm/ibp/ibp-fluentd [INFO] 07-Sep-21 08:21:55 - [587/1417] dsop/ibm/ibp/ibp-enroller [INFO] 07-Sep-21 08:21:56 - [588/1417] dsop/ibm/ibp/ibp-dind [INFO] 07-Sep-21 08:21:58 - [589/1417] dsop/ibm/ibp/ibp-deployer [INFO] 07-Sep-21 08:22:00 - [590/1417] dsop/ibm/ibp/ibp-crdwebhook [INFO] 07-Sep-21 08:22:02 - [591/1417] dsop/ibm/ibp/ibp-couchdb [INFO] 07-Sep-21 08:22:03 - [592/1417] dsop/ibm/ibp/ibp-console [INFO] 07-Sep-21 08:22:05 - [593/1417] dsop/ibm/ibp/ibp-chaincode-launcher [INFO] 07-Sep-21 08:22:06 - [594/1417] dsop/ibm/ibp/ibp-ccenv [INFO] 07-Sep-21 08:22:08 - [595/1417] dsop/ibm/ibp/ibp-ca-init [INFO] 07-Sep-21 08:22:10 - [596/1417] dsop/ibm/ibp/ibp-ca [INFO] 07-Sep-21 08:22:12 - [597/1417] dsop/diat/aap-cli [INFO] 07-Sep-21 08:22:14 - [598/1417] dsop/opensource/pipeline-test-project/renovate-test [INFO] 07-Sep-21 08:22:15 - [599/1417] dsop/big-bang/p1-sso [INFO] 07-Sep-21 08:22:17 - [600/1417] dsop/kubeflow/tfoperator/kubeflow-tf-operator-postsubmit-v1-5adee6f-6109-a25c [INFO] 07-Sep-21 08:22:18 - [601/1417] dsop/opensource/seldonio/seldon-core-operator/seldon-core-operator-1.0.1 [INFO] 07-Sep-21 08:22:20 - [602/1417] dsop/beast-code/courseware-editor/base-image [INFO] 07-Sep-21 08:22:21 - [603/1417] dsop/beast-code/courseware/base-image [INFO] 07-Sep-21 08:22:23 - [604/1417] dsop/bitnami/zookeeper [INFO] 07-Sep-21 08:22:24 - [605/1417] dsop/opensource/kubernetes-1.20/kube-apiserver-1.20 [INFO] 07-Sep-21 08:22:26 - [606/1417] dsop/opensource/kubernetes-1.20/kube-scheduler-1.20 [INFO] 07-Sep-21 08:22:28 - [607/1417] dsop/opensource/kubernetes-1.20/kube-controller-manager-1.20 [INFO] 07-Sep-21 08:22:29 - [608/1417] dsop/opensource/kubernetes-1.20/kubectl-1.20 [INFO] 07-Sep-21 08:22:31 - [609/1417] dsop/opensource/kubernetes-1.20/kube-proxy-1.20 [INFO] 07-Sep-21 08:22:33 - [610/1417] dsop/opensource/kubernetes-1.20/kubeadm-1.20 [INFO] 07-Sep-21 08:22:34 - [611/1417] dsop/opensource/go-gitea/gitea [INFO] 07-Sep-21 08:22:36 - [612/1417] dsop/opensource/strimzi/operator [INFO] 07-Sep-21 08:22:37 - [613/1417] dsop/opensource/llvm/clang-11 [INFO] 07-Sep-21 08:22:38 - [614/1417] dsop/opensource/triton-inference-server/server [INFO] 07-Sep-21 08:22:40 - [615/1417] dsop/saber-astronautics/wekan [INFO] 07-Sep-21 08:22:41 - [616/1417] dsop/kubeflow/pytorch/pytorch-operator-v0.6.0-18-g5e36a57 [INFO] 07-Sep-21 08:22:43 - [617/1417] dsop/bitnami/kafka [INFO] 07-Sep-21 08:22:44 - [618/1417] dsop/opensource/ckan/ckan [INFO] 07-Sep-21 08:22:46 - [619/1417] dsop/opensource/spark-operator/spark-operator-v1beta2-1.0.0 [INFO] 07-Sep-21 08:22:48 - [620/1417] dsop/opensource/tektoncd/dashboard [INFO] 07-Sep-21 08:22:50 - [621/1417] dsop/opensource/python/python39 [INFO] 07-Sep-21 08:22:52 - [622/1417] dsop/opensource/zalando/postgres-operator [INFO] 07-Sep-21 08:22:53 - [623/1417] dsop/fluxcd/image-reflector-controller [INFO] 07-Sep-21 08:22:55 - [624/1417] dsop/fluxcd/image-automation-controller [INFO] 07-Sep-21 08:22:56 - [625/1417] dsop/indrasoft/vauban/vauban-project [INFO] 07-Sep-21 08:22:58 - [626/1417] dsop/aiml/apache/nifi [INFO] 07-Sep-21 08:22:59 - [627/1417] dsop/opensource/pipeline-test-project/gitlab-ruby [INFO] 07-Sep-21 08:23:01 - [628/1417] dsop/opensource/stedolan/jq [INFO] 07-Sep-21 08:23:03 - [629/1417] dsop/opensource/tektoncd/nop [INFO] 07-Sep-21 08:23:04 - [630/1417] dsop/opensource/tektoncd/webhook [INFO] 07-Sep-21 08:23:06 - [631/1417] dsop/opensource/tektoncd/pullrequest-init [INFO] 07-Sep-21 08:23:07 - [632/1417] dsop/opensource/tektoncd/kubeconfigwriter [INFO] 07-Sep-21 08:23:09 - [633/1417] dsop/opensource/tektoncd/imagedigestexporter [INFO] 07-Sep-21 08:23:10 - [634/1417] dsop/opensource/tektoncd/git-init [INFO] 07-Sep-21 08:23:12 - [635/1417] dsop/opensource/tektoncd/entrypoint [INFO] 07-Sep-21 08:23:14 - [636/1417] dsop/opensource/tektoncd/controller [INFO] 07-Sep-21 08:23:15 - [637/1417] dsop/aiml/rstudio/rstudio [INFO] 07-Sep-21 08:23:17 - [638/1417] dsop/big-bang/argocd [INFO] 07-Sep-21 08:23:20 - [639/1417] dsop/cloudfit/cloudfit/cfs-graphnotificationworker [INFO] 07-Sep-21 08:23:22 - [640/1417] dsop/cloudfit/cloudfit/cfs-recurringgraphworker [INFO] 07-Sep-21 08:23:23 - [641/1417] dsop/container-hardening-tools/proof-of-concept/resource_scripts [INFO] 07-Sep-21 08:23:25 - [642/1417] dsop/cybersoft-operating-corp/vstk [INFO] 07-Sep-21 08:23:27 - [643/1417] dsop/parasoft/parasoft/cpptest/cpptest-professional [INFO] 07-Sep-21 08:23:28 - [644/1417] dsop/parasoft/parasoft/cpptest/cpptest-standard [INFO] 07-Sep-21 08:23:30 - [645/1417] dsop/f5-networks/app-protect-waf [INFO] 07-Sep-21 08:23:31 - [646/1417] dsop/f5-networks/nginx-ingress-plus [INFO] 07-Sep-21 08:23:33 - [647/1417] dsop/f5-networks/nginx-plus-software-adc [INFO] 07-Sep-21 08:23:34 - Skipping project with ID 4232 because it was specified in the --ignore-projects parameter. [INFO] 07-Sep-21 08:23:34 - Skipping project with ID 4229 because it was specified in the --ignore-projects parameter. [INFO] 07-Sep-21 08:23:34 - Skipping project with ID 4228 because it was specified in the --ignore-projects parameter. [INFO] 07-Sep-21 08:23:34 - [651/1417] dsop/opensource/odoo/odoo [INFO] 07-Sep-21 08:23:36 - [652/1417] dsop/redhat/dotnet-core/dotnetcore-sdk5 [INFO] 07-Sep-21 08:23:37 - [653/1417] dsop/redhat/dotnet-core/dotnetcore-runtime5 [INFO] 07-Sep-21 08:23:39 - [654/1417] dsop/jfrog/jfrog-xray/xray-server [INFO] 07-Sep-21 08:23:40 - [655/1417] dsop/jfrog/jfrog-xray/xray-rabbitmq [INFO] 07-Sep-21 08:23:42 - [656/1417] dsop/jfrog/jfrog-xray/xray-persist [INFO] 07-Sep-21 08:23:43 - [657/1417] dsop/jfrog/jfrog-xray/xray-indexer [INFO] 07-Sep-21 08:23:45 - [658/1417] dsop/jfrog/jfrog-xray/xray-analysis [INFO] 07-Sep-21 08:23:47 - [659/1417] dsop/jfrog/jfrog-xray/router [INFO] 07-Sep-21 08:23:49 - [660/1417] dsop/eggplant-software/dai-server/dai-sut-service [INFO] 07-Sep-21 08:23:51 - [661/1417] dsop/eggplant-software/dai-server/dai-test-config-service [INFO] 07-Sep-21 08:23:53 - [662/1417] dsop/eggplant-software/dai-server/dai-api-composer [INFO] 07-Sep-21 08:23:55 - [663/1417] dsop/eggplant-software/dai-server/dai-rabbitmq-auth-service [INFO] 07-Sep-21 08:23:57 - [664/1417] dsop/eggplant-software/dai-server/dai-task-scheduler-service [INFO] 07-Sep-21 08:23:58 - [665/1417] dsop/eggplant-software/dai-server/dai-versioned-asset-manager [INFO] 07-Sep-21 08:24:00 - [666/1417] dsop/eggplant-software/dai-server/dai-ai-api [INFO] 07-Sep-21 08:24:01 - [667/1417] dsop/eggplant-software/dai-server/dai-execution-error-handler [INFO] 07-Sep-21 08:24:03 - [668/1417] dsop/eggplant-software/dai-server/dai-ai-ui [INFO] 07-Sep-21 08:24:04 - [669/1417] dsop/eggplant-software/dai-server/dai-engine-wrapper [INFO] 07-Sep-21 08:24:06 - [670/1417] dsop/eggplant-software/dai-server/dai-ui [INFO] 07-Sep-21 08:24:07 - [671/1417] dsop/eggplant-software/dai-server/dai-ai-server [INFO] 07-Sep-21 08:24:09 - [672/1417] dsop/eggplant-software/dai-server/dai-ai-engine [INFO] 07-Sep-21 08:24:10 - [673/1417] dsop/flyway/flyway-docker [INFO] 07-Sep-21 08:24:12 - [674/1417] dsop/hashicorp/turbog [INFO] 07-Sep-21 08:24:14 - [675/1417] dsop/kubeflow/tensorflow-notebook/tensorflow-1.15.2-notebook-gpu-1.0.0 [INFO] 07-Sep-21 08:24:16 - [676/1417] dsop/security-compass/sd-elements/reporting [INFO] 07-Sep-21 08:24:17 - [677/1417] dsop/security-compass/sd-elements/postgres-bespoke [INFO] 07-Sep-21 08:24:19 - Skipping project with ID 3832 because it was specified in the --ignore-projects parameter. [INFO] 07-Sep-21 08:24:19 - [679/1417] dsop/kinetica/pathfinder/decoder [INFO] 07-Sep-21 08:24:20 - [680/1417] dsop/kinetica/pathfinder/ingestor [INFO] 07-Sep-21 08:24:22 - [681/1417] dsop/kinetica/pathfinder/packet-forwarder-decoder [INFO] 07-Sep-21 08:24:24 - [682/1417] dsop/aqua-security/enterprise/enforcer-5.3 [INFO] 07-Sep-21 08:24:25 - [683/1417] dsop/aqua-security/enterprise/scanner-5.3 [INFO] 07-Sep-21 08:24:27 - [684/1417] dsop/aqua-security/enterprise/gateway-5.3 [INFO] 07-Sep-21 08:24:28 - [685/1417] dsop/aqua-security/enterprise/console-5.3 [INFO] 07-Sep-21 08:24:30 - [686/1417] dsop/opensource/tensorflow/tensorflow-serving [INFO] 07-Sep-21 08:24:31 - [687/1417] dsop/peaxy/puma-ui/puma-ui-1.0 [INFO] 07-Sep-21 08:24:33 - [688/1417] dsop/peaxy/pac-ui/pac-ui-1.0 [INFO] 07-Sep-21 08:24:34 - [689/1417] dsop/peaxy/puma/puma-1.0 [INFO] 07-Sep-21 08:24:36 - [690/1417] dsop/cloudfit/cloudfit/cfs-recurringmetadataworker [INFO] 07-Sep-21 08:24:37 - [691/1417] dsop/cloudfit/cloudfit/cfs-historyworker [INFO] 07-Sep-21 08:24:39 - [692/1417] dsop/cloudfit/cloudfit/cfs-expansionworker [INFO] 07-Sep-21 08:24:40 - [693/1417] dsop/cloudfit/cloudfit/cfs-currentvalueworker [INFO] 07-Sep-21 08:24:42 - [694/1417] dsop/cloudfit/cloudfit/cfs-callrecordinsights [INFO] 07-Sep-21 08:24:44 - [695/1417] dsop/opensource/gitlab-triage/gitlab-triage [INFO] 07-Sep-21 08:24:46 - [696/1417] dsop/sonarsource/sonar-scanner-cli [INFO] 07-Sep-21 08:24:48 - [697/1417] dsop/aiml/rstudio/shiny [INFO] 07-Sep-21 08:24:50 - [698/1417] dsop/aiml/plotly/dash [INFO] 07-Sep-21 08:24:52 - [699/1417] dsop/opensource/apache/atlas [INFO] 07-Sep-21 08:24:53 - [700/1417] dsop/opensource/r/r-base [INFO] 07-Sep-21 08:24:55 - [701/1417] dsop/opensource/istio-1.8/install-cni [INFO] 07-Sep-21 08:24:56 - [702/1417] dsop/opensource/istio-1.8/istioctl [INFO] 07-Sep-21 08:24:58 - [703/1417] dsop/opensource/istio-1.8/operator [INFO] 07-Sep-21 08:25:00 - [704/1417] dsop/opensource/istio-1.8/pilot [INFO] 07-Sep-21 08:25:01 - [705/1417] dsop/opensource/istio-1.8/proxyv2 [INFO] 07-Sep-21 08:25:03 - [706/1417] dsop/bluestaq/bluestaq-udl-admin/bluestaq-udl-admin [INFO] 07-Sep-21 08:25:04 - [707/1417] dsop/bluestaq/bluestaq-accmgmt-front/bluestaq-accmgmt-front [INFO] 07-Sep-21 08:25:06 - [708/1417] dsop/bluestaq/bluestaq-dataadmin/bluestaq-dataadmin [INFO] 07-Sep-21 08:25:07 - [709/1417] dsop/anduril/lattice/lattice-integrations [INFO] 07-Sep-21 08:25:09 - [710/1417] dsop/anduril/lattice/csv [INFO] 07-Sep-21 08:25:10 - [711/1417] dsop/anduril/lattice/omni [INFO] 07-Sep-21 08:25:12 - [712/1417] dsop/anduril/lattice/kinetica [INFO] 07-Sep-21 08:25:13 - [713/1417] dsop/opensource/ceph/ceph [INFO] 07-Sep-21 08:25:15 - [714/1417] dsop/neo4j-enterprise/neo4j [INFO] 07-Sep-21 08:25:17 - [715/1417] dsop/kubeflow/common/centraldashboard [INFO] 07-Sep-21 08:25:19 - [716/1417] dsop/carnegie-mellon/rstudio [INFO] 07-Sep-21 08:25:20 - [717/1417] dsop/jpweber/cole [INFO] 07-Sep-21 08:25:22 - [718/1417] dsop/opensource/prometheus/blackbox_exporter [INFO] 07-Sep-21 08:25:24 - [719/1417] dsop/ivx/yet-another-cloudwatch-exporter [INFO] 07-Sep-21 08:25:25 - [720/1417] dsop/istio-ecosystem/authservice [INFO] 07-Sep-21 08:25:27 - [721/1417] dsop/atlassian/jira-node-813 [INFO] 07-Sep-21 08:25:28 - [722/1417] dsop/cypress/browsers-nodejs14-edge [INFO] 07-Sep-21 08:25:30 - [723/1417] dsop/cypress/browsers-nodejs14-chrome [INFO] 07-Sep-21 08:25:31 - [724/1417] dsop/cypress/browsers-nodejs12-edge [INFO] 07-Sep-21 08:25:33 - [725/1417] dsop/cypress/base-nodejs14 [INFO] 07-Sep-21 08:25:34 - [726/1417] dsop/cypress/included [INFO] 07-Sep-21 08:25:36 - [727/1417] dsop/cypress/browsers-nodejs12-chrome [INFO] 07-Sep-21 08:25:37 - [728/1417] dsop/cypress/base-nodejs12 [INFO] 07-Sep-21 08:25:38 - [729/1417] dsop/kiwigrid/k8s-sidecar [INFO] 07-Sep-21 08:25:40 - [730/1417] dsop/opensource/nodejs/nodejs10 [INFO] 07-Sep-21 08:25:41 - [731/1417] dsop/anduril/lattice/graphene-k8s-controller [INFO] 07-Sep-21 08:25:43 - [732/1417] dsop/mathworks/matlab/matlab-with-desktop [INFO] 07-Sep-21 08:25:44 - [733/1417] dsop/mathworks/matlab/matlab [INFO] 07-Sep-21 08:25:46 - [734/1417] dsop/ibm/hyperledger/fabric-tools [INFO] 07-Sep-21 08:25:48 - [735/1417] dsop/ibm/hyperledger/fabric-ca [INFO] 07-Sep-21 08:25:50 - [736/1417] dsop/ibm/hyperledger/fabric-orderer [INFO] 07-Sep-21 08:25:52 - [737/1417] dsop/ibm/hyperledger/fabric-peer [INFO] 07-Sep-21 08:25:53 - [738/1417] dsop/opensource/apache/guacamole/guacamole-server [INFO] 07-Sep-21 08:25:55 - [739/1417] dsop/opensource/apache/guacamole/guacamole-client [INFO] 07-Sep-21 08:25:56 - [740/1417] dsop/kubeflow/common/ingress-setup-91db78e53a3b [INFO] 07-Sep-21 08:25:58 - [741/1417] dsop/ml-pipeline/kubeflow-1.0.2-versioned/envoy-metadata-grpc-34a6b3339934 [INFO] 07-Sep-21 08:25:59 - [742/1417] dsop/aws/aws-controllers-k8s/ecr [INFO] 07-Sep-21 08:26:01 - [743/1417] dsop/aws/aws-controllers-k8s/apigatewayv2 [INFO] 07-Sep-21 08:26:03 - [744/1417] dsop/aws/aws-controllers-k8s/dynamodb [INFO] 07-Sep-21 08:26:04 - [745/1417] dsop/aws/aws-controllers-k8s/elasticache [INFO] 07-Sep-21 08:26:06 - [746/1417] dsop/aws/aws-controllers-k8s/sns [INFO] 07-Sep-21 08:26:07 - [747/1417] dsop/aws/aws-controllers-k8s/s3 [INFO] 07-Sep-21 08:26:09 - [748/1417] dsop/aws/aws-controllers-k8s.s3-v0.0.1 [INFO] 07-Sep-21 08:26:10 - [749/1417] dsop/aws-controllers-k8s.s3-v0.0.1 [INFO] 07-Sep-21 08:26:12 - [750/1417] dsop/opensource/apache/jmxtrans [INFO] 07-Sep-21 08:26:13 - [751/1417] dsop/atlassian/fisheye-crucible [INFO] 07-Sep-21 08:26:15 - [752/1417] dsop/atlassian/crowd-data-center [INFO] 07-Sep-21 08:26:17 - [753/1417] dsop/redhat/dotnet-core/dotnetcore-aspnet-3.1 [INFO] 07-Sep-21 08:26:18 - [754/1417] dsop/redhat/dotnet-core/dotnetcore-aspnet-2.1 [INFO] 07-Sep-21 08:26:20 - [755/1417] dsop/kubeflow/tensorflow-notebook/tensorflow-1.15.2-notebook-cpu-1.0.0 [INFO] 07-Sep-21 08:26:22 - [756/1417] dsop/external-dns [INFO] 07-Sep-21 08:26:23 - [757/1417] dsop/opensource/jupyter/jupyterlab [INFO] 07-Sep-21 08:26:25 - [758/1417] dsop/opensource/apache/airflow/airflow [INFO] 07-Sep-21 08:26:27 - [759/1417] dsop/opensource/php-apache/php-apache [INFO] 07-Sep-21 08:26:29 - [760/1417] dsop/rook/cassandra [INFO] 07-Sep-21 08:26:30 - [761/1417] dsop/rook/ceph [INFO] 07-Sep-21 08:26:32 - [762/1417] dsop/sysdig/falcosecurity/falco [INFO] 07-Sep-21 08:26:34 - [763/1417] dsop/army-cyber-protection-brigade/flutter/dev-channel-container [INFO] 07-Sep-21 08:26:35 - [764/1417] dsop/army-cyber-protection-brigade/flutter/beta-channel-container [INFO] 07-Sep-21 08:26:37 - [765/1417] dsop/army-cyber-protection-brigade/flutter/stable-channel-container [INFO] 07-Sep-21 08:26:38 - [766/1417] dsop/confluent/confluent-component-operator/cp-server-operator-5.5.x [INFO] 07-Sep-21 08:26:39 - [767/1417] dsop/confluent/confluent-component-operator/cp-server-connect-operator-5.5.x [INFO] 07-Sep-21 08:26:41 - [768/1417] dsop/confluent/confluent-component-operator/cp-schema-registry-operator-6.1.1 [INFO] 07-Sep-21 08:26:43 - [769/1417] dsop/confluent/confluent-component-operator/cp-ksqldb-server-operator-5.5.x [INFO] 07-Sep-21 08:26:44 - [770/1417] dsop/confluent/confluent-component-operator/cp-enterprise-replicator-operator-5.5.x [INFO] 07-Sep-21 08:26:47 - [771/1417] dsop/confluent/confluent-component-operator/cp-enterprise-control-center-operator-5.5.x [INFO] 07-Sep-21 08:26:49 - [772/1417] dsop/grammatech/codesonar/codesonar-builder [INFO] 07-Sep-21 08:26:50 - [773/1417] dsop/grammatech/codesonar/codesonar-hub [INFO] 07-Sep-21 08:26:52 - [774/1417] dsop/opensource/apache/kafka-bridge [INFO] 07-Sep-21 08:26:53 - [775/1417] dsop/opensource/tchiotludo/akhq [INFO] 07-Sep-21 08:26:55 - [776/1417] dsop/google/golang/golang-1.15 [INFO] 07-Sep-21 08:26:56 - [777/1417] dsop/fluxcd/kustomize-controller [INFO] 07-Sep-21 08:26:58 - [778/1417] dsop/fluxcd/source-controller [INFO] 07-Sep-21 08:26:59 - [779/1417] dsop/fluxcd/notification-controller [INFO] 07-Sep-21 08:27:01 - [780/1417] dsop/fluxcd/helm-controller [INFO] 07-Sep-21 08:27:02 - [781/1417] dsop/opensource/amazon/aws-cli [INFO] 07-Sep-21 08:27:04 - [782/1417] dsop/neuvector/neuvector/scanner [INFO] 07-Sep-21 08:27:06 - [783/1417] dsop/confluent/confluent-component-operator/cp-zookeeper-operator-5.5.x [INFO] 07-Sep-21 08:27:08 - [784/1417] dsop/confluent/confluent-component-operator/cp-init-container-operator-5.5.x [INFO] 07-Sep-21 08:27:09 - [785/1417] dsop/confluent/confluent-component-operator/cp-operator-service-0.419 [INFO] 07-Sep-21 08:27:11 - [786/1417] dsop/kubeflow/admission-webhook/cert-manager-ingress-shim-v0.2.4 [INFO] 07-Sep-21 08:27:12 - [787/1417] dsop/kubeflow/common/common-node-10.23 [INFO] 07-Sep-21 08:27:14 - [788/1417] dsop/opensource/neo4j/neo4j [INFO] 07-Sep-21 08:27:15 - [789/1417] dsop/kinetica/pathfinder/pathfinder [INFO] 07-Sep-21 08:27:17 - [790/1417] dsop/hashicorp/terraform/terraform [INFO] 07-Sep-21 08:27:18 - [791/1417] dsop/aqua-security/enterprise/console-5.0 [INFO] 07-Sep-21 08:27:20 - [792/1417] dsop/aqua-security/enterprise/gateway-5.0 [INFO] 07-Sep-21 08:27:22 - [793/1417] dsop/aqua-security/enterprise/scanner-5.0 [INFO] 07-Sep-21 08:27:23 - [794/1417] dsop/aqua-security/enterprise/enforcer-5.0 [INFO] 07-Sep-21 08:27:25 - [795/1417] dsop/opensource/apache/cassandra-operator [INFO] 07-Sep-21 08:27:26 - [796/1417] dsop/opensource/apache/nifi-operator [INFO] 07-Sep-21 08:27:28 - Skipping project with ID 2971 because it was specified in the --ignore-projects parameter. [INFO] 07-Sep-21 08:27:28 - [798/1417] dsop/opensource/thanos/thanos [INFO] 07-Sep-21 08:27:30 - [799/1417] dsop/opensource/wordpress/wordpress [INFO] 07-Sep-21 08:27:31 - [800/1417] dsop/kubeflow/common/ambassador [INFO] 07-Sep-21 08:27:33 - [801/1417] dsop/kubeflow/mpi-operator-0.1.0 [INFO] 07-Sep-21 08:27:34 - [802/1417] dsop/kubeflow/oidc-authservice-6ac9400 [INFO] 07-Sep-21 08:27:36 - [803/1417] dsop/ironbank-pipelines/pipeline-runner [INFO] 07-Sep-21 08:27:38 - [804/1417] dsop/kubeflow/katib/suggestion-bayesianoptimization-dbcdd44b77d8 [INFO] 07-Sep-21 08:27:39 - [805/1417] dsop/kubeflow/katib/tfevent-metrics-collector-9b78c58da448 [INFO] 07-Sep-21 08:27:41 - [806/1417] dsop/kubeflow/katib/katib-manager-rest-d06d5f7f7a7f [INFO] 07-Sep-21 08:27:42 - [807/1417] dsop/kubeflow/katib/vizier-core-rest-dfd7c5cd1c1d [INFO] 07-Sep-21 08:27:44 - [808/1417] dsop/kubeflow/katib/suggestion-random-898462ec4f1a [INFO] 07-Sep-21 08:27:45 - [809/1417] dsop/darwinai/darwinai/gensynth-web [INFO] 07-Sep-21 08:27:47 - [810/1417] dsop/darwinai/darwinai/gensynth-db [INFO] 07-Sep-21 08:27:48 - [811/1417] dsop/darwinai/darwinai/gensynth-api [INFO] 07-Sep-21 08:27:50 - [812/1417] dsop/bluestaq/bluestaq-storefront/bluestaq-storefront [INFO] 07-Sep-21 08:27:51 - [813/1417] dsop/us-navy-black-pearl/blackpearl/gitpod [INFO] 07-Sep-21 08:27:53 - [814/1417] dsop/us-navy-black-pearl/blackpearl/keel [INFO] 07-Sep-21 08:27:54 - [815/1417] dsop/kubeflow/docs/oidc-authservice-6ac9400 [INFO] 07-Sep-21 08:27:56 - [816/1417] dsop/kubeflow/docs/profile-controller-v20190228-v0.4.0 [INFO] 07-Sep-21 08:27:58 - [817/1417] dsop/kubeflow/common/centraldashboard-v0.7.0-rc.5-15-g62d91774 [INFO] 07-Sep-21 08:28:00 - [818/1417] dsop/kubeflow/common/ambassador-0.37.0 [INFO] 07-Sep-21 08:28:01 - [819/1417] dsop/kubeflow/common/kflogin-ui-v0.5.0 [INFO] 07-Sep-21 08:28:03 - [820/1417] dsop/kubeflow/common/statsd-0.37.0 [INFO] 07-Sep-21 08:28:05 - [821/1417] dsop/kubeflow/common/gatekeeper-0.5.0 [INFO] 07-Sep-21 08:28:06 - [822/1417] dsop/kubeflow/metadata/metadata-frontend-0.1.8 [INFO] 07-Sep-21 08:28:08 - [823/1417] dsop/microfocus/fortify/sca [INFO] 07-Sep-21 08:28:09 - [824/1417] dsop/microfocus/fortify/ssc [INFO] 07-Sep-21 08:28:11 - [825/1417] dsop/bluestaq/bluestaq-udl/bluestaq-udl [INFO] 07-Sep-21 08:28:12 - [826/1417] dsop/bluestaq/bluestaq-pep/bluestaq-pep [INFO] 07-Sep-21 08:28:14 - Skipping project with ID 2417 because it was specified in the --ignore-projects parameter. [INFO] 07-Sep-21 08:28:14 - [828/1417] dsop/bluestaq/bluestaq-sfm/bluestaq-sfm [INFO] 07-Sep-21 08:28:16 - [829/1417] dsop/kubeflow/metadata/metadata-base/metadata-base-latest [INFO] 07-Sep-21 08:28:19 - [830/1417] dsop/kubeflow/katib/suggestion-nasrl-57c6abf76193 [INFO] 07-Sep-21 08:28:20 - Skipping project with ID 2344 because it was specified in the --ignore-projects parameter. [INFO] 07-Sep-21 08:28:20 - [832/1417] dsop/opensource/nodejs/nodejs6 [INFO] 07-Sep-21 08:28:22 - [833/1417] dsop/kubeflow/katib/suggestion-hyperband-7bed2cdbc7ad [INFO] 07-Sep-21 08:28:24 - [834/1417] dsop/kubeflow/katib/suggestion-grid-f254b775a9b1 [INFO] 07-Sep-21 08:28:25 - [835/1417] dsop/puppet-labs/puppetserver [INFO] 07-Sep-21 08:28:27 - [836/1417] dsop/elastic/beats/elastic-agent [INFO] 07-Sep-21 08:28:28 - [837/1417] dsop/matomo-org/matomo [INFO] 07-Sep-21 08:28:30 - [838/1417] dsop/kubeflow/katib/studyjob-controller-31a3e1534c1f [INFO] 07-Sep-21 08:28:31 - [839/1417] dsop/kubeflow/katib/metrics-collector-393ed3258d61 [INFO] 07-Sep-21 08:28:33 - [840/1417] dsop/opensource/kubernetes-1.19/kubectl-1.19 [INFO] 07-Sep-21 08:28:34 - [841/1417] dsop/opensource/kubernetes-1.19/kube-apiserver-1.19 [INFO] 07-Sep-21 08:28:36 - [842/1417] dsop/opensource/kubernetes-1.19/kube-scheduler-1.19 [INFO] 07-Sep-21 08:28:37 - [843/1417] dsop/opensource/kubernetes-1.19/kube-controller-manager-1.19 [INFO] 07-Sep-21 08:28:39 - [844/1417] dsop/opensource/kubernetes-1.19/kube-proxy-1.19 [INFO] 07-Sep-21 08:28:40 - [845/1417] dsop/opensource/kubernetes-1.19/kubeadm-1.19 [INFO] 07-Sep-21 08:28:42 - [846/1417] dsop/rancher-federal/rke2/k3s [INFO] 07-Sep-21 08:28:43 - [847/1417] dsop/cluster-auditor/opa-collector [INFO] 07-Sep-21 08:28:45 - [848/1417] dsop/kubeflow/metadata/watcher/watcher-v0.1.0 [INFO] 07-Sep-21 08:28:47 - [849/1417] dsop/kubeflow/katib/katib-frontend-170bd2c7c8f1 [INFO] 07-Sep-21 08:28:49 - [850/1417] dsop/google/golang/golang-1.11 [INFO] 07-Sep-21 08:28:50 - [851/1417] dsop/kubeflow/metadata/ml_metadata_store_server-v0.21.1 [INFO] 07-Sep-21 08:28:52 - [852/1417] dsop/galvanize/galvanize/javascript-code-evaluator [INFO] 07-Sep-21 08:28:54 - [853/1417] dsop/galvanize/galvanize/java-code-evaluator [INFO] 07-Sep-21 08:28:55 - [854/1417] dsop/galvanize/galvanize/forge [INFO] 07-Sep-21 08:28:57 - [855/1417] dsop/galvanize/galvanize/python-code-evaluator [INFO] 07-Sep-21 08:28:58 - [856/1417] dsop/apptio/apptio/digitalfuel [INFO] 07-Sep-21 08:29:00 - [857/1417] dsop/container-hardening-tools/import-justifications-into-greylist [INFO] 07-Sep-21 08:29:02 - [858/1417] dsop/kubeflow/argoproj/argoexec [INFO] 07-Sep-21 08:29:03 - [859/1417] dsop/kubeflow/argoproj/workflow-controller [INFO] 07-Sep-21 08:29:04 - [860/1417] dsop/kubeflow/argoproj/argoui [INFO] 07-Sep-21 08:29:06 - [861/1417] dsop/rancher-federal/rke2/build-base [INFO] 07-Sep-21 08:29:08 - [862/1417] dsop/elastic/eck-operator/eck-operator [INFO] 07-Sep-21 08:29:09 - [863/1417] dsop/software-ag/software-ag/terracotta-server [INFO] 07-Sep-21 08:29:11 - [864/1417] dsop/software-ag/software-ag/api-gateway [INFO] 07-Sep-21 08:29:12 - [865/1417] dsop/software-ag/software-ag/appmesh [INFO] 07-Sep-21 08:29:14 - [866/1417] dsop/opensource/kubernetes-e2e-test/dnsutils [INFO] 07-Sep-21 08:29:16 - Skipping project with ID 2065 because it was specified in the --ignore-projects parameter. [INFO] 07-Sep-21 08:29:16 - Skipping project with ID 2056 because it was specified in the --ignore-projects parameter. [INFO] 07-Sep-21 08:29:16 - [869/1417] dsop/opensource/jboss/wildfly [INFO] 07-Sep-21 08:29:17 - [870/1417] dsop/kubeflow/kfam/kfam-v20190612-v0-170-ga06cdb79-dirty-a33ee4 [INFO] 07-Sep-21 08:29:19 - [871/1417] dsop/mongodb/mongodb-enterprise/mongodb-enterprise-kubernetes [INFO] 07-Sep-21 08:29:20 - [872/1417] dsop/f18-navy-boeing/osee/osee-hsql [INFO] 07-Sep-21 08:29:22 - [873/1417] dsop/opensource/nodejs/nodejs14 [INFO] 07-Sep-21 08:29:24 - [874/1417] dsop/kubeflow/profile-controller/profile-controller-v20190619-v0-219-gbd3daa8c-dirty-1ced0e [INFO] 07-Sep-21 08:29:25 - [875/1417] dsop/metacontroller/kubeflow-1.0.2/metacontroller-v0.3.0 [INFO] 07-Sep-21 08:29:27 - [876/1417] dsop/sonarsource/sonarqube/sonarqube8-developer [INFO] 07-Sep-21 08:29:28 - [877/1417] dsop/opensource/k6/k6 [INFO] 07-Sep-21 08:29:30 - [878/1417] dsop/lockheed-martin/downloader [INFO] 07-Sep-21 08:29:31 - [879/1417] dsop/vertaaiofficial/modeldb/artifact-store-2.0.8.1 [INFO] 07-Sep-21 08:29:33 - [880/1417] dsop/cloudfit/cloudfit/cloudfit-cfs-rulematchaggregateworker [INFO] 07-Sep-21 08:29:34 - [881/1417] dsop/cloudfit/cloudfit/cloudfit-cfs-actionworker [INFO] 07-Sep-21 08:29:36 - [882/1417] dsop/cloudfit/cloudfit/cloudfit-cfs-exchangewebservices [INFO] 07-Sep-21 08:29:37 - [883/1417] dsop/cloudfit/cloudfit/cloudfit-cfs-urlwatcher [INFO] 07-Sep-21 08:29:39 - [884/1417] dsop/cloudfit/cloudfit/cloudfit-cfs-sharepoint [INFO] 07-Sep-21 08:29:41 - [885/1417] dsop/cloudfit/cloudfit/cloudfit-cfs-aadauthwatcher [INFO] 07-Sep-21 08:29:42 - [886/1417] dsop/cloudfit/cloudfit/cloudfit-cfs-networkwatcher [INFO] 07-Sep-21 08:29:44 - [887/1417] dsop/cloudfit/cloudfit/cloudfit-cfs-sqlwatcher [INFO] 07-Sep-21 08:29:45 - [888/1417] dsop/cloudfit/cloudfit/cloudfit-cfs-recurringexpiredruleworker [INFO] 07-Sep-21 08:29:47 - [889/1417] dsop/cloudfit/cloudfit/cloudfit-cfs-skypewatcher [INFO] 07-Sep-21 08:29:48 - [890/1417] dsop/cloudfit/cloudfit/cloudfit-cfs-recurringagedruleworker [INFO] 07-Sep-21 08:29:50 - [891/1417] dsop/cloudfit/cloudfit/cloudfit-cfs-elasticwatcher [INFO] 07-Sep-21 08:29:51 - [892/1417] dsop/cloudfit/cloudfit/cloudfit-cfs-api [INFO] 07-Sep-21 08:29:53 - [893/1417] dsop/cloudfit/cloudfit/cloudfit-cfs-realtimeruleworker [INFO] 07-Sep-21 08:29:55 - [894/1417] dsop/cloudfit/cloudfit/cloudfit-cfs-teams [INFO] 07-Sep-21 08:29:56 - [895/1417] dsop/vertaaiofficial/modeldb/backend-kubeflow [INFO] 07-Sep-21 08:29:58 - Skipping project with ID 1979 because it was specified in the --ignore-projects parameter. [INFO] 07-Sep-21 08:29:58 - [897/1417] dsop/opensource/memcached/memcached [INFO] 07-Sep-21 08:29:59 - [898/1417] dsop/vertaaiofficial/modeldb/frontend-2.0.8.1 [INFO] 07-Sep-21 08:30:01 - [899/1417] dsop/opensource/trufflehog/trufflehog [INFO] 07-Sep-21 08:30:03 - [900/1417] dsop/vertaaiofficial/modeldb/backend-proxy-kubeflow [INFO] 07-Sep-21 08:30:04 - Skipping project with ID 1961 because it was specified in the --ignore-projects parameter. [INFO] 07-Sep-21 08:30:04 - [902/1417] dsop/peaxy/peaxy-hpac-em [INFO] 07-Sep-21 08:30:06 - [903/1417] dsop/peaxy/peaxy-neptune [INFO] 07-Sep-21 08:30:08 - [904/1417] dsop/peaxy/peaxy-arl-ui [INFO] 07-Sep-21 08:30:09 - [905/1417] dsop/planetscale/planetscale/planetscale-prometheus-mysql-exporter [INFO] 07-Sep-21 08:30:11 - [906/1417] dsop/planetscale/planetscale/planetscale-operator2 [INFO] 07-Sep-21 08:30:13 - [907/1417] dsop/planetscale/planetscale/planetscale-operator-proxy [INFO] 07-Sep-21 08:30:15 - [908/1417] dsop/planetscale/planetscale/planetscale-vitess-percona80 [INFO] 07-Sep-21 08:30:16 - [909/1417] dsop/planetscale/planetscale/planetscale-vitess-percona57 [INFO] 07-Sep-21 08:30:18 - [910/1417] dsop/planetscale/planetscale/planetscale-vitess-mysql57 [INFO] 07-Sep-21 08:30:20 - [911/1417] dsop/planetscale/planetscale/planetscale-operator-grafana [INFO] 07-Sep-21 08:30:21 - [912/1417] dsop/planetscale/planetscale/planetscale-vitess-mysql80 [INFO] 07-Sep-21 08:30:23 - [913/1417] dsop/opensource/excalidraw/excalidraw [INFO] 07-Sep-21 08:30:25 - [914/1417] dsop/opensource/apache/tomcat9-openjdk11 [INFO] 07-Sep-21 08:30:26 - [915/1417] dsop/kubeflow/kfserving-0.2.2/kube-rbac-proxy-0.4.0 [INFO] 07-Sep-21 08:30:28 - [916/1417] dsop/kong/kong/kongmesh [INFO] 07-Sep-21 08:30:30 - [917/1417] dsop/kong/kong/kong [INFO] 07-Sep-21 08:30:31 - [918/1417] dsop/ironbank-onboarding-tf [INFO] 07-Sep-21 08:30:33 - [919/1417] dsop/kong/kong/kongbi [INFO] 07-Sep-21 08:30:34 - [920/1417] dsop/jfrog/xray [INFO] 07-Sep-21 08:30:36 - [921/1417] dsop/kubeflow/kfserving-0.2.2/xgbserver-0.2.2 [INFO] 07-Sep-21 08:30:37 - [922/1417] dsop/kubeflow/kfserving-0.2.2/sklearnserver-0.2.2 [INFO] 07-Sep-21 08:30:39 - [923/1417] dsop/rancher-federal/rke2/hardened-kubernetes [INFO] 07-Sep-21 08:30:40 - [924/1417] dsop/rancher-federal/rke2/rke2-runtime [INFO] 07-Sep-21 08:30:42 - [925/1417] dsop/rancher-federal/rke2/nginx-ingress-controller [INFO] 07-Sep-21 08:30:44 - [926/1417] dsop/rancher-federal/rke2/pause [INFO] 07-Sep-21 08:30:46 - [927/1417] dsop/rancher-federal/rke2/defaultbackend-amd64 [INFO] 07-Sep-21 08:30:48 - [928/1417] dsop/rancher-federal/rke2/kube-proxy [INFO] 07-Sep-21 08:30:49 - [929/1417] dsop/rancher-federal/rke2/klipper-helm [INFO] 07-Sep-21 08:30:51 - [930/1417] dsop/rancher-federal/rke2/k8s-metrics-server [INFO] 07-Sep-21 08:30:52 - [931/1417] dsop/rancher-federal/rke2/flannel [INFO] 07-Sep-21 08:30:54 - [932/1417] dsop/rancher-federal/rke2/etcd [INFO] 07-Sep-21 08:30:55 - [933/1417] dsop/rancher-federal/rke2/coredns [INFO] 07-Sep-21 08:30:57 - [934/1417] dsop/rancher-federal/rke2/calico [INFO] 07-Sep-21 08:30:59 - [935/1417] dsop/kubeflow/kfserving-0.2.2/tf2openapi-0.2.2 [INFO] 07-Sep-21 08:31:00 - Skipping project with ID 1888 because it was specified in the --ignore-projects parameter. [INFO] 07-Sep-21 08:31:00 - [937/1417] dsop/opensource/lovasoa/wbo [INFO] 07-Sep-21 08:31:03 - [938/1417] dsop/container-hardening-tools/create-greylist-from-vat [INFO] 07-Sep-21 08:31:04 - Skipping project with ID 1880 because it was specified in the --ignore-projects parameter. [INFO] 07-Sep-21 08:31:04 - [940/1417] dsop/kubeflow/kfserving-0.2.2/logger-0.2.2 [INFO] 07-Sep-21 08:31:06 - Skipping project with ID 1878 because it was specified in the --ignore-projects parameter. [INFO] 07-Sep-21 08:31:06 - [942/1417] dsop/opensource/apache/couchdb_2 [INFO] 07-Sep-21 08:31:08 - [943/1417] dsop/kubeflow/kfserving-0.2.2/pytorch-0.2.2 [INFO] 07-Sep-21 08:31:10 - [944/1417] dsop/kubeflow/kfserving-0.2.2/storage-initializer-0.2.2 [INFO] 07-Sep-21 08:31:11 - [945/1417] dsop/opensource/apache/couchdb_3 [INFO] 07-Sep-21 08:31:13 - [946/1417] dsop/container-hardening-tools/import-justifications-for-one-image [INFO] 07-Sep-21 08:31:14 - [947/1417] dsop/kubeflow/kfserving-0.2.2/controller-0.2.2 [INFO] 07-Sep-21 08:31:17 - [948/1417] dsop/ml-pipeline/kubeflow-1.0.2-versioned/frontend-0.2.5 [INFO] 07-Sep-21 08:31:18 - [949/1417] dsop/confluent/ksqldb-server/cp-ksqldb-server-5.5.x [INFO] 07-Sep-21 08:31:20 - [950/1417] dsop/ml-pipeline/kubeflow-1.0.2-versioned/persistenceagent-0.2.5 [INFO] 07-Sep-21 08:31:22 - [951/1417] dsop/ml-pipeline/kubeflow-1.0.2-versioned/viewer-controller-0.2.5 [INFO] 07-Sep-21 08:31:23 - [952/1417] dsop/opensource/calico/cni [INFO] 07-Sep-21 08:31:25 - [953/1417] dsop/opensource/istio-1.7/istioctl-1.7 [INFO] 07-Sep-21 08:31:26 - [954/1417] dsop/opensource/istio-1.7/pilot-1.7 [INFO] 07-Sep-21 08:31:28 - [955/1417] dsop/opensource/istio-1.7/mixer-1.7 [INFO] 07-Sep-21 08:31:29 - [956/1417] dsop/opensource/istio-1.7/install-cni-1.7 [INFO] 07-Sep-21 08:31:31 - [957/1417] dsop/container-hardening-tools/unhardened/unhardened [INFO] 07-Sep-21 08:31:32 - [958/1417] dsop/opensource/tensorflow/tensorflow-2.2.0 [INFO] 07-Sep-21 08:31:34 - [959/1417] dsop/opensource/freeipa/freeipa-server [INFO] 07-Sep-21 08:31:36 - [960/1417] dsop/container-hardening-tools/proof-of-concept/repo-sync [INFO] 07-Sep-21 08:31:37 - [961/1417] dsop/ml-pipeline/kubeflow-1.0.2-versioned/visualization-server-0.2.5 [INFO] 07-Sep-21 08:31:39 - [962/1417] dsop/opensource/python/python36 [INFO] 07-Sep-21 08:31:40 - [963/1417] dsop/opensource/istio-1.7/operator-1.7 [INFO] 07-Sep-21 08:31:42 - [964/1417] dsop/opensource/istio-1.7/proxyv2-1.7 [INFO] 07-Sep-21 08:31:44 - [965/1417] dsop/opensource/mysql/mysql-5.6 [INFO] 07-Sep-21 08:31:45 - Skipping project with ID 1809 because it was specified in the --ignore-projects parameter. [INFO] 07-Sep-21 08:31:45 - [967/1417] dsop/mongodb/mongodb-enterprise/mongodb-ops-manager-db-bin [INFO] 07-Sep-21 08:31:48 - [968/1417] dsop/kubeflow/notebook-controller/notebook-controller-aa1683688ae2 [INFO] 07-Sep-21 08:31:49 - [969/1417] dsop/container-hardening-tools/import-legacy-justifications-2 [INFO] 07-Sep-21 08:31:51 - [970/1417] dsop/kubeflow/jupyterwebapp/jupyter-web-app-1.0.0 [INFO] 07-Sep-21 08:31:52 - [971/1417] dsop/container-hardening-tools/create-greylist [INFO] 07-Sep-21 08:31:54 - [972/1417] dsop/microsoft/microsoft/microsoft-sql-server-2019-rhel8 [INFO] 07-Sep-21 08:31:55 - [973/1417] dsop/crunchy-data/postgres/pgadmin [INFO] 07-Sep-21 08:31:57 - [974/1417] dsop/kubeflow/metadata/metadata-v0.1.11 [INFO] 07-Sep-21 08:31:58 - [975/1417] dsop/ml-pipeline/kubeflow-1.0.2-versioned/scheduledworkflow-0.2.5 [INFO] 07-Sep-21 08:31:59 - [976/1417] dsop/ml-pipeline/kubeflow-1.0.2-versioned/apiserver [INFO] 07-Sep-21 08:32:01 - [977/1417] dsop/container-hardening-tools/import-legacy-justifications [INFO] 07-Sep-21 08:32:03 - [978/1417] dsop/opensource/openpolicyagent/proxy_init [INFO] 07-Sep-21 08:32:04 - [979/1417] dsop/opensource/openpolicyagent/opa-docker-authz [INFO] 07-Sep-21 08:32:06 - [980/1417] dsop/opensource/openpolicyagent/kube-mgmt [INFO] 07-Sep-21 08:32:08 - [981/1417] dsop/opensource/openpolicyagent/opa-wasm-builder [INFO] 07-Sep-21 08:32:10 - [982/1417] dsop/kubeflow/admission-webhook/admission-webhook-82f41fd8878e [INFO] 07-Sep-21 08:32:11 - [983/1417] dsop/opensource/openpolicyagent/conftest [INFO] 07-Sep-21 08:32:13 - [984/1417] dsop/opensource/apache/active-mq-artemis [INFO] 07-Sep-21 08:32:14 - [985/1417] dsop/jfrog/artifactory/artifactory-oss [INFO] 07-Sep-21 08:32:16 - [986/1417] dsop/gitlab/gitlab/cfssl-self-sign [INFO] 07-Sep-21 08:32:18 - [987/1417] dsop/gitlab/gitlab/alpine-certificates [INFO] 07-Sep-21 08:32:20 - [988/1417] dsop/knative/0.11.1/queue [INFO] 07-Sep-21 08:32:21 - [989/1417] dsop/knative/0.11.1/controller [INFO] 07-Sep-21 08:32:23 - [990/1417] dsop/knative/0.11.1/webhook [INFO] 07-Sep-21 08:32:24 - [991/1417] dsop/knative/0.11.1/istio [INFO] 07-Sep-21 08:32:26 - [992/1417] dsop/cloudfit/cloudfit/cloudfit-cfs-portal [INFO] 07-Sep-21 08:32:28 - [993/1417] dsop/cloudfit/cloudfit/cloudfit-keda-metric-adapter [WARNING] 07-Sep-21 08:32:30 - Protected branches misconfigured! [CRITICAL] 07-Sep-21 08:32:30 - Failed to create protected branch: 409 Conflict [CRITICAL] 07-Sep-21 08:32:30 - Failed to create protected branch: 409 Conflict [INFO] 07-Sep-21 08:32:30 - [994/1417] dsop/cloudfit/cloudfit/cloudfit-keda [WARNING] 07-Sep-21 08:32:32 - Protected branches misconfigured! [CRITICAL] 07-Sep-21 08:32:32 - Failed to create protected branch: 409 Conflict [CRITICAL] 07-Sep-21 08:32:32 - Failed to create protected branch: 409 Conflict [INFO] 07-Sep-21 08:32:32 - [995/1417] dsop/cloudfit/cloudfit/cloudfit-logstash-occ [WARNING] 07-Sep-21 08:32:34 - Protected branches misconfigured! [CRITICAL] 07-Sep-21 08:32:34 - Failed to create protected branch: 409 Conflict [CRITICAL] 07-Sep-21 08:32:35 - Failed to create protected branch: 409 Conflict [INFO] 07-Sep-21 08:32:35 - [996/1417] dsop/knative/0.11.1/autoscaler [INFO] 07-Sep-21 08:32:36 - [997/1417] dsop/knative/0.11.1/autoscaler-hpa [INFO] 07-Sep-21 08:32:38 - [998/1417] dsop/knative/0.11.1/activator [INFO] 07-Sep-21 08:32:39 - [999/1417] dsop/opensource/openpolicyagent/opa-telemetry [INFO] 07-Sep-21 08:32:41 - [1000/1417] dsop/opensource/openpolicyagent/opa [INFO] 07-Sep-21 08:32:42 - [1001/1417] dsop/virtualitics/svo/svo [INFO] 07-Sep-21 08:32:44 - [1002/1417] dsop/opensource/haproxy/haproxy22 [INFO] 07-Sep-21 08:32:45 - [1003/1417] dsop/opensource/solr/solr-7 [INFO] 07-Sep-21 08:32:47 - [1004/1417] dsop/opensource/solr/solr-8 [INFO] 07-Sep-21 08:32:48 - [1005/1417] dsop/opensource/openpolicyagent/gatekeeper [INFO] 07-Sep-21 08:32:50 - [1006/1417] dsop/opensource/calico/node [INFO] 07-Sep-21 08:32:51 - [1007/1417] dsop/kubeflow/katib/katib-dbmanager-v0.8.0 [INFO] 07-Sep-21 08:32:53 - [1008/1417] dsop/kubeflow/katib/katib-ui-v0.8.0 [INFO] 07-Sep-21 08:32:55 - [1009/1417] dsop/kubeflow/katib/mxnet-minst-v0.8.0 [WARNING] 07-Sep-21 08:32:56 - Protected branches misconfigured! [CRITICAL] 07-Sep-21 08:32:56 - Failed to create protected branch: 409 Conflict [CRITICAL] 07-Sep-21 08:32:56 - Failed to create protected branch: 409 Conflict [INFO] 07-Sep-21 08:32:56 - [1010/1417] dsop/jetstack/cert-manager/cert-manager-webhook-011 [INFO] 07-Sep-21 08:32:58 - [1011/1417] dsop/jetstack/cert-manager/cert-manager-controller-011 [INFO] 07-Sep-21 08:32:59 - [1012/1417] dsop/jetstack/cert-manager/cert-manager-cainjector-011 [INFO] 07-Sep-21 08:33:01 - [1013/1417] dsop/opensource/calico/pod2daemon-flexvol [INFO] 07-Sep-21 08:33:02 - [1014/1417] dsop/kubeflow/katib/katib-controller-v0.8.0 [INFO] 07-Sep-21 08:33:04 - [1015/1417] dsop/opensource/haproxy/haproxy20 [INFO] 07-Sep-21 08:33:05 - [1016/1417] dsop/opensource/cassandra/cassandra21 [INFO] 07-Sep-21 08:33:07 - [1017/1417] dsop/opensource/cassandra/cassandra22 [INFO] 07-Sep-21 08:33:08 - [1018/1417] dsop/opensource/cassandra/cassandra30 [INFO] 07-Sep-21 08:33:10 - [1019/1417] dsop/opensource/apache/apache-ant19-openjdk-11 [INFO] 07-Sep-21 08:33:11 - [1020/1417] dsop/opensource/php/php74 [INFO] 07-Sep-21 08:33:13 - [1021/1417] dsop/opensource/haproxy/haproxy18 [INFO] 07-Sep-21 08:33:14 - [1022/1417] dsop/afrl-dcgs/dcw/pidgin [INFO] 07-Sep-21 08:33:16 - [1023/1417] dsop/afrl-dcgs/dcw/vlc [INFO] 07-Sep-21 08:33:18 - [1024/1417] dsop/opensource/apache/ksqldb [INFO] 07-Sep-21 08:33:20 - [1025/1417] dsop/opensource/apache/kafka25 [INFO] 07-Sep-21 08:33:22 - [1026/1417] dsop/opensource/php/php73 [INFO] 07-Sep-21 08:33:23 - [1027/1417] dsop/anduril/lattice/time-series [INFO] 07-Sep-21 08:33:25 - [1028/1417] dsop/anduril/lattice/telemetry [INFO] 07-Sep-21 08:33:27 - [1029/1417] dsop/anduril/lattice/system-manager [INFO] 07-Sep-21 08:33:28 - [1030/1417] dsop/anduril/lattice/storage [INFO] 07-Sep-21 08:33:30 - [1031/1417] dsop/anduril/lattice/lattice-dispatch2 [INFO] 07-Sep-21 08:33:32 - [1032/1417] dsop/anduril/lattice/lattice-dispatch [INFO] 07-Sep-21 08:33:34 - [1033/1417] dsop/anduril/lattice/lattice-control-app [INFO] 07-Sep-21 08:33:36 - [1034/1417] dsop/anduril/lattice/front-door [INFO] 07-Sep-21 08:33:37 - [1035/1417] dsop/anduril/lattice/flux-backfill [INFO] 07-Sep-21 08:33:39 - [1036/1417] dsop/anduril/lattice/flux [INFO] 07-Sep-21 08:33:40 - [1037/1417] dsop/anduril/lattice/entities [INFO] 07-Sep-21 08:33:42 - [1038/1417] dsop/anduril/lattice/authx [INFO] 07-Sep-21 08:33:43 - [1039/1417] dsop/anduril/lattice/aivideo-webrtc [INFO] 07-Sep-21 08:33:45 - [1040/1417] dsop/anduril/lattice/aivideo-dvr [INFO] 07-Sep-21 08:33:48 - [1041/1417] dsop/container-hardening-tools/gitlab-permissions-audit [INFO] 07-Sep-21 08:33:49 - [1042/1417] dsop/container-hardening-tools/container-hardening [INFO] 07-Sep-21 08:33:51 - [1043/1417] dsop/opensource/php/php72 [INFO] 07-Sep-21 08:33:53 - [1044/1417] dsop/afrl-dcgs/dcw/firefox [INFO] 07-Sep-21 08:33:54 - [1045/1417] dsop/opensource/apache/apache-ant110-openjdk-11 [INFO] 07-Sep-21 08:33:55 - [1046/1417] dsop/opensource/apache/TomEE7 [INFO] 07-Sep-21 08:33:57 - [1047/1417] dsop/opensource/apache/tomcat-openjdk11 [INFO] 07-Sep-21 08:33:59 - [1048/1417] dsop/opensource/apache/tomcat-openjdk8 [INFO] 07-Sep-21 08:34:00 - [1049/1417] dsop/opensource/bats/bats [INFO] 07-Sep-21 08:34:02 - [1050/1417] dsop/opensource/coreos/k8s-prometheus-adapter [INFO] 07-Sep-21 08:34:04 - [1051/1417] dsop/opensource/louketo/louketo-proxy [INFO] 07-Sep-21 08:34:05 - [1052/1417] dsop/opensource/calico/kube-controllers [INFO] 07-Sep-21 08:34:07 - [1053/1417] dsop/redhat/ubi/ubi7-minimal [INFO] 07-Sep-21 08:34:09 - [1054/1417] dsop/redhat/ubi/ubi8-minimal [INFO] 07-Sep-21 08:34:10 - [1055/1417] dsop/charts [INFO] 07-Sep-21 08:34:12 - [1056/1417] dsop/opensource/sqlite/sqlite [INFO] 07-Sep-21 08:34:13 - [1057/1417] dsop/opensource/cobertura [INFO] 07-Sep-21 08:34:16 - [1058/1417] dsop/hashicorp/vault/vault-k8s [INFO] 07-Sep-21 08:34:17 - [1059/1417] dsop/beast-code/beast-core/base-image [INFO] 07-Sep-21 08:34:19 - [1060/1417] dsop/container-hardening-tools/trigger [INFO] 07-Sep-21 08:34:21 - [1061/1417] dsop/redhat/dotnet-core/dotnetcore-runtime-2.1 [INFO] 07-Sep-21 08:34:22 - [1062/1417] dsop/redhat/dotnet-core/dotnetcore-runtime-3.1 [INFO] 07-Sep-21 08:34:24 - [1063/1417] dsop/redhat/dotnet-core/dotnetcore-sdk-2.1 [INFO] 07-Sep-21 08:34:26 - [1064/1417] dsop/redhat/dotnet-core/dotnetcore-sdk-3.1 [INFO] 07-Sep-21 08:34:27 - [1065/1417] dsop/pivotal/rabbitmq/rabbitmq37-management [INFO] 07-Sep-21 08:34:29 - [1066/1417] dsop/pivotal/rabbitmq/rabbitmq37 [INFO] 07-Sep-21 08:34:30 - [1067/1417] dsop/pivotal/rabbitmq/rabbitmq38-management [INFO] 07-Sep-21 08:34:32 - [1068/1417] dsop/pivotal/rabbitmq/rabbitmq38 [INFO] 07-Sep-21 08:34:33 - [1069/1417] dsop/coder-enterprise/coder-enterprise/coder-service [INFO] 07-Sep-21 08:34:35 - [1070/1417] dsop/kong/kong/kongkic [INFO] 07-Sep-21 08:34:37 - [1071/1417] dsop/opensource/perl/perl [INFO] 07-Sep-21 08:34:38 - [1072/1417] dsop/kong/kong/kuma [INFO] 07-Sep-21 08:34:40 - [1073/1417] dsop/kong/kong/kongee [INFO] 07-Sep-21 08:34:42 - [1074/1417] dsop/opensource/mariadb/mariadb105 [INFO] 07-Sep-21 08:34:43 - [1075/1417] dsop/opensource/jimmidyson/configmap-reload [INFO] 07-Sep-21 08:34:45 - [1076/1417] dsop/opensource/maven/maven-openjdk-11 [INFO] 07-Sep-21 08:34:47 - [1077/1417] dsop/opensource/mariadb/mariadb102 [INFO] 07-Sep-21 08:34:48 - [1078/1417] dsop/opensource/apache/camel-k [INFO] 07-Sep-21 08:34:50 - [1079/1417] dsop/opensource/prometheus-operator/prometheus-operator [INFO] 07-Sep-21 08:34:51 - [1080/1417] dsop/mongodb/mongodb-enterprise/mongodb-ops-manager-init [INFO] 07-Sep-21 08:34:53 - [1081/1417] dsop/mongodb/mongodb-enterprise/mongodb-ops-manager-appdb-init [INFO] 07-Sep-21 08:34:54 - [1082/1417] dsop/opensource/prometheus/node-exporter [INFO] 07-Sep-21 08:34:56 - [1083/1417] dsop/opensource/prometheus-operator/prometheus-config-reloader [INFO] 07-Sep-21 08:34:58 - [1084/1417] dsop/opensource/coreos/kube-rbac-proxy [INFO] 07-Sep-21 08:34:59 - [1085/1417] dsop/opensource/mariadb/mariadb101 [INFO] 07-Sep-21 08:35:01 - [1086/1417] dsop/opensource/coreos/kube-state-metrics [INFO] 07-Sep-21 08:35:02 - [1087/1417] dsop/opensource/dexidp/dex [INFO] 07-Sep-21 08:35:04 - [1088/1417] dsop/hashicorp/application-orchestration-run-layer/nomad-enterprise [INFO] 07-Sep-21 08:35:06 - [1089/1417] dsop/hashicorp/servicemesh-network/consul-enterprise [INFO] 07-Sep-21 08:35:07 - [1090/1417] dsop/hashicorp/secure-secrets-management/vault-enterprise [INFO] 07-Sep-21 08:35:09 - [1091/1417] dsop/hashicorp/provision-deploy/terraform-enterprise [INFO] 07-Sep-21 08:35:11 - [1092/1417] dsop/hashicorp/nomad [INFO] 07-Sep-21 08:35:12 - [1093/1417] dsop/opensource/mariadb/mariadb104 [INFO] 07-Sep-21 08:35:14 - [1094/1417] dsop/opensource/dduportal/bats [INFO] 07-Sep-21 08:35:16 - [1095/1417] dsop/synopsys/coverity/coverity-analysis [INFO] 07-Sep-21 08:35:18 - [1096/1417] dsop/opensource/mariadb/mariadb103 [INFO] 07-Sep-21 08:35:20 - [1097/1417] dsop/opensource/quay/clair [INFO] 07-Sep-21 08:35:22 - [1098/1417] dsop/opensource/chartmuseum/chartmuseum [INFO] 07-Sep-21 08:35:23 - [1099/1417] dsop/checkmarx/cxlite/cxengine [INFO] 07-Sep-21 08:35:25 - [1100/1417] dsop/checkmarx/cxlite/cxlite [INFO] 07-Sep-21 08:35:27 - [1101/1417] dsop/container-hardening-tools/base-image-list [INFO] 07-Sep-21 08:35:29 - [1102/1417] dsop/illumio/pce [INFO] 07-Sep-21 08:35:30 - [1103/1417] dsop/opensource/goharbor/harbor-db [INFO] 07-Sep-21 08:35:32 - [1104/1417] dsop/opensource/goharbor/notary-signer [INFO] 07-Sep-21 08:35:33 - [1105/1417] dsop/opensource/goharbor/notary-server [INFO] 07-Sep-21 08:35:35 - [1106/1417] dsop/opensource/goharbor/trivy-adapter [INFO] 07-Sep-21 08:35:37 - [1107/1417] dsop/opensource/goharbor/clair-adapter [INFO] 07-Sep-21 08:35:39 - [1108/1417] dsop/opensource/goharbor/harbor-registryctl [INFO] 07-Sep-21 08:35:40 - [1109/1417] dsop/opensource/goharbor/registry [INFO] 07-Sep-21 08:35:42 - [1110/1417] dsop/opensource/goharbor/harbor-jobservice [INFO] 07-Sep-21 08:35:43 - [1111/1417] dsop/opensource/goharbor/harbor-core [INFO] 07-Sep-21 08:35:46 - [1112/1417] dsop/opensource/goharbor/harbor-portal [INFO] 07-Sep-21 08:35:47 - [1113/1417] dsop/google/distroless/java-11 [INFO] 07-Sep-21 08:35:50 - [1114/1417] dsop/google/distroless/java-8 [INFO] 07-Sep-21 08:35:51 - [1115/1417] dsop/google/distroless/cc [INFO] 07-Sep-21 08:35:53 - [1116/1417] dsop/google/distroless/base [INFO] 07-Sep-21 08:35:55 - [1117/1417] dsop/google/distroless/static [INFO] 07-Sep-21 08:35:57 - [1118/1417] dsop/docker/scratch [INFO] 07-Sep-21 08:35:58 - [1119/1417] dsop/opensource/gradle/gradle-jre11 [INFO] 07-Sep-21 08:36:00 - [1120/1417] dsop/opensource/gradle/gradle-jre8 [INFO] 07-Sep-21 08:36:02 - [1121/1417] dsop/opensource/gradle/gradle-jdk11 [INFO] 07-Sep-21 08:36:03 - [1122/1417] dsop/collaborationai/crowd-vector/webserver [INFO] 07-Sep-21 08:36:06 - [1123/1417] dsop/opensource/gradle/gradle-jdk8 [INFO] 07-Sep-21 08:36:07 - [1124/1417] dsop/google/golang/golang-1.13 [INFO] 07-Sep-21 08:36:10 - [1125/1417] dsop/google/golang/golang-1.14 [INFO] 07-Sep-21 08:36:11 - [1126/1417] dsop/opensource/fluentd/fluentd-kubernetes-daemonset [INFO] 07-Sep-21 08:36:13 - [1127/1417] dsop/opensource/fluentd/fluentd-elasticsearch [INFO] 07-Sep-21 08:36:15 - [1128/1417] dsop/opensource/r/shiny [INFO] 07-Sep-21 08:36:17 - [1129/1417] dsop/opensource/rustlang/rust [INFO] 07-Sep-21 08:36:19 - [1130/1417] dsop/opensource/kubernetes-1.17/kube-controller-manager-1.17 [INFO] 07-Sep-21 08:36:20 - [1131/1417] dsop/opensource/kubernetes-1.17/kubeadm-1.17 [INFO] 07-Sep-21 08:36:22 - [1132/1417] dsop/opensource/kubernetes-1.17/kubectl-1.17 [INFO] 07-Sep-21 08:36:23 - [1133/1417] dsop/opensource/kubernetes-1.17/kube-apiserver-1.17 [INFO] 07-Sep-21 08:36:25 - [1134/1417] dsop/opensource/kubernetes-1.17/kube-scheduler-1.17 [INFO] 07-Sep-21 08:36:26 - [1135/1417] dsop/opensource/kubernetes-1.17/kube-proxy-1.17 [INFO] 07-Sep-21 08:36:28 - [1136/1417] dsop/confluent/schema-registry/cp-schema-registry-5.5.x [INFO] 07-Sep-21 08:36:30 - [1137/1417] dsop/confluent/rest-proxy/cp-kafka-rest-5.5.x [INFO] 07-Sep-21 08:36:32 - [1138/1417] dsop/confluent/replicator-executable/cp-enterprise-replicator-executable-5.5.x [INFO] 07-Sep-21 08:36:33 - [1139/1417] dsop/confluent/replicator/cp-enterprise-replicator-5.5.x [INFO] 07-Sep-21 08:36:35 - [1140/1417] dsop/confluent/kafka-connect/cp-server-connect-base-5.5.x [INFO] 07-Sep-21 08:36:36 - [1141/1417] dsop/confluent/kafka-connect/cp-server-connect-5.5.x [INFO] 07-Sep-21 08:36:37 - [1142/1417] dsop/confluent/kafka-connect/cp-kafka-connect-base-5.5.x [INFO] 07-Sep-21 08:36:39 - [1143/1417] dsop/confluent/kafka-connect/cp-kafka-connect-5.5.x [INFO] 07-Sep-21 08:36:40 - [1144/1417] dsop/f18-navy-boeing/osee/osee-postgres [INFO] 07-Sep-21 08:36:42 - [1145/1417] dsop/confluent/kafka/cp-enterprise-kafka-5.5.x [INFO] 07-Sep-21 08:36:43 - [1146/1417] dsop/opensource/nodejs/nodejs12 [INFO] 07-Sep-21 08:36:45 - [1147/1417] dsop/container-hardening-tools/renovate/renovate [INFO] 07-Sep-21 08:36:47 - [1148/1417] dsop/opensource/istio-1.6/proxyv2-1.6 [INFO] 07-Sep-21 08:36:49 - [1149/1417] dsop/opensource/istio-1.5/citadel-1.5 [INFO] 07-Sep-21 08:36:51 - [1150/1417] dsop/opensource/istio-1.5/pilot-1.5 [INFO] 07-Sep-21 08:36:52 - [1151/1417] dsop/opensource/istio-1.5/galley-1.5 [INFO] 07-Sep-21 08:36:54 - [1152/1417] dsop/opensource/istio-1.5/sidecar_injector-1.5 [INFO] 07-Sep-21 08:36:55 - [1153/1417] dsop/opensource/istio-1.5/node-agent-k8s-1.5 [INFO] 07-Sep-21 08:36:57 - [1154/1417] dsop/opensource/istio-1.5/istioctl-1.5 [INFO] 07-Sep-21 08:36:58 - [1155/1417] dsop/opensource/istio-1.5/mixer-1.5 [INFO] 07-Sep-21 08:37:00 - [1156/1417] dsop/opensource/istio-1.5/proxyv2-1.5 [INFO] 07-Sep-21 08:37:01 - [1157/1417] dsop/opensource/istio-1.5/install-cni-1.5 [INFO] 07-Sep-21 08:37:03 - [1158/1417] dsop/opensource/istio-1.5/operator-1.5 [INFO] 07-Sep-21 08:37:04 - [1159/1417] dsop/opensource/istio-1.6/operator-1.6 [INFO] 07-Sep-21 08:37:06 - [1160/1417] dsop/opensource/istio-1.6/install-cni-1.6 [INFO] 07-Sep-21 08:37:08 - [1161/1417] dsop/opensource/istio-1.6/mixer-1.6 [INFO] 07-Sep-21 08:37:09 - [1162/1417] dsop/opensource/istio-1.6/pilot-1.6 [INFO] 07-Sep-21 08:37:11 - [1163/1417] dsop/opensource/istio-1.6/istioctl-1.6 [INFO] 07-Sep-21 08:37:14 - [1164/1417] dsop/confluent/kafka/cp-kafka-5.5.x [INFO] 07-Sep-21 08:37:15 - [1165/1417] dsop/confluent/confluent-server/cp-server-5.5.x [INFO] 07-Sep-21 08:37:17 - [1166/1417] dsop/confluent/control-center/cp-enterprise-control-center-5.5.x [INFO] 07-Sep-21 08:37:19 - [1167/1417] dsop/confluent/zookeeper/cp-zookeeper-5.5.x [INFO] 07-Sep-21 08:37:21 - [1168/1417] dsop/opensource/cassandra/cassandra311 [INFO] 07-Sep-21 08:37:23 - [1169/1417] dsop/contrast-security/contrast-mqsql [INFO] 07-Sep-21 08:37:24 - [1170/1417] dsop/contrast-security/contrast/contrast [INFO] 07-Sep-21 08:37:26 - [1171/1417] dsop/contrast-security/ardy-data/ardy-data [INFO] 07-Sep-21 08:37:27 - [1172/1417] dsop/contrast-security/ardy/ardy [INFO] 07-Sep-21 08:37:29 - [1173/1417] dsop/hashicorp/consul [INFO] 07-Sep-21 08:37:30 - [1174/1417] dsop/security-compass/sd-elements/openssl [INFO] 07-Sep-21 08:37:32 - [1175/1417] dsop/collaborationai/crowd-vector/appserver [INFO] 07-Sep-21 08:37:33 - [1176/1417] dsop/collaborationai/crowd-vector/virusscan [INFO] 07-Sep-21 08:37:35 - [1177/1417] dsop/collaborationai/crowd-vector/stylepack [INFO] 07-Sep-21 08:37:37 - [1178/1417] dsop/collaborationai/crowd-vector/semantic [INFO] 07-Sep-21 08:37:38 - [1179/1417] dsop/collaborationai/crowd-vector/search [INFO] 07-Sep-21 08:37:39 - [1180/1417] dsop/collaborationai/crowd-vector/ingress [INFO] 07-Sep-21 08:37:41 - [1181/1417] dsop/collaborationai/crowd-vector/encrypt [INFO] 07-Sep-21 08:37:43 - [1182/1417] dsop/collaborationai/crowd-vector/cache [INFO] 07-Sep-21 08:37:44 - [1183/1417] dsop/redhat/openjdk/openjdk [INFO] 07-Sep-21 08:37:46 - [1184/1417] dsop/redhat/openjdk/openjdk11 [INFO] 07-Sep-21 08:37:48 - [1185/1417] dsop/redhat/openjdk/openjdk8 [INFO] 07-Sep-21 08:37:49 - [1186/1417] dsop/redhat/openjdk/openjdk13 [INFO] 07-Sep-21 08:37:51 - [1187/1417] dsop/redhat/python/python36 [INFO] 07-Sep-21 08:37:52 - [1188/1417] dsop/opensource/prometheus/alertmanager [INFO] 07-Sep-21 08:37:55 - [1189/1417] dsop/opensource/ansible/ansible [INFO] 07-Sep-21 08:37:56 - [1190/1417] dsop/opensource/pause/pause [INFO] 07-Sep-21 08:37:58 - [1191/1417] dsop/container-hardening-tools/justifier [INFO] 07-Sep-21 08:37:59 - [1192/1417] dsop/opensource/mysql/mysql-5.7 [INFO] 07-Sep-21 08:38:01 - [1193/1417] dsop/opensource/docker/registry-v2 [INFO] 07-Sep-21 08:38:02 - [1194/1417] dsop/opensource/openebs/m-exporter [INFO] 07-Sep-21 08:38:04 - [1195/1417] dsop/opensource/openebs/linux-utils [INFO] 07-Sep-21 08:38:06 - [1196/1417] dsop/opensource/openebs/cstor-volume-mgmt [INFO] 07-Sep-21 08:38:07 - [1197/1417] dsop/opensource/openebs/cstor-istgt [INFO] 07-Sep-21 08:38:09 - [1198/1417] dsop/opensource/openebs/cstor-pool-mgmt [INFO] 07-Sep-21 08:38:10 - [1199/1417] dsop/opensource/openebs/cstor-pool [INFO] 07-Sep-21 08:38:12 - [1200/1417] dsop/opensource/openebs/jiva [INFO] 07-Sep-21 08:38:14 - [1201/1417] dsop/opensource/openebs/admission-server [INFO] 07-Sep-21 08:38:15 - [1202/1417] dsop/opensource/openebs/node-disk-operator [INFO] 07-Sep-21 08:38:17 - [1203/1417] dsop/opensource/openebs/node-disk-manager [INFO] 07-Sep-21 08:38:18 - [1204/1417] dsop/opensource/openebs/snapshot-provisioner [INFO] 07-Sep-21 08:38:20 - [1205/1417] dsop/opensource/openebs/snapshot-controller [INFO] 07-Sep-21 08:38:21 - [1206/1417] dsop/opensource/openebs/provisioner-localpv [INFO] 07-Sep-21 08:38:23 - [1207/1417] dsop/opensource/openebs/openebs-k8s-provisioner [INFO] 07-Sep-21 08:38:24 - [1208/1417] dsop/opensource/openebs/m-apiserver [INFO] 07-Sep-21 08:38:26 - [1209/1417] dsop/opensource/minio/console [INFO] 07-Sep-21 08:38:27 - [1210/1417] dsop/opensource/minio/mc [INFO] 07-Sep-21 08:38:29 - [1211/1417] dsop/iron-bank/replicator/ironbank-replicator [INFO] 07-Sep-21 08:38:30 - [1212/1417] dsop/redhat/openjdk/openjdk11-devel [INFO] 07-Sep-21 08:38:32 - [1213/1417] dsop/redhat/openjdk/openjdk8-devel [INFO] 07-Sep-21 08:38:34 - [1214/1417] dsop/opensource/minio/minio-operator [INFO] 07-Sep-21 08:38:35 - [1215/1417] dsop/opensource/kubernetes-1.18/kubeadm-1.18 [INFO] 07-Sep-21 08:38:37 - [1216/1417] dsop/opensource/kubernetes-1.18/kube-proxy-1.18 [INFO] 07-Sep-21 08:38:38 - [1217/1417] dsop/opensource/kubernetes-1.18/kube-controller-manager-1.18 [INFO] 07-Sep-21 08:38:40 - [1218/1417] dsop/opensource/kubernetes-1.18/kube-scheduler-1.18 [INFO] 07-Sep-21 08:38:41 - [1219/1417] dsop/opensource/python/python38 [INFO] 07-Sep-21 08:38:42 - [1220/1417] dsop/bitnami/analytics/redis-exporter [INFO] 07-Sep-21 08:38:44 - [1221/1417] dsop/opensource/redis/redis5 [INFO] 07-Sep-21 08:38:45 - [1222/1417] dsop/opensource/redis/redis6 [INFO] 07-Sep-21 08:38:46 - [1223/1417] dsop/opensource/coredns/coredns [INFO] 07-Sep-21 08:38:48 - [1224/1417] dsop/opensource/kubernetes-1.18/kube-apiserver-1.18 [INFO] 07-Sep-21 08:38:50 - [1225/1417] dsop/opensource/fluent/fluent-bit [INFO] 07-Sep-21 08:38:52 - [1226/1417] dsop/opensource/external-secrets/kubernetes-external-secrets [INFO] 07-Sep-21 08:38:53 - [1227/1417] dsop/opensource/kubernetes-1.18/kubectl-1.18 [INFO] 07-Sep-21 08:38:55 - [1228/1417] dsop/mongodb/mongodb-enterprise/mongodb-ops-manager-appdb [INFO] 07-Sep-21 08:38:56 - [1229/1417] dsop/mongodb/mongodb-enterprise/mongodb-enterprise-ops-manager [INFO] 07-Sep-21 08:38:58 - [1230/1417] dsop/opensource/argoproj/argocli [INFO] 07-Sep-21 08:38:59 - [1231/1417] dsop/opensource/argoproj/argocd [INFO] 07-Sep-21 08:39:01 - [1232/1417] dsop/synopsys/blackduck/appcheck-worker [INFO] 07-Sep-21 08:39:02 - [1233/1417] dsop/synopsys/blackduck/rabbitmq [INFO] 07-Sep-21 08:39:04 - [1234/1417] dsop/synopsys/blackduck/blackduck-webapp [INFO] 07-Sep-21 08:39:05 - [1235/1417] dsop/synopsys/blackduck/blackduck-upload-cache [INFO] 07-Sep-21 08:39:07 - [1236/1417] dsop/synopsys/blackduck/blackduck-scan [INFO] 07-Sep-21 08:39:08 - [1237/1417] dsop/synopsys/blackduck/blackduck-registration [INFO] 07-Sep-21 08:39:10 - [1238/1417] dsop/synopsys/blackduck/blackduck-postgres [INFO] 07-Sep-21 08:39:11 - [1239/1417] dsop/synopsys/blackduck/blackduck-nginx [INFO] 07-Sep-21 08:39:13 - [1240/1417] dsop/synopsys/blackduck/blackduck-logstash [INFO] 07-Sep-21 08:39:14 - [1241/1417] dsop/synopsys/blackduck/blackduck-jobrunner [INFO] 07-Sep-21 08:39:16 - [1242/1417] dsop/synopsys/blackduck/blackduck-documentation [INFO] 07-Sep-21 08:39:17 - [1243/1417] dsop/synopsys/blackduck/blackduck-cfssl [INFO] 07-Sep-21 08:39:19 - [1244/1417] dsop/synopsys/blackduck/blackduck-authentication [INFO] 07-Sep-21 08:39:20 - [1245/1417] dsop/opensource/mysql/mysql8 [INFO] 07-Sep-21 08:39:22 - [1246/1417] dsop/splunk/splunk/universalforwarder [INFO] 07-Sep-21 08:39:23 - [1247/1417] dsop/microsoft/ocp-4.x [INFO] 07-Sep-21 08:39:25 - [1248/1417] dsop/sonarsource/sonarqube/sonarqube8-enterprise [INFO] 07-Sep-21 08:39:26 - [1249/1417] dsop/sonarsource/sonarqube/sonarqube8-community [INFO] 07-Sep-21 08:39:28 - [1250/1417] dsop/gitlab/gitlab-runner/gitlab-runner-helper [INFO] 07-Sep-21 08:39:29 - [1251/1417] dsop/gitlab/gitlab-runner/gitlab-runner [INFO] 07-Sep-21 08:39:31 - [1252/1417] dsop/opensource/mattermost/mattermost-operator [INFO] 07-Sep-21 08:39:32 - [1253/1417] dsop/opensource/ruby/ruby27 [INFO] 07-Sep-21 08:39:34 - [1254/1417] dsop/opensource/pylint [INFO] 07-Sep-21 08:39:36 - [1255/1417] dsop/cloudfit/flux/flux [WARNING] 07-Sep-21 08:39:38 - Protected branches misconfigured! [CRITICAL] 07-Sep-21 08:39:38 - Failed to create protected branch: 409 Conflict [CRITICAL] 07-Sep-21 08:39:38 - Failed to create protected branch: 409 Conflict [INFO] 07-Sep-21 08:39:38 - [1256/1417] dsop/coder-enterprise/coder-enterprise/envbuilder [INFO] 07-Sep-21 08:39:40 - [1257/1417] dsop/coder-enterprise/coder-enterprise/timescale [WARNING] 07-Sep-21 08:39:42 - Protected branches misconfigured! [CRITICAL] 07-Sep-21 08:39:42 - Failed to create protected branch: 409 Conflict [CRITICAL] 07-Sep-21 08:39:42 - Failed to create protected branch: 409 Conflict [INFO] 07-Sep-21 08:39:42 - [1258/1417] dsop/gitlab/gitlab/gitlab-webservice [INFO] 07-Sep-21 08:39:44 - [1259/1417] dsop/opensource/mattermost/mattermost-team-edition [INFO] 07-Sep-21 08:39:45 - [1260/1417] dsop/opensource/ruby/ruby26 [INFO] 07-Sep-21 08:39:47 - [1261/1417] dsop/opensource/minio/minio [INFO] 07-Sep-21 08:39:48 - [1262/1417] dsop/opensource/postgres/postgresql96 [INFO] 07-Sep-21 08:39:50 - [1263/1417] dsop/opensource/postgres/postgresql10 [INFO] 07-Sep-21 08:39:51 - [1264/1417] dsop/opensource/postgres/postgresql11 [INFO] 07-Sep-21 08:39:53 - [1265/1417] dsop/opensource/postgres/postgresql12 [INFO] 07-Sep-21 08:39:54 - [1266/1417] dsop/opensource/pytorch/pytorch-cpu-python [INFO] 07-Sep-21 08:39:56 - [1267/1417] dsop/iron-bank/vat/vat-backend [INFO] 07-Sep-21 08:39:57 - [1268/1417] dsop/iron-bank/vat/vat-frontend [INFO] 07-Sep-21 08:39:58 - [1269/1417] dsop/opensource/apache/activemq [INFO] 07-Sep-21 08:40:00 - [1270/1417] dsop/opensource/ruby/ruby25 [INFO] 07-Sep-21 08:40:02 - [1271/1417] dsop/opensource/pytorch/pytorch [INFO] 07-Sep-21 08:40:03 - [1272/1417] dsop/synopsys/coverity/coverity [INFO] 07-Sep-21 08:40:05 - [1273/1417] dsop/opensource/mongodb/mongodb [INFO] 07-Sep-21 08:40:06 - [1274/1417] dsop/opensource/rapid7/metasploit [INFO] 07-Sep-21 08:40:08 - [1275/1417] dsop/opensource/clamav/clamav [INFO] 07-Sep-21 08:40:10 - [1276/1417] dsop/stackrox/stackrox/collector-rhel [INFO] 07-Sep-21 08:40:12 - [1277/1417] dsop/stackrox/stackrox/scanner-db-rhel [INFO] 07-Sep-21 08:40:13 - [1278/1417] dsop/stackrox/stackrox/scanner-rhel [INFO] 07-Sep-21 08:40:15 - [1279/1417] dsop/stackrox/stackrox/main-rhel [INFO] 07-Sep-21 08:40:17 - [1280/1417] dsop/iron-bank/keycloak/keycloak [INFO] 07-Sep-21 08:40:20 - [1281/1417] dsop/microsoft/microsoft-hardened-server-containers/windows-server-core-server-1909-hardened-container [INFO] 07-Sep-21 08:40:21 - [1282/1417] dsop/cloudbees/core/agent [INFO] 07-Sep-21 08:40:23 - [1283/1417] dsop/cloudbees/core/core-mm [INFO] 07-Sep-21 08:40:24 - [1284/1417] dsop/cloudbees/core/core-oc [INFO] 07-Sep-21 08:40:26 - [1285/1417] dsop/aqua-security/enterprise/scanner-4.6 [WARNING] 07-Sep-21 08:40:28 - Protected branches misconfigured! [CRITICAL] 07-Sep-21 08:40:28 - Failed to create protected branch: 409 Conflict [CRITICAL] 07-Sep-21 08:40:28 - Failed to create protected branch: 409 Conflict [INFO] 07-Sep-21 08:40:28 - [1286/1417] dsop/aqua-security/enterprise/gateway-4.6 [WARNING] 07-Sep-21 08:40:30 - Protected branches misconfigured! [CRITICAL] 07-Sep-21 08:40:30 - Failed to create protected branch: 409 Conflict [CRITICAL] 07-Sep-21 08:40:30 - Failed to create protected branch: 409 Conflict [INFO] 07-Sep-21 08:40:30 - [1287/1417] dsop/aqua-security/enterprise/console-4.6 [WARNING] 07-Sep-21 08:40:32 - Protected branches misconfigured! [CRITICAL] 07-Sep-21 08:40:32 - Failed to create protected branch: 409 Conflict [CRITICAL] 07-Sep-21 08:40:32 - Failed to create protected branch: 409 Conflict [INFO] 07-Sep-21 08:40:32 - [1288/1417] dsop/lockheed-martin/replicator [INFO] 07-Sep-21 08:40:34 - [1289/1417] dsop/neuvector/neuvector/updater [INFO] 07-Sep-21 08:40:35 - [1290/1417] dsop/neuvector/neuvector/manager [INFO] 07-Sep-21 08:40:37 - [1291/1417] dsop/neuvector/neuvector/enforcer [INFO] 07-Sep-21 08:40:39 - [1292/1417] dsop/neuvector/neuvector/controller [INFO] 07-Sep-21 08:40:40 - [1293/1417] dsop/opensource/selenium/standalone-firefox-debug [INFO] 07-Sep-21 08:40:42 - [1294/1417] dsop/opensource/selenium/standalone-chrome-debug [INFO] 07-Sep-21 08:40:44 - [1295/1417] dsop/opensource/selenium/standalone-firefox [INFO] 07-Sep-21 08:40:45 - [1296/1417] dsop/opensource/selenium/standalone-chrome [INFO] 07-Sep-21 08:40:47 - [1297/1417] dsop/opensource/selenium/node-firefox-debug [INFO] 07-Sep-21 08:40:49 - [1298/1417] dsop/opensource/selenium/node-chrome-debug [INFO] 07-Sep-21 08:40:51 - [1299/1417] dsop/opensource/selenium/node-firefox [INFO] 07-Sep-21 08:40:52 - [1300/1417] dsop/opensource/selenium/node-chrome [INFO] 07-Sep-21 08:40:54 - [1301/1417] dsop/opensource/selenium/node-base [INFO] 07-Sep-21 08:40:55 - [1302/1417] dsop/opensource/selenium/hub [INFO] 07-Sep-21 08:40:57 - [1303/1417] dsop/opensource/selenium/base [INFO] 07-Sep-21 08:40:59 - [1304/1417] dsop/opensource/apache/nifi [INFO] 07-Sep-21 08:41:00 - [1305/1417] dsop/opensource/nodejs/nodejs [WARNING] 07-Sep-21 08:41:02 - Protected branches misconfigured! [CRITICAL] 07-Sep-21 08:41:02 - Failed to create protected branch: 409 Conflict [CRITICAL] 07-Sep-21 08:41:03 - Failed to create protected branch: 409 Conflict [INFO] 07-Sep-21 08:41:03 - [1306/1417] dsop/crunchy-data/postgres/pg_admin [WARNING] 07-Sep-21 08:41:04 - Protected branches misconfigured! [CRITICAL] 07-Sep-21 08:41:04 - Failed to create protected branch: 409 Conflict [CRITICAL] 07-Sep-21 08:41:04 - Failed to create protected branch: 409 Conflict [INFO] 07-Sep-21 08:41:04 - [1307/1417] dsop/crunchy-data/postgres/postgis [INFO] 07-Sep-21 08:41:06 - [1308/1417] dsop/crunchy-data/postgres/postgres [INFO] 07-Sep-21 08:41:07 - [1309/1417] dsop/hashicorp/packer/packer [INFO] 07-Sep-21 08:41:09 - [1310/1417] dsop/opensource/mbtest/mountebank [INFO] 07-Sep-21 08:41:11 - [1311/1417] dsop/opensource/molecule/molecule [INFO] 07-Sep-21 08:41:13 - [1312/1417] dsop/opensource/gohugo/hugo [INFO] 07-Sep-21 08:41:14 - [1313/1417] dsop/opensource/python-gitlab/python-gitlab [INFO] 07-Sep-21 08:41:16 - [1314/1417] dsop/opensource/aws/awscli [INFO] 07-Sep-21 08:41:18 - [1315/1417] dsop/opensource/ansible/ansible-lint [INFO] 07-Sep-21 08:41:19 - [1316/1417] dsop/security-compass/jitt/nginx [INFO] 07-Sep-21 08:41:21 - [1317/1417] dsop/security-compass/sd-elements/postfix [INFO] 07-Sep-21 08:41:23 - [1318/1417] dsop/security-compass/sd-elements/memcached [INFO] 07-Sep-21 08:41:25 - [1319/1417] dsop/security-compass/sd-elements/mod_wsgi [INFO] 07-Sep-21 08:41:26 - [1320/1417] dsop/security-compass/sd-elements/nginx [INFO] 07-Sep-21 08:41:28 - [1321/1417] dsop/hashicorp/vault/vault [INFO] 07-Sep-21 08:41:29 - [1322/1417] dsop/parasoft/parasoft/selenic [INFO] 07-Sep-21 08:41:31 - [1323/1417] dsop/parasoft/parasoft/ctp [INFO] 07-Sep-21 08:41:33 - [1324/1417] dsop/parasoft/parasoft/soavirt [INFO] 07-Sep-21 08:41:34 - [1325/1417] dsop/parasoft/parasoft/dottest [INFO] 07-Sep-21 08:41:36 - [1326/1417] dsop/parasoft/parasoft/jtest [INFO] 07-Sep-21 08:41:37 - [1327/1417] dsop/parasoft/parasoft/dtp [INFO] 07-Sep-21 08:41:39 - [1328/1417] dsop/parasoft/parasoft/asmtool [INFO] 07-Sep-21 08:41:40 - [1329/1417] dsop/parasoft/parasoft/licenseserver [INFO] 07-Sep-21 08:41:42 - [1330/1417] dsop/opensource/tenable/nessus [INFO] 07-Sep-21 08:41:43 - [1331/1417] dsop/opensource/mattermost/mattermost [INFO] 07-Sep-21 08:41:45 - [1332/1417] dsop/opensource/tensorflow/tensorflow [INFO] 07-Sep-21 08:41:47 - [1333/1417] dsop/elastic/beats/journalbeat [INFO] 07-Sep-21 08:41:48 - [1334/1417] dsop/elastic/beats/auditbeat [INFO] 07-Sep-21 08:41:50 - [1335/1417] dsop/elastic/beats/heartbeat [INFO] 07-Sep-21 08:41:51 - [1336/1417] dsop/elastic/beats/metricbeat [INFO] 07-Sep-21 08:41:53 - [1337/1417] dsop/elastic/beats/packetbeat [INFO] 07-Sep-21 08:41:55 - [1338/1417] dsop/elastic/beats/filebeat [INFO] 07-Sep-21 08:41:56 - [1339/1417] dsop/gitlab/gitlab/gitlab-container-registry [INFO] 07-Sep-21 08:41:58 - [1340/1417] dsop/elastic/logstash/logstash [INFO] 07-Sep-21 08:41:59 - [1341/1417] dsop/elastic/apm-server/apm-server [INFO] 07-Sep-21 08:42:01 - [1342/1417] dsop/neuvector/allinone/allinone [INFO] 07-Sep-21 08:42:02 - [1343/1417] dsop/vmware/dod-tanzu [INFO] 07-Sep-21 08:42:04 - [1344/1417] dsop/opensource/apache/kafka [INFO] 07-Sep-21 08:42:06 - [1345/1417] dsop/opensource/jupyter/scipy-notebook [INFO] 07-Sep-21 08:42:07 - [1346/1417] dsop/opensource/jupyter/minimal-notebook [INFO] 07-Sep-21 08:42:09 - [1347/1417] dsop/opensource/jupyter/jupyterhub [INFO] 07-Sep-21 08:42:11 - [1348/1417] dsop/mongodb/mongodb-enterprise/mongodb-enterprise-operator [INFO] 07-Sep-21 08:42:13 - [1349/1417] dsop/mongodb/mongodb-enterprise/mongodb-enterprise-database [INFO] 07-Sep-21 08:42:15 - [1350/1417] dsop/solutions-delivery-platform/dependency-check/dependency-check [INFO] 07-Sep-21 08:42:16 - [1351/1417] dsop/solutions-delivery-platform/lighthouse/lighthouse [INFO] 07-Sep-21 08:42:18 - [1352/1417] dsop/solutions-delivery-platform/zap/zap [INFO] 07-Sep-21 08:42:20 - [1353/1417] dsop/solutions-delivery-platform/sonar-scanner/sonar-scanner [INFO] 07-Sep-21 08:42:22 - [1354/1417] dsop/solutions-delivery-platform/jenkins-agent/jenkins-agent [INFO] 07-Sep-21 08:42:24 - [1355/1417] dsop/solutions-delivery-platform/jenkins/jenkins [INFO] 07-Sep-21 08:42:26 - [1356/1417] dsop/atlassian/bamboo-data-center/bamboo-agent [INFO] 07-Sep-21 08:42:27 - [1357/1417] dsop/atlassian/bamboo-data-center/bamboo-server [INFO] 07-Sep-21 08:42:29 - [1358/1417] dsop/opensource/jaegertracing/all-in-one [INFO] 07-Sep-21 08:42:31 - [1359/1417] dsop/opensource/kiali/kiali [INFO] 07-Sep-21 08:42:32 - [1360/1417] dsop/opensource/kiali/kiali-operator [INFO] 07-Sep-21 08:42:34 - [1361/1417] dsop/opensource/apache/zookeeper [INFO] 07-Sep-21 08:42:35 - [1362/1417] dsop/opensource/jaegertracing/jaeger-operator [INFO] 07-Sep-21 08:42:37 - [1363/1417] dsop/solutions-delivery-platform/openshift/helm [INFO] 07-Sep-21 08:42:38 - [1364/1417] dsop/opensource/grafana/grafana [INFO] 07-Sep-21 08:42:39 - [1365/1417] dsop/opensource/prometheus/prometheus [INFO] 07-Sep-21 08:42:41 - [1366/1417] dsop/atlassian/bitbucket-data-center/bitbucket-node [INFO] 07-Sep-21 08:42:42 - [1367/1417] dsop/atlassian/bitbucket-data-center/bitbucket-load-balancer [INFO] 07-Sep-21 08:42:43 - [1368/1417] dsop/atlassian/bitbucket-data-center/bitbucket-elastic-search [INFO] 07-Sep-21 08:42:45 - [1369/1417] dsop/opensource/r/r [WARNING] 07-Sep-21 08:42:47 - Protected branches misconfigured! [CRITICAL] 07-Sep-21 08:42:47 - Failed to create protected branch: 409 Conflict [CRITICAL] 07-Sep-21 08:42:47 - Failed to create protected branch: 409 Conflict [INFO] 07-Sep-21 08:42:47 - [1370/1417] dsop/opensource/owasp-zap/owasp-zap [INFO] 07-Sep-21 08:42:48 - [1371/1417] dsop/opensource/nginx/nginx [INFO] 07-Sep-21 08:42:50 - [1372/1417] dsop/opensource/maven/maven-openjdk-8 [INFO] 07-Sep-21 08:42:51 - [1373/1417] dsop/solutions-delivery-platform/pipeline-libraries [INFO] 07-Sep-21 08:42:53 - [1374/1417] dsop/solutions-delivery-platform/jenkins-templating-engine [INFO] 07-Sep-21 08:42:55 - [1375/1417] dsop/opensource/keycloak/keycloak [INFO] 07-Sep-21 08:42:56 - [1376/1417] dsop/opensource/jenkins/jenkins [INFO] 07-Sep-21 08:42:58 - [1377/1417] dsop/opensource/fluentd/fluentd [INFO] 07-Sep-21 08:43:00 - [1378/1417] dsop/opensource/etcd/etcd [INFO] 07-Sep-21 08:43:01 - [1379/1417] dsop/atlassian/jira-data-center/jira-load-balancer [INFO] 07-Sep-21 08:43:03 - [1380/1417] dsop/gitlab/gitlab/gitlab-helm-chart [INFO] 07-Sep-21 08:43:04 - [1381/1417] dsop/anchore/helm/anchore-engine [INFO] 07-Sep-21 08:43:06 - [1382/1417] dsop/anchore/cli/cli [INFO] 07-Sep-21 08:43:08 - [1383/1417] dsop/anchore/engine/engine [INFO] 07-Sep-21 08:43:09 - [1384/1417] dsop/anchore/enterprise/enterprise [INFO] 07-Sep-21 08:43:11 - [1385/1417] dsop/anchore/enterpriseui/enterpriseui [INFO] 07-Sep-21 08:43:13 - [1386/1417] dsop/redhat/ubi/ubi8 [INFO] 07-Sep-21 08:43:15 - [1387/1417] dsop/jfrog/artifactory/artifactory [INFO] 07-Sep-21 08:43:18 - [1388/1417] dsop/gitlab/gitlab/kubectl [INFO] 07-Sep-21 08:43:19 - [1389/1417] dsop/gitlab/gitlab/gitlab-unicorn [WARNING] 07-Sep-21 08:43:21 - Protected branches misconfigured! [CRITICAL] 07-Sep-21 08:43:22 - Failed to create protected branch: 409 Conflict [CRITICAL] 07-Sep-21 08:43:22 - Failed to create protected branch: 409 Conflict [INFO] 07-Sep-21 08:43:22 - [1390/1417] dsop/gitlab/gitlab/gitlab-task-runner [INFO] 07-Sep-21 08:43:23 - [1391/1417] dsop/gitlab/gitlab/gitlab-sidekiq [INFO] 07-Sep-21 08:43:25 - [1392/1417] dsop/gitlab/gitlab/gitlab-shell [INFO] 07-Sep-21 08:43:27 - [1393/1417] dsop/gitlab/gitlab/gitlab-ruby [INFO] 07-Sep-21 08:43:28 - [1394/1417] dsop/gitlab/gitlab/gitlab-rails [INFO] 07-Sep-21 08:43:30 - [1395/1417] dsop/gitlab/gitlab/gitlab-mailroom [INFO] 07-Sep-21 08:43:31 - [1396/1417] dsop/gitlab/gitlab/gitlab-exporter [INFO] 07-Sep-21 08:43:33 - [1397/1417] dsop/gitlab/gitlab/gitaly [INFO] 07-Sep-21 08:43:35 - [1398/1417] dsop/gitlab/gitlab/git-base [INFO] 07-Sep-21 08:43:38 - [1399/1417] dsop/gitlab/gitlab/gitlab-workhorse [INFO] 07-Sep-21 08:43:39 - [1400/1417] dsop/twistlock/console/console [INFO] 07-Sep-21 08:43:41 - [1401/1417] dsop/twistlock/defender/defender [INFO] 07-Sep-21 08:43:43 - [1402/1417] dsop/solutions-delivery-platform/sonarqube/sonarqube [INFO] 07-Sep-21 08:43:44 - [1403/1417] dsop/atlassian/confluence-data-center/confluence-node [INFO] 07-Sep-21 08:43:46 - [1404/1417] dsop/atlassian/confluence-data-center/confluence-load-balancer [INFO] 07-Sep-21 08:43:49 - [1405/1417] dsop/atlassian/jira-data-center/jira-node [INFO] 07-Sep-21 08:43:50 - [1406/1417] dsop/runsafesecurity/lfr/lfr [INFO] 07-Sep-21 08:43:52 - [1407/1417] dsop/elastic/kibana/kibana [INFO] 07-Sep-21 08:43:53 - [1408/1417] dsop/elastic/elasticsearch/elasticsearch [INFO] 07-Sep-21 08:43:55 - [1409/1417] dsop/opensource/apache/apache2 [INFO] 07-Sep-21 08:43:57 - [1410/1417] dsop/sonatype/nexus-iq-server/nexus-iq-server [INFO] 07-Sep-21 08:43:58 - [1411/1417] dsop/sonatype/nexus/nexus [INFO] 07-Sep-21 08:44:00 - Skipping project with ID 143 because it was specified in the --ignore-projects parameter. [INFO] 07-Sep-21 08:44:00 - [1413/1417] dsop/redhat/ubi/ubi7 [INFO] 07-Sep-21 08:44:02 - [1414/1417] dsop/kube-opa-policy [INFO] 07-Sep-21 08:44:03 - Skipping project with ID 43 because it was specified in the --ignore-projects parameter. [INFO] 07-Sep-21 08:44:03 - [1416/1417] dsop/helm-charts [INFO] 07-Sep-21 08:44:05 - [1417/1417] dsop/container-scanning-pipeline section_end:1631004247:step_script section_start:1631004247:cleanup_file_variables Cleaning up file based variables section_end:1631004247:cleanup_file_variables Job succeeded