Skip to content

support sentinel in v2.8.3 #209

support sentinel in v2.8.3

support sentinel in v2.8.3 #209

Triggered via push December 8, 2023 07:17
Status Failure
Total duration 4m 41s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build
cannot use struct{Addr string `yaml:"addr,omitempty"`; Net string `yaml:"net,omitempty"`; Host string `yaml:"host,omitempty"`; Prefix string `yaml:"prefix,omitempty"`; Secret string `yaml:"secret,omitempty"`; RelativeURLs bool `yaml:"relativeurls,omitempty"`; DrainTimeout time.Duration `yaml:"draintimeout,omitempty"`; TLS struct{Certificate string `yaml:"certificate,omitempty"`; Key string `yaml:"key,omitempty"`; ClientCAs []string `yaml:"clientcas,omitempty"`; MinimumTLS string `yaml:"minimumtls,omitempty"`; CipherSuites []string `yaml:"ciphersuites,omitempty"`; LetsEncrypt struct{CacheFile string `yaml:"cachefile,omitempty"`; Email string `yaml:"email,omitempty"`; Hosts []string `yaml:"hosts,omitempty"`} `yaml:"letsencrypt,omitempty"`} `yaml:"tls,omitempty"`; Headers http.Header `yaml:"headers,omitempty"`; Debug struct{Addr string `yaml:"addr,omitempty"`; Prometheus struct{Enabled bool `yaml:"enabled,omitempty"`; Path string `yaml:"path,omitempty"`} `yaml:"prometheus,omitempty"`} `yaml:"debug,omitempty"`; HTTP2 struct{Disabled bool `yaml:"disabled,omitempty"`} `yaml:"http2,omitempty"`}{…} (value of type struct{Addr string "yaml:\"addr,omitempty\""; Net string "yaml:\"net,omitempty\""; Host string "yaml:\"host,omitempty\""; Prefix string "yaml:\"prefix,omitempty\""; Secret string "yaml:\"secret,omitempty\""; RelativeURLs bool "yaml:\"relativeurls,omitempty\""; DrainTimeout time.Duration "yaml:\"draintimeout,omitempty\""; TLS struct{Certificate string "yaml:\"certificate,omitempty\""; Key string "yaml:\"key,omitempty\""; ClientCAs []string "yaml:\"clientcas,omitempty\""; MinimumTLS string "yaml:\"minimumtls,omitempty\""; CipherSuites []string "yaml:\"ciphersuites,omitempty\""; LetsEncrypt struct{CacheFile string "yaml:\"cachefile,omitempty\""; Email string "yaml:\"email,omitempty\""; Hosts []string "yaml:\"hosts,omitempty\""} "yaml:\"letsencrypt,omitempty\""} "yaml:\"tls,omitempty\""; Headers http.Header "yaml:\"headers,omitempty\""; Debug struct{Addr string "yaml:\"addr,omitempty\""; Prometheus struct{Enabled bool "yaml:\"enabled,omitempty\""; Path string "yaml:\"path,omitempty\""} "yaml:\"prometheus,omitempty\""} "yaml:\"debug,omitempty\""; HTTP2 struct{Disabled bool "yaml:\"disabled,omitempty\""} "yaml:\"http2,omitempty\""}) as struct{Addr string "yaml:\"addr,omitempty\""; SentinelMasterSet string "yaml:\"sentinelMasterSet,omitempty\""; Net string "yaml:\"net,omitempty\""; Host string "yaml:\"host,omitempty\""; Prefix string "yaml:\"prefix,omitempty\""; Secret string "yaml:\"secret,omitempty\""; RelativeURLs bool "yaml:\"relativeurls,omitempty\""; DrainTimeout time.Duration "yaml:\"draintimeout,omitempty\""; TLS struct{Certificate string "yaml:\"certificate,omitempty\""; Key string "yaml:\"key,omitempty\""; ClientCAs []string "yaml:\"clientcas,omitempty\""; MinimumTLS string "yaml:\"minimumtls,omitempty\""; CipherSuites []string "yaml:\"ciphersuites,omitempty\""; LetsEncrypt struct{CacheFile string "yaml:\"cachefile,omitempty\""; Email string "yaml:\"email,omitempty\""; Hosts []string "yaml:\"hosts,omitempty\""} "yaml:\"letsencrypt,omitempty\""} "yaml:\"tls,omitempty\""; Headers http.Header "yaml:\"headers,omitempty\""; Debug struct{Addr string "yaml:\"addr,omitempty\""; Prometheus struct{Enabled bool "yaml:\"enabled,omitempty\""; Path string "yaml:\"path,omitempty\""} "yaml:\"prometheus,omitempty\""} "yaml:\"debug,omitempty\""; HTTP2 struct{Disabled bool "yaml:\"disabled,omitempty\""} "yaml:\"http2,omitempty\""} value in struct literal (typecheck)
build
could not import github.com/docker/distribution/registry/handlers (-: # github.com/docker/distribution/registry/handlers
build
undefined: metrics
build
undefined: metrics
build
undefined: metrics
build
configuration.Redis.SentinelMasterSet undefined (type struct{Addr string "yaml:\"addr,omitempty\""; Password string "yaml:\"password,omitempty\""; DB int "yaml:\"db,omitempty\""; DialTimeout time.Duration "yaml:\"dialtimeout,omitempty\""; ReadTimeout time.Duration "yaml:\"readtimeout,omitempty\""; WriteTimeout time.Duration "yaml:\"writetimeout,omitempty\""; Pool struct{MaxIdle int "yaml:\"maxidle,omitempty\""; MaxActive int "yaml:\"maxactive,omitempty\""; IdleTimeout time.Duration "yaml:\"idletimeout,omitempty\""} "yaml:\"pool,omitempty\""} has no field or method SentinelMasterSet)
build
undefined: sentinel
build
configuration.Redis.SentinelMasterSet undefined (type struct{Addr string "yaml:\"addr,omitempty\""; Password string "yaml:\"password,omitempty\""; DB int "yaml:\"db,omitempty\""; DialTimeout time.Duration "yaml:\"dialtimeout,omitempty\""; ReadTimeout time.Duration "yaml:\"readtimeout,omitempty\""; WriteTimeout time.Duration "yaml:\"writetimeout,omitempty\""; Pool struct{MaxIdle int "yaml:\"maxidle,omitempty\""; MaxActive int "yaml:\"maxactive,omitempty\""; IdleTimeout time.Duration "yaml:\"idletimeout,omitempty\""} "yaml:\"pool,omitempty\""} has no field or method SentinelMasterSet)
build
undefined: sentinel
build
undefined: errors
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/