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