Your message dated Fri, 13 Mar 2026 06:12:15 -0400
with message-id <[email protected]>
and subject line Re: Bug#1125400: podman: fails to generate dependency graph 
with podman-compose
has caused the Debian Bug report #1129118,
regarding golang-github-prometheus-client-golang: FTBFS: FAIL    
github.com/prometheus/client_golang/prometheus/collectors [build failed]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1129118: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1129118
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:golang-github-prometheus-client-golang
Version: 1.23.2-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

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

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

If you cannot 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 add an affects on src:golang-github-prometheus-client-golang, so 
that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=golang --builddirectory=_build
   dh_auto_clean -O--buildsystem=golang -O--builddirectory=_build
   dh_autoreconf_clean -O--buildsystem=golang -O--builddirectory=_build
   dh_clean -O--buildsystem=golang -O--builddirectory=_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/promet 
[too-long-redacted] s/testutil/promlint/validations
internal/unsafeheader

[... snipped ...]

    --- PASS: TestLabelCheck/mixed_var_labels_but_unsupported_curried (0.00s)
    --- PASS: 
TestLabelCheck/supported_label_as_const_and_curry_with_unsupported_as_var 
(0.00s)
    --- PASS: TestLabelCheck/invalid_name_with_all_the_otherwise_valid_labels 
(0.00s)
    --- PASS: TestLabelCheck/code_as_single_var_label (0.00s)
    --- PASS: TestLabelCheck/method_as_single_var_label (0.00s)
=== RUN   TestLabels
=== RUN   
TestLabels/all_labels_used_with_an_unknown_method_and_out-of-range_code
=== RUN   TestLabels/code_as_single_var_label_and_out-of-range_code
=== RUN   TestLabels/code_and_method_as_var_labels
=== RUN   TestLabels/method_as_single_var_label_with_extra_methods_specified
=== RUN   TestLabels/empty
=== RUN   TestLabels/code_as_single_var_label
=== 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
--- PASS: TestLabels (0.00s)
    --- PASS: 
TestLabels/all_labels_used_with_an_unknown_method_and_out-of-range_code (0.00s)
    --- PASS: TestLabels/code_as_single_var_label_and_out-of-range_code (0.00s)
    --- PASS: TestLabels/code_and_method_as_var_labels (0.00s)
    --- PASS: 
TestLabels/method_as_single_var_label_with_extra_methods_specified (0.00s)
    --- PASS: TestLabels/empty (0.00s)
    --- PASS: TestLabels/code_as_single_var_label (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)
=== 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.194s
?       github.com/prometheus/client_golang/prometheus/promhttp/internal        
[no test files]
?       github.com/prometheus/client_golang/prometheus/promhttp/zstd    [no 
test files]
=== RUN   TestPush
--- PASS: TestPush (0.00s)
PASS
ok      github.com/prometheus/client_golang/prometheus/push     0.005s
=== RUN   TestCollectAndLintGood
--- PASS: TestCollectAndLintGood (0.00s)
=== RUN   TestCollectAndLintBad
--- PASS: TestCollectAndLintBad (0.00s)
=== RUN   TestToFloat64
=== RUN   TestToFloat64/simple_summary
=== RUN   TestToFloat64/counter_vec_with_zero_elements
=== RUN   TestToFloat64/simple_counter
=== RUN   TestToFloat64/simple_gauge
=== RUN   TestToFloat64/simple_untyped
=== RUN   TestToFloat64/simple_histogram
=== RUN   TestToFloat64/simple_gauge_with_an_actual_value_set
=== RUN   TestToFloat64/counter_vec_with_one_element
=== RUN   TestToFloat64/counter_vec_with_two_elements
=== RUN   TestToFloat64/histogram_vec_with_one_element
--- PASS: TestToFloat64 (0.00s)
    --- PASS: TestToFloat64/simple_summary (0.00s)
    --- PASS: TestToFloat64/counter_vec_with_zero_elements (0.00s)
    --- PASS: TestToFloat64/simple_counter (0.00s)
    --- PASS: TestToFloat64/simple_gauge (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_one_element (0.00s)
    --- PASS: TestToFloat64/counter_vec_with_two_elements (0.00s)
    --- PASS: TestToFloat64/histogram_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)
=== RUN   TestCollectAndFormat
--- PASS: TestCollectAndFormat (0.00s)
PASS
ok      github.com/prometheus/client_golang/prometheus/testutil 0.005s
=== 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/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/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)
=== RUN   TestLintDuplicateMetric
=== RUN   TestLintDuplicateMetric/metric_not_unique
--- PASS: TestLintDuplicateMetric (0.00s)
    --- PASS: TestLintDuplicateMetric/metric_not_unique (0.00s)
PASS
ok      github.com/prometheus/client_golang/prometheus/testutil/promlint        
0.005s
?       
github.com/prometheus/client_golang/prometheus/testutil/promlint/validations    
[no test files]
FAIL
dh_auto_test: error: cd _build && go test -vet=off -v -p 2 g 
[too-long-redacted] alidations returned exit code 1
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Version: 5.7.0+ds2-3

Hi Léo,

Thank you for taking the time to report this issue. The root cause of this non-deterministic failure was identified upstream and resolved in commit 4120115c862a70db59d66dd339c9d42703b14fdb, which was subsequently merged into the Podman 5.6.0 release.

This upstream fix has been incorporated into Debian in podman version 5.7.0+ds2-3, which is currently available in Debian testing. Because this version contains the patched logic, I am marking this bug as closed.

Could you please test this new version in testing to confirm that it fully resolves the dependency graph issue for your compose environments?

I acknowledge your request to have this fixed in the stable release in Debian 12. Please note that the process for updating packages in stable requires the issue to first be confirmed fixed and tested in testing. Furthermore, the Debian Stable Release Managers maintain a very high bar for accepting updates into a stable release; typically, only severe security vulnerabilities or critical regressions are approved for stable updates.

I invite you to participate in evaluating whether this issue meets those strict criteria for a Stable Release Update. I am personally not convinced that it meets the bar for an update to stable at this time, but I am happy to be convinced otherwise if you can help articulate the broader impact and severity. Once you are able to verify the fix in testing, we can discuss the justification further and decide whether to formally propose the stable update.

Best regards,

-rt

--- End Message ---

Reply via email to