--- 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 ---