Package: src:gocryptfs
Version: 1.4.3-6
Severity: serious
Tags: ftbfs
Dear maintainer:
I tried to build this package in buster but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-arch
I: gocryptfs_1.4.3
dh build-arch --buildsystem=golang --with=golang
dh_update_autotools_config -a -O--buildsystem=golang
dh_autoreconf -a -O--buildsystem=golang
dh_auto_configure -a -O--buildsystem=golang
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
I: gocryptfs_1.4.3
dh_auto_build -- -ldflags "-X main.GitVersion=1.4.3 -X
main.GitVersionFuse=0.0~git20171124.0.14c3015 -X main.BuildDate=2018-07-12"
cd obj-x86_64-linux-gnu && go install
-gcflags=\"-trimpath=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src\"
-asmflags=\"-trimpath=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src\" -v -p 1
-ldflags "-X main.GitVersion=1.4.3 -X
main.GitVersionFuse=0.0~git20171124.0.14c3015 -X main.BuildDate=2018-07-12"
github.com/rfjakob/gocryptfs github.com/rfjakob/gocryptfs/gocryptfs-xray
github.com/rfjakob/gocryptfs/internal/configfile
github.com/rfjakob/gocryptfs/internal/contentenc
github.com/rfjakob/gocryptfs/internal/cryptocore
github.com/rfjakob/gocryptfs/internal/ctlsock
github.com/rfjakob/gocryptfs/internal/exitcodes
github.com/rfjakob/gocryptfs/internal/fusefrontend
github.com/rfjakob/gocryptfs/internal/fusefrontend_reverse
github.com/rfjakob/gocryptfs/internal/nametransform
github.com/rfjakob/gocryptfs/internal/nametransform/dirivcache
github.com/rfjakob/gocryptfs/internal/openfiletable
github.com/rfjakob/gocryptfs/internal/pathiv
github.com/rfjakob/gocryptfs/internal/prefer_openssl github.com/rfjako
b/gocryptfs/internal/readpassword
github.com/rfjakob/gocryptfs/internal/serialize_reads
github.com/rfjakob/gocryptfs/internal/siv_aead
github.com/rfjakob/gocryptfs/internal/speed
github.com/rfjakob/gocryptfs/internal/stupidgcm
github.com/rfjakob/gocryptfs/internal/syscallcompat
github.com/rfjakob/gocryptfs/internal/tlog
github.com/hanwen/go-fuse/splice
golang.org/x/sys/unix
github.com/hanwen/go-fuse/fuse
[... snipped ...]
PASS
ok github.com/rfjakob/gocryptfs/internal/speed 0.002s [no tests to run]
=== RUN TestEncryptDecrypt
--- PASS: TestEncryptDecrypt (0.05s)
=== RUN TestInplaceSeal
--- PASS: TestInplaceSeal (0.02s)
=== RUN TestInplaceOpen
--- PASS: TestInplaceOpen (0.02s)
=== RUN TestCorruption
--- PASS: TestCorruption (0.00s)
PASS
ok github.com/rfjakob/gocryptfs/internal/stupidgcm 0.099s
=== RUN TestEmulateOpenat
--- PASS: TestEmulateOpenat (0.00s)
=== RUN TestEmulateRenameat
--- PASS: TestEmulateRenameat (0.00s)
=== RUN TestEmulateUnlinkat
--- PASS: TestEmulateUnlinkat (0.00s)
=== RUN TestEmulateMknodat
--- PASS: TestEmulateMknodat (0.00s)
=== RUN TestEmulateFchmodat
--- PASS: TestEmulateFchmodat (0.00s)
=== RUN TestEmulateFchownat
--- SKIP: TestEmulateFchownat (0.00s)
emulate_test.go:204: TODO
=== RUN TestEmulateSymlinkat
--- PASS: TestEmulateSymlinkat (0.00s)
=== RUN TestEmulateMkdirat
--- PASS: TestEmulateMkdirat (0.00s)
=== RUN TestEmulateFstatat
--- PASS: TestEmulateFstatat (0.00s)
=== RUN TestGetdents
--- FAIL: TestGetdents (0.01s)
getdents_test.go:20: testing native getdents
getdents_test.go:86: random: g.Ino=6506, r.Ino=6507
=== RUN TestOpenNofollow
--- PASS: TestOpenNofollow (0.00s)
=== RUN TestReadlinkat
--- PASS: TestReadlinkat (0.00s)
FAIL
FAIL github.com/rfjakob/gocryptfs/internal/syscallcompat 0.009s
? github.com/rfjakob/gocryptfs/internal/tlog [no test files]
dh_auto_test: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1
github.com/rfjakob/gocryptfs github.com/rfjakob/gocryptfs/gocryptfs-xray
github.com/rfjakob/gocryptfs/internal/configfile
github.com/rfjakob/gocryptfs/internal/contentenc
github.com/rfjakob/gocryptfs/internal/cryptocore
github.com/rfjakob/gocryptfs/internal/ctlsock
github.com/rfjakob/gocryptfs/internal/exitcodes
github.com/rfjakob/gocryptfs/internal/fusefrontend
github.com/rfjakob/gocryptfs/internal/fusefrontend_reverse
github.com/rfjakob/gocryptfs/internal/nametransform
github.com/rfjakob/gocryptfs/internal/nametransform/dirivcache
github.com/rfjakob/gocryptfs/internal/openfiletable
github.com/rfjakob/gocryptfs/internal/pathiv
github.com/rfjakob/gocryptfs/internal/prefer_openssl
github.com/rfjakob/gocryptfs/internal/readpassword
github.com/rfjakob/gocryptfs/internal/serialize_reads
github.com/rfjakob/gocryptfs/internal/siv_aead
github.com/rfjakob/gocryptfs/internal/speed
github.com/rfjakob/gocryptfs/internal/stupidgcm
github.com/rfjakob/gocryptfs/internal/syscallcompat
github.com/rfjakob/gocryptfs/internal/tlog returned exit code 1
make[1]: *** [debian/rules:41: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:22: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--------------------------------------------------------------------------------
The build was made with "dpkg-buildpackage -B" in my autobuilder.
Most probably, it also fails here in reproducible builds:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/gocryptfs.html
where you can get a full build log if you need it.
If this is really a bug in one of the build-depends, please use reassign and
affects,
so that this is still visible in the BTS web page for this package.
Thanks.