Bug#1057549: crowdsec: FTBFS: FAIL: TestOneShot/permission_denied

2024-03-06 Thread Cyril Brulebois
Santiago Vila  (2024-03-06):
> I looked at the build log and found the problem: The package has a missing
> build-depends on passwd, which is no longer build-essential in trixie/sid.

Alright, that's the kind of thing I had in mind initially but I'm pretty
sure one of the attempt to reproduce started with a brand new build
chroot… Oh well.

> I am a member of Debian Go (joined to do QA stuff).
> Would it help if I fix this myself by doing a "Team Upload"?

Thanks for the offer, but I do have another related FTBFS on my plate
(even if it was misfiled in the first place), so I'll probably lump up
both uploads together. :)


Cheers,
-- 
Cyril Brulebois -- Debian Consultant @ DEBAMAX -- https://debamax.com/


signature.asc
Description: PGP signature


Bug#1057549: crowdsec: FTBFS: FAIL: TestOneShot/permission_denied

2024-03-06 Thread Santiago Vila

tags 1057549 + patch
thanks

Hi.

I looked at the build log and found the problem: The package has a missing
build-depends on passwd, which is no longer build-essential in trixie/sid.

I am a member of Debian Go (joined to do QA stuff).
Would it help if I fix this myself by doing a "Team Upload"?

Thanks.--- a/debian/control
+++ b/debian/control
@@ -68,6 +68,7 @@ Build-Depends: debhelper-compat (= 13),
golang-gopkg-natefinch-lumberjack.v2-dev,
golang-gopkg-tomb.v2-dev,
golang-gopkg-yaml.v2-dev,
+   passwd,
python3,
systemd
 Standards-Version: 4.5.0


Processed: Re: Bug#1057549: crowdsec: FTBFS: FAIL: TestOneShot/permission_denied

2024-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 1057549 + patch
Bug #1057549 [src:crowdsec] crowdsec: FTBFS: FAIL: TestOneShot/permission_denied
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1057549: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057549
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1057549: crowdsec: FTBFS: FAIL: TestOneShot/permission_denied

2024-03-05 Thread Cyril Brulebois
Cyril Brulebois  (2024-02-15):
> Is that problem still current? I cannot reproduce it with a brand new
> sid environment, freshly created via either `pbuilder --create` or
> `sbuild-createchroot`.

For the record, I did receive a proposal to get access to such a system
back then (thanks!), but I couldn't get to it just yet.

Not sure about this though, received today (2024-03-06) for 3 packages:

crowdsec 1.4.6-6 is marked for autoremoval from testing on 2024-03-05 


Cheers,
-- 
Cyril Brulebois -- Debian Consultant @ DEBAMAX -- https://debamax.com/


signature.asc
Description: PGP signature


Bug#1057549: crowdsec: FTBFS: FAIL: TestOneShot/permission_denied

2024-02-15 Thread Cyril Brulebois
Hi,

Cyril Brulebois  (2024-01-17):
> Santiago Vila  (2023-12-05):
> > […]
> 
> Thanks for the report. The relevant part didn't appear in the excerpt
> so I'm quoting the full build log below:
> 
> > === RUN   TestOneShot/permission_denied
> > file_test.go:234: 
> > Error Trace:
> > /<>/_build/src/github.com/crowdsecurity/crowdsec/pkg/cstest/utils.go:25
> > 
> > /<>/_build/src/github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/file/file_test.go:234
> > Error:  An error is expected but got nil.
> > Test:   TestOneShot/permission_denied
> > === RUN   TestOneShot/ignored_directory
> > === RUN   TestOneShot/glob_syntax_error
> > === RUN   TestOneShot/no_matching_files
> > === RUN   TestOneShot/test.log
> > === RUN   TestOneShot/test.log.gz
> > === RUN   TestOneShot/unexpected_end_of_gzip_stream
> > === RUN   TestOneShot/deleted_file
> > --- FAIL: TestOneShot (0.00s)
> > --- FAIL: TestOneShot/permission_denied (0.00s)
> > --- PASS: TestOneShot/ignored_directory (0.00s)
> > --- PASS: TestOneShot/glob_syntax_error (0.00s)
> > --- PASS: TestOneShot/no_matching_files (0.00s)
> > --- PASS: TestOneShot/test.log (0.00s)
> > --- PASS: TestOneShot/test.log.gz (0.00s)
> > --- PASS: TestOneShot/unexpected_end_of_gzip_stream (0.00s)
> > --- PASS: TestOneShot/deleted_file (0.00s)

Is that problem still current? I cannot reproduce it with a brand new
sid environment, freshly created via either `pbuilder --create` or
`sbuild-createchroot`.


Cheers,
-- 
Cyril Brulebois -- Debian Consultant @ DEBAMAX -- https://debamax.com/


signature.asc
Description: PGP signature


Bug#1057549: crowdsec: FTBFS: FAIL: TestOneShot/permission_denied

2024-01-17 Thread Cyril Brulebois
Hi Santiago,

Santiago Vila  (2023-12-05):
> […]

Thanks for the report. The relevant part didn't appear in the excerpt
so I'm quoting the full build log below:

> === RUN   TestOneShot/permission_denied
> file_test.go:234: 
>   Error Trace:
> /<>/_build/src/github.com/crowdsecurity/crowdsec/pkg/cstest/utils.go:25
>   
> /<>/_build/src/github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/file/file_test.go:234
>   Error:  An error is expected but got nil.
>   Test:   TestOneShot/permission_denied
> === RUN   TestOneShot/ignored_directory
> === RUN   TestOneShot/glob_syntax_error
> === RUN   TestOneShot/no_matching_files
> === RUN   TestOneShot/test.log
> === RUN   TestOneShot/test.log.gz
> === RUN   TestOneShot/unexpected_end_of_gzip_stream
> === RUN   TestOneShot/deleted_file
> --- FAIL: TestOneShot (0.00s)
> --- FAIL: TestOneShot/permission_denied (0.00s)
> --- PASS: TestOneShot/ignored_directory (0.00s)
> --- PASS: TestOneShot/glob_syntax_error (0.00s)
> --- PASS: TestOneShot/no_matching_files (0.00s)
> --- PASS: TestOneShot/test.log (0.00s)
> --- PASS: TestOneShot/test.log.gz (0.00s)
> --- PASS: TestOneShot/unexpected_end_of_gzip_stream (0.00s)
> --- PASS: TestOneShot/deleted_file (0.00s)

I'll investigate shortly.


Cheers,
-- 
Cyril Brulebois -- Debian Consultant @ DEBAMAX -- https://debamax.com/


signature.asc
Description: PGP signature


Bug#1057549: crowdsec: FTBFS: FAIL: TestOneShot/permission_denied

2023-12-05 Thread Santiago Vila

Package: src:crowdsec
Version: 1.4.6-6
Severity: serious
Tags: ftbfs

Dear maintainer:

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


[...]
 debian/rules binary
dh binary --builddirectory=_build --buildsystem=golang --with=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
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>'
dh_auto_build -- -ldflags '-s -w -X 
github.com/crowdsecurity/crowdsec/pkg/cwversion.Version=v1.4.6-6 -X 
github.com/crowdsecurity/crowdsec/pkg/cwversion.Tag=debian -X 
github.com/crowdsecurity/crowdsec/pkg/cwversion.Codename=alphaga -X 
github.com/crowdsecurity/crowdsec/pkg/cwversion.BuildDate=2023-07-14_18:54:27 '
cd _build && go install -trimpath -v -p 2 -ldflags "-s -w -X 
github.com/crowdsecurity/crowdsec/pkg/cwversion.Version=v1.4.6-6 -X 
github.com/crowdsecurity/crowdsec/pkg/cwversion.Tag=debian -X 
github.com/crowdsecurity/crowdsec/pkg/cwversion.Codename=alphaga -X 
github.com/crowdsecurity/crowdsec/pkg/cwversion.BuildDate=2023-07-14_18:54:27 " 
github.com/crowdsecurity/crowdsec/cmd/crowdsec github.com/crowdsecurity/crowdsec/cmd/crowdsec-cli 
github.com/crowdsecurity/crowdsec/pkg/acquisition 
github.com/crowdsecurity/crowdsec/pkg/acquisition/configuration 
github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/cloudwatch 
github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/docker 
github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/file 
github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/journalctl 
github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/kinesis 
github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/syslog 
github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/syslog/internal/parser/rfc3164 
github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/syslog/internal/parser/rfc5424 
github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/syslog/internal/parser/utils 
github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/syslog/internal/server 
github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/wineventlog 
github.com/crowdsecurity/crowdsec/pkg/apiclient github.com/crowdsecurity/crowdsec/pkg/apiserver 
github.com/crowdsecurity/crowdsec/pkg/apiserver/controllers 
github.com/crowdsecurity/crowdsec/pkg/apiserver/controllers/v1 
github.com/crowdsecurity/crowdsec/pkg/apiserver/middlewares/v1 
github.com/crowdsecurity/crowdsec/pkg/csconfig github.com/crowdsecurity/crowdsec/pkg/csplugin 
github.com/crowdsecurity/crowdsec/pkg/csprofiles github.com/crowdsecurity/crowdsec/pkg/cstest 
github.com/crowdsecurity/crowdsec/pkg/cwhub github.com/crowdsecurity/crowdsec/pkg/cwversion 
github.com/crowdsecurity/crowdsec/pkg/database github.com/crowdsecurity/crowdsec/pkg/database/ent 
github.com/crowdsecurity/crowdsec/pkg/database/ent/alert 
github.com/crowdsecurity/crowdsec/pkg/database/ent/bouncer 
github.com/crowdsecurity/crowdsec/pkg/database/ent/decision 
github.com/crowdsecurity/crowdsec/pkg/database/ent/enttest 
github.com/crowdsecurity/crowdsec/pkg/database/ent/event 
github.com/crowdsecurity/crowdsec/pkg/database/ent/hook 
github.com/crowdsecurity/crowdsec/pkg/database/ent/machine 
github.com/crowdsecurity/crowdsec/pkg/database/ent/meta 
github.com/crowdsecurity/crowdsec/pkg/database/ent/migrate 
github.com/crowdsecurity/crowdsec/pkg/database/ent/predicate 
github.com/crowdsecurity/crowdsec/pkg/database/ent/runtime 
github.com/crowdsecurity/crowdsec/pkg/database/ent/schema 
github.com/crowdsecurity/crowdsec/pkg/exprhelpers github.com/crowdsecurity/crowdsec/pkg/hubtest 
github.com/crowdsecurity/crowdsec/pkg/leakybucket github.com/crowdsecurity/crowdsec/pkg/metabase 
github.com/crowdsecurity/crowdsec/pkg/models github.com/crowdsecurity/crowdsec/pkg/parser 
github.com/crowdsecurity/crowdsec/pkg/protobufs github.com/crowdsecurity/crowdsec/pkg/time/rate 
github.com/crowdsecurity/crowdsec/pkg/types github.com/crowdsecurity/crowdsec/pkg/yamlpatch 
github.com/crowdsecurity/crowdsec/plugins/notifications/dummy 
github.com/crowdsecurity/crowdsec/plugins/notifications/email 
github.com/crowdsecurity/crowdsec/plugins/notifications/http 
github.com/crowdsecurity/crowdsec/plugins/notifications/slack 
github.com/crowdsecurity/crowdsec/plugins/notifications/splunk
internal/unsafeheader
internal/goarch
internal/cpu
internal/abi
internal/bytealg

[... snipped ...]

time="2023-12-05T16:29:39Z" level=info msg="Loaded 2 parser nodes" 
file=./tests/base-tree/base-grok.yaml stage=s00-raw
time="2023-12-05T16:29:39Z" level=info msg="Loaded 2 nodes from 1 stages"
time="2023-12-05T16:29:39Z" level=warning msg="Going to process one test set"
time="2023-12-05T16:29:39Z" level=debug msg="eval(evt.Line.Labels.type == 'type1') = 
TRUE" id=bold-smoke