Source: prometheus-blackbox-exporter
Version: 0.21.1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220917 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_test -- -short -ldflags " -X 
> github.com/prometheus/common/version.Version=0.21.1 -X 
> github.com/prometheus/common/version.Revision=0.21.1-1 -X 
> github.com/prometheus/common/version.Branch=debian/sid -X 
> github.com/prometheus/common/version.BuildUser=team+pkg...@tracker.debian.org 
> -X github.com/prometheus/common/version.BuildDate=20220913-14:37:13 -X 
> github.com/prometheus/common/version.GoVersion=go1.19.1"
>       cd build && go test -vet=off -v -p 8 -short -ldflags " -X 
> github.com/prometheus/common/version.Version=0.21.1 -X 
> github.com/prometheus/common/version.Revision=0.21.1-1 -X 
> github.com/prometheus/common/version.Branch=debian/sid -X 
> github.com/prometheus/common/version.BuildUser=team+pkg...@tracker.debian.org 
> -X github.com/prometheus/common/version.BuildDate=20220913-14:37:13 -X 
> github.com/prometheus/common/version.GoVersion=go1.19.1" 
> github.com/prometheus/blackbox_exporter 
> github.com/prometheus/blackbox_exporter/config 
> github.com/prometheus/blackbox_exporter/prober
> === RUN   TestHistoryKeepsLatestResults
> --- PASS: TestHistoryKeepsLatestResults (0.00s)
> === RUN   TestHistoryPreservesExpiredFailedResults
> --- PASS: TestHistoryPreservesExpiredFailedResults (0.00s)
> === RUN   TestPrometheusTimeoutHTTP
> --- PASS: TestPrometheusTimeoutHTTP (0.00s)
> === RUN   TestPrometheusConfigSecretsHidden
> --- PASS: TestPrometheusConfigSecretsHidden (0.00s)
> === RUN   TestDebugOutputSecretsHidden
> --- PASS: TestDebugOutputSecretsHidden (0.00s)
> === RUN   TestTimeoutIsSetCorrectly
> --- PASS: TestTimeoutIsSetCorrectly (0.00s)
> === RUN   TestComputeExternalURL
> --- PASS: TestComputeExternalURL (0.00s)
> === RUN   TestHostnameParam
> --- PASS: TestHostnameParam (0.00s)
> PASS
> ok    github.com/prometheus/blackbox_exporter 0.009s
> === RUN   TestLoadConfig
> --- PASS: TestLoadConfig (0.00s)
> === RUN   TestLoadBadConfigs
> === RUN   TestLoadBadConfigs/testdata/blackbox-bad.yml
> === RUN   TestLoadBadConfigs/testdata/blackbox-bad2.yml
> === RUN   TestLoadBadConfigs/testdata/invalid-dns-module.yml
> === RUN   TestLoadBadConfigs/testdata/invalid-dns-class.yml
> === RUN   TestLoadBadConfigs/testdata/invalid-dns-type.yml
> === RUN   TestLoadBadConfigs/testdata/invalid-http-header-match.yml
> === RUN   TestLoadBadConfigs/testdata/invalid-http-body-match-regexp.yml
> === RUN   TestLoadBadConfigs/testdata/invalid-http-body-not-match-regexp.yml
> === RUN   TestLoadBadConfigs/testdata/invalid-http-header-match-regexp.yml
> === RUN   TestLoadBadConfigs/testdata/invalid-http-compression-mismatch.yml
> === RUN   
> TestLoadBadConfigs/testdata/invalid-http-compression-mismatch-special-case.yml
> === RUN   
> TestLoadBadConfigs/testdata/invalid-http-request-compression-reject-all-encodings.yml
> === RUN   TestLoadBadConfigs/testdata/invalid-tcp-query-response-regexp.yml
> --- PASS: TestLoadBadConfigs (0.00s)
>     --- PASS: TestLoadBadConfigs/testdata/blackbox-bad.yml (0.00s)
>     --- PASS: TestLoadBadConfigs/testdata/blackbox-bad2.yml (0.00s)
>     --- PASS: TestLoadBadConfigs/testdata/invalid-dns-module.yml (0.00s)
>     --- PASS: TestLoadBadConfigs/testdata/invalid-dns-class.yml (0.00s)
>     --- PASS: TestLoadBadConfigs/testdata/invalid-dns-type.yml (0.00s)
>     --- PASS: TestLoadBadConfigs/testdata/invalid-http-header-match.yml 
> (0.00s)
>     --- PASS: TestLoadBadConfigs/testdata/invalid-http-body-match-regexp.yml 
> (0.00s)
>     --- PASS: 
> TestLoadBadConfigs/testdata/invalid-http-body-not-match-regexp.yml (0.00s)
>     --- PASS: 
> TestLoadBadConfigs/testdata/invalid-http-header-match-regexp.yml (0.00s)
>     --- PASS: 
> TestLoadBadConfigs/testdata/invalid-http-compression-mismatch.yml (0.00s)
>     --- PASS: 
> TestLoadBadConfigs/testdata/invalid-http-compression-mismatch-special-case.yml
>  (0.00s)
>     --- PASS: 
> TestLoadBadConfigs/testdata/invalid-http-request-compression-reject-all-encodings.yml
>  (0.00s)
>     --- PASS: 
> TestLoadBadConfigs/testdata/invalid-tcp-query-response-regexp.yml (0.00s)
> === RUN   TestHideConfigSecrets
> --- PASS: TestHideConfigSecrets (0.00s)
> === RUN   TestIsEncodingAcceptable
> === RUN   TestIsEncodingAcceptable/first
> === RUN   TestIsEncodingAcceptable/second
> === RUN   TestIsEncodingAcceptable/missing
> === RUN   TestIsEncodingAcceptable/trivial,_quality
> === RUN   TestIsEncodingAcceptable/trivial
> === RUN   TestIsEncodingAcceptable/*
> === RUN   TestIsEncodingAcceptable/*_with_quality
> === RUN   TestIsEncodingAcceptable/rejected
> === RUN   TestIsEncodingAcceptable/rejected_*
> === RUN   TestIsEncodingAcceptable/complex
> === RUN   TestIsEncodingAcceptable/complex_out_of_order
> === RUN   TestIsEncodingAcceptable/empty_compression
> === RUN   TestIsEncodingAcceptable/complex_with_extra_blanks
> --- PASS: TestIsEncodingAcceptable (0.00s)
>     --- PASS: TestIsEncodingAcceptable/first (0.00s)
>     --- PASS: TestIsEncodingAcceptable/second (0.00s)
>     --- PASS: TestIsEncodingAcceptable/missing (0.00s)
>     --- PASS: TestIsEncodingAcceptable/trivial,_quality (0.00s)
>     --- PASS: TestIsEncodingAcceptable/trivial (0.00s)
>     --- PASS: TestIsEncodingAcceptable/* (0.00s)
>     --- PASS: TestIsEncodingAcceptable/*_with_quality (0.00s)
>     --- PASS: TestIsEncodingAcceptable/rejected (0.00s)
>     --- PASS: TestIsEncodingAcceptable/rejected_* (0.00s)
>     --- PASS: TestIsEncodingAcceptable/complex (0.00s)
>     --- PASS: TestIsEncodingAcceptable/complex_out_of_order (0.00s)
>     --- PASS: TestIsEncodingAcceptable/empty_compression (0.00s)
>     --- PASS: TestIsEncodingAcceptable/complex_with_extra_blanks (0.00s)
> PASS
> ok    github.com/prometheus/blackbox_exporter/config  0.012s
> === RUN   TestRecursiveDNSResponse
> --- PASS: TestRecursiveDNSResponse (0.00s)
> === RUN   TestAuthoritativeDNSResponse
> --- PASS: TestAuthoritativeDNSResponse (0.01s)
> === RUN   TestServfailDNSResponse
> --- PASS: TestServfailDNSResponse (0.00s)
> === RUN   TestDNSProtocol
>     dns_test.go:481: "localhost" doesn't resolve to ::1.
> --- SKIP: TestDNSProtocol (0.00s)
> === RUN   TestDNSMetrics
> --- PASS: TestDNSMetrics (0.00s)
> === RUN   TestGRPCTLSConnection
>     grpc_test.go:239: GRPC probe failed
> --- FAIL: TestGRPCTLSConnection (0.20s)
> === RUN   TestNoTLSConnection
>     utils_test.go:48: Expected: probe_grpc_status_code: 14, got: 
> probe_grpc_status_code: 0
> --- FAIL: TestNoTLSConnection (0.00s)
> === RUN   TestHTTPStatusCodes
> --- PASS: TestHTTPStatusCodes (0.00s)
> === RUN   TestValidHTTPVersion
> --- PASS: TestValidHTTPVersion (0.00s)
> === RUN   TestContentLength
> === RUN   TestContentLength/brotli
> === RUN   TestContentLength/deflate
> === RUN   TestContentLength/gzip
> === RUN   TestContentLength/identity
> === RUN   TestContentLength/no_content-encoding
> === RUN   TestContentLength/unknown_content-encoding
> === RUN   TestContentLength/401
> --- PASS: TestContentLength (0.01s)
>     --- PASS: TestContentLength/brotli (0.00s)
>     --- PASS: TestContentLength/deflate (0.00s)
>     --- PASS: TestContentLength/gzip (0.00s)
>     --- PASS: TestContentLength/identity (0.00s)
>     --- PASS: TestContentLength/no_content-encoding (0.00s)
>     --- PASS: TestContentLength/unknown_content-encoding (0.00s)
>     --- PASS: TestContentLength/401 (0.00s)
> === RUN   TestHandlingOfCompressionSetting
> === RUN   TestHandlingOfCompressionSetting/compression_encoding_mismatch
> === RUN   TestHandlingOfCompressionSetting/accept_gzip
> === RUN   TestHandlingOfCompressionSetting/gzip
> === RUN   TestHandlingOfCompressionSetting/deflate
> === RUN   TestHandlingOfCompressionSetting/identity
> === RUN   
> TestHandlingOfCompressionSetting/compressed_content_without_compression_setting
> === RUN   TestHandlingOfCompressionSetting/brotli
> === RUN   TestHandlingOfCompressionSetting/accept_br,_gzip
> === RUN   TestHandlingOfCompressionSetting/accept_anything
> --- PASS: TestHandlingOfCompressionSetting (0.01s)
>     --- PASS: TestHandlingOfCompressionSetting/compression_encoding_mismatch 
> (0.00s)
>     --- PASS: TestHandlingOfCompressionSetting/accept_gzip (0.00s)
>     --- PASS: TestHandlingOfCompressionSetting/gzip (0.00s)
>     --- PASS: TestHandlingOfCompressionSetting/deflate (0.00s)
>     --- PASS: TestHandlingOfCompressionSetting/identity (0.00s)
>     --- PASS: 
> TestHandlingOfCompressionSetting/compressed_content_without_compression_setting
>  (0.00s)
>     --- PASS: TestHandlingOfCompressionSetting/brotli (0.00s)
>     --- PASS: TestHandlingOfCompressionSetting/accept_br,_gzip (0.00s)
>     --- PASS: TestHandlingOfCompressionSetting/accept_anything (0.00s)
> === RUN   TestMaxResponseLength
> === RUN   TestMaxResponseLength/short
> === RUN   TestMaxResponseLength/long
> === RUN   TestMaxResponseLength/short_compressed
> === RUN   TestMaxResponseLength/long_compressed
> --- PASS: TestMaxResponseLength (0.00s)
>     --- PASS: TestMaxResponseLength/short (0.00s)
>     --- PASS: TestMaxResponseLength/long (0.00s)
>     --- PASS: TestMaxResponseLength/short_compressed (0.00s)
>     --- PASS: TestMaxResponseLength/long_compressed (0.00s)
> === RUN   TestRedirectFollowed
> --- PASS: TestRedirectFollowed (0.00s)
> === RUN   TestRedirectNotFollowed
> --- PASS: TestRedirectNotFollowed (0.00s)
> === RUN   TestRedirectionLimit
> --- PASS: TestRedirectionLimit (0.00s)
> === RUN   TestPost
> --- PASS: TestPost (0.00s)
> === RUN   TestBasicAuth
> --- PASS: TestBasicAuth (0.00s)
> === RUN   TestBearerToken
> --- PASS: TestBearerToken (0.00s)
> === RUN   TestFailIfNotSSL
> --- PASS: TestFailIfNotSSL (0.00s)
> === RUN   TestFailIfBodyMatchesRegexp
> === RUN   TestFailIfBodyMatchesRegexp/one_regex,_match
> === RUN   TestFailIfBodyMatchesRegexp/one_regex,_no_match
> === RUN   TestFailIfBodyMatchesRegexp/multiple_regexes,_match
> === RUN   TestFailIfBodyMatchesRegexp/multiple_regexes,_no_match
> --- PASS: TestFailIfBodyMatchesRegexp (0.00s)
>     --- PASS: TestFailIfBodyMatchesRegexp/one_regex,_match (0.00s)
>     --- PASS: TestFailIfBodyMatchesRegexp/one_regex,_no_match (0.00s)
>     --- PASS: TestFailIfBodyMatchesRegexp/multiple_regexes,_match (0.00s)
>     --- PASS: TestFailIfBodyMatchesRegexp/multiple_regexes,_no_match (0.00s)
> === RUN   TestFailIfBodyNotMatchesRegexp
> --- PASS: TestFailIfBodyNotMatchesRegexp (0.00s)
> === RUN   TestFailIfHeaderMatchesRegexp
> --- PASS: TestFailIfHeaderMatchesRegexp (0.00s)
> === RUN   TestFailIfHeaderNotMatchesRegexp
> --- PASS: TestFailIfHeaderNotMatchesRegexp (0.00s)
> === RUN   TestHTTPHeaders
> --- PASS: TestHTTPHeaders (0.00s)
> === RUN   TestFailIfSelfSignedCA
> 2022/09/17 20:01:09 http: TLS handshake error from 127.0.0.1:41384: remote 
> error: tls: bad certificate
> --- PASS: TestFailIfSelfSignedCA (0.00s)
> === RUN   TestSucceedIfSelfSignedCA
> --- PASS: TestSucceedIfSelfSignedCA (0.00s)
> === RUN   TestTLSConfigIsIgnoredForPlainHTTP
> --- PASS: TestTLSConfigIsIgnoredForPlainHTTP (0.00s)
> === RUN   TestHTTPUsesTargetAsTLSServerName
> --- PASS: TestHTTPUsesTargetAsTLSServerName (0.10s)
> === RUN   TestRedirectToTLSHostWorks
>     http_test.go:1250: skipping network dependent test
> --- SKIP: TestRedirectToTLSHostWorks (0.00s)
> === RUN   TestHTTPPhases
> --- PASS: TestHTTPPhases (0.00s)
> === RUN   TestCookieJar
> --- PASS: TestCookieJar (0.00s)
> === RUN   TestChooseProtocol
>     utils_test.go:147: skipping network dependent test
> --- SKIP: TestChooseProtocol (0.00s)
> FAIL
> FAIL  github.com/prometheus/blackbox_exporter/prober  0.374s
> FAIL
> dh_auto_test: error: cd build && go test -vet=off -v -p 8 -short -ldflags " 
> -X github.com/prometheus/common/version.Version=0.21.1 -X 
> github.com/prometheus/common/version.Revision=0.21.1-1 -X 
> github.com/prometheus/common/version.Branch=debian/sid -X 
> github.com/prometheus/common/version.BuildUser=team+pkg...@tracker.debian.org 
> -X github.com/prometheus/common/version.BuildDate=20220913-14:37:13 -X 
> github.com/prometheus/common/version.GoVersion=go1.19.1" 
> github.com/prometheus/blackbox_exporter 
> github.com/prometheus/blackbox_exporter/config 
> github.com/prometheus/blackbox_exporter/prober returned exit code 1


The full build log is available from:
http://qa-logs.debian.net/2022/09/17/prometheus-blackbox-exporter_0.21.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220917;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220917&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

Reply via email to