Package: src:golang-github-prometheus-client-golang
Version: 1.19.0-1
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --buildsystem=golang --builddirectory=_build
   dh_update_autotools_config -O--buildsystem=golang -O--builddirectory=_build
   dh_autoreconf -O--buildsystem=golang -O--builddirectory=_build
   dh_auto_configure -O--buildsystem=golang -O--builddirectory=_build
dh_auto_configure: warning: "github.com/prometheus/client_golang" is already 
installed. Please check for circular dependencies.

   dh_auto_build -O--buildsystem=golang -O--builddirectory=_build
        cd _build && go install -trimpath -v -p 2 
github.com/prometheus/client_golang/api 
github.com/prometheus/client_golang/api/prometheus/v1 
github.com/prometheus/client_golang/prometheus 
github.com/prometheus/client_golang/prometheus/collectors 
github.com/prometheus/client_golang/prometheus/collectors/version 
github.com/prometheus/client_golang/prometheus/graphite 
github.com/prometheus/client_golang/prometheus/internal 
github.com/prometheus/client_golang/prometheus/promauto 
github.com/prometheus/client_golang/prometheus/promhttp 
github.com/prometheus/client_golang/prometheus/push 
github.com/prometheus/client_golang/prometheus/testutil 
github.com/prometheus/client_golang/prometheus/testutil/promlint 
github.com/prometheus/client_golang/prometheus/testutil/promlint/validations
internal/unsafeheader
internal/goarch
internal/cpu
internal/abi
internal/bytealg

[... snipped ...]

=== RUN   
TestWrap/wrap_labeled_unchecked_collector_with_prefix_and_another_label_resulting_in_collision_with_pre-registered_counter
=== RUN   TestWrap/wrap_counter_with_prefix
=== RUN   
TestWrap/counter_registered_twice_but_wrapped_with_different_label_values
=== RUN   
TestWrap/wrap_labeled_unchecked_collector_with_prefix_and_another_label
=== RUN   
TestWrap/wrap_labeled_unchecked_collector_with_prefix_and_inconsistent_label
=== RUN   
TestWrap/wrap_labeled_unchecked_collector_with_prefix_and_the_same_label_again
=== RUN   TestWrap/wrap_counter_with_invalid_prefix
=== RUN   TestWrap/wrap_counter_with_prefix_and_two_labels
=== RUN   TestWrap/wrap_labeled_counter_with_prefix_and_another_label
--- PASS: TestWrap (0.00s)
    --- PASS: 
TestWrap/counter_registered_twice_but_wrapped_with_different_inconsistent_label_values
 (0.00s)
    --- PASS: TestWrap/wrap_labeled_counter_with_prefix_and_inconsistent_label 
(0.00s)
    --- PASS: 
TestWrap/wrap_labeled_counter_with_prefix_and_the_same_label_again (0.00s)
    --- PASS: TestWrap/wrap_nothing (0.00s)
    --- PASS: TestWrap/wrap_counter_with_label_pair_and_prefix (0.00s)
    --- PASS: TestWrap/wrap_counter_with_invalid_label (0.00s)
    --- PASS: TestWrap/wrap_with_nothing (0.00s)
    --- PASS: TestWrap/wrap_counter_with_label_pair (0.00s)
    --- PASS: 
TestWrap/wrap_labeled_unchecked_collector_with_prefix_and_another_label_resulting_in_collision_with_pre-registered_counter
 (0.00s)
    --- PASS: TestWrap/wrap_counter_with_prefix (0.00s)
    --- PASS: 
TestWrap/counter_registered_twice_but_wrapped_with_different_label_values 
(0.00s)
    --- PASS: 
TestWrap/wrap_labeled_unchecked_collector_with_prefix_and_another_label (0.00s)
    --- PASS: 
TestWrap/wrap_labeled_unchecked_collector_with_prefix_and_inconsistent_label 
(0.00s)
    --- PASS: 
TestWrap/wrap_labeled_unchecked_collector_with_prefix_and_the_same_label_again 
(0.00s)
    --- PASS: TestWrap/wrap_counter_with_invalid_prefix (0.00s)
    --- PASS: TestWrap/wrap_counter_with_prefix_and_two_labels (0.00s)
    --- PASS: TestWrap/wrap_labeled_counter_with_prefix_and_another_label 
(0.00s)
=== RUN   TestNil
--- PASS: TestNil (0.00s)
=== RUN   TestHandler
--- PASS: TestHandler (0.00s)
=== RUN   TestAlreadyRegistered
=== RUN   TestAlreadyRegistered/RegisterNormallyReregisterNormally
=== RUN   TestAlreadyRegistered/RegisterNormallyReregisterWrapped
=== RUN   TestAlreadyRegistered/RegisterWrappedReregisterWrapped
=== RUN   TestAlreadyRegistered/RegisterWrappedReregisterNormally
=== RUN   TestAlreadyRegistered/RegisterDoublyWrappedReregisterDoublyWrapped
--- PASS: TestAlreadyRegistered (0.00s)
    --- PASS: TestAlreadyRegistered/RegisterNormallyReregisterNormally (0.00s)
    --- PASS: TestAlreadyRegistered/RegisterNormallyReregisterWrapped (0.00s)
    --- PASS: TestAlreadyRegistered/RegisterWrappedReregisterWrapped (0.00s)
    --- PASS: TestAlreadyRegistered/RegisterWrappedReregisterNormally (0.00s)
    --- PASS: 
TestAlreadyRegistered/RegisterDoublyWrappedReregisterDoublyWrapped (0.00s)
=== RUN   TestRegisterUnregisterCollector
--- PASS: TestRegisterUnregisterCollector (0.00s)
=== RUN   TestHistogramVecRegisterGatherConcurrency
--- PASS: TestHistogramVecRegisterGatherConcurrency (1.05s)
=== RUN   TestWriteToTextfile
--- PASS: TestWriteToTextfile (0.00s)
=== RUN   TestAlreadyRegisteredCollision
--- PASS: TestAlreadyRegisteredCollision (0.19s)
=== RUN   TestNewMultiTRegistry
=== RUN   TestNewMultiTRegistry/one_registry
=== RUN   TestNewMultiTRegistry/two_registries
=== RUN   TestNewMultiTRegistry/two_registries,_one_with_error
--- PASS: TestNewMultiTRegistry (0.00s)
    --- PASS: TestNewMultiTRegistry/one_registry (0.00s)
    --- PASS: TestNewMultiTRegistry/two_registries (0.00s)
    --- PASS: TestNewMultiTRegistry/two_registries,_one_with_error (0.00s)
=== RUN   TestCheckMetricConsistency
--- PASS: TestCheckMetricConsistency (0.00s)
=== RUN   ExampleMetricVec
--- PASS: ExampleMetricVec (0.00s)
=== RUN   ExampleGaugeFunc_simple
--- PASS: ExampleGaugeFunc_simple (0.00s)
=== RUN   ExampleGaugeFunc_constLabels
--- PASS: ExampleGaugeFunc_constLabels (0.00s)
=== RUN   ExampleCounterVec
--- PASS: ExampleCounterVec (0.00s)
=== RUN   ExampleRegister
--- PASS: ExampleRegister (0.00s)
=== RUN   ExampleSummary
--- PASS: ExampleSummary (0.00s)
=== RUN   ExampleSummaryVec
--- PASS: ExampleSummaryVec (0.00s)
=== RUN   ExampleNewConstSummary
--- PASS: ExampleNewConstSummary (0.00s)
=== RUN   ExampleHistogram
--- PASS: ExampleHistogram (0.00s)
=== RUN   ExampleNewConstHistogram
--- PASS: ExampleNewConstHistogram (0.00s)
=== RUN   ExampleNewConstHistogram_WithExemplar
--- PASS: ExampleNewConstHistogram_WithExemplar (0.00s)
=== RUN   ExampleGatherers
--- PASS: ExampleGatherers (0.00s)
=== RUN   ExampleNewMetricWithTimestamp
--- PASS: ExampleNewMetricWithTimestamp (0.00s)
=== RUN   ExampleNewConstMetricWithCreatedTimestamp
--- PASS: ExampleNewConstMetricWithCreatedTimestamp (0.00s)
=== RUN   ExampleNewExpvarCollector
--- PASS: ExampleNewExpvarCollector (0.00s)
FAIL
FAIL    github.com/prometheus/client_golang/prometheus  15.402s
=== RUN   TestDBStatsCollector
--- PASS: TestDBStatsCollector (0.00s)
=== RUN   TestGoCollectorMarshalling
--- PASS: TestGoCollectorMarshalling (0.00s)
=== RUN   TestWithGoCollectorMemStatsMetricsDisabled
--- PASS: TestWithGoCollectorMemStatsMetricsDisabled (0.00s)
=== RUN   TestGoCollectorAllowList
=== RUN   TestGoCollectorAllowList/Without_any_rules
=== RUN   TestGoCollectorAllowList/allow_all
    go_collector_latest_test.go:126: got [go_cgo_go_to_c_calls_calls_total 
go_cpu_classes_gc_mark_assist_cpu_seconds_total 
go_cpu_classes_gc_mark_dedicated_cpu_seconds_total 
go_cpu_classes_gc_mark_idle_cpu_seconds_total 
go_cpu_classes_gc_pause_cpu_seconds_total 
go_cpu_classes_gc_total_cpu_seconds_total go_cpu_classes_idle_cpu_seconds_total 
go_cpu_classes_scavenge_assist_cpu_seconds_total 
go_cpu_classes_scavenge_background_cpu_seconds_total 
go_cpu_classes_scavenge_total_cpu_seconds_total 
go_cpu_classes_total_cpu_seconds_total go_cpu_classes_user_cpu_seconds_total 
go_gc_cycles_automatic_gc_cycles_total go_gc_cycles_forced_gc_cycles_total 
go_gc_cycles_total_gc_cycles_total go_gc_duration_seconds go_gc_gogc_percent 
go_gc_gomemlimit_bytes go_gc_heap_allocs_by_size_bytes 
go_gc_heap_allocs_bytes_total go_gc_heap_allocs_objects_total 
go_gc_heap_frees_by_size_bytes go_gc_heap_frees_bytes_total 
go_gc_heap_frees_objects_total go_gc_heap_goal_bytes go_gc_heap_live_bytes 
go_gc_heap_objects_objects go_gc_heap_tiny_allocs_objects_total 
go_gc_limiter_last_enabled_gc_cycle go_gc_pauses_seconds 
go_gc_scan_globals_bytes go_gc_scan_heap_bytes go_gc_scan_stack_bytes 
go_gc_scan_total_bytes go_gc_stack_starting_size_bytes 
go_godebug_non_default_behavior_execerrdot_events_total 
go_godebug_non_default_behavior_gocachehash_events_total 
go_godebug_non_default_behavior_gocachetest_events_total 
go_godebug_non_default_behavior_gocacheverify_events_total 
go_godebug_non_default_behavior_gotypesalias_events_total 
go_godebug_non_default_behavior_http2client_events_total 
go_godebug_non_default_behavior_http2server_events_total 
go_godebug_non_default_behavior_httplaxcontentlength_events_total 
go_godebug_non_default_behavior_httpmuxgo121_events_total 
go_godebug_non_default_behavior_installgoroot_events_total 
go_godebug_non_default_behavior_jstmpllitinterp_events_total 
go_godebug_non_default_behavior_multipartmaxheaders_events_total 
go_godebug_non_default_behavior_multipartmaxparts_events_total 
go_godebug_non_default_behavior_multipathtcp_events_total 
go_godebug_non_default_behavior_netedns0_events_total 
go_godebug_non_default_behavior_panicnil_events_total 
go_godebug_non_default_behavior_randautoseed_events_total 
go_godebug_non_default_behavior_tarinsecurepath_events_total 
go_godebug_non_default_behavior_tls10server_events_total 
go_godebug_non_default_behavior_tlsmaxrsasize_events_total 
go_godebug_non_default_behavior_tlsrsakex_events_total 
go_godebug_non_default_behavior_tlsunsafeekm_events_total 
go_godebug_non_default_behavior_x509sha1_events_total 
go_godebug_non_default_behavior_x509usefallbackroots_events_total 
go_godebug_non_default_behavior_x509usepolicies_events_total 
go_godebug_non_default_behavior_zipinsecurepath_events_total go_goroutines 
go_info go_memory_classes_heap_free_bytes go_memory_classes_heap_objects_bytes 
go_memory_classes_heap_released_bytes go_memory_classes_heap_stacks_bytes 
go_memory_classes_heap_unused_bytes 
go_memory_classes_metadata_mcache_free_bytes 
go_memory_classes_metadata_mcache_inuse_bytes 
go_memory_classes_metadata_mspan_free_bytes 
go_memory_classes_metadata_mspan_inuse_bytes 
go_memory_classes_metadata_other_bytes go_memory_classes_os_stacks_bytes 
go_memory_classes_other_bytes go_memory_classes_profiling_buckets_bytes 
go_memory_classes_total_bytes go_memstats_last_gc_time_seconds 
go_sched_gomaxprocs_threads go_sched_goroutines_goroutines 
go_sched_latencies_seconds go_sched_pauses_stopping_gc_seconds 
go_sched_pauses_stopping_other_seconds go_sched_pauses_total_gc_seconds 
go_sched_pauses_total_other_seconds go_sync_mutex_wait_total_seconds_total 
go_threads], want [go_cgo_go_to_c_calls_calls_total 
go_cpu_classes_gc_mark_assist_cpu_seconds_total 
go_cpu_classes_gc_mark_dedicated_cpu_seconds_total 
go_cpu_classes_gc_mark_idle_cpu_seconds_total 
go_cpu_classes_gc_pause_cpu_seconds_total 
go_cpu_classes_gc_total_cpu_seconds_total go_cpu_classes_idle_cpu_seconds_total 
go_cpu_classes_scavenge_assist_cpu_seconds_total 
go_cpu_classes_scavenge_background_cpu_seconds_total 
go_cpu_classes_scavenge_total_cpu_seconds_total 
go_cpu_classes_total_cpu_seconds_total go_cpu_classes_user_cpu_seconds_total 
go_gc_cycles_automatic_gc_cycles_total go_gc_cycles_forced_gc_cycles_total 
go_gc_cycles_total_gc_cycles_total go_gc_duration_seconds go_gc_gogc_percent 
go_gc_gomemlimit_bytes go_gc_heap_allocs_by_size_bytes 
go_gc_heap_allocs_bytes_total go_gc_heap_allocs_objects_total 
go_gc_heap_frees_by_size_bytes go_gc_heap_frees_bytes_total 
go_gc_heap_frees_objects_total go_gc_heap_goal_bytes go_gc_heap_live_bytes 
go_gc_heap_objects_objects go_gc_heap_tiny_allocs_objects_total 
go_gc_limiter_last_enabled_gc_cycle go_gc_pauses_seconds 
go_gc_scan_globals_bytes go_gc_scan_heap_bytes go_gc_scan_stack_bytes 
go_gc_scan_total_bytes go_gc_stack_starting_size_bytes 
go_godebug_non_default_behavior_execerrdot_events_total 
go_godebug_non_default_behavior_gocachehash_events_total 
go_godebug_non_default_behavior_gocachetest_events_total 
go_godebug_non_default_behavior_gocacheverify_events_total 
go_godebug_non_default_behavior_gotypesalias_events_total 
go_godebug_non_default_behavior_http2client_events_total 
go_godebug_non_default_behavior_http2server_events_total 
go_godebug_non_default_behavior_httplaxcontentlength_events_total 
go_godebug_non_default_behavior_httpmuxgo121_events_total 
go_godebug_non_default_behavior_installgoroot_events_total 
go_godebug_non_default_behavior_jstmpllitinterp_events_total 
go_godebug_non_default_behavior_multipartmaxheaders_events_total 
go_godebug_non_default_behavior_multipartmaxparts_events_total 
go_godebug_non_default_behavior_multipathtcp_events_total 
go_godebug_non_default_behavior_panicnil_events_total 
go_godebug_non_default_behavior_randautoseed_events_total 
go_godebug_non_default_behavior_tarinsecurepath_events_total 
go_godebug_non_default_behavior_tls10server_events_total 
go_godebug_non_default_behavior_tlsmaxrsasize_events_total 
go_godebug_non_default_behavior_tlsrsakex_events_total 
go_godebug_non_default_behavior_tlsunsafeekm_events_total 
go_godebug_non_default_behavior_x509sha1_events_total 
go_godebug_non_default_behavior_x509usefallbackroots_events_total 
go_godebug_non_default_behavior_x509usepolicies_events_total 
go_godebug_non_default_behavior_zipinsecurepath_events_total go_goroutines 
go_info go_memory_classes_heap_free_bytes go_memory_classes_heap_objects_bytes 
go_memory_classes_heap_released_bytes go_memory_classes_heap_stacks_bytes 
go_memory_classes_heap_unused_bytes 
go_memory_classes_metadata_mcache_free_bytes 
go_memory_classes_metadata_mcache_inuse_bytes 
go_memory_classes_metadata_mspan_free_bytes 
go_memory_classes_metadata_mspan_inuse_bytes 
go_memory_classes_metadata_other_bytes go_memory_classes_os_stacks_bytes 
go_memory_classes_other_bytes go_memory_classes_profiling_buckets_bytes 
go_memory_classes_total_bytes go_memstats_last_gc_time_seconds 
go_sched_gomaxprocs_threads go_sched_goroutines_goroutines 
go_sched_latencies_seconds go_sched_pauses_stopping_gc_seconds 
go_sched_pauses_stopping_other_seconds go_sched_pauses_total_gc_seconds 
go_sched_pauses_total_other_seconds go_sync_mutex_wait_total_seconds_total 
go_threads]
=== RUN   TestGoCollectorAllowList/allow_GC
=== RUN   TestGoCollectorAllowList/allow_Memory
=== RUN   TestGoCollectorAllowList/allow_Scheduler
--- FAIL: TestGoCollectorAllowList (0.00s)
    --- PASS: TestGoCollectorAllowList/Without_any_rules (0.00s)
    --- FAIL: TestGoCollectorAllowList/allow_all (0.00s)
    --- PASS: TestGoCollectorAllowList/allow_GC (0.00s)
    --- PASS: TestGoCollectorAllowList/allow_Memory (0.00s)
    --- PASS: TestGoCollectorAllowList/allow_Scheduler (0.00s)
=== RUN   TestGoCollectorDenyList
=== RUN   TestGoCollectorDenyList/Without_any_matchers
=== RUN   TestGoCollectorDenyList/deny_all
=== RUN   TestGoCollectorDenyList/deny_gc_and_scheduler_latency
--- PASS: TestGoCollectorDenyList (0.00s)
    --- PASS: TestGoCollectorDenyList/Without_any_matchers (0.00s)
    --- PASS: TestGoCollectorDenyList/deny_all (0.00s)
    --- PASS: TestGoCollectorDenyList/deny_gc_and_scheduler_latency (0.00s)
FAIL
FAIL    github.com/prometheus/client_golang/prometheus/collectors       0.007s
=== RUN   TestSanitize
--- PASS: TestSanitize (0.00s)
=== RUN   TestWriteSummary
--- PASS: TestWriteSummary (0.00s)
=== RUN   TestWriteHistogram
--- PASS: TestWriteHistogram (0.00s)
=== RUN   TestToReader
--- PASS: TestToReader (0.00s)
=== RUN   TestPush
--- PASS: TestPush (0.00s)
PASS
ok      github.com/prometheus/client_golang/prometheus/graphite 0.005s
=== RUN   TestSequenceMatcherRatio
--- PASS: TestSequenceMatcherRatio (0.00s)
=== RUN   TestGetOptCodes
--- PASS: TestGetOptCodes (0.00s)
=== RUN   TestGroupedOpCodes
--- PASS: TestGroupedOpCodes (0.00s)
=== RUN   TestWithAsciiOneInsert
--- PASS: TestWithAsciiOneInsert (0.00s)
=== RUN   TestWithAsciiOnDelete
--- PASS: TestWithAsciiOnDelete (0.00s)
=== RUN   TestWithAsciiBJunk
--- PASS: TestWithAsciiBJunk (0.00s)
=== RUN   TestSFBugsRatioForNullSeqn
--- PASS: TestSFBugsRatioForNullSeqn (0.00s)
=== RUN   TestSFBugsComparingEmptyLists
--- PASS: TestSFBugsComparingEmptyLists (0.00s)
=== RUN   TestOutputFormatRangeFormatUnified
--- PASS: TestOutputFormatRangeFormatUnified (0.00s)
=== RUN   TestSplitLines
--- PASS: TestSplitLines (0.00s)
=== RUN   TestRuntimeMetricsToProm
--- PASS: TestRuntimeMetricsToProm (0.00s)
=== RUN   ExampleGetUnifiedDiffCode
--- PASS: ExampleGetUnifiedDiffCode (0.00s)
PASS
ok      github.com/prometheus/client_golang/prometheus/internal 0.006s
=== RUN   TestNil
--- PASS: TestNil (0.00s)
PASS
ok      github.com/prometheus/client_golang/prometheus/promauto 0.008s
=== RUN   TestHandlerErrorHandling
--- PASS: TestHandlerErrorHandling (0.00s)
=== RUN   TestInstrumentMetricHandler
--- PASS: TestInstrumentMetricHandler (0.01s)
=== RUN   TestHandlerMaxRequestsInFlight
--- PASS: TestHandlerMaxRequestsInFlight (0.00s)
=== RUN   TestHandlerTimeout
--- PASS: TestHandlerTimeout (0.00s)
=== RUN   TestClientMiddlewareAPI
--- PASS: TestClientMiddlewareAPI (0.00s)
=== RUN   TestClientMiddlewareAPI_WithExemplars
--- PASS: TestClientMiddlewareAPI_WithExemplars (0.00s)
=== RUN   TestClientMiddlewareAPI_WithRequestContext
--- PASS: TestClientMiddlewareAPI_WithRequestContext (0.00s)
=== RUN   TestClientMiddlewareAPIWithRequestContextTimeout
--- PASS: TestClientMiddlewareAPIWithRequestContextTimeout (0.10s)
=== RUN   TestLabelCheck
=== RUN   TestLabelCheck/supported_label_as_curried_and_dynamic
=== RUN   TestLabelCheck/invalid_name_and_otherwise_empty
=== RUN   TestLabelCheck/all_labels_used_with_an_invalid_const_label_name
=== RUN   TestLabelCheck/supported_label_as_const_and_dynamic
=== RUN   TestLabelCheck/invalid_name_with_all_the_otherwise_valid_labels
=== RUN   TestLabelCheck/mixed_var_labels_but_unsupported_curried
=== RUN   TestLabelCheck/code_as_single_var_label
=== RUN   TestLabelCheck/method_as_single_var_label
=== RUN   TestLabelCheck/supported_label_as_const_and_curry
=== RUN   
TestLabelCheck/supported_label_as_const_and_curry_with_unsupported_as_var
=== RUN   TestLabelCheck/empty
=== RUN   TestLabelCheck/valid_case_with_all_labels_used
=== RUN   TestLabelCheck/unsupported_var_label
=== RUN   TestLabelCheck/mixed_var_labels
=== RUN   TestLabelCheck/unsupported_var_label_but_curried
=== RUN   TestLabelCheck/code_and_method_as_var_labels
--- PASS: TestLabelCheck (0.00s)
    --- PASS: TestLabelCheck/supported_label_as_curried_and_dynamic (0.00s)
    --- PASS: TestLabelCheck/invalid_name_and_otherwise_empty (0.00s)
    --- PASS: TestLabelCheck/all_labels_used_with_an_invalid_const_label_name 
(0.00s)
    --- PASS: TestLabelCheck/supported_label_as_const_and_dynamic (0.00s)
    --- PASS: TestLabelCheck/invalid_name_with_all_the_otherwise_valid_labels 
(0.00s)
    --- PASS: TestLabelCheck/mixed_var_labels_but_unsupported_curried (0.00s)
    --- PASS: TestLabelCheck/code_as_single_var_label (0.00s)
    --- PASS: TestLabelCheck/method_as_single_var_label (0.00s)
    --- PASS: TestLabelCheck/supported_label_as_const_and_curry (0.00s)
    --- PASS: 
TestLabelCheck/supported_label_as_const_and_curry_with_unsupported_as_var 
(0.00s)
    --- PASS: TestLabelCheck/empty (0.00s)
    --- PASS: TestLabelCheck/valid_case_with_all_labels_used (0.00s)
    --- PASS: TestLabelCheck/unsupported_var_label (0.00s)
    --- PASS: TestLabelCheck/mixed_var_labels (0.00s)
    --- PASS: TestLabelCheck/unsupported_var_label_but_curried (0.00s)
    --- PASS: TestLabelCheck/code_and_method_as_var_labels (0.00s)
=== RUN   TestLabels
=== RUN   TestLabels/code_as_single_var_label
=== RUN   TestLabels/code_and_method_as_var_labels
=== RUN   
TestLabels/all_labels_used_with_an_unknown_method_and_out-of-range_code
=== RUN   TestLabels/empty
=== RUN   TestLabels/code_as_single_var_label_and_out-of-range_code
=== RUN   TestLabels/code_as_single_var_label_and_in-range_but_unrecognized_code
=== RUN   TestLabels/method_as_single_var_label
=== RUN   TestLabels/method_as_single_var_label_and_unknown_method
=== RUN   TestLabels/method_as_single_var_label_with_extra_methods_specified
--- PASS: TestLabels (0.00s)
    --- PASS: TestLabels/code_as_single_var_label (0.00s)
    --- PASS: TestLabels/code_and_method_as_var_labels (0.00s)
    --- PASS: 
TestLabels/all_labels_used_with_an_unknown_method_and_out-of-range_code (0.00s)
    --- PASS: TestLabels/empty (0.00s)
    --- PASS: TestLabels/code_as_single_var_label_and_out-of-range_code (0.00s)
    --- PASS: 
TestLabels/code_as_single_var_label_and_in-range_but_unrecognized_code (0.00s)
    --- PASS: TestLabels/method_as_single_var_label (0.00s)
    --- PASS: TestLabels/method_as_single_var_label_and_unknown_method (0.00s)
    --- PASS: 
TestLabels/method_as_single_var_label_with_extra_methods_specified (0.00s)
=== RUN   TestMiddlewareAPI
--- PASS: TestMiddlewareAPI (0.00s)
=== RUN   TestMiddlewareAPI_WithExemplars
--- PASS: TestMiddlewareAPI_WithExemplars (0.00s)
=== RUN   TestInstrumentTimeToFirstWrite
--- PASS: TestInstrumentTimeToFirstWrite (0.00s)
=== RUN   TestInterfaceUpgrade
--- PASS: TestInterfaceUpgrade (0.00s)
PASS
ok      github.com/prometheus/client_golang/prometheus/promhttp 0.114s
=== RUN   TestPush
--- PASS: TestPush (0.00s)
PASS
ok      github.com/prometheus/client_golang/prometheus/push     0.008s
=== RUN   TestCollectAndLintGood
--- PASS: TestCollectAndLintGood (0.00s)
=== RUN   TestCollectAndLintBad
--- PASS: TestCollectAndLintBad (0.00s)
=== RUN   TestToFloat64
=== RUN   TestToFloat64/simple_counter
=== RUN   TestToFloat64/simple_untyped
=== RUN   TestToFloat64/simple_histogram
=== RUN   TestToFloat64/simple_gauge_with_an_actual_value_set
=== RUN   TestToFloat64/counter_vec_with_two_elements
=== RUN   TestToFloat64/histogram_vec_with_one_element
=== RUN   TestToFloat64/simple_gauge
=== RUN   TestToFloat64/simple_summary
=== RUN   TestToFloat64/counter_vec_with_zero_elements
=== RUN   TestToFloat64/counter_vec_with_one_element
--- PASS: TestToFloat64 (0.00s)
    --- PASS: TestToFloat64/simple_counter (0.00s)
    --- PASS: TestToFloat64/simple_untyped (0.00s)
    --- PASS: TestToFloat64/simple_histogram (0.00s)
    --- PASS: TestToFloat64/simple_gauge_with_an_actual_value_set (0.00s)
    --- PASS: TestToFloat64/counter_vec_with_two_elements (0.00s)
    --- PASS: TestToFloat64/histogram_vec_with_one_element (0.00s)
    --- PASS: TestToFloat64/simple_gauge (0.00s)
    --- PASS: TestToFloat64/simple_summary (0.00s)
    --- PASS: TestToFloat64/counter_vec_with_zero_elements (0.00s)
    --- PASS: TestToFloat64/counter_vec_with_one_element (0.00s)
=== RUN   TestCollectAndCompare
--- PASS: TestCollectAndCompare (0.00s)
=== RUN   TestCollectAndCompareNoLabel
--- PASS: TestCollectAndCompareNoLabel (0.00s)
=== RUN   TestCollectAndCompareNoHelp
--- PASS: TestCollectAndCompareNoHelp (0.00s)
=== RUN   TestCollectAndCompareHistogram
=== RUN   TestCollectAndCompareHistogram/Testing_Histogram_Collector
=== RUN   TestCollectAndCompareHistogram/Testing_HistogramVec_Collector
--- PASS: TestCollectAndCompareHistogram (0.00s)
    --- PASS: TestCollectAndCompareHistogram/Testing_Histogram_Collector (0.00s)
    --- PASS: TestCollectAndCompareHistogram/Testing_HistogramVec_Collector 
(0.00s)
=== RUN   TestNoMetricFilter
--- PASS: TestNoMetricFilter (0.00s)
=== RUN   TestMetricNotFound
--- PASS: TestMetricNotFound (0.00s)
=== RUN   TestScrapeAndCompare
--- PASS: TestScrapeAndCompare (0.00s)
=== RUN   TestScrapeAndCompareWithMultipleExpected
--- PASS: TestScrapeAndCompareWithMultipleExpected (0.00s)
=== RUN   TestScrapeAndCompareFetchingFail
--- PASS: TestScrapeAndCompareFetchingFail (0.00s)
=== RUN   TestScrapeAndCompareBadStatusCode
--- PASS: TestScrapeAndCompareBadStatusCode (0.00s)
=== RUN   TestCollectAndCount
--- PASS: TestCollectAndCount (0.00s)
PASS
ok      github.com/prometheus/client_golang/prometheus/testutil 0.006s
=== RUN   TestLintNoHelpText
=== RUN   TestLintNoHelpText/no_help
=== RUN   TestLintNoHelpText/empty_help
=== RUN   TestLintNoHelpText/no_help_and_empty_help
=== RUN   TestLintNoHelpText/OK
--- PASS: TestLintNoHelpText (0.00s)
    --- PASS: TestLintNoHelpText/no_help (0.00s)
    --- PASS: TestLintNoHelpText/empty_help (0.00s)
    --- PASS: TestLintNoHelpText/no_help_and_empty_help (0.00s)
    --- PASS: TestLintNoHelpText/OK (0.00s)
=== RUN   TestLintMetricUnits
=== RUN   TestLintMetricUnits/amperes
=== RUN   TestLintMetricUnits/bytes
=== RUN   TestLintMetricUnits/grams
=== RUN   TestLintMetricUnits/celsius
=== RUN   TestLintMetricUnits/meters
=== RUN   TestLintMetricUnits/metres
=== RUN   TestLintMetricUnits/moles
=== RUN   TestLintMetricUnits/seconds
=== RUN   TestLintMetricUnits/joules
=== RUN   TestLintMetricUnits/kelvin
=== RUN   TestLintMetricUnits/milliamperes
=== RUN   TestLintMetricUnits/gigabytes
=== RUN   TestLintMetricUnits/kilograms
=== RUN   TestLintMetricUnits/nanocelsius
=== RUN   TestLintMetricUnits/kilometers
=== RUN   TestLintMetricUnits/picometers
=== RUN   TestLintMetricUnits/microseconds
=== RUN   TestLintMetricUnits/minutes
=== RUN   TestLintMetricUnits/hours
=== RUN   TestLintMetricUnits/days
=== RUN   TestLintMetricUnits/kelvins
=== RUN   TestLintMetricUnits/fahrenheit
=== RUN   TestLintMetricUnits/rankine
=== RUN   TestLintMetricUnits/inches
=== RUN   TestLintMetricUnits/yards
=== RUN   TestLintMetricUnits/miles
=== RUN   TestLintMetricUnits/bits
=== RUN   TestLintMetricUnits/calories
=== RUN   TestLintMetricUnits/pounds
=== RUN   TestLintMetricUnits/ounces
--- PASS: TestLintMetricUnits (0.00s)
    --- PASS: TestLintMetricUnits/amperes (0.00s)
    --- PASS: TestLintMetricUnits/bytes (0.00s)
    --- PASS: TestLintMetricUnits/grams (0.00s)
    --- PASS: TestLintMetricUnits/celsius (0.00s)
    --- PASS: TestLintMetricUnits/meters (0.00s)
    --- PASS: TestLintMetricUnits/metres (0.00s)
    --- PASS: TestLintMetricUnits/moles (0.00s)
    --- PASS: TestLintMetricUnits/seconds (0.00s)
    --- PASS: TestLintMetricUnits/joules (0.00s)
    --- PASS: TestLintMetricUnits/kelvin (0.00s)
    --- PASS: TestLintMetricUnits/milliamperes (0.00s)
    --- PASS: TestLintMetricUnits/gigabytes (0.00s)
    --- PASS: TestLintMetricUnits/kilograms (0.00s)
    --- PASS: TestLintMetricUnits/nanocelsius (0.00s)
    --- PASS: TestLintMetricUnits/kilometers (0.00s)
    --- PASS: TestLintMetricUnits/picometers (0.00s)
    --- PASS: TestLintMetricUnits/microseconds (0.00s)
    --- PASS: TestLintMetricUnits/minutes (0.00s)
    --- PASS: TestLintMetricUnits/hours (0.00s)
    --- PASS: TestLintMetricUnits/days (0.00s)
    --- PASS: TestLintMetricUnits/kelvins (0.00s)
    --- PASS: TestLintMetricUnits/fahrenheit (0.00s)
    --- PASS: TestLintMetricUnits/rankine (0.00s)
    --- PASS: TestLintMetricUnits/inches (0.00s)
    --- PASS: TestLintMetricUnits/yards (0.00s)
    --- PASS: TestLintMetricUnits/miles (0.00s)
    --- PASS: TestLintMetricUnits/bits (0.00s)
    --- PASS: TestLintMetricUnits/calories (0.00s)
    --- PASS: TestLintMetricUnits/pounds (0.00s)
    --- PASS: TestLintMetricUnits/ounces (0.00s)
=== RUN   TestLintCounter
=== RUN   TestLintCounter/counter_without__total_suffix
=== RUN   TestLintCounter/gauge_with__total_suffix
=== RUN   TestLintCounter/counter_with__total_suffix
=== RUN   TestLintCounter/gauge_without__total_suffix
=== RUN   TestLintCounter/untyped_with__total_suffix
=== RUN   TestLintCounter/untyped_without__total_suffix
--- PASS: TestLintCounter (0.00s)
    --- PASS: TestLintCounter/counter_without__total_suffix (0.00s)
    --- PASS: TestLintCounter/gauge_with__total_suffix (0.00s)
    --- PASS: TestLintCounter/counter_with__total_suffix (0.00s)
    --- PASS: TestLintCounter/gauge_without__total_suffix (0.00s)
    --- PASS: TestLintCounter/untyped_with__total_suffix (0.00s)
    --- PASS: TestLintCounter/untyped_without__total_suffix (0.00s)
=== RUN   TestLintHistogramSummaryReserved
=== RUN   TestLintHistogramSummaryReserved/gauge_with__bucket_suffix
=== RUN   TestLintHistogramSummaryReserved/gauge_with__count_suffix
=== RUN   TestLintHistogramSummaryReserved/gauge_with__sum_suffix
=== RUN   TestLintHistogramSummaryReserved/gauge_with_le_label
=== RUN   TestLintHistogramSummaryReserved/gauge_with_quantile_label
=== RUN   TestLintHistogramSummaryReserved/histogram_with_quantile_label
=== RUN   TestLintHistogramSummaryReserved/summary_with_le_label
=== RUN   TestLintHistogramSummaryReserved/histogram_OK
=== RUN   TestLintHistogramSummaryReserved/summary_OK
--- PASS: TestLintHistogramSummaryReserved (0.00s)
    --- PASS: TestLintHistogramSummaryReserved/gauge_with__bucket_suffix (0.00s)
    --- PASS: TestLintHistogramSummaryReserved/gauge_with__count_suffix (0.00s)
    --- PASS: TestLintHistogramSummaryReserved/gauge_with__sum_suffix (0.00s)
    --- PASS: TestLintHistogramSummaryReserved/gauge_with_le_label (0.00s)
    --- PASS: TestLintHistogramSummaryReserved/gauge_with_quantile_label (0.00s)
    --- PASS: TestLintHistogramSummaryReserved/histogram_with_quantile_label 
(0.00s)
    --- PASS: TestLintHistogramSummaryReserved/summary_with_le_label (0.00s)
    --- PASS: TestLintHistogramSummaryReserved/histogram_OK (0.00s)
    --- PASS: TestLintHistogramSummaryReserved/summary_OK (0.00s)
=== RUN   TestLintMetricTypeInName
=== RUN   TestLintMetricTypeInName/counter_with__counter_suffix
=== RUN   TestLintMetricTypeInName/gauge_with__gauge_suffix
=== RUN   TestLintMetricTypeInName/summary_with__summary_suffix
=== RUN   TestLintMetricTypeInName/histogram_with__histogram_suffix
=== RUN   TestLintMetricTypeInName/histogram_with__histogram_suffix#01
=== RUN   TestLintMetricTypeInName/histogram_with__histogram_suffix#02
=== RUN   TestLintMetricTypeInName/gauge_with__gauge_suffix#01
--- PASS: TestLintMetricTypeInName (0.00s)
    --- PASS: TestLintMetricTypeInName/counter_with__counter_suffix (0.00s)
    --- PASS: TestLintMetricTypeInName/gauge_with__gauge_suffix (0.00s)
    --- PASS: TestLintMetricTypeInName/summary_with__summary_suffix (0.00s)
    --- PASS: TestLintMetricTypeInName/histogram_with__histogram_suffix (0.00s)
    --- PASS: TestLintMetricTypeInName/histogram_with__histogram_suffix#01 
(0.00s)
    --- PASS: TestLintMetricTypeInName/histogram_with__histogram_suffix#02 
(0.00s)
    --- PASS: TestLintMetricTypeInName/gauge_with__gauge_suffix#01 (0.00s)
=== RUN   TestLintReservedChars
=== RUN   TestLintReservedChars/request_duration::_seconds
--- PASS: TestLintReservedChars (0.00s)
    --- PASS: TestLintReservedChars/request_duration::_seconds (0.00s)
=== RUN   TestLintCamelCase
=== RUN   TestLintCamelCase/requestDuration_seconds
=== RUN   TestLintCamelCase/request_duration_seconds
--- PASS: TestLintCamelCase (0.00s)
    --- PASS: TestLintCamelCase/requestDuration_seconds (0.00s)
    --- PASS: TestLintCamelCase/request_duration_seconds (0.00s)
=== RUN   TestLintUnitAbbreviations
=== RUN   
TestLintUnitAbbreviations/instance_memory_limit_b_with_abbreviated_unit
=== RUN   
TestLintUnitAbbreviations/instance_memory_limit_kb_with_abbreviated_unit
=== RUN   
TestLintUnitAbbreviations/instance_memory_limit_mb_with_abbreviated_unit
=== RUN   
TestLintUnitAbbreviations/instance_memory_limit_MB_with_abbreviated_unit
=== RUN   
TestLintUnitAbbreviations/instance_memory_limit_gb_with_abbreviated_unit
=== RUN   
TestLintUnitAbbreviations/instance_memory_limit_tb_with_abbreviated_unit
=== RUN   
TestLintUnitAbbreviations/instance_memory_limit_pb_with_abbreviated_unit
=== RUN   TestLintUnitAbbreviations/request_duration_s_with_abbreviated_unit
=== RUN   TestLintUnitAbbreviations/request_duration_ms_with_abbreviated_unit
=== RUN   TestLintUnitAbbreviations/request_duration_us_with_abbreviated_unit
=== RUN   TestLintUnitAbbreviations/request_duration_ns_with_abbreviated_unit
=== RUN   TestLintUnitAbbreviations/request_duration_sec_with_abbreviated_unit
=== RUN   TestLintUnitAbbreviations/request_sec_duration_with_abbreviated_unit
=== RUN   TestLintUnitAbbreviations/request_duration_m_with_abbreviated_unit
=== RUN   TestLintUnitAbbreviations/request_duration_h_with_abbreviated_unit
=== RUN   TestLintUnitAbbreviations/request_duration_d_with_abbreviated_unit
--- PASS: TestLintUnitAbbreviations (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/instance_memory_limit_b_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/instance_memory_limit_kb_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/instance_memory_limit_mb_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/instance_memory_limit_MB_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/instance_memory_limit_gb_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/instance_memory_limit_tb_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/instance_memory_limit_pb_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/request_duration_s_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/request_duration_ms_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/request_duration_us_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/request_duration_ns_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/request_duration_sec_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/request_sec_duration_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/request_duration_m_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/request_duration_h_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/request_duration_d_with_abbreviated_unit (0.00s)
=== RUN   TestCustomValidations
=== RUN   TestCustomValidations/metric_without_necessary_prefix
=== RUN   TestCustomValidations/metric_without_necessary_prefix#01
--- PASS: TestCustomValidations (0.00s)
    --- PASS: TestCustomValidations/metric_without_necessary_prefix (0.00s)
    --- PASS: TestCustomValidations/metric_without_necessary_prefix#01 (0.00s)
PASS
ok      github.com/prometheus/client_golang/prometheus/testutil/promlint        
0.008s
FAIL
dh_auto_test: error: cd _build && go test -vet=off -v -p 2 
github.com/prometheus/client_golang/api 
github.com/prometheus/client_golang/api/prometheus/v1 
github.com/prometheus/client_golang/prometheus 
github.com/prometheus/client_golang/prometheus/collectors 
github.com/prometheus/client_golang/prometheus/collectors/version 
github.com/prometheus/client_golang/prometheus/graphite 
github.com/prometheus/client_golang/prometheus/internal 
github.com/prometheus/client_golang/prometheus/promauto 
github.com/prometheus/client_golang/prometheus/promhttp 
github.com/prometheus/client_golang/prometheus/push 
github.com/prometheus/client_golang/prometheus/testutil 
github.com/prometheus/client_golang/prometheus/testutil/promlint 
github.com/prometheus/client_golang/prometheus/testutil/promlint/validations returned 
exit code 1
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202407/

About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

Reply via email to