Your message dated Fri, 03 Feb 2023 19:05:05 +0000
with message-id <e1po1mv-001f4m...@fasolo.debian.org>
and subject line Bug#997847: fixed in golang-github-hashicorp-go-slug 0.9.1-1
has caused the Debian Bug report #997847,
regarding golang-github-hashicorp-go-slug: autopkgtest regression: 
testdata/archive-dir: no such file or directory
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 ow...@bugs.debian.org
immediately.)


-- 
997847: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997847
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-hashicorp-go-slug
Version: 0.7.0-1
X-Debbugs-CC: debian...@lists.debian.org
Severity: serious
User: debian...@lists.debian.org
Usertags: regression

Dear maintainer(s),

With a recent upload of golang-github-hashicorp-go-slug the autopkgtest
of golang-github-hashicorp-go-slug fails in testing when that
autopkgtest is run with the binary packages of
golang-github-hashicorp-go-slug from unstable. It passes when run with
only packages from testing. In tabular form:

                                 pass            fail
golang-github-hashicorp-go-slug  from testing    0.7.0-1
all others                       from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration to testing [1]. Can
you please investigate the situation and fix it?

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1]
https://qa.debian.org/excuses.php?package=golang-github-hashicorp-go-slug

https://ci.debian.net/data/autopkgtest/testing/amd64/g/golang-github-hashicorp-go-slug/16196086/log.gz

[info] Testing github.com/hashicorp/go-slug...
[info] Source code installed by binary package, overriding
dh_auto_configure...
dh build --buildsystem=golang --with=golang
   dh_update_autotools_config -O--buildsystem=golang
   dh_autoreconf -O--buildsystem=golang
   debian/rules override_dh_auto_configure
make[1]: Entering directory
'/tmp/autopkgtest-lxc.3snypp0h/downtmp/autopkgtest_tmp'
mkdir -p "obj-x86_64-linux-gnu"
cp -a /usr/share/gocode/src "obj-x86_64-linux-gnu"
make[1]: Leaving directory
'/tmp/autopkgtest-lxc.3snypp0h/downtmp/autopkgtest_tmp'
   dh_auto_build -O--buildsystem=golang
        cd obj-x86_64-linux-gnu && go install -trimpath -v -p 48
github.com/hashicorp/go-slug
internal/unsafeheader
runtime/internal/sys
internal/goexperiment
internal/abi
unicode/utf8
sync/atomic
internal/race
internal/itoa
internal/cpu
math/bits
runtime/internal/atomic
unicode
runtime/internal/math
internal/bytealg
math
runtime
internal/reflectlite
sync
internal/testlog
runtime/cgo
errors
sort
internal/oserror
io
path
strconv
syscall
hash
bytes
strings
hash/crc32
reflect
bufio
regexp/syntax
internal/syscall/execenv
internal/syscall/unix
time
regexp
io/fs
internal/poll
os
internal/fmtsort
encoding/binary
fmt
path/filepath
os/user
text/scanner
compress/flate
compress/gzip
archive/tar
github.com/hashicorp/go-slug
   dh_auto_test -O--buildsystem=golang
        cd obj-x86_64-linux-gnu && go test -vet=off -v -p 48
github.com/hashicorp/go-slug
=== RUN   TestPackWithoutIgnoring
    slug_test.go:255: err: lstat testdata/archive-dir: no such file or
directory
--- FAIL: TestPackWithoutIgnoring (0.00s)
=== RUN   TestUnpack
    slug_test.go:321: err: lstat testdata/archive-dir: no such file or
directory
--- FAIL: TestUnpack (0.00s)
=== RUN   TestUnpackDuplicateNoWritePerm
--- PASS: TestUnpackDuplicateNoWritePerm (0.00s)
=== RUN   TestUnpackErrorOnUnhandledType
--- PASS: TestUnpackErrorOnUnhandledType (0.00s)
=== RUN   TestUnpackMaliciousSymlinks
=== RUN   TestUnpackMaliciousSymlinks/symlink_with_absolute_path
=== RUN   TestUnpackMaliciousSymlinks/symlink_with_external_target
=== RUN   TestUnpackMaliciousSymlinks/symlink_with_nested_external_target
=== RUN   TestUnpackMaliciousSymlinks/zipslip_vulnerability
=== RUN   TestUnpackMaliciousSymlinks/nested_symlinks_within_symlinked_dir
=== RUN   TestUnpackMaliciousSymlinks/regular_file_through_symlink
=== RUN   TestUnpackMaliciousSymlinks/directory_through_symlink
--- PASS: TestUnpackMaliciousSymlinks (0.01s)
    --- PASS: TestUnpackMaliciousSymlinks/symlink_with_absolute_path (0.00s)
    --- PASS: TestUnpackMaliciousSymlinks/symlink_with_external_target
(0.00s)
    --- PASS:
TestUnpackMaliciousSymlinks/symlink_with_nested_external_target (0.00s)
    --- PASS: TestUnpackMaliciousSymlinks/zipslip_vulnerability (0.00s)
    --- PASS:
TestUnpackMaliciousSymlinks/nested_symlinks_within_symlinked_dir (0.00s)
    --- PASS: TestUnpackMaliciousSymlinks/regular_file_through_symlink
(0.00s)
    --- PASS: TestUnpackMaliciousSymlinks/directory_through_symlink (0.00s)
=== RUN   TestUnpackMaliciousFiles
=== RUN   TestUnpackMaliciousFiles/filename_containing_path_traversal
=== RUN
TestUnpackMaliciousFiles/should_fail_before_attempting_to_create_directories
--- PASS: TestUnpackMaliciousFiles (0.00s)
    --- PASS:
TestUnpackMaliciousFiles/filename_containing_path_traversal (0.00s)
    --- PASS:
TestUnpackMaliciousFiles/should_fail_before_attempting_to_create_directories
(0.00s)
=== RUN   TestCheckFileMode
=== RUN   TestCheckFileMode/includes_regular_files
=== RUN   TestCheckFileMode/includes_directories
=== RUN   TestCheckFileMode/includes_symlinks
=== RUN   TestCheckFileMode/excludes_unrecognized_modes
--- PASS: TestCheckFileMode (0.00s)
    --- PASS: TestCheckFileMode/includes_regular_files (0.00s)
    --- PASS: TestCheckFileMode/includes_directories (0.00s)
    --- PASS: TestCheckFileMode/includes_symlinks (0.00s)
    --- PASS: TestCheckFileMode/excludes_unrecognized_modes (0.00s)
=== RUN   TestNewPacker
=== RUN   TestNewPacker/defaults
=== RUN   TestNewPacker/enable_dereferencing
=== RUN   TestNewPacker/apply_.terraformignore
=== RUN   TestNewPacker/multiple_options
--- PASS: TestNewPacker (0.00s)
    --- PASS: TestNewPacker/defaults (0.00s)
    --- PASS: TestNewPacker/enable_dereferencing (0.00s)
    --- PASS: TestNewPacker/apply_.terraformignore (0.00s)
    --- PASS: TestNewPacker/multiple_options (0.00s)
=== RUN   TestTerraformIgnore
    terraformignore_test.go:112: IGNORED: baz.txt at index 5 should be true
    terraformignore_test.go:112: IGNORED: parent/foo/baz.txt at index 6
should be true
    terraformignore_test.go:112: IGNORED: parent/foo/bar.tf at index 7
should be true
    terraformignore_test.go:112: IGNORED: foo/ignored-doc.md at index 11
should be true
    terraformignore_test.go:112: IGNORED: bar/something-a.txt at index
12 should be true
    terraformignore_test.go:112: IGNORED: some-module/terraform.d/x at
index 13 should be true
    terraformignore_test.go:112: IGNORED: baz/boop.txt at index 17
should be true
--- PASS: TestTerraformIgnore (0.00s)
FAIL
FAIL    github.com/hashicorp/go-slug    0.019s
FAIL
dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p
48 github.com/hashicorp/go-slug returned exit code 1
make: *** [debian/rules:4: build] Error 25
autopkgtest [09:10:28]: test dh-golang-autopkgtest


Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: golang-github-hashicorp-go-slug
Source-Version: 0.9.1-1
Done: Thorsten Alteholz <deb...@alteholz.de>

We believe that the bug you reported is fixed in the latest version of
golang-github-hashicorp-go-slug, 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 997...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thorsten Alteholz <deb...@alteholz.de> (supplier of updated 
golang-github-hashicorp-go-slug 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 02 Feb 2023 18:31:50 +0100
Source: golang-github-hashicorp-go-slug
Architecture: source
Version: 0.9.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Thorsten Alteholz <deb...@alteholz.de>
Closes: 997847
Changes:
 golang-github-hashicorp-go-slug (0.9.1-1) unstable; urgency=medium
 .
   [ Thorsten Alteholz ]
   * debian/control: bump standard to 4.6.2
 .
   [ Aloïs Micard ]
   * update debian/gitlab-ci.yml (using pkg-go-tools/ci-config)
 .
   [ Mathias Gibbens ]
   * Team upload
   * New upstream version 0.9.1 (Closes: #997847)
     - Drop patch that skipped some tests (no longer seems to be needed)
     - Remove unneeded Files-Excluded from d/copyright
     - d/control:
       - Update Standards-Version to 4.6.1 (no changes needed)
       - Update Section to golang
       - Add Rules-Requires-Root: no
       - Add Multi-Arch: foreign
Checksums-Sha1:
 7a39cc98ee751ff76f3fc1dfb9200b04c6357fbb 2434 
golang-github-hashicorp-go-slug_0.9.1-1.dsc
 7b2783785626d6e9f565a556220535ecf2038fc9 18630 
golang-github-hashicorp-go-slug_0.9.1.orig.tar.gz
 fd70fbb95369a96cfc6b23584252cd76b0c44664 2312 
golang-github-hashicorp-go-slug_0.9.1-1.debian.tar.xz
 8662715392bc46487037c0b5ff600c0b77814b79 6595 
golang-github-hashicorp-go-slug_0.9.1-1_amd64.buildinfo
Checksums-Sha256:
 e4fd3a81c0ef292eb662e14f53b45893bc4e1b77de4a0635e048afd34f4d0165 2434 
golang-github-hashicorp-go-slug_0.9.1-1.dsc
 7c07c78eb46d48abceb254a1dd796c515c13bbf90b2292f5bd5705c639e5aa03 18630 
golang-github-hashicorp-go-slug_0.9.1.orig.tar.gz
 630b16887a2b8f598648c4a05a40ce81c2f807e82c3d397076c3f7c9a0ccea83 2312 
golang-github-hashicorp-go-slug_0.9.1-1.debian.tar.xz
 ceb50b4abc7ca861595ad34bb98ea39788e3639048c74554a6c208844d326ade 6595 
golang-github-hashicorp-go-slug_0.9.1-1_amd64.buildinfo
Files:
 6d93deeef544e809656736127d2d1944 2434 golang optional 
golang-github-hashicorp-go-slug_0.9.1-1.dsc
 2d5f0aaaf96565f9432105a1cd709e70 18630 golang optional 
golang-github-hashicorp-go-slug_0.9.1.orig.tar.gz
 b6c75df13b8b90533ae8059fc2e98136 2312 golang optional 
golang-github-hashicorp-go-slug_0.9.1-1.debian.tar.xz
 2b7204892defeb72ba5f0c588700d67e 6595 golang optional 
golang-github-hashicorp-go-slug_0.9.1-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAmPcX9FfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYR3SDEACByD31cr26u8jSzvtv5yh5AJa/EMs7
dfe5FNUY9B9mhrtnTvTtb5YKVDa0ze4rPCxGu+dX3hu7rmITtFLJmnbKrvOA/zQQ
gHNwE76/pdHeYcXl04SWbp6WeDqqBtAtjv52OJ48Admp0PENdWKY8QxguWt1MXns
XQytfLFM8J/5Ia3AWdL+WsHvH0bkqimEM94OC/hXa+JLtXGS0sDLh9zL8GDzgxuK
wjWJULjGJ+QiV5kC18mEEI4BnNMeHy/xg7aIuYrMNee8wSx746CkcMlHMuHrpooW
fBXe9TN1W2lk1oHQiyMj7S+yh7kthemOKhgkgorV8oarUVpq1erg8VzNPFgnaY8U
1Xz0VpRoycmgUPu/dYhqGLSd0IkvMCV0mGinDTOSJwJMAWfMdnq8KpWtjVvpDtQ5
smP5voQy/RU2Nh/c4+F87ME5BvbgIdSZSNrwfnYn2O1hSAA/m0uV+f5BS2UmHTA0
vpSoG/vOrWw4KsZLMK5jgEI74gFrsS81lQUFwcVIY7QqoseGC7kKNJiDJCk9vc4V
KjQn0E5BjK/1NcBOpVqd3usX2AcauZzwCADp56WUPXgAhcuX67SxLVZ3dm2xcpbJ
8B4h6Rel4sd8b3BzxWrm4wopDS6WaTJb0WV4QMVvPMBRw+jsYzpC2KoH3HJ9v3l8
QjQ7hqoUNdBFmg==
=rUsG
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to