Your message dated Wed, 02 Apr 2025 17:50:07 +0000
with message-id <[email protected]>
and subject line Bug#1100220: fixed in goss 0.4.9-2
has caused the Debian Bug report #1100220,
regarding goss: FTBFS: FAIL: TestMatchers
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.)


-- 
1100220: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1100220
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:goss
Version: 0.4.9-1
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

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

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --builddirectory=_build --buildsystem=golang
   dh_auto_clean -O--builddirectory=_build -O--buildsystem=golang
   dh_autoreconf_clean -O--builddirectory=_build -O--buildsystem=golang
   dh_clean -O--builddirectory=_build -O--buildsystem=golang
 debian/rules binary
dh binary --builddirectory=_build --buildsystem=golang
   dh_update_autotools_config -O--builddirectory=_build -O--buildsystem=golang
   dh_autoreconf -O--builddirectory=_build -O--buildsystem=golang
   dh_auto_configure -O--builddirectory=_build -O--buildsystem=golang
   dh_auto_build -O--builddirectory=_build -O--buildsystem=golang
        cd _build && go install -trimpath -v -p 1 github.com/goss-org/goss 
github.com/goss-org/goss/cmd/goss github.com/goss-org/goss/matchers 
github.com/goss-org/goss/outputs github.com/goss-org/goss/resource 
github.com/goss-org/goss/system github.com/goss-org/goss/util
internal/goarch
internal/abi

[... snipped ...]

=== RUN   Test_toConstraint/simple
=== RUN   Test_toConstraint/complex
=== RUN   Test_toConstraint/nil
=== RUN   Test_toConstraint/empty
=== RUN   Test_toConstraint/invalid
--- PASS: Test_toConstraint (0.00s)
    --- PASS: Test_toConstraint/simple (0.00s)
    --- PASS: Test_toConstraint/complex (0.00s)
    --- PASS: Test_toConstraint/nil (0.00s)
    --- PASS: Test_toConstraint/empty (0.00s)
    --- PASS: Test_toConstraint/invalid (0.00s)
=== RUN   Test_toVersion
=== RUN   Test_toVersion/simple
=== RUN   Test_toVersion/pre_release
=== RUN   Test_toVersion/build
=== RUN   Test_toVersion/pre_release_build
--- PASS: Test_toVersion (0.00s)
    --- PASS: Test_toVersion/simple (0.00s)
    --- PASS: Test_toVersion/pre_release (0.00s)
    --- PASS: Test_toVersion/build (0.00s)
    --- PASS: Test_toVersion/pre_release_build (0.00s)
=== RUN   Test_toVersions
=== RUN   Test_toVersions/single
=== RUN   Test_toVersions/slice_strings
=== RUN   Test_toVersions/slice_interfaces
=== RUN   Test_toVersions/invalid_object
=== RUN   Test_toVersions/invalid_object_in_slice
--- PASS: Test_toVersions (0.00s)
    --- PASS: Test_toVersions/single (0.00s)
    --- PASS: Test_toVersions/slice_strings (0.00s)
    --- PASS: Test_toVersions/slice_interfaces (0.00s)
    --- PASS: Test_toVersions/invalid_object (0.00s)
    --- PASS: Test_toVersions/invalid_object_in_slice (0.00s)
PASS
ok      github.com/goss-org/goss/matchers       0.004s
=== RUN   TestIsValidFormat
--- PASS: TestIsValidFormat (0.00s)
=== RUN   TestOutputers
--- PASS: TestOutputers (0.00s)
=== RUN   TestGetOutputer
=== RUN   TestGetOutputer/valid
=== RUN   TestGetOutputer/not-valid
--- PASS: TestGetOutputer (0.00s)
    --- PASS: TestGetOutputer/valid (0.00s)
    --- PASS: TestGetOutputer/not-valid (0.00s)
=== RUN   TestOutputFormatOptions
--- PASS: TestOutputFormatOptions (0.00s)
=== RUN   TestOptionsRegistration
--- PASS: TestOptionsRegistration (0.00s)
=== RUN   TestPrometheusOutput
=== RUN   TestPrometheusOutput/all-success-single-type
    prometheus_test.go:515: # HELP goss_tests_outcomes_duration_milliseconds 
The duration of tests from this run. Note; tests run concurrently.
        # TYPE goss_tests_outcomes_duration_milliseconds counter
        
goss_tests_outcomes_duration_milliseconds{outcome="pass",type="command"} 20
        # HELP goss_tests_outcomes_total The number of test-outcomes from this 
run.
        # TYPE goss_tests_outcomes_total counter
        goss_tests_outcomes_total{outcome="pass",type="command"} 2
        # HELP goss_tests_run_duration_milliseconds The end-to-end duration of 
this run.
        # TYPE goss_tests_run_duration_milliseconds counter
        goss_tests_run_duration_milliseconds{outcome="pass"} 9.223372036854e+12
        # HELP goss_tests_run_outcomes_total The outcomes of this run as a 
whole.
        # TYPE goss_tests_run_outcomes_total counter
        goss_tests_run_outcomes_total{outcome="pass"} 1
=== RUN   TestPrometheusOutput/all-fail-single-type
    prometheus_test.go:515: # HELP goss_tests_outcomes_duration_milliseconds 
The duration of tests from this run. Note; tests run concurrently.
        # TYPE goss_tests_outcomes_duration_milliseconds counter
        
goss_tests_outcomes_duration_milliseconds{outcome="fail",type="command"} 20
        # HELP goss_tests_outcomes_total The number of test-outcomes from this 
run.
        # TYPE goss_tests_outcomes_total counter
        goss_tests_outcomes_total{outcome="fail",type="command"} 2
        # HELP goss_tests_run_duration_milliseconds The end-to-end duration of 
this run.
        # TYPE goss_tests_run_duration_milliseconds counter
        goss_tests_run_duration_milliseconds{outcome="fail"} 9.223372036854e+12
        # HELP goss_tests_run_outcomes_total The outcomes of this run as a 
whole.
        # TYPE goss_tests_run_outcomes_total counter
        goss_tests_run_outcomes_total{outcome="fail"} 1
=== RUN   TestPrometheusOutput/all-success-multiple-types
    prometheus_test.go:515: # HELP goss_tests_outcomes_duration_milliseconds 
The duration of tests from this run. Note; tests run concurrently.
        # TYPE goss_tests_outcomes_duration_milliseconds counter
        
goss_tests_outcomes_duration_milliseconds{outcome="pass",type="command"} 10
        goss_tests_outcomes_duration_milliseconds{outcome="pass",type="file"} 10
        # HELP goss_tests_outcomes_total The number of test-outcomes from this 
run.
        # TYPE goss_tests_outcomes_total counter
        goss_tests_outcomes_total{outcome="pass",type="command"} 1
        goss_tests_outcomes_total{outcome="pass",type="file"} 1
        # HELP goss_tests_run_duration_milliseconds The end-to-end duration of 
this run.
        # TYPE goss_tests_run_duration_milliseconds counter
        goss_tests_run_duration_milliseconds{outcome="pass"} 9.223372036854e+12
        # HELP goss_tests_run_outcomes_total The outcomes of this run as a 
whole.
        # TYPE goss_tests_run_outcomes_total counter
        goss_tests_run_outcomes_total{outcome="pass"} 1
=== RUN   TestPrometheusOutput/unknown-success
    prometheus_test.go:515: # HELP goss_tests_outcomes_duration_milliseconds 
The duration of tests from this run. Note; tests run concurrently.
        # TYPE goss_tests_outcomes_duration_milliseconds counter
        
goss_tests_outcomes_duration_milliseconds{outcome="pass",type="command"} 10
        
goss_tests_outcomes_duration_milliseconds{outcome="unknown",type="command"} 10
        # HELP goss_tests_outcomes_total The number of test-outcomes from this 
run.
        # TYPE goss_tests_outcomes_total counter
        goss_tests_outcomes_total{outcome="pass",type="command"} 1
        goss_tests_outcomes_total{outcome="unknown",type="command"} 1
        # HELP goss_tests_run_duration_milliseconds The end-to-end duration of 
this run.
        # TYPE goss_tests_run_duration_milliseconds counter
        goss_tests_run_duration_milliseconds{outcome="unknown"} 
9.223372036854e+12
        # HELP goss_tests_run_outcomes_total The outcomes of this run as a 
whole.
        # TYPE goss_tests_run_outcomes_total counter
        goss_tests_run_outcomes_total{outcome="unknown"} 1
=== RUN   TestPrometheusOutput/skip-unknown
    prometheus_test.go:515: # HELP goss_tests_outcomes_duration_milliseconds 
The duration of tests from this run. Note; tests run concurrently.
        # TYPE goss_tests_outcomes_duration_milliseconds counter
        
goss_tests_outcomes_duration_milliseconds{outcome="skip",type="command"} 10
        
goss_tests_outcomes_duration_milliseconds{outcome="unknown",type="command"} 10
        # HELP goss_tests_outcomes_total The number of test-outcomes from this 
run.
        # TYPE goss_tests_outcomes_total counter
        goss_tests_outcomes_total{outcome="skip",type="command"} 1
        goss_tests_outcomes_total{outcome="unknown",type="command"} 1
        # HELP goss_tests_run_duration_milliseconds The end-to-end duration of 
this run.
        # TYPE goss_tests_run_duration_milliseconds counter
        goss_tests_run_duration_milliseconds{outcome="unknown"} 
9.223372036854e+12
        # HELP goss_tests_run_outcomes_total The outcomes of this run as a 
whole.
        # TYPE goss_tests_run_outcomes_total counter
        goss_tests_run_outcomes_total{outcome="unknown"} 1
=== RUN   TestPrometheusOutput/skip-success
    prometheus_test.go:515: # HELP goss_tests_outcomes_duration_milliseconds 
The duration of tests from this run. Note; tests run concurrently.
        # TYPE goss_tests_outcomes_duration_milliseconds counter
        
goss_tests_outcomes_duration_milliseconds{outcome="pass",type="command"} 10
        
goss_tests_outcomes_duration_milliseconds{outcome="skip",type="command"} 10
        # HELP goss_tests_outcomes_total The number of test-outcomes from this 
run.
        # TYPE goss_tests_outcomes_total counter
        goss_tests_outcomes_total{outcome="pass",type="command"} 1
        goss_tests_outcomes_total{outcome="skip",type="command"} 1
        # HELP goss_tests_run_duration_milliseconds The end-to-end duration of 
this run.
        # TYPE goss_tests_run_duration_milliseconds counter
        goss_tests_run_duration_milliseconds{outcome="pass"} 9.223372036854e+12
        # HELP goss_tests_run_outcomes_total The outcomes of this run as a 
whole.
        # TYPE goss_tests_run_outcomes_total counter
        goss_tests_run_outcomes_total{outcome="pass"} 1
=== RUN   TestPrometheusOutput/fail-success
    prometheus_test.go:515: # HELP goss_tests_outcomes_duration_milliseconds 
The duration of tests from this run. Note; tests run concurrently.
        # TYPE goss_tests_outcomes_duration_milliseconds counter
        
goss_tests_outcomes_duration_milliseconds{outcome="fail",type="command"} 10
        
goss_tests_outcomes_duration_milliseconds{outcome="pass",type="command"} 10
        # HELP goss_tests_outcomes_total The number of test-outcomes from this 
run.
        # TYPE goss_tests_outcomes_total counter
        goss_tests_outcomes_total{outcome="fail",type="command"} 1
        goss_tests_outcomes_total{outcome="pass",type="command"} 1
        # HELP goss_tests_run_duration_milliseconds The end-to-end duration of 
this run.
        # TYPE goss_tests_run_duration_milliseconds counter
        goss_tests_run_duration_milliseconds{outcome="fail"} 9.223372036854e+12
        # HELP goss_tests_run_outcomes_total The outcomes of this run as a 
whole.
        # TYPE goss_tests_run_outcomes_total counter
        goss_tests_run_outcomes_total{outcome="fail"} 1
=== RUN   TestPrometheusOutput/all-skip-single-type
    prometheus_test.go:515: # HELP goss_tests_outcomes_duration_milliseconds 
The duration of tests from this run. Note; tests run concurrently.
        # TYPE goss_tests_outcomes_duration_milliseconds counter
        
goss_tests_outcomes_duration_milliseconds{outcome="skip",type="command"} 20
        # HELP goss_tests_outcomes_total The number of test-outcomes from this 
run.
        # TYPE goss_tests_outcomes_total counter
        goss_tests_outcomes_total{outcome="skip",type="command"} 2
        # HELP goss_tests_run_duration_milliseconds The end-to-end duration of 
this run.
        # TYPE goss_tests_run_duration_milliseconds counter
        goss_tests_run_duration_milliseconds{outcome="skip"} 9.223372036854e+12
        # HELP goss_tests_run_outcomes_total The outcomes of this run as a 
whole.
        # TYPE goss_tests_run_outcomes_total counter
        goss_tests_run_outcomes_total{outcome="skip"} 1
=== RUN   TestPrometheusOutput/various-results-multiple-types
    prometheus_test.go:515: # HELP goss_tests_outcomes_duration_milliseconds 
The duration of tests from this run. Note; tests run concurrently.
        # TYPE goss_tests_outcomes_duration_milliseconds counter
        
goss_tests_outcomes_duration_milliseconds{outcome="fail",type="command"} 10
        
goss_tests_outcomes_duration_milliseconds{outcome="pass",type="command"} 10
        goss_tests_outcomes_duration_milliseconds{outcome="skip",type="file"} 10
        
goss_tests_outcomes_duration_milliseconds{outcome="unknown",type="file"} 10
        # HELP goss_tests_outcomes_total The number of test-outcomes from this 
run.
        # TYPE goss_tests_outcomes_total counter
        goss_tests_outcomes_total{outcome="fail",type="command"} 1
        goss_tests_outcomes_total{outcome="pass",type="command"} 1
        goss_tests_outcomes_total{outcome="skip",type="file"} 1
        goss_tests_outcomes_total{outcome="unknown",type="file"} 1
        # HELP goss_tests_run_duration_milliseconds The end-to-end duration of 
this run.
        # TYPE goss_tests_run_duration_milliseconds counter
        goss_tests_run_duration_milliseconds{outcome="fail"} 9.223372036854e+12
        # HELP goss_tests_run_outcomes_total The outcomes of this run as a 
whole.
        # TYPE goss_tests_run_outcomes_total counter
        goss_tests_run_outcomes_total{outcome="fail"} 1
=== RUN   TestPrometheusOutput/skip-fail
    prometheus_test.go:515: # HELP goss_tests_outcomes_duration_milliseconds 
The duration of tests from this run. Note; tests run concurrently.
        # TYPE goss_tests_outcomes_duration_milliseconds counter
        
goss_tests_outcomes_duration_milliseconds{outcome="fail",type="command"} 10
        
goss_tests_outcomes_duration_milliseconds{outcome="skip",type="command"} 10
        # HELP goss_tests_outcomes_total The number of test-outcomes from this 
run.
        # TYPE goss_tests_outcomes_total counter
        goss_tests_outcomes_total{outcome="fail",type="command"} 1
        goss_tests_outcomes_total{outcome="skip",type="command"} 1
        # HELP goss_tests_run_duration_milliseconds The end-to-end duration of 
this run.
        # TYPE goss_tests_run_duration_milliseconds counter
        goss_tests_run_duration_milliseconds{outcome="fail"} 9.223372036854e+12
        # HELP goss_tests_run_outcomes_total The outcomes of this run as a 
whole.
        # TYPE goss_tests_run_outcomes_total counter
        goss_tests_run_outcomes_total{outcome="fail"} 1
=== RUN   TestPrometheusOutput/success-fail
    prometheus_test.go:515: # HELP goss_tests_outcomes_duration_milliseconds 
The duration of tests from this run. Note; tests run concurrently.
        # TYPE goss_tests_outcomes_duration_milliseconds counter
        
goss_tests_outcomes_duration_milliseconds{outcome="fail",type="command"} 10
        
goss_tests_outcomes_duration_milliseconds{outcome="pass",type="command"} 10
        # HELP goss_tests_outcomes_total The number of test-outcomes from this 
run.
        # TYPE goss_tests_outcomes_total counter
        goss_tests_outcomes_total{outcome="fail",type="command"} 1
        goss_tests_outcomes_total{outcome="pass",type="command"} 1
        # HELP goss_tests_run_duration_milliseconds The end-to-end duration of 
this run.
        # TYPE goss_tests_run_duration_milliseconds counter
        goss_tests_run_duration_milliseconds{outcome="fail"} 9.223372036854e+12
        # HELP goss_tests_run_outcomes_total The outcomes of this run as a 
whole.
        # TYPE goss_tests_run_outcomes_total counter
        goss_tests_run_outcomes_total{outcome="fail"} 1
=== RUN   TestPrometheusOutput/all-unknown-single-type
    prometheus_test.go:515: # HELP goss_tests_outcomes_duration_milliseconds 
The duration of tests from this run. Note; tests run concurrently.
        # TYPE goss_tests_outcomes_duration_milliseconds counter
        
goss_tests_outcomes_duration_milliseconds{outcome="unknown",type="command"} 20
        # HELP goss_tests_outcomes_total The number of test-outcomes from this 
run.
        # TYPE goss_tests_outcomes_total counter
        goss_tests_outcomes_total{outcome="unknown",type="command"} 2
        # HELP goss_tests_run_duration_milliseconds The end-to-end duration of 
this run.
        # TYPE goss_tests_run_duration_milliseconds counter
        goss_tests_run_duration_milliseconds{outcome="unknown"} 
9.223372036854e+12
        # HELP goss_tests_run_outcomes_total The outcomes of this run as a 
whole.
        # TYPE goss_tests_run_outcomes_total counter
        goss_tests_run_outcomes_total{outcome="unknown"} 1
=== RUN   TestPrometheusOutput/fail-skip
    prometheus_test.go:515: # HELP goss_tests_outcomes_duration_milliseconds 
The duration of tests from this run. Note; tests run concurrently.
        # TYPE goss_tests_outcomes_duration_milliseconds counter
        
goss_tests_outcomes_duration_milliseconds{outcome="fail",type="command"} 10
        
goss_tests_outcomes_duration_milliseconds{outcome="skip",type="command"} 10
        # HELP goss_tests_outcomes_total The number of test-outcomes from this 
run.
        # TYPE goss_tests_outcomes_total counter
        goss_tests_outcomes_total{outcome="fail",type="command"} 1
        goss_tests_outcomes_total{outcome="skip",type="command"} 1
        # HELP goss_tests_run_duration_milliseconds The end-to-end duration of 
this run.
        # TYPE goss_tests_run_duration_milliseconds counter
        goss_tests_run_duration_milliseconds{outcome="fail"} 9.223372036854e+12
        # HELP goss_tests_run_outcomes_total The outcomes of this run as a 
whole.
        # TYPE goss_tests_run_outcomes_total counter
        goss_tests_run_outcomes_total{outcome="fail"} 1
=== RUN   TestPrometheusOutput/success-unknown
    prometheus_test.go:515: # HELP goss_tests_outcomes_duration_milliseconds 
The duration of tests from this run. Note; tests run concurrently.
        # TYPE goss_tests_outcomes_duration_milliseconds counter
        
goss_tests_outcomes_duration_milliseconds{outcome="pass",type="command"} 10
        
goss_tests_outcomes_duration_milliseconds{outcome="unknown",type="command"} 10
        # HELP goss_tests_outcomes_total The number of test-outcomes from this 
run.
        # TYPE goss_tests_outcomes_total counter
        goss_tests_outcomes_total{outcome="pass",type="command"} 1
        goss_tests_outcomes_total{outcome="unknown",type="command"} 1
        # HELP goss_tests_run_duration_milliseconds The end-to-end duration of 
this run.
        # TYPE goss_tests_run_duration_milliseconds counter
        goss_tests_run_duration_milliseconds{outcome="unknown"} 
9.223372036854e+12
        # HELP goss_tests_run_outcomes_total The outcomes of this run as a 
whole.
        # TYPE goss_tests_run_outcomes_total counter
        goss_tests_run_outcomes_total{outcome="unknown"} 1
=== RUN   TestPrometheusOutput/success-skip
    prometheus_test.go:515: # HELP goss_tests_outcomes_duration_milliseconds 
The duration of tests from this run. Note; tests run concurrently.
        # TYPE goss_tests_outcomes_duration_milliseconds counter
        
goss_tests_outcomes_duration_milliseconds{outcome="pass",type="command"} 10
        
goss_tests_outcomes_duration_milliseconds{outcome="skip",type="command"} 10
        # HELP goss_tests_outcomes_total The number of test-outcomes from this 
run.
        # TYPE goss_tests_outcomes_total counter
        goss_tests_outcomes_total{outcome="pass",type="command"} 1
        goss_tests_outcomes_total{outcome="skip",type="command"} 1
        # HELP goss_tests_run_duration_milliseconds The end-to-end duration of 
this run.
        # TYPE goss_tests_run_duration_milliseconds counter
        goss_tests_run_duration_milliseconds{outcome="pass"} 9.223372036854e+12
        # HELP goss_tests_run_outcomes_total The outcomes of this run as a 
whole.
        # TYPE goss_tests_run_outcomes_total counter
        goss_tests_run_outcomes_total{outcome="pass"} 1
=== RUN   TestPrometheusOutput/no-results
    prometheus_test.go:515: # HELP goss_tests_run_duration_milliseconds The 
end-to-end duration of this run.
        # TYPE goss_tests_run_duration_milliseconds counter
        goss_tests_run_duration_milliseconds{outcome="unknown"} 
9.223372036854e+12
        # HELP goss_tests_run_outcomes_total The outcomes of this run as a 
whole.
        # TYPE goss_tests_run_outcomes_total counter
        goss_tests_run_outcomes_total{outcome="unknown"} 1
=== RUN   TestPrometheusOutput/verbose
    prometheus_test.go:515: # HELP goss_tests_outcomes_duration_milliseconds 
The duration of tests from this run. Note; tests run concurrently.
        # TYPE goss_tests_outcomes_duration_milliseconds counter
        
goss_tests_outcomes_duration_milliseconds{outcome="fail",resource_id="/path/to/file",type="file"}
 10
        
goss_tests_outcomes_duration_milliseconds{outcome="pass",resource_id="some 
command here",type="command"} 10
        
goss_tests_outcomes_duration_milliseconds{outcome="pass",resource_id="something 
else here",type="command"} 10
        # HELP goss_tests_outcomes_total The number of test-outcomes from this 
run.
        # TYPE goss_tests_outcomes_total counter
        
goss_tests_outcomes_total{outcome="fail",resource_id="/path/to/file",type="file"}
 1
        goss_tests_outcomes_total{outcome="pass",resource_id="some command 
here",type="command"} 1
        goss_tests_outcomes_total{outcome="pass",resource_id="something else 
here",type="command"} 1
        # HELP goss_tests_run_duration_milliseconds The end-to-end duration of 
this run.
        # TYPE goss_tests_run_duration_milliseconds counter
        goss_tests_run_duration_milliseconds{outcome="fail"} 9.223372036854e+12
        # HELP goss_tests_run_outcomes_total The outcomes of this run as a 
whole.
        # TYPE goss_tests_run_outcomes_total counter
        goss_tests_run_outcomes_total{outcome="fail"} 1
=== RUN   TestPrometheusOutput/various-results-single-type
    prometheus_test.go:515: # HELP goss_tests_outcomes_duration_milliseconds 
The duration of tests from this run. Note; tests run concurrently.
        # TYPE goss_tests_outcomes_duration_milliseconds counter
        
goss_tests_outcomes_duration_milliseconds{outcome="fail",type="command"} 10
        
goss_tests_outcomes_duration_milliseconds{outcome="pass",type="command"} 10
        
goss_tests_outcomes_duration_milliseconds{outcome="skip",type="command"} 10
        
goss_tests_outcomes_duration_milliseconds{outcome="unknown",type="command"} 10
        # HELP goss_tests_outcomes_total The number of test-outcomes from this 
run.
        # TYPE goss_tests_outcomes_total counter
        goss_tests_outcomes_total{outcome="fail",type="command"} 1
        goss_tests_outcomes_total{outcome="pass",type="command"} 1
        goss_tests_outcomes_total{outcome="skip",type="command"} 1
        goss_tests_outcomes_total{outcome="unknown",type="command"} 1
        # HELP goss_tests_run_duration_milliseconds The end-to-end duration of 
this run.
        # TYPE goss_tests_run_duration_milliseconds counter
        goss_tests_run_duration_milliseconds{outcome="fail"} 9.223372036854e+12
        # HELP goss_tests_run_outcomes_total The outcomes of this run as a 
whole.
        # TYPE goss_tests_run_outcomes_total counter
        goss_tests_run_outcomes_total{outcome="fail"} 1
=== RUN   TestPrometheusOutput/unknown-skip
    prometheus_test.go:515: # HELP goss_tests_outcomes_duration_milliseconds 
The duration of tests from this run. Note; tests run concurrently.
        # TYPE goss_tests_outcomes_duration_milliseconds counter
        
goss_tests_outcomes_duration_milliseconds{outcome="skip",type="command"} 10
        
goss_tests_outcomes_duration_milliseconds{outcome="unknown",type="command"} 10
        # HELP goss_tests_outcomes_total The number of test-outcomes from this 
run.
        # TYPE goss_tests_outcomes_total counter
        goss_tests_outcomes_total{outcome="skip",type="command"} 1
        goss_tests_outcomes_total{outcome="unknown",type="command"} 1
        # HELP goss_tests_run_duration_milliseconds The end-to-end duration of 
this run.
        # TYPE goss_tests_run_duration_milliseconds counter
        goss_tests_run_duration_milliseconds{outcome="unknown"} 
9.223372036854e+12
        # HELP goss_tests_run_outcomes_total The outcomes of this run as a 
whole.
        # TYPE goss_tests_run_outcomes_total counter
        goss_tests_run_outcomes_total{outcome="unknown"} 1
=== RUN   TestPrometheusOutput/unknown-fail
    prometheus_test.go:515: # HELP goss_tests_outcomes_duration_milliseconds 
The duration of tests from this run. Note; tests run concurrently.
        # TYPE goss_tests_outcomes_duration_milliseconds counter
        
goss_tests_outcomes_duration_milliseconds{outcome="fail",type="command"} 10
        
goss_tests_outcomes_duration_milliseconds{outcome="unknown",type="command"} 10
        # HELP goss_tests_outcomes_total The number of test-outcomes from this 
run.
        # TYPE goss_tests_outcomes_total counter
        goss_tests_outcomes_total{outcome="fail",type="command"} 1
        goss_tests_outcomes_total{outcome="unknown",type="command"} 1
        # HELP goss_tests_run_duration_milliseconds The end-to-end duration of 
this run.
        # TYPE goss_tests_run_duration_milliseconds counter
        goss_tests_run_duration_milliseconds{outcome="fail"} 9.223372036854e+12
        # HELP goss_tests_run_outcomes_total The outcomes of this run as a 
whole.
        # TYPE goss_tests_run_outcomes_total counter
        goss_tests_run_outcomes_total{outcome="fail"} 1
=== RUN   TestPrometheusOutput/fail-unknown
    prometheus_test.go:515: # HELP goss_tests_outcomes_duration_milliseconds 
The duration of tests from this run. Note; tests run concurrently.
        # TYPE goss_tests_outcomes_duration_milliseconds counter
        
goss_tests_outcomes_duration_milliseconds{outcome="fail",type="command"} 10
        
goss_tests_outcomes_duration_milliseconds{outcome="unknown",type="command"} 10
        # HELP goss_tests_outcomes_total The number of test-outcomes from this 
run.
        # TYPE goss_tests_outcomes_total counter
        goss_tests_outcomes_total{outcome="fail",type="command"} 1
        goss_tests_outcomes_total{outcome="unknown",type="command"} 1
        # HELP goss_tests_run_duration_milliseconds The end-to-end duration of 
this run.
        # TYPE goss_tests_run_duration_milliseconds counter
        goss_tests_run_duration_milliseconds{outcome="fail"} 9.223372036854e+12
        # HELP goss_tests_run_outcomes_total The outcomes of this run as a 
whole.
        # TYPE goss_tests_run_outcomes_total counter
        goss_tests_run_outcomes_total{outcome="fail"} 1
--- PASS: TestPrometheusOutput (0.00s)
    --- PASS: TestPrometheusOutput/all-success-single-type (0.00s)
    --- PASS: TestPrometheusOutput/all-fail-single-type (0.00s)
    --- PASS: TestPrometheusOutput/all-success-multiple-types (0.00s)
    --- PASS: TestPrometheusOutput/unknown-success (0.00s)
    --- PASS: TestPrometheusOutput/skip-unknown (0.00s)
    --- PASS: TestPrometheusOutput/skip-success (0.00s)
    --- PASS: TestPrometheusOutput/fail-success (0.00s)
    --- PASS: TestPrometheusOutput/all-skip-single-type (0.00s)
    --- PASS: TestPrometheusOutput/various-results-multiple-types (0.00s)
    --- PASS: TestPrometheusOutput/skip-fail (0.00s)
    --- PASS: TestPrometheusOutput/success-fail (0.00s)
    --- PASS: TestPrometheusOutput/all-unknown-single-type (0.00s)
    --- PASS: TestPrometheusOutput/fail-skip (0.00s)
    --- PASS: TestPrometheusOutput/success-unknown (0.00s)
    --- PASS: TestPrometheusOutput/success-skip (0.00s)
    --- PASS: TestPrometheusOutput/no-results (0.00s)
    --- PASS: TestPrometheusOutput/verbose (0.00s)
    --- PASS: TestPrometheusOutput/various-results-single-type (0.00s)
    --- PASS: TestPrometheusOutput/unknown-skip (0.00s)
    --- PASS: TestPrometheusOutput/unknown-fail (0.00s)
    --- PASS: TestPrometheusOutput/fail-unknown (0.00s)
=== RUN   TestCanChangeOverallOutcome
=== RUN   TestCanChangeOverallOutcome/pass/skip
=== RUN   TestCanChangeOverallOutcome/pass/fail
=== RUN   TestCanChangeOverallOutcome/pass/unknown
=== RUN   TestCanChangeOverallOutcome/pass/pass
=== RUN   TestCanChangeOverallOutcome/skip/pass
=== RUN   TestCanChangeOverallOutcome/skip/skip
=== RUN   TestCanChangeOverallOutcome/skip/fail
=== RUN   TestCanChangeOverallOutcome/skip/unknown
=== RUN   TestCanChangeOverallOutcome/fail/pass
=== RUN   TestCanChangeOverallOutcome/fail/skip
=== RUN   TestCanChangeOverallOutcome/fail/fail
=== RUN   TestCanChangeOverallOutcome/fail/unknown
=== RUN   TestCanChangeOverallOutcome/unknown/pass
=== RUN   TestCanChangeOverallOutcome/unknown/skip
=== RUN   TestCanChangeOverallOutcome/unknown/fail
=== RUN   TestCanChangeOverallOutcome/unknown/unknown
--- PASS: TestCanChangeOverallOutcome (0.00s)
    --- PASS: TestCanChangeOverallOutcome/pass/skip (0.00s)
    --- PASS: TestCanChangeOverallOutcome/pass/fail (0.00s)
    --- PASS: TestCanChangeOverallOutcome/pass/unknown (0.00s)
    --- PASS: TestCanChangeOverallOutcome/pass/pass (0.00s)
    --- PASS: TestCanChangeOverallOutcome/skip/pass (0.00s)
    --- PASS: TestCanChangeOverallOutcome/skip/skip (0.00s)
    --- PASS: TestCanChangeOverallOutcome/skip/fail (0.00s)
    --- PASS: TestCanChangeOverallOutcome/skip/unknown (0.00s)
    --- PASS: TestCanChangeOverallOutcome/fail/pass (0.00s)
    --- PASS: TestCanChangeOverallOutcome/fail/skip (0.00s)
    --- PASS: TestCanChangeOverallOutcome/fail/fail (0.00s)
    --- PASS: TestCanChangeOverallOutcome/fail/unknown (0.00s)
    --- PASS: TestCanChangeOverallOutcome/unknown/pass (0.00s)
    --- PASS: TestCanChangeOverallOutcome/unknown/skip (0.00s)
    --- PASS: TestCanChangeOverallOutcome/unknown/fail (0.00s)
    --- PASS: TestCanChangeOverallOutcome/unknown/unknown (0.00s)
PASS
ok      github.com/goss-org/goss/outputs        0.009s
=== RUN   TestMatcherToGomegaMatcher
--- PASS: TestMatcherToGomegaMatcher (0.00s)
=== RUN   TestValidateValue
--- PASS: TestValidateValue (0.00s)
=== RUN   TestValidateValueErr
--- PASS: TestValidateValueErr (0.00s)
=== RUN   TestValidateValueSkip
--- PASS: TestValidateValueSkip (0.00s)
=== RUN   TestValidateContains
--- PASS: TestValidateContains (0.00s)
=== RUN   TestValidateContainsErr
--- PASS: TestValidateContainsErr (0.00s)
=== RUN   TestValidateContainsBadRegexErr
--- PASS: TestValidateContainsBadRegexErr (0.00s)
=== RUN   TestValidateContainsSkip
--- PASS: TestValidateContainsSkip (0.00s)
=== RUN   TestResultMarshaling
--- PASS: TestResultMarshaling (0.00s)
PASS
ok      github.com/goss-org/goss/resource       0.004s
=== RUN   TestCommandWrapper
=== PAUSE TestCommandWrapper
=== RUN   TestParseServerString
--- PASS: TestParseServerString (0.00s)
=== RUN   TestSplitMountInfo
--- PASS: TestSplitMountInfo (0.00s)
=== RUN   TestIsSupportedPackageManager
--- PASS: TestIsSupportedPackageManager (0.00s)
=== RUN   TestPackageManager
=== PAUSE TestPackageManager
=== RUN   TestDetectService
=== PAUSE TestDetectService
=== RUN   TestDetectDistro
=== PAUSE TestDetectDistro
=== RUN   TestHasCommand
=== PAUSE TestHasCommand
=== RUN   TestGroupsForUser
--- PASS: TestGroupsForUser (0.00s)
=== CONT  TestCommandWrapper
--- PASS: TestCommandWrapper (0.00s)
=== CONT  TestHasCommand
--- PASS: TestHasCommand (0.00s)
=== CONT  TestDetectDistro
--- PASS: TestDetectDistro (0.00s)
=== CONT  TestDetectService
--- PASS: TestDetectService (0.00s)
=== CONT  TestPackageManager
--- PASS: TestPackageManager (0.00s)
PASS
ok      github.com/goss-org/goss/system 0.004s
=== RUN   TestWithVarsBytes
--- PASS: TestWithVarsBytes (0.00s)
=== RUN   TestWithVarsString
--- PASS: TestWithVarsString (0.00s)
=== RUN   TestWithVarsFile
--- PASS: TestWithVarsFile (0.00s)
=== RUN   TestWithVarsData
--- PASS: TestWithVarsData (0.00s)
PASS
ok      github.com/goss-org/goss/util   0.002s
FAIL
dh_auto_test: error: cd _build && go test -vet=off -v -p 1 
github.com/goss-org/goss github.com/goss-org/goss/cmd/goss 
github.com/goss-org/goss/matchers github.com/goss-org/goss/outputs 
github.com/goss-org/goss/resource github.com/goss-org/goss/system 
github.com/goss-org/goss/util returned exit code 1
make: *** [debian/rules:4: 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/202503/

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 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 add an affects on src:goss, so that this is still
visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: goss
Source-Version: 0.4.9-2
Done: Lena Voytek <[email protected]>

We believe that the bug you reported is fixed in the latest version of
goss, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Lena Voytek <[email protected]> (supplier of updated goss package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 02 Apr 2025 10:03:52 -0400
Source: goss
Built-For-Profiles: noudeb
Architecture: source
Version: 0.4.9-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Lena Voytek <[email protected]>
Closes: 1100220
Changes:
 goss (0.4.9-2) unstable; urgency=medium
 .
   * d/p/fix-test-expect-map.patch: Update test results to expect
     array/slice/map/iter.Seq/iter.Seq2 rather than array/slice/map
     (Closes: #1100220)
Checksums-Sha1:
 8ee3b2a9368da8f1fbf48884aaaf6589c1cd80c9 2694 goss_0.4.9-2.dsc
 5bf1f0599102d4ff8610b138745da8fe26aa09ad 4348 goss_0.4.9-2.debian.tar.xz
 58f94105cf3f401b03ead1cbbfdd2069ad27ae98 8959 goss_0.4.9-2_source.buildinfo
Checksums-Sha256:
 4c9427c68a3a6cbe2c4ed6a8730a6b23d43a190c8ee184f698531f4e28a429a9 2694 
goss_0.4.9-2.dsc
 9fb076189443618a24ed9a2cffa231e993af2448a6af7457256b279d36eeffbe 4348 
goss_0.4.9-2.debian.tar.xz
 fc496468d08aa9d1890c37d4c622f88e4e80e15e63ad593034564e57e6861bee 8959 
goss_0.4.9-2_source.buildinfo
Files:
 fa077ec31968dc1e7210abd231f6b170 2694 admin optional goss_0.4.9-2.dsc
 8f34a384151a35910833d8771693e610 4348 admin optional goss_0.4.9-2.debian.tar.xz
 ab8b198f0fdc0ae3b473aa712f165d62 8959 admin optional 
goss_0.4.9-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEY+78PeFNUUbOfyS/NLitfZUp55MFAmftdcIACgkQNLitfZUp
55MYIQ//Z6VEWF9o7FzWO31UptyyEbl1N1RPIwEvb4bDloF6r05zFBgwQyWYl4Vp
0unV8eX0eU0izK9JEq+eEoWOFRWNfpU+Fu8VxBwp/8xMDKInPBV5FM7Kfy/GkPn4
ZN8Hev/zblsnRImy8aKSEaYCdOI5Uy6igD1TfuKkf08XZlzVLKf5sp1QqZj0ugyG
4Ne6zxArXX8AXg5FDIYRjqgVu5dg93xYrIxORFXwp8liRdeljOojG3I1Y4fkdwwR
4PpxCovKftmmdOwMjwl1FpIPgQUskTHxr2wNJeYOTSvGajvDkVlDnAnk7lLMuu4b
IVHNy2p8xvVrimoCj7hbjJZS0bFUbDQrqUl6SG0BKL16OKHQkwKdhJRTOyt/QE0m
a22qV/xzVu4GauwPU1PzyUGpxBK/FxJSOdMRuQsNWBs8BTeMmaxGYYOI1VN7PNBb
6tc0z8fKYdAah5aslEea3YCru4OrekCB4aCIudtCHogjvaKTCzBtSlBTtClqNINx
8sj4AWxLasIIP/h/yltQn1aqXVD9X7jk6w10e1ZAcDNnxlaUabXVmChiz9oXkvel
AEs7sp2ndzMNWK09wkdiwaU/mojCHnwodV6rTkLdWnHHytyJ+wwuAq5TfQQVh2Ak
l3IIl3s2+vGCQFnU8Dgik25VcmDj9k8uGSHkJ+M3gLNDeTzaS4U=
=lf6S
-----END PGP SIGNATURE-----

Attachment: pgpgqT3t9AaOe.pgp
Description: PGP signature


--- End Message ---

Reply via email to