Describe the bug
With an automation interval of 5 minutes I would expect flux to do the polling of new images every 5 minutes. According to the logs it is polling them every minute.
To Reproduce
This is my flux config
flux:
Container ID: containerd://b2086e59626c1663a59dff542f50d1129ff56b3bf2fdf7dec6310d5af782bc88
Image: docker.io/fluxcd/flux:1.17.0
Image ID: docker.io/fluxcd/flux@sha256:7577685a6ece009dd741e3df6653f732515406014393dc218a7d405cbfda57c2
Port: 3030/TCP
Host Port: 0/TCP
Args:
--log-format=fmt
--ssh-keygen-dir=/var/fluxd/keygen
--k8s-secret-name=flux-git-deploy
--memcached-hostname=flux-memcached
--sync-state=git
--memcached-service=
[email protected]:xxxxxxxxxx
--git-branch=verified-deployment
--git-path=patches/prod
--git-readonly=false
--git-user=Weave Flux
[email protected]
--git-verify-signatures=false
--git-set-author=false
--git-poll-interval=30m
--git-timeout=20s
--sync-interval=30m
--git-ci-skip=false
--automation-interval=5m
--registry-rps=200
--registry-burst=125
--registry-trace=false
--registry-exclude-image=index.docker.io/jacobalberty/unifi,index.docker.io/metallb/*
--manifest-generation=true
Expected behavior
The polling should happen every 5 minutes.
Logs
fluxcd/flux-58f5cdd6db-9q77z[flux]: ts=2020-01-20T19:39:33.285869429Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
fluxcd/flux-58f5cdd6db-9q77z[flux]: ts=2020-01-20T19:40:27.161114749Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
fluxcd/flux-58f5cdd6db-9q77z[flux]: ts=2020-01-20T19:41:31.626735682Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
fluxcd/flux-58f5cdd6db-9q77z[flux]: ts=2020-01-20T19:42:54.196542229Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
fluxcd/flux-58f5cdd6db-9q77z[flux]: ts=2020-01-20T19:43:16.519985288Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
fluxcd/flux-58f5cdd6db-9q77z[flux]: ts=2020-01-20T19:44:44.478400311Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
Additional context
This is also linked to https://github.com/fluxcd/flux/issues/2616 I try to lower the intervals in oder to reduce the cpu load caused by flux. Right now it looks like the intervals are not honored and the flux-recv webhook is not integrated in the flux helm chart.
That indeed seems like a bug. I will look into it
@runningman84 I was trying to reproduce the issue and, in fact, it seems at first glance that the automation interval is not honored.
However, my logs differ, take a look to mine:
ts=2020-01-30T06:09:33.748118042Z caller=warming.go:206 component=warmer updated=memcached successful=80 attempted=80
ts=2020-01-30T06:09:39.957516065Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
...
ts=2020-01-30T06:09:46.934128644Z caller=warming.go:206 component=warmer updated=stefanprodan/podinfo successful=171 attempted=171
ts=2020-01-30T06:09:50.734538246Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
...
ts=2020-01-30T06:10:54.474212142Z caller=warming.go:206 component=warmer updated=bitnami/ghost successful=703 attempted=1956
ts=2020-01-30T06:13:51.189563174Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
Did you redacted your logs just to highlight the message polling for new images for automated workloads or are you facing too the _wamer_ informing a new image has been updated?
My logs are not redacted, I don't have the warmer messages in between
Thanks for the quick response!
May I ask you for the full output of the flux Pod? Obviously, redacting sensitive data!
It would be great (if possible and not impacting your production system) to restart the flux and flux-memcached Pods together: I'd like to see the full behavior with a cold cache.
You can achieve that easily:
kubectl -n flux delete pod --force --grace-period=0 -l release=flux
I am also seeing this issue, we have set the automation interval to 10080m (7 days). I have been seeing refreshes of images pretty often. Am I misunderstanding how automationInterval works?
@prometherion
this are the full logs before cleaning:
ts=2020-02-26T20:09:25.384067354Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:10:30.416699136Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:10:32.636517945Z caller=warming.go:198 component=warmer info="refreshing image" image=codercom/code-server tag_count=39 to_update=1 of_which_refresh=0 of_which_missing=1
ts=2020-02-26T20:10:32.842574451Z caller=repocachemanager.go:223 component=warmer canonical_name=index.docker.io/codercom/code-server auth={map[]} warn="manifest for tag 1.200 missing in repository codercom/code-server" impact="flux will fail to auto-release workloads with matching images, ask the repository administrator to fix the inconsistency"
ts=2020-02-26T20:10:32.842775642Z caller=warming.go:206 component=warmer updated=codercom/code-server successful=0 attempted=1
ts=2020-02-26T20:10:32.843094836Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:11:12.707635519Z caller=warming.go:198 component=warmer info="refreshing image" image=codercom/code-server tag_count=39 to_update=1 of_which_refresh=0 of_which_missing=1
ts=2020-02-26T20:11:12.891395891Z caller=repocachemanager.go:223 component=warmer canonical_name=index.docker.io/codercom/code-server auth={map[]} warn="manifest for tag 1.200 missing in repository codercom/code-server" impact="flux will fail to auto-release workloads with matching images, ask the repository administrator to fix the inconsistency"
ts=2020-02-26T20:11:12.89188376Z caller=warming.go:206 component=warmer updated=codercom/code-server successful=0 attempted=1
ts=2020-02-26T20:11:12.892399538Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:12:01.655289472Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:12:21.761715495Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:13:05.767080867Z caller=warming.go:198 component=warmer info="refreshing image" image=codercom/code-server tag_count=39 to_update=1 of_which_refresh=0 of_which_missing=1
ts=2020-02-26T20:13:05.934961933Z caller=repocachemanager.go:223 component=warmer canonical_name=index.docker.io/codercom/code-server auth={map[]} warn="manifest for tag 1.200 missing in repository codercom/code-server" impact="flux will fail to auto-release workloads with matching images, ask the repository administrator to fix the inconsistency"
ts=2020-02-26T20:13:05.935190006Z caller=warming.go:206 component=warmer updated=codercom/code-server successful=0 attempted=1
ts=2020-02-26T20:13:05.935837497Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:14:31.348180587Z caller=warming.go:198 component=warmer info="refreshing image" image=codercom/code-server tag_count=39 to_update=1 of_which_refresh=0 of_which_missing=1
ts=2020-02-26T20:14:31.509850461Z caller=repocachemanager.go:223 component=warmer canonical_name=index.docker.io/codercom/code-server auth={map[]} warn="manifest for tag 1.200 missing in repository codercom/code-server" impact="flux will fail to auto-release workloads with matching images, ask the repository administrator to fix the inconsistency"
ts=2020-02-26T20:14:31.510066932Z caller=warming.go:206 component=warmer updated=codercom/code-server successful=0 attempted=1
ts=2020-02-26T20:14:31.510746626Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:14:52.212038133Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:15:05.496840154Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:15:38.816161675Z caller=warming.go:198 component=warmer info="refreshing image" image=codercom/code-server tag_count=39 to_update=1 of_which_refresh=0 of_which_missing=1
ts=2020-02-26T20:15:38.976011145Z caller=repocachemanager.go:223 component=warmer canonical_name=index.docker.io/codercom/code-server auth={map[]} warn="manifest for tag 1.200 missing in repository codercom/code-server" impact="flux will fail to auto-release workloads with matching images, ask the repository administrator to fix the inconsistency"
ts=2020-02-26T20:15:38.976184262Z caller=warming.go:206 component=warmer updated=codercom/code-server successful=0 attempted=1
ts=2020-02-26T20:15:38.976401421Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:17:04.680219591Z caller=warming.go:198 component=warmer info="refreshing image" image=codercom/code-server tag_count=39 to_update=1 of_which_refresh=0 of_which_missing=1
ts=2020-02-26T20:17:04.84420729Z caller=repocachemanager.go:223 component=warmer canonical_name=index.docker.io/codercom/code-server auth={map[]} warn="manifest for tag 1.200 missing in repository codercom/code-server" impact="flux will fail to auto-release workloads with matching images, ask the repository administrator to fix the inconsistency"
ts=2020-02-26T20:17:04.844392238Z caller=warming.go:206 component=warmer updated=codercom/code-server successful=0 attempted=1
ts=2020-02-26T20:17:04.847636098Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:17:18.027833708Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:18:37.452386899Z caller=warming.go:198 component=warmer info="refreshing image" image=codercom/code-server tag_count=39 to_update=1 of_which_refresh=0 of_which_missing=1
ts=2020-02-26T20:18:37.618683321Z caller=repocachemanager.go:223 component=warmer canonical_name=index.docker.io/codercom/code-server auth={map[]} warn="manifest for tag 1.200 missing in repository codercom/code-server" impact="flux will fail to auto-release workloads with matching images, ask the repository administrator to fix the inconsistency"
ts=2020-02-26T20:18:37.619032024Z caller=warming.go:206 component=warmer updated=codercom/code-server successful=0 attempted=1
ts=2020-02-26T20:18:37.619299279Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:18:56.79328146Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:20:01.793952869Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:20:04.091206192Z caller=warming.go:198 component=warmer info="refreshing image" image=codercom/code-server tag_count=39 to_update=1 of_which_refresh=0 of_which_missing=1
ts=2020-02-26T20:20:04.295964743Z caller=repocachemanager.go:223 component=warmer canonical_name=index.docker.io/codercom/code-server auth={map[]} warn="manifest for tag 1.200 missing in repository codercom/code-server" impact="flux will fail to auto-release workloads with matching images, ask the repository administrator to fix the inconsistency"
ts=2020-02-26T20:20:04.29612807Z caller=warming.go:206 component=warmer updated=codercom/code-server successful=0 attempted=1
ts=2020-02-26T20:20:04.296592693Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:20:46.516073102Z caller=warming.go:198 component=warmer info="refreshing image" image=codercom/code-server tag_count=39 to_update=1 of_which_refresh=0 of_which_missing=1
ts=2020-02-26T20:20:46.7213128Z caller=repocachemanager.go:223 component=warmer canonical_name=index.docker.io/codercom/code-server auth={map[]} warn="manifest for tag 1.200 missing in repository codercom/code-server" impact="flux will fail to auto-release workloads with matching images, ask the repository administrator to fix the inconsistency"
ts=2020-02-26T20:20:46.721448122Z caller=warming.go:206 component=warmer updated=codercom/code-server successful=0 attempted=1
ts=2020-02-26T20:20:46.722007615Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:21:12.850287716Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
this are the fresh logs afterwards:
kubectl logs flux-74975d46bf-pzp87 -n fluxcd | grep poll 卤[master]
ts=2020-02-26T20:23:12.781228485Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:23:34.528607436Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:23:34.898219503Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:23:37.388527544Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:23:39.758168232Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:23:44.056746127Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:23:45.846789018Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:23:48.865185227Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:23:51.043461899Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:23:53.284881618Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:23:54.975923992Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:24:06.246142906Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:25:20.328684875Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:25:23.980145983Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:25:26.350685905Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:25:29.129922267Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:25:36.110030303Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:25:47.145668967Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:25:49.352606758Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:25:51.456421592Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:25:53.895538131Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:25:56.08575853Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:25:58.616331788Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
~/.../helm/my-charts >>> kubectl logs flux-74975d46bf-pzp87 -n fluxcd 卤[master]
ts=2020-02-26T20:23:12.725574156Z caller=main.go:256 version=1.18.0
ts=2020-02-26T20:23:12.725656574Z caller=main.go:396 msg="using kube config: \"/root/.kube/config\" to connect to the cluster"
ts=2020-02-26T20:23:12.776438372Z caller=main.go:481 component=cluster identity=/etc/fluxd/ssh/identity
ts=2020-02-26T20:23:12.776517251Z caller=main.go:482 component=cluster identity.pub="ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDB83o3N+Dv3R8uCsjq520B58Rd5C+egKkHP3+EyE/0NxNf6XCbHq0rEC8O0EID3YSjEM/AvzTWrIszh1TvRbAk2t/lLhPdrVpIzuHGTqTRNs6T5M7CvGatxVvccgT6Ae0lB69HsSGqzGOR5eCR9AX7FZLh8UTHXvkOvwmU7yuvqHZ+nIxNiEHPaBrp6Jqcgt/lp7/0da9nIOUa1YwMGVn7orkbaASR9omMFox3gkTpcQbVGbmzaRZsfQrbxpcKRtnUJTRxLVhgVO6Z+0quWjFRiNR3rAFHGK8eagdfJMI8QRuRE0RMqEdi/cHNDQRYK/DypwZn/bXh3eQYLEXuI/yZrJh1QPl6/wN06AUxELnpcMxfnw9MQKjVbQdXI+XziL5WJpFtpx/Y6KzRVNrj7RAMxlNIx90SUromngol5wWcEZHjqoCGdIjTR6gnahqsSTBqbWzlgH4Sdg5I75W6QvpiYSDw00MbbHgilzCtno0V9eNQA1mFWFLAFtPpinkUP1E= root@flux-69998974c4-m7lkz"
ts=2020-02-26T20:23:12.776569912Z caller=main.go:487 host=https://10.43.0.1:443 version=kubernetes-v1.17.2+k3s1
ts=2020-02-26T20:23:12.776696745Z caller=main.go:499 kubectl=/usr/local/bin/kubectl
ts=2020-02-26T20:23:12.777720622Z caller=main.go:514 ping=true
ts=2020-02-26T20:23:12.779673068Z caller=main.go:653 url=ssh://[email protected]/runningman84/flux-repo-home.git user="Weave Flux" [email protected] signing-key= verify-signatures=false sync-tag=flux-sync state=git readonly=false registry-disable-scanning=false notes-ref=flux set-author=false git-secret=false sops=false
ts=2020-02-26T20:23:12.779746408Z caller=main.go:759 upstream="no upstream URL given"
ts=2020-02-26T20:23:12.781228485Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:23:12.781451726Z caller=images.go:27 component=sync-loop msg="no automated workloads"
ts=2020-02-26T20:23:12.781668913Z caller=loop.go:107 component=sync-loop err="git repo not ready: git repo has not been cloned yet"
ts=2020-02-26T20:23:12.782509782Z caller=main.go:782 addr=:3030
ts=2020-02-26T20:23:13.396667737Z caller=checkpoint.go:24 component=checkpoint msg="up to date" latest=1.18.0
ts=2020-02-26T20:23:14.653458944Z caller=memcached.go:112 component=memcached err="Fetching tag from memcache: memcache: connect timeout to 10.43.24.40:11211"
ts=2020-02-26T20:23:14.653566219Z caller=warming.go:162 component=warmer canonical_name=index.docker.io/rancher/metrics-server auth={map[]} err="fetching previous result from cache: memcache: connect timeout to 10.43.24.40:11211"
ts=2020-02-26T20:23:15.653914653Z caller=memcached.go:112 component=memcached err="Fetching tag from memcache: memcache: connect timeout to 10.43.24.40:11211"
ts=2020-02-26T20:23:15.653987026Z caller=warming.go:162 component=warmer canonical_name=index.docker.io/homeassistant/home-assistant auth={map[]} err="fetching previous result from cache: memcache: connect timeout to 10.43.24.40:11211"
ts=2020-02-26T20:23:17.214514876Z caller=memcached.go:112 component=memcached err="Fetching tag from memcache: memcache: connect timeout to 10.43.24.40:11211"
ts=2020-02-26T20:23:17.214597992Z caller=warming.go:162 component=warmer canonical_name=docker.elastic.co/kibana/kibana-oss auth={map[]} err="fetching previous result from cache: memcache: connect timeout to 10.43.24.40:11211"
ts=2020-02-26T20:23:18.215053284Z caller=memcached.go:112 component=memcached err="Fetching tag from memcache: memcache: connect timeout to 10.43.24.40:11211"
ts=2020-02-26T20:23:18.215206777Z caller=warming.go:162 component=warmer canonical_name=index.docker.io/fluxcd/flux auth={map[]} err="fetching previous result from cache: memcache: connect timeout to 10.43.24.40:11211"
ts=2020-02-26T20:23:19.21557087Z caller=memcached.go:112 component=memcached err="Fetching tag from memcache: memcache: connect timeout to 10.43.24.40:11211"
ts=2020-02-26T20:23:19.215652237Z caller=warming.go:162 component=warmer canonical_name=index.docker.io/library/traefik auth={map[]} err="fetching previous result from cache: memcache: connect timeout to 10.43.24.40:11211"
ts=2020-02-26T20:23:20.2159933Z caller=memcached.go:112 component=memcached err="Fetching tag from memcache: memcache: connect timeout to 10.43.24.40:11211"
ts=2020-02-26T20:23:20.216104837Z caller=warming.go:162 component=warmer canonical_name=index.docker.io/sapcc/mosquitto-exporter auth={map[]} err="fetching previous result from cache: memcache: connect timeout to 10.43.24.40:11211"
ts=2020-02-26T20:23:21.216483638Z caller=memcached.go:112 component=memcached err="Fetching tag from memcache: memcache: connect timeout to 10.43.24.40:11211"
ts=2020-02-26T20:23:21.21655771Z caller=warming.go:162 component=warmer canonical_name=index.docker.io/coredns/coredns auth={map[]} err="fetching previous result from cache: memcache: connect timeout to 10.43.24.40:11211"
ts=2020-02-26T20:23:22.217504333Z caller=memcached.go:112 component=memcached err="Fetching tag from memcache: memcache: connect timeout to 10.43.24.40:11211"
ts=2020-02-26T20:23:22.217627266Z caller=warming.go:162 component=warmer canonical_name=index.docker.io/grafana/grafana auth={map[]} err="fetching previous result from cache: memcache: connect timeout to 10.43.24.40:11211"
ts=2020-02-26T20:23:23.217929226Z caller=memcached.go:112 component=memcached err="Fetching tag from memcache: memcache: connect timeout to 10.43.24.40:11211"
ts=2020-02-26T20:23:23.218002995Z caller=warming.go:162 component=warmer canonical_name=index.docker.io/prom/prometheus auth={map[]} err="fetching previous result from cache: memcache: connect timeout to 10.43.24.40:11211"
ts=2020-02-26T20:23:24.993251603Z caller=warming.go:198 component=warmer info="refreshing image" image=quay.io/prometheus/node-exporter tag_count=20 to_update=20 of_which_refresh=0 of_which_missing=20
ts=2020-02-26T20:23:25.88892698Z caller=loop.go:133 component=sync-loop event=refreshed url=ssh://[email protected]/runningman84/flux-repo-home.git branch=verified-deployment HEAD=d1939b8379f88bb7a0b24481bea41f78a3ae7a76
ts=2020-02-26T20:23:27.050804159Z caller=warming.go:206 component=warmer updated=quay.io/prometheus/node-exporter successful=20 attempted=20
ts=2020-02-26T20:23:27.598040374Z caller=sync.go:528 method=Sync cmd=apply args= count=40
ts=2020-02-26T20:23:28.191843652Z caller=warming.go:198 component=warmer info="refreshing image" image=quay.io/k8scsi/csi-node-driver-registrar tag_count=8 to_update=8 of_which_refresh=0 of_which_missing=8
ts=2020-02-26T20:23:29.048272038Z caller=sync.go:594 method=Sync cmd="kubectl apply -f -" took=1.450066008s err=null output="namespace/blocky unchanged\nnamespace/hass unchanged\nnamespace/logging unchanged\nnamespace/longhorn-system unchanged\nnamespace/monitoring unchanged\nnamespace/unifi unchanged\nsecret/appdaemon-git-creds configured\nsecret/home-assistant-git-creds configured\nlimitrange/mem-limit-range configured\nlimitrange/mem-limit-range unchanged\nlimitrange/mem-limit-range unchanged\nlimitrange/mem-limit-range unchanged\nlimitrange/mem-limit-range unchanged\nsecret/prometheus-hass-token unchanged\nhelmrelease.helm.fluxcd.io/alertmanager-bot unchanged\nhelmrelease.helm.fluxcd.io/appdaemon unchanged\nhelmrelease.helm.fluxcd.io/blackbox-exporter unchanged\nhelmrelease.helm.fluxcd.io/blocky unchanged\nhelmrelease.helm.fluxcd.io/dnsrbl-exporter unchanged\nhelmrelease.helm.fluxcd.io/doods unchanged\nhelmrelease.helm.fluxcd.io/elasticsearch unchanged\nhelmrelease.helm.fluxcd.io/elasticsearch-curator unchanged\nhelmrelease.helm.fluxcd.io/external-auth-server unchanged\nhelmrelease.helm.fluxcd.io/external-dns unchanged\nhelmrelease.helm.fluxcd.io/fluent-bit unchanged\nprometheusrule.monitoring.coreos.com/flux.rules unchanged\nhelmrelease.helm.fluxcd.io/fritzbox-exporter unchanged\nprometheusrule.monitoring.coreos.com/gateway.rules unchanged\nhelmrelease.helm.fluxcd.io/home-assistant unchanged\nhelmrelease.helm.fluxcd.io/influxdb unchanged\nhelmrelease.helm.fluxcd.io/kibana unchanged\nhelmrelease.helm.fluxcd.io/longhorn unchanged\nhelmrelease.helm.fluxcd.io/mariadb unchanged\nhelmrelease.helm.fluxcd.io/metallb unchanged\nhelmrelease.helm.fluxcd.io/mosquitto unchanged\nhelmrelease.helm.fluxcd.io/prometheus-operator unchanged\nhelmrelease.helm.fluxcd.io/prosafe-exporter unchanged\nhelmrelease.helm.fluxcd.io/traefik unchanged\nhelmrelease.helm.fluxcd.io/unifi unchanged\nhelmrelease.helm.fluxcd.io/zigbee2mqtt unchanged"
ts=2020-02-26T20:23:29.467093529Z caller=warming.go:206 component=warmer updated=quay.io/k8scsi/csi-node-driver-registrar successful=8 attempted=8
ts=2020-02-26T20:23:31.115206333Z caller=warming.go:198 component=warmer info="refreshing image" image=quay.io/coreos/prometheus-operator tag_count=65 to_update=65 of_which_refresh=0 of_which_missing=65
ts=2020-02-26T20:23:33.102262959Z caller=loop.go:226 component=sync-loop state="tag flux-sync" old=d1939b8379f88bb7a0b24481bea41f78a3ae7a76 new=d1939b8379f88bb7a0b24481bea41f78a3ae7a76
ts=2020-02-26T20:23:33.165972667Z caller=warming.go:206 component=warmer updated=quay.io/coreos/prometheus-operator successful=65 attempted=65
ts=2020-02-26T20:23:33.754234663Z caller=warming.go:198 component=warmer info="refreshing image" image=k8s.gcr.io/git-sync tag_count=15 to_update=15 of_which_refresh=0 of_which_missing=15
ts=2020-02-26T20:23:34.528607436Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:23:34.673448772Z caller=warming.go:206 component=warmer updated=k8s.gcr.io/git-sync successful=15 attempted=15
ts=2020-02-26T20:23:34.898219503Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:23:35.281763319Z caller=loop.go:133 component=sync-loop event=refreshed url=ssh://[email protected]/runningman84/flux-repo-home.git branch=verified-deployment HEAD=d1939b8379f88bb7a0b24481bea41f78a3ae7a76
ts=2020-02-26T20:23:35.780356704Z caller=warming.go:198 component=warmer info="refreshing image" image=causticlab/hass-configurator-docker tag_count=32 to_update=32 of_which_refresh=0 of_which_missing=32
ts=2020-02-26T20:23:37.388233154Z caller=warming.go:206 component=warmer updated=causticlab/hass-configurator-docker successful=32 attempted=32
ts=2020-02-26T20:23:37.388527544Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:23:38.505166874Z caller=warming.go:198 component=warmer info="refreshing image" image=longhornio/longhorn-ui tag_count=16 to_update=16 of_which_refresh=0 of_which_missing=16
ts=2020-02-26T20:23:39.757871419Z caller=warming.go:206 component=warmer updated=longhornio/longhorn-ui successful=16 attempted=16
ts=2020-02-26T20:23:39.758168232Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:23:40.886765872Z caller=warming.go:198 component=warmer info="refreshing image" image=quay.io/k8scsi/csi-provisioner tag_count=37 to_update=37 of_which_refresh=0 of_which_missing=37
ts=2020-02-26T20:23:44.056526564Z caller=warming.go:206 component=warmer updated=quay.io/k8scsi/csi-provisioner successful=37 attempted=37
ts=2020-02-26T20:23:44.056746127Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:23:45.238023805Z caller=warming.go:198 component=warmer info="refreshing image" image=runningman84/dnsrbl-exporter tag_count=1 to_update=1 of_which_refresh=0 of_which_missing=1
ts=2020-02-26T20:23:45.846629763Z caller=warming.go:206 component=warmer updated=runningman84/dnsrbl-exporter successful=1 attempted=1
ts=2020-02-26T20:23:45.846789018Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:23:47.331727678Z caller=warming.go:198 component=warmer info="refreshing image" image=memcached tag_count=82 to_update=82 of_which_refresh=0 of_which_missing=82
ts=2020-02-26T20:23:48.864958706Z caller=warming.go:206 component=warmer updated=memcached successful=82 attempted=82
ts=2020-02-26T20:23:48.865185227Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:23:50.008068469Z caller=warming.go:198 component=warmer info="refreshing image" image=prom/blackbox-exporter tag_count=20 to_update=20 of_which_refresh=0 of_which_missing=20
ts=2020-02-26T20:23:51.043318266Z caller=warming.go:206 component=warmer updated=prom/blackbox-exporter successful=20 attempted=20
ts=2020-02-26T20:23:51.043461899Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:23:52.174400033Z caller=warming.go:198 component=warmer info="refreshing image" image=bobrik/curator tag_count=30 to_update=30 of_which_refresh=0 of_which_missing=30
ts=2020-02-26T20:23:53.284636805Z caller=warming.go:206 component=warmer updated=bobrik/curator successful=30 attempted=30
ts=2020-02-26T20:23:53.284881618Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:23:54.464220019Z caller=warming.go:198 component=warmer info="refreshing image" image=runningman84/alpine-appdaemon tag_count=1 to_update=1 of_which_refresh=0 of_which_missing=1
ts=2020-02-26T20:23:54.975272923Z caller=warming.go:206 component=warmer updated=runningman84/alpine-appdaemon successful=1 attempted=1
ts=2020-02-26T20:23:54.975923992Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:23:56.213260509Z caller=warming.go:198 component=warmer info="refreshing image" image=docker.io/bitnami/mysqld-exporter tag_count=548 to_update=548 of_which_refresh=0 of_which_missing=548
ts=2020-02-26T20:23:57.417501649Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r133
ts=2020-02-26T20:23:57.473351524Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r119
ts=2020-02-26T20:23:57.566555388Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r135
ts=2020-02-26T20:23:57.57693443Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0-centos-7
ts=2020-02-26T20:23:57.62158556Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r29
ts=2020-02-26T20:23:57.666775002Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r142
ts=2020-02-26T20:23:57.676978909Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r32
ts=2020-02-26T20:23:57.709417435Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r108
ts=2020-02-26T20:23:57.710915803Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r104
ts=2020-02-26T20:23:57.713833123Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r12
ts=2020-02-26T20:23:57.748566844Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r132
ts=2020-02-26T20:23:57.884446242Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r105
ts=2020-02-26T20:23:58.030987726Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r15
ts=2020-02-26T20:23:58.048990576Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r148
ts=2020-02-26T20:23:58.08246953Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r103
ts=2020-02-26T20:23:58.125616126Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r23
ts=2020-02-26T20:23:58.144783524Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r157
ts=2020-02-26T20:23:58.212882234Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r141
ts=2020-02-26T20:23:58.218776249Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r156
ts=2020-02-26T20:23:58.219298668Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r1
ts=2020-02-26T20:23:58.230943744Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r129
ts=2020-02-26T20:23:58.26196685Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r11
ts=2020-02-26T20:23:58.26838532Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r120
ts=2020-02-26T20:23:58.293526489Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r137
ts=2020-02-26T20:23:58.324796688Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r123
ts=2020-02-26T20:23:58.325514511Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r127
ts=2020-02-26T20:23:58.326425757Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r110
ts=2020-02-26T20:23:58.374212571Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r130
ts=2020-02-26T20:23:58.388013638Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r10
ts=2020-02-26T20:23:58.414971712Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r159
ts=2020-02-26T20:23:58.443852584Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r146
ts=2020-02-26T20:23:58.49385531Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r0
ts=2020-02-26T20:23:58.498927254Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r144
ts=2020-02-26T20:23:58.498997084Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r102
ts=2020-02-26T20:23:58.502028769Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r106
ts=2020-02-26T20:23:58.535311009Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r109
ts=2020-02-26T20:23:58.563542405Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r118
ts=2020-02-26T20:23:58.621955365Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r26
ts=2020-02-26T20:23:58.622102188Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r165
ts=2020-02-26T20:23:58.623249659Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r149
ts=2020-02-26T20:23:58.628358763Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r111
ts=2020-02-26T20:23:58.630488992Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r175
ts=2020-02-26T20:23:58.644844981Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r107
ts=2020-02-26T20:23:58.647209276Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r140
ts=2020-02-26T20:23:58.655505935Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r166
ts=2020-02-26T20:23:58.655859159Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r28
ts=2020-02-26T20:23:58.679681271Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r116
ts=2020-02-26T20:23:58.683682568Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r152
ts=2020-02-26T20:23:58.684452001Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r112
ts=2020-02-26T20:23:58.687469015Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r150
ts=2020-02-26T20:23:58.699197001Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r136
ts=2020-02-26T20:23:58.707859899Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r122
ts=2020-02-26T20:23:58.71063762Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r124
ts=2020-02-26T20:23:58.711786179Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r151
ts=2020-02-26T20:23:58.728172593Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r16
ts=2020-02-26T20:23:58.739529808Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r158
ts=2020-02-26T20:23:58.768072702Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r25
ts=2020-02-26T20:23:58.769192448Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r100
ts=2020-02-26T20:23:58.769642641Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r20
ts=2020-02-26T20:23:58.770661141Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r154
ts=2020-02-26T20:23:58.771347399Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r155
ts=2020-02-26T20:23:58.772610154Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r19
ts=2020-02-26T20:23:58.773117815Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r101
ts=2020-02-26T20:23:58.774868112Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r147
ts=2020-02-26T20:23:58.779654118Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r22
ts=2020-02-26T20:23:58.781701332Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r153
ts=2020-02-26T20:23:58.78499395Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r167
ts=2020-02-26T20:23:58.774933692Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r21
ts=2020-02-26T20:23:58.815475399Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r138
ts=2020-02-26T20:23:58.81892275Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r114
ts=2020-02-26T20:23:58.840177979Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r131
ts=2020-02-26T20:23:58.841989407Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r34
ts=2020-02-26T20:23:58.842443445Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r172
ts=2020-02-26T20:23:58.842778306Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r31
ts=2020-02-26T20:23:58.843243412Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r37
ts=2020-02-26T20:23:58.861556854Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r169
ts=2020-02-26T20:23:58.862319746Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r168
ts=2020-02-26T20:23:58.862826779Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r24
ts=2020-02-26T20:23:58.863310218Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r35
ts=2020-02-26T20:23:58.863788246Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r39
ts=2020-02-26T20:23:58.861556861Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r33
ts=2020-02-26T20:23:58.864785066Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r40
ts=2020-02-26T20:23:58.865556421Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r174
ts=2020-02-26T20:23:58.868874572Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r173
ts=2020-02-26T20:23:58.869409077Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r18
ts=2020-02-26T20:23:58.890233632Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r164
ts=2020-02-26T20:23:58.912021281Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r3
ts=2020-02-26T20:23:58.912476733Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r48
ts=2020-02-26T20:23:58.959372963Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r170
ts=2020-02-26T20:23:58.972379885Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r50
ts=2020-02-26T20:23:58.972870867Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r46
ts=2020-02-26T20:23:58.972862794Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r14
ts=2020-02-26T20:23:58.973561567Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r41
ts=2020-02-26T20:23:59.00240375Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r4
ts=2020-02-26T20:23:59.010710477Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r126
ts=2020-02-26T20:23:59.01175317Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r161
ts=2020-02-26T20:23:59.016198823Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r55
ts=2020-02-26T20:23:58.971656791Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r125
ts=2020-02-26T20:23:59.104265211Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r134
ts=2020-02-26T20:23:59.107211754Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r57
ts=2020-02-26T20:23:59.12175823Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r52
ts=2020-02-26T20:23:59.134664716Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r160
ts=2020-02-26T20:23:59.134738758Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r143
ts=2020-02-26T20:23:59.136908478Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r13
ts=2020-02-26T20:23:59.141396882Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r27
ts=2020-02-26T20:23:59.145481778Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r128
ts=2020-02-26T20:23:59.166850883Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r117
ts=2020-02-26T20:23:59.167385699Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r162
ts=2020-02-26T20:23:59.171822179Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r139
ts=2020-02-26T20:23:59.174007022Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r58
ts=2020-02-26T20:23:59.181977308Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r70
ts=2020-02-26T20:23:59.206670308Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r72
ts=2020-02-26T20:23:59.256424037Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r115
ts=2020-02-26T20:23:59.25670192Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r69
ts=2020-02-26T20:23:59.259563711Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r80
ts=2020-02-26T20:23:59.264622233Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r30
ts=2020-02-26T20:23:59.269764312Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r17
ts=2020-02-26T20:23:59.284409973Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r113
ts=2020-02-26T20:23:59.287054415Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r56
ts=2020-02-26T20:23:59.287768587Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r59
ts=2020-02-26T20:23:59.300370951Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r2
ts=2020-02-26T20:23:59.301376624Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r145
ts=2020-02-26T20:23:59.308206452Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r163
ts=2020-02-26T20:23:59.326372142Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r45
ts=2020-02-26T20:23:59.329108898Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r85
ts=2020-02-26T20:23:59.343455615Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r75
ts=2020-02-26T20:23:59.368879842Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r53
ts=2020-02-26T20:23:59.370388223Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r5
ts=2020-02-26T20:23:59.373769545Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r171
ts=2020-02-26T20:23:59.379593642Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r73
ts=2020-02-26T20:23:59.409558999Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r61
ts=2020-02-26T20:23:59.430945123Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r49
ts=2020-02-26T20:23:59.431596353Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r63
ts=2020-02-26T20:23:59.431977189Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r81
ts=2020-02-26T20:23:59.445287676Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r98
ts=2020-02-26T20:23:59.447447011Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r51
ts=2020-02-26T20:23:59.448938757Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r8
ts=2020-02-26T20:23:59.452025398Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r42
ts=2020-02-26T20:23:59.453776415Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r38
ts=2020-02-26T20:23:59.454322087Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r44
ts=2020-02-26T20:23:59.075099416Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r43
ts=2020-02-26T20:23:59.490888991Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r121
ts=2020-02-26T20:23:59.545148678Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r60
ts=2020-02-26T20:23:59.577737233Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r36
ts=2020-02-26T20:23:59.579674303Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r64
ts=2020-02-26T20:23:59.591064245Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r74
ts=2020-02-26T20:23:59.598238805Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r7
ts=2020-02-26T20:23:59.617127557Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r47
ts=2020-02-26T20:23:59.622475292Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r76
ts=2020-02-26T20:23:59.622459776Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r83
ts=2020-02-26T20:23:59.626389881Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r71
ts=2020-02-26T20:23:59.660419912Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r91
ts=2020-02-26T20:23:59.677718295Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r89
ts=2020-02-26T20:23:59.679778891Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r65
ts=2020-02-26T20:23:59.687708359Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r62
ts=2020-02-26T20:23:59.693626218Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r97
ts=2020-02-26T20:23:59.695751881Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r79
ts=2020-02-26T20:23:59.697297241Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r68
ts=2020-02-26T20:23:59.718569888Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r77
ts=2020-02-26T20:23:59.719010167Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r66
ts=2020-02-26T20:23:59.78128092Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r87
ts=2020-02-26T20:23:59.781322241Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r54
ts=2020-02-26T20:23:59.78166604Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r82
ts=2020-02-26T20:23:59.78601433Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r6
ts=2020-02-26T20:23:59.807801456Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r67
ts=2020-02-26T20:23:59.833478085Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r93
ts=2020-02-26T20:23:59.834857187Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r84
ts=2020-02-26T20:23:59.854346689Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r9
ts=2020-02-26T20:23:59.871075223Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r92
ts=2020-02-26T20:23:59.890750989Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r86
ts=2020-02-26T20:23:59.89472563Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r94
ts=2020-02-26T20:24:00.031959813Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r99
ts=2020-02-26T20:24:00.044096932Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r96
ts=2020-02-26T20:24:00.357952106Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r88
ts=2020-02-26T20:24:00.451915243Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r78
ts=2020-02-26T20:24:00.795941427Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r95
ts=2020-02-26T20:24:01.069561977Z caller=repocachemanager.go:260 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.io/bitnami/mysqld-exporter:0.12.1-centos-7-r90
ts=2020-02-26T20:24:04.846069548Z caller=rate_limiter.go:71 component=ratelimiter info="reducing rate limit" host=index.docker.io limit=100.00
ts=2020-02-26T20:24:04.846452785Z caller=repocachemanager.go:215 component=warmer canonical_name=index.docker.io/bitnami/mysqld-exporter auth={map[]} warn="aborting image tag fetching due to rate limiting, will try again later"
ts=2020-02-26T20:24:06.245794626Z caller=warming.go:206 component=warmer updated=docker.io/bitnami/mysqld-exporter successful=471 attempted=548
ts=2020-02-26T20:24:06.246142906Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:24:08.78454199Z caller=rate_limiter.go:71 component=ratelimiter info="reducing rate limit" host=index.docker.io limit=50.00
ts=2020-02-26T20:24:08.787384023Z caller=warming.go:180 component=warmer canonical_name=index.docker.io/runningman84/prosafe_exporter auth={map[]} err="requesting tags: Get https://index.docker.io/v2/runningman84/prosafe_exporter/tags/list: error parsing HTTP 429 response body: invalid character 'T' looking for beginning of value: \"Too Many Requests (HAP429).\\n\""
ts=2020-02-26T20:24:10.27901359Z caller=warming.go:198 component=warmer info="refreshing image" image=docker.io/bitnami/external-dns tag_count=1100 to_update=1100 of_which_refresh=0 of_which_missing=1100
ts=2020-02-26T20:25:07.039468345Z caller=rate_limiter.go:71 component=ratelimiter info="reducing rate limit" host=index.docker.io limit=25.00
ts=2020-02-26T20:25:07.043413116Z caller=repocachemanager.go:215 component=warmer canonical_name=index.docker.io/bitnami/external-dns auth={map[]} warn="aborting image tag fetching due to rate limiting, will try again later"
ts=2020-02-26T20:25:20.328413749Z caller=warming.go:206 component=warmer updated=docker.io/bitnami/external-dns successful=1094 attempted=1100
ts=2020-02-26T20:25:20.328684875Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:25:21.454840856Z caller=warming.go:198 component=warmer info="refreshing image" image=docker.elastic.co/elasticsearch/elasticsearch-oss tag_count=129 to_update=129 of_which_refresh=0 of_which_missing=129
ts=2020-02-26T20:25:23.089444608Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.6.2
ts=2020-02-26T20:25:23.196356058Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.2.1
ts=2020-02-26T20:25:23.223950398Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.2-SNAPSHOT
ts=2020-02-26T20:25:23.227225471Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.2.2-SNAPSHOT
ts=2020-02-26T20:25:23.251965616Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.4.4-SNAPSHOT
ts=2020-02-26T20:25:23.260416361Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.4-SNAPSHOT
ts=2020-02-26T20:25:23.269347276Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.0.0-SNAPSHOT
ts=2020-02-26T20:25:23.276324566Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.4.0
ts=2020-02-26T20:25:23.289005576Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.0.2-SNAPSHOT
ts=2020-02-26T20:25:23.295539895Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.0-SNAPSHOT
ts=2020-02-26T20:25:23.33713778Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.7.0
ts=2020-02-26T20:25:23.337137744Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.4.2
ts=2020-02-26T20:25:23.35689311Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.1.1
ts=2020-02-26T20:25:23.381258262Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.5.0-SNAPSHOT
ts=2020-02-26T20:25:23.387588629Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.5.0
ts=2020-02-26T20:25:23.387656178Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.5.4
ts=2020-02-26T20:25:23.387616871Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.4.3-SNAPSHOT
ts=2020-02-26T20:25:23.391224187Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.4.0-SNAPSHOT
ts=2020-02-26T20:25:23.4039572Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.5.1
ts=2020-02-26T20:25:23.410341326Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.4.2-SNAPSHOT
ts=2020-02-26T20:25:23.421831507Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.1.0
ts=2020-02-26T20:25:23.444530635Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.1.0-SNAPSHOT
ts=2020-02-26T20:25:23.4536453Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.6.0-SNAPSHOT
ts=2020-02-26T20:25:23.462600285Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.5.4-SNAPSHOT
ts=2020-02-26T20:25:23.480415033Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.0.0-rc1
ts=2020-02-26T20:25:23.484617876Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.0.1
ts=2020-02-26T20:25:23.485535822Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.8.2
ts=2020-02-26T20:25:23.485553653Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.3.3-SNAPSHOT
ts=2020-02-26T20:25:23.492296759Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.0.0
ts=2020-02-26T20:25:23.495522256Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.0.1-SNAPSHOT
ts=2020-02-26T20:25:23.509417038Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.4.1-SNAPSHOT
ts=2020-02-26T20:25:23.513760424Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.5-SNAPSHOT
ts=2020-02-26T20:25:23.514839089Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.5.5-SNAPSHOT
ts=2020-02-26T20:25:23.515931791Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.0.0-rc2
ts=2020-02-26T20:25:23.521575738Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.5.3-SNAPSHOT
ts=2020-02-26T20:25:23.524152065Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.7.0-SNAPSHOT
ts=2020-02-26T20:25:23.524197057Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.2.1-SNAPSHOT
ts=2020-02-26T20:25:23.52492579Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.6.1-SNAPSHOT
ts=2020-02-26T20:25:23.529572175Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.5.1-SNAPSHOT
ts=2020-02-26T20:25:23.529600397Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.4.3
ts=2020-02-26T20:25:23.538339058Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.7.1
ts=2020-02-26T20:25:23.550762183Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.6.3-SNAPSHOT
ts=2020-02-26T20:25:23.558863079Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.6-SNAPSHOT
ts=2020-02-26T20:25:23.593933777Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.5.3
ts=2020-02-26T20:25:23.595522071Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.3.0-SNAPSHOT
ts=2020-02-26T20:25:23.615016393Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.0.0-beta1
ts=2020-02-26T20:25:23.633049071Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.8.0-SNAPSHOT
ts=2020-02-26T20:25:23.634286028Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.7.2-SNAPSHOT
ts=2020-02-26T20:25:23.645327233Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.1.2-SNAPSHOT
ts=2020-02-26T20:25:23.645433597Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.x-SNAPSHOT
ts=2020-02-26T20:25:23.646770081Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.1-SNAPSHOT
ts=2020-02-26T20:25:23.659341051Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.7.2
ts=2020-02-26T20:25:23.662245711Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.6.2-SNAPSHOT
ts=2020-02-26T20:25:23.696323866Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.7.1-SNAPSHOT
ts=2020-02-26T20:25:23.701324726Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.5.2-SNAPSHOT
ts=2020-02-26T20:25:23.711532144Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.6.0
ts=2020-02-26T20:25:23.719229941Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.8.1
ts=2020-02-26T20:25:23.756361902Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.0.0-alpha1
ts=2020-02-26T20:25:23.794672068Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.8.0
ts=2020-02-26T20:25:23.808544223Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.6.1
ts=2020-02-26T20:25:23.840914651Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.7.3-SNAPSHOT
ts=2020-02-26T20:25:23.842027095Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.7-SNAPSHOT
ts=2020-02-26T20:25:23.845078054Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.8.1-SNAPSHOT
ts=2020-02-26T20:25:23.846293317Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.8.2-SNAPSHOT
ts=2020-02-26T20:25:23.851940543Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.2.0-SNAPSHOT
ts=2020-02-26T20:25:23.851936451Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.3.0
ts=2020-02-26T20:25:23.851949499Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.0.0-alpha2
ts=2020-02-26T20:25:23.896603559Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.4.1
ts=2020-02-26T20:25:23.901489474Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.0.0-alpha1-SNAPSHOT
ts=2020-02-26T20:25:23.920834538Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.1.1-SNAPSHOT
ts=2020-02-26T20:25:23.927432544Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:7.2.0
ts=2020-02-26T20:25:23.943583761Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.8.1-e43faf64
ts=2020-02-26T20:25:23.979228933Z caller=repocachemanager.go:260 component=warmer canonical_name=docker.elastic.co/elasticsearch/elasticsearch-oss auth={map[]} err="failed to parse 1 timestamp label(s) as RFC3339 (org.label-schema.build-date); ask the repository administrator to correct this as it conflicts with the spec" ref=docker.elastic.co/elasticsearch/elasticsearch-oss:6.5.2
ts=2020-02-26T20:25:23.979783874Z caller=warming.go:206 component=warmer updated=docker.elastic.co/elasticsearch/elasticsearch-oss successful=129 attempted=129
ts=2020-02-26T20:25:23.980145983Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:25:25.155238582Z caller=warming.go:198 component=warmer info="refreshing image" image=docker.io/fluxcd/helm-operator tag_count=30 to_update=30 of_which_refresh=0 of_which_missing=30
ts=2020-02-26T20:25:26.345124848Z caller=warming.go:206 component=warmer updated=docker.io/fluxcd/helm-operator successful=30 attempted=30
ts=2020-02-26T20:25:26.345203504Z caller=rate_limiter.go:88 component=ratelimiter info="increasing rate limit" host=index.docker.io limit=37.50
ts=2020-02-26T20:25:26.350685905Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:25:27.474066165Z caller=warming.go:198 component=warmer info="refreshing image" image=metalmatze/alertmanager-bot tag_count=14 to_update=14 of_which_refresh=0 of_which_missing=14
ts=2020-02-26T20:25:29.129137953Z caller=warming.go:206 component=warmer updated=metalmatze/alertmanager-bot successful=14 attempted=14
ts=2020-02-26T20:25:29.129243256Z caller=rate_limiter.go:88 component=ratelimiter info="increasing rate limit" host=index.docker.io limit=56.25
ts=2020-02-26T20:25:29.129922267Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:25:30.239356728Z caller=warming.go:198 component=warmer info="refreshing image" image=busybox tag_count=139 to_update=139 of_which_refresh=0 of_which_missing=139
ts=2020-02-26T20:25:36.109670798Z caller=warming.go:206 component=warmer updated=busybox successful=139 attempted=139
ts=2020-02-26T20:25:36.109804784Z caller=rate_limiter.go:88 component=ratelimiter info="increasing rate limit" host=index.docker.io limit=84.38
ts=2020-02-26T20:25:36.110030303Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:25:37.364452549Z caller=warming.go:198 component=warmer info="refreshing image" image=influxdb tag_count=248 to_update=248 of_which_refresh=0 of_which_missing=248
ts=2020-02-26T20:25:47.145480111Z caller=warming.go:206 component=warmer updated=influxdb successful=248 attempted=248
ts=2020-02-26T20:25:47.145544455Z caller=rate_limiter.go:88 component=ratelimiter info="increasing rate limit" host=index.docker.io limit=126.56
ts=2020-02-26T20:25:47.145668967Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:25:48.301618356Z caller=warming.go:198 component=warmer info="refreshing image" image=longhornio/longhorn-engine tag_count=18 to_update=18 of_which_refresh=0 of_which_missing=18
ts=2020-02-26T20:25:49.352376215Z caller=warming.go:206 component=warmer updated=longhornio/longhorn-engine successful=18 attempted=18
ts=2020-02-26T20:25:49.352440361Z caller=rate_limiter.go:88 component=ratelimiter info="increasing rate limit" host=index.docker.io limit=189.84
ts=2020-02-26T20:25:49.352606758Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:25:50.477660937Z caller=warming.go:198 component=warmer info="refreshing image" image=mxschmitt/fritzbox_exporter tag_count=1 to_update=1 of_which_refresh=0 of_which_missing=1
ts=2020-02-26T20:25:51.456101229Z caller=warming.go:206 component=warmer updated=mxschmitt/fritzbox_exporter successful=1 attempted=1
ts=2020-02-26T20:25:51.456224232Z caller=rate_limiter.go:88 component=ratelimiter info="increasing rate limit" host=index.docker.io limit=200.00
ts=2020-02-26T20:25:51.456421592Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:25:52.555895823Z caller=warming.go:198 component=warmer info="refreshing image" image=codercom/code-server tag_count=39 to_update=39 of_which_refresh=0 of_which_missing=39
ts=2020-02-26T20:25:52.951352223Z caller=repocachemanager.go:223 component=warmer canonical_name=index.docker.io/codercom/code-server auth={map[]} warn="manifest for tag v99.0.0-testing missing in repository codercom/code-server" impact="flux will fail to auto-release workloads with matching images, ask the repository administrator to fix the inconsistency"
ts=2020-02-26T20:25:53.894294085Z caller=warming.go:206 component=warmer updated=codercom/code-server successful=38 attempted=39
ts=2020-02-26T20:25:53.895538131Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:25:55.104528321Z caller=warming.go:198 component=warmer info="refreshing image" image=justwatch/elasticsearch_exporter tag_count=13 to_update=13 of_which_refresh=0 of_which_missing=13
ts=2020-02-26T20:25:56.085374657Z caller=warming.go:206 component=warmer updated=justwatch/elasticsearch_exporter successful=13 attempted=13
ts=2020-02-26T20:25:56.08575853Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:25:57.26270745Z caller=warming.go:198 component=warmer info="refreshing image" image=quay.io/coreos/kube-state-metrics tag_count=36 to_update=36 of_which_refresh=0 of_which_missing=36
ts=2020-02-26T20:25:58.616009064Z caller=warming.go:206 component=warmer updated=quay.io/coreos/kube-state-metrics successful=36 attempted=36
ts=2020-02-26T20:25:58.616331788Z caller=images.go:17 component=sync-loop msg="polling for new images for automated workloads"
ts=2020-02-26T20:26:01.289064952Z caller=warming.go:198 component=warmer info="refreshing image" image=docker.io/bitnami/mariadb tag_count=4725 to_update=4725 of_which_refresh=0 of_which_missing=4725
ts=2020-02-26T20:26:09.689885299Z caller=rate_limiter.go:71 component=ratelimiter info="reducing rate limit" host=index.docker.io limit=100.00
ts=2020-02-26T20:26:09.693072226Z caller=repocachemanager.go:215 component=warmer canonical_name=index.docker.io/bitnami/mariadb auth={map[]} warn="aborting image tag fetching due to rate limiting, will try again later"
As you can see the automation interval is still ignored...
My current interval is set to 60 minutes:
Controlled By: ReplicaSet/flux-74975d46bf
Containers:
flux:
Container ID: containerd://f93d80ffa0c304fd06420807403f041b672f09f75a2c3a4b548ef09aa7552ebd
Image: docker.io/fluxcd/flux:1.18.0
Image ID: docker.io/fluxcd/flux@sha256:8fcf24dccd7774b87a33d87e42fa0d9233b5c11481c8414fe93a8bdc870b4f5b
Port: 3030/TCP
Host Port: 0/TCP
Args:
--log-format=fmt
--ssh-keygen-dir=/var/fluxd/keygen
--k8s-secret-name=flux-git-deploy
--memcached-hostname=flux-memcached
--sync-state=git
--memcached-service=
[email protected]:runningman84/flux-repo-home.git
--git-branch=verified-deployment
--git-path=patches/prod
--git-readonly=false
--git-user=Weave Flux
[email protected]
--git-verify-signatures=false
--git-set-author=false
--git-poll-interval=30m
--git-timeout=20s
--sync-interval=60m
--git-ci-skip=false
--automation-interval=60m
--registry-rps=200
--registry-burst=125
--registry-trace=false
--registry-exclude-image=index.docker.io/jacobalberty/unifi,index.docker.io/metallb/*
--manifest-generation=true
I'm still new to Flux but I played a lot in the past days, just trying to help you people.
_tl;dr; automation interval is honored properly_
The Daemon _func_ that is printing the log (and, consequently, all the update flow) is named pollForNewAutomatedWorkloadImages
https://github.com/fluxcd/flux/blob/048dfbb5cd4886084429a3c11affb5b2f8cd7ca2/pkg/daemon/images.go#L16-L17
The func is triggered upon a value received by the automatedWorkloadSoon channel
https://github.com/fluxcd/flux/blob/3e01223d90a5aa9b71cc9d7342ba18e1e2090f01/pkg/daemon/loop.go#L78
Values are sent by the LoopVars.AskForAutomatedWorkloadImageUpdates func that is _referenced_ as Notify function for the cache warmer.
https://github.com/fluxcd/flux/blob/3e01223d90a5aa9b71cc9d7342ba18e1e2090f01/cmd/fluxd/main.go#L784-L790
Basically, every time you got a cache refresh all the update flow is triggered and it looks, at first glance, that the interval is not honored properly.
I'm not a maintainer, further, I'm not still deeply involved in the design principle of Flux but it doesn't look a real _bug_ to me: if you want to skip this weird behavior I would suggest you disable the image cache using the flag (updated to current master: YMMV) --registry-disable-scanning=true.
@2opremio please, can you double-check if my investigation looks good?