Hi, I made a reverse dependencies build via salsa-ci. I didn't catch the issue you found: https://salsa.debian.org/ajqlee/golang-github-cloudflare-circl/-/pipelines/1119533
Best regards, -Andrew On Tue, Jun 30, 2026 at 4:55 PM Nicolas Peugnet <[email protected]> wrote: > > Hi, > > On 30/06/2026 13:15, Martin Dosch wrote: > > I am having the same issue with circl > > (<https://salsa.debian.org/go-team/packages/golang-github-cloudflare-circl>). > > I did run ratt in background and there was a single failure that seems > unrelated: > > 2026/06/30 16:21:27 Completed building 330 packages with 4 workers > 2026/06/30 16:21:27 1 packages failed the first pass; you can rerun ratt > only for them passing the option -include '^(golang-github-knadh-koanf)$' > 2026/06/30 16:21:27 Build results: > [...] > 2026/06/30 16:21:27 FAILED: golang-github-knadh-koanf (see > buildlogs/golang-github-knadh-koanf_2.3.4-1) > > === RUN TestTOML_Unmarshal > === RUN TestTOML_Unmarshal/Empty_TOML > toml_test.go:73: > Error Trace: > /build/reproducible-path/golang-github-knadh-koanf-2.3.4/_build/src/github.com/knadh/koanf/parsers/toml/toml_test.go:73 > Error: Not equal: > expected: map[string]interface {}(nil) > actual : map[string]interface {}{} > > Diff: > --- Expected > +++ Actual > @@ -1,2 +1,3 @@ > -(map[string]interface {}) <nil> > +(map[string]interface {}) { > +} > > Test: TestTOML_Unmarshal/Empty_TOML > === RUN TestTOML_Unmarshal/Valid_TOML > === RUN TestTOML_Unmarshal/Invalid_TOML_-_missing_end_quotes > === RUN TestTOML_Unmarshal/Complex_TOML_-_All_types > === RUN TestTOML_Unmarshal/Invalid_TOML_-_missing_equal > --- FAIL: TestTOML_Unmarshal (0.00s) > --- FAIL: TestTOML_Unmarshal/Empty_TOML (0.00s) > --- PASS: TestTOML_Unmarshal/Valid_TOML (0.00s) > --- PASS: TestTOML_Unmarshal/Invalid_TOML_-_missing_end_quotes (0.00s) > --- PASS: TestTOML_Unmarshal/Complex_TOML_-_All_types (0.00s) > --- PASS: TestTOML_Unmarshal/Invalid_TOML_-_missing_equal (0.00s) > === RUN TestTOML_Marshal > === RUN TestTOML_Marshal/Empty_TOML > toml_test.go:135: > Error Trace: > /build/reproducible-path/golang-github-knadh-koanf-2.3.4/_build/src/github.com/knadh/koanf/parsers/toml/toml_test.go:135 > Error: Not equal: > expected: []byte(nil) > actual : []byte{} > > Diff: > --- Expected > +++ Actual > @@ -1,2 +1,3 @@ > -([]uint8) <nil> > +([]uint8) { > +} > > Test: TestTOML_Marshal/Empty_TOML > === RUN TestTOML_Marshal/Valid_TOML > === RUN TestTOML_Marshal/Complex_TOML_-_All_types > --- FAIL: TestTOML_Marshal (0.00s) > --- FAIL: TestTOML_Marshal/Empty_TOML (0.00s) > --- PASS: TestTOML_Marshal/Valid_TOML (0.00s) > --- PASS: TestTOML_Marshal/Complex_TOML_-_All_types (0.00s) > FAIL > FAIL github.com/knadh/koanf/parsers/toml 0.003s > > > Unfortunately most of these packages don't really depend on yours, the > issue is that golang-google-cloud is a collection of many submodules, so > it concentrates a lot of dependencies and a lot of reverse dependencies. > > -- > Nicolas Peugnet -- -Andrew
