Your message dated Sat, 15 Sep 2018 00:19:10 +0000 with message-id <[email protected]> and subject line Bug#906466: fixed in gocryptfs 1.4.3-7 has caused the Debian Bug report #906466, regarding gocryptfs: FTBFS in buster/sid 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.) -- 906466: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906466 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---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.
--- End Message ---
--- Begin Message ---Source: gocryptfs Source-Version: 1.4.3-7 We believe that the bug you reported is fixed in the latest version of gocryptfs, 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. Felix Lechner <[email protected]> (supplier of updated gocryptfs 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: Fri, 14 Sep 2018 16:58:03 -0700 Source: gocryptfs Binary: gocryptfs Architecture: source Version: 1.4.3-7 Distribution: unstable Urgency: medium Maintainer: Debian Go Packaging Team <[email protected]> Changed-By: Felix Lechner <[email protected]> Description: gocryptfs - Encrypted overlay filesystem written in Go Closes: 906466 Changes: gocryptfs (1.4.3-7) unstable; urgency=medium . * Disable getdents tests (Closes: #906466) * Set Standards-Version: 4.2.1 * Removed get-orig-source target from rules Checksums-Sha1: 9d0d236d303ab6adc0b2c9fb94f2261f06bce15c 2804 gocryptfs_1.4.3-7.dsc 9f01db6802adb0ccf2ef604ac4f01988db90ffbb 11372 gocryptfs_1.4.3-7.debian.tar.xz 1386e2a941fc08c58ed739c335c60746629d4fb0 6977 gocryptfs_1.4.3-7_source.buildinfo Checksums-Sha256: d369b6049ee1340f1ff905ef589a4dc973f664e8c6c7610545775a9770cf6316 2804 gocryptfs_1.4.3-7.dsc 0c344dbcc9aa615dd95f99d08ab4661f316187ca9dd6ff84e421f6b8e8b31d3b 11372 gocryptfs_1.4.3-7.debian.tar.xz 95f94c95b52cf18659e3bcf21d146b5f77f22ee3fe9dfc7fa3598c072af951aa 6977 gocryptfs_1.4.3-7_source.buildinfo Files: 62269115160c4313f0d173837be7d975 2804 devel optional gocryptfs_1.4.3-7.dsc 3eebf861cfcd0763e8d035009c4ac7c5 11372 devel optional gocryptfs_1.4.3-7.debian.tar.xz 54617e01077c6871d901549a136ec5ad 6977 devel optional gocryptfs_1.4.3-7_source.buildinfo -----BEGIN PGP SIGNATURE----- iQKvBAEBCgCZFiEE8E0cIgLi+g0BiFTarFipTxFhjuAFAlucTBxfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEYw NEQxQzIyMDJFMkZBMEQwMTg4NTREQUFDNThBOTRGMTE2MThFRTAbHGZlbGl4Lmxl Y2huZXJAbGVhc2UtdXAuY29tAAoJEKxYqU8RYY7giFsQAIbDy2XwXxD6BDYmUXVz SDWMVSkvzziVX+R6xGl403d0xbN0GZyExTahiq8IvoT4mZ0dKhmyl+BpVJMOMwUM pKmGIZDZwKzQaomW+Vs2zzrbRhGvUyEW2e3fRp1JJpNJD8TdgLU3T/AR/y8ddxIM jPKqaUdxCKAQ5aIT0jrzyFp0G9MIkhRTGlK/0j7OrCgDnMQ4miBaHrxW1XGFnleA aEEODD4MmBCa4Odie3IMVbV1QVV6nHkqm129dTnUwOg8kPF+FKZb/0re1hWncn58 xb7ZCTfIEfF7eYbRhoM86MzXKJE1xSBPUtz6B9rlTKBUiqfKB+4AgoC375OKPAQq YixqgnQu5KLzcpF2je+PNfWq0Shd7lxpzx10nmFE92XdSHULpRrsOgEr6SK0TLzT vvwBLhW/LPROSwbjCTN7IkxR2xtO1EomAFyCgRWcEmXTDh3Nqmo52Mj1nyRSC0lO PjCwAdamE09E4omG9y5aOJlRry6Jr7ItH/LsVBZ7+H4xEbYlNSblE6lpliDJxeCI S9/bUfTlxRqWZB5Htm93IXkdX3dESOZI68w3VIemZkVu7K2qrfXabUsuF6YuwELP 7PB4AtcaMHPIxRFYPveAh//LgFpvJlzQCtAasfWzf4YMQON7Z+c2Z0pITp4jvk3h JrKfJpfFrzpDGCGGzvW3XVNg =s1O3 -----END PGP SIGNATURE-----
--- End Message ---

