Your message dated Wed, 19 Mar 2025 15:50:10 +0000
with message-id <e1tuvgi-008vkv...@fasolo.debian.org>
and subject line Bug#1092191: fixed in golang-fsnotify 1.8.0-3
has caused the Debian Bug report #1092191,
regarding golang-fsnotify: FTBFS: FAIL    
github.com/fsnotify/fsnotify/internal/ztest [build failed]
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.)


-- 
1092191: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1092191
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:golang-fsnotify
Version: 1.8.0-2
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

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

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --builddirectory=_build --buildsystem=golang
   dh_auto_clean -O--builddirectory=_build -O--buildsystem=golang
   dh_autoreconf_clean -O--builddirectory=_build -O--buildsystem=golang
   dh_clean -O--builddirectory=_build -O--buildsystem=golang
 debian/rules binary
dh binary --builddirectory=_build --buildsystem=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
   dh_auto_build -O--builddirectory=_build -O--buildsystem=golang
        cd _build && go install -trimpath -v -p 2 github.com/fsnotify/fsnotify 
github.com/fsnotify/fsnotify/internal 
github.com/fsnotify/fsnotify/internal/ztest
internal/unsafeheader
internal/goarch
internal/cpu
internal/abi
internal/bytealg
internal/byteorder
internal/coverage/rtcov
internal/chacha8rand
internal/godebugs
internal/goexperiment
internal/goos
internal/profilerecord
internal/runtime/atomic
internal/runtime/syscall
internal/stringslite
runtime/internal/math
internal/runtime/exithook
runtime/internal/sys
cmp
internal/itoa
runtime
internal/race
math/bits
math
unicode/utf8
sync/atomic
unicode
internal/asan
internal/msan
encoding
unicode/utf16
internal/reflectlite
iter
sync
slices
errors
internal/bisect
strconv
io
internal/oserror
path
reflect
internal/godebug
syscall
time
io/fs
internal/fmtsort
internal/filepathlite
internal/syscall/unix
internal/syscall/execenv
internal/testlog
internal/poll
bytes
encoding/binary
os
sort
strings
fmt
golang.org/x/sys/unix
path/filepath
encoding/base64
encoding/json
regexp/syntax
github.com/fsnotify/fsnotify/internal
github.com/fsnotify/fsnotify
regexp
github.com/fsnotify/fsnotify/internal/ztest
   dh_auto_test -O--builddirectory=_build -O--buildsystem=golang
        cd _build && go test -vet=off -v -p 2 github.com/fsnotify/fsnotify 
github.com/fsnotify/fsnotify/internal 
github.com/fsnotify/fsnotify/internal/ztest
# github.com/fsnotify/fsnotify/internal/ztest 
[github.com/fsnotify/fsnotify/internal/ztest.test]
src/github.com/fsnotify/fsnotify/internal/ztest/diff_test.go:140:2: declared 
and not used: now
=== RUN   TestRemoveState
--- PASS: TestRemoveState (0.10s)
=== RUN   TestInotifyOverflow
=== PAUSE TestInotifyOverflow
=== RUN   TestInotifyDeleteOpenFile
=== PAUSE TestInotifyDeleteOpenFile
=== RUN   TestScript
=== RUN   TestScript/watch-dir/bug-277
=== PAUSE TestScript/watch-dir/bug-277
=== RUN   TestScript/watch-dir/create-cyclic-symlink
=== PAUSE TestScript/watch-dir/create-cyclic-symlink
=== RUN   TestScript/watch-dir/create-dev
=== PAUSE TestScript/watch-dir/create-dev
=== RUN   TestScript/watch-dir/create-dir
=== PAUSE TestScript/watch-dir/create-dir
=== RUN   TestScript/watch-dir/create-empty-file
=== PAUSE TestScript/watch-dir/create-empty-file
=== RUN   TestScript/watch-dir/create-fifo
=== PAUSE TestScript/watch-dir/create-fifo
=== RUN   TestScript/watch-dir/create-file-with-data
=== PAUSE TestScript/watch-dir/create-file-with-data
=== RUN   TestScript/watch-dir/create-unresolvable-symlink
=== PAUSE TestScript/watch-dir/create-unresolvable-symlink
=== RUN   TestScript/watch-dir/dir-only
=== PAUSE TestScript/watch-dir/dir-only
=== RUN   TestScript/watch-dir/make-file-unreadable
=== PAUSE TestScript/watch-dir/make-file-unreadable
=== RUN   TestScript/watch-dir/multiple-creates
=== PAUSE TestScript/watch-dir/multiple-creates
=== RUN   TestScript/watch-dir/only-chmod
=== PAUSE TestScript/watch-dir/only-chmod
=== RUN   TestScript/watch-dir/only-create
=== PAUSE TestScript/watch-dir/only-create
=== RUN   TestScript/watch-dir/only-remove
=== PAUSE TestScript/watch-dir/only-remove
=== RUN   TestScript/watch-dir/only-rename
=== PAUSE TestScript/watch-dir/only-rename
=== RUN   TestScript/watch-dir/only-write
=== PAUSE TestScript/watch-dir/only-write
=== RUN   TestScript/watch-dir/op-all
=== PAUSE TestScript/watch-dir/op-all
=== RUN   TestScript/watch-dir/op-closeread
=== PAUSE TestScript/watch-dir/op-closeread
=== RUN   TestScript/watch-dir/op-closewrite
=== PAUSE TestScript/watch-dir/op-closewrite
=== RUN   TestScript/watch-dir/op-open
=== PAUSE TestScript/watch-dir/op-open
=== RUN   TestScript/watch-dir/op-read
=== PAUSE TestScript/watch-dir/op-read
=== RUN   TestScript/watch-dir/remove-symlink
=== PAUSE TestScript/watch-dir/remove-symlink
=== RUN   TestScript/watch-dir/remove-while-watching-parent
=== PAUSE TestScript/watch-dir/remove-while-watching-parent
=== RUN   TestScript/watch-dir/rename-file
=== PAUSE TestScript/watch-dir/rename-file
=== RUN   TestScript/watch-dir/rename-from-other-watch
=== PAUSE TestScript/watch-dir/rename-from-other-watch
=== RUN   TestScript/watch-dir/rename-from-unwatched
=== PAUSE TestScript/watch-dir/rename-from-unwatched
=== RUN   TestScript/watch-dir/rename-from-unwatched-overwrite
=== PAUSE TestScript/watch-dir/rename-from-unwatched-overwrite
=== RUN   TestScript/watch-dir/rename-overwrite
=== PAUSE TestScript/watch-dir/rename-overwrite
=== RUN   TestScript/watch-dir/rename-symlink
=== PAUSE TestScript/watch-dir/rename-symlink
=== RUN   TestScript/watch-dir/rename-to-unwatched
=== PAUSE TestScript/watch-dir/rename-to-unwatched
=== RUN   TestScript/watch-dir/rename-watched-dir
=== PAUSE TestScript/watch-dir/rename-watched-dir
=== RUN   TestScript/watch-dir/subdir
=== PAUSE TestScript/watch-dir/subdir
=== RUN   TestScript/watch-dir/symlink-dir
=== PAUSE TestScript/watch-dir/symlink-dir
=== RUN   TestScript/watch-dir/symlink-file
=== PAUSE TestScript/watch-dir/symlink-file
=== RUN   TestScript/watch-dir/symlink-nofollow
=== PAUSE TestScript/watch-dir/symlink-nofollow
=== RUN   TestScript/watch-dir/truncate-file
=== PAUSE TestScript/watch-dir/truncate-file
=== RUN   TestScript/watch-dir/unreadable-file
=== PAUSE TestScript/watch-dir/unreadable-file
=== RUN   TestScript/watch-dir/watch-dir-inside-watched
=== PAUSE TestScript/watch-dir/watch-dir-inside-watched
=== RUN   TestScript/watch-dir/watch-file-inside-watched-dir
=== PAUSE TestScript/watch-dir/watch-file-inside-watched-dir
=== RUN   TestScript/watch-dir/watch-twice
=== PAUSE TestScript/watch-dir/watch-twice
=== RUN   TestScript/watch-file/chmod
=== PAUSE TestScript/watch-file/chmod
=== RUN   TestScript/watch-file/chmod-after-write
=== PAUSE TestScript/watch-file/chmod-after-write
=== RUN   TestScript/watch-file/op-all
=== PAUSE TestScript/watch-file/op-all
=== RUN   TestScript/watch-file/op-closeread
=== PAUSE TestScript/watch-file/op-closeread
=== RUN   TestScript/watch-file/op-closewrite
=== PAUSE TestScript/watch-file/op-closewrite
=== RUN   TestScript/watch-file/op-open
=== PAUSE TestScript/watch-file/op-open
=== RUN   TestScript/watch-file/op-read
=== PAUSE TestScript/watch-file/op-read
=== RUN   TestScript/watch-file/overwrite-watched-file
=== PAUSE TestScript/watch-file/overwrite-watched-file
=== RUN   TestScript/watch-file/overwrite-watched-file-with-watched-file
=== PAUSE TestScript/watch-file/overwrite-watched-file-with-watched-file
=== RUN   TestScript/watch-file/re-add-renamed-filed
=== PAUSE TestScript/watch-file/re-add-renamed-filed
=== RUN   TestScript/watch-file/remove-watched-file
=== PAUSE TestScript/watch-file/remove-watched-file
=== RUN   TestScript/watch-file/rename-watched-file
=== PAUSE TestScript/watch-file/rename-watched-file
=== RUN   TestScript/watch-file/watch-twice
=== PAUSE TestScript/watch-file/watch-twice
=== RUN   TestScript/watch-recurse/add-dir
=== PAUSE TestScript/watch-recurse/add-dir
=== RUN   TestScript/watch-recurse/add-file
=== PAUSE TestScript/watch-recurse/add-file
=== RUN   TestScript/watch-recurse/remove-dir
=== PAUSE TestScript/watch-recurse/remove-dir
=== RUN   TestScript/watch-recurse/remove-recursive
=== PAUSE TestScript/watch-recurse/remove-recursive
=== RUN   TestScript/watch-recurse/remove-watched-dir
=== PAUSE TestScript/watch-recurse/remove-watched-dir
=== RUN   TestScript/watch-recurse/rename-dir
=== PAUSE TestScript/watch-recurse/rename-dir
=== RUN   TestScript/watch-symlink/nofollow-dir
=== PAUSE TestScript/watch-symlink/nofollow-dir
=== RUN   TestScript/watch-symlink/nofollow-file
=== PAUSE TestScript/watch-symlink/nofollow-file
=== RUN   TestScript/watch-symlink/to-dir
=== PAUSE TestScript/watch-symlink/to-dir
=== RUN   TestScript/watch-symlink/to-dir-relative
=== PAUSE TestScript/watch-symlink/to-dir-relative
=== RUN   TestScript/watch-symlink/to-file
=== PAUSE TestScript/watch-symlink/to-file
=== RUN   TestScript/watch-symlink/to-file-relative
=== PAUSE TestScript/watch-symlink/to-file-relative
=== CONT  TestScript/watch-dir/bug-277
=== CONT  TestScript/watch-dir/symlink-file
=== CONT  TestScript/watch-dir/symlink-dir
=== CONT  TestScript/watch-dir/subdir
=== CONT  TestScript/watch-dir/rename-watched-dir
=== CONT  TestScript/watch-dir/rename-to-unwatched
=== CONT  TestScript/watch-dir/rename-symlink
=== CONT  TestScript/watch-dir/rename-overwrite
=== CONT  TestScript/watch-dir/rename-from-unwatched-overwrite
=== CONT  TestScript/watch-dir/rename-from-unwatched
=== CONT  TestScript/watch-dir/rename-from-other-watch
=== CONT  TestScript/watch-dir/rename-file
=== CONT  TestScript/watch-dir/remove-while-watching-parent
=== CONT  TestScript/watch-dir/remove-symlink
=== CONT  TestScript/watch-dir/op-read
=== CONT  TestScript/watch-dir/op-open
=== CONT  TestScript/watch-dir/op-closewrite
=== CONT  TestScript/watch-dir/op-closeread
=== CONT  TestScript/watch-dir/op-all
=== CONT  TestScript/watch-dir/only-write
=== CONT  TestScript/watch-dir/only-rename
=== CONT  TestScript/watch-dir/only-remove
=== CONT  TestScript/watch-dir/only-create
=== CONT  TestScript/watch-dir/only-chmod
=== CONT  TestScript/watch-dir/multiple-creates
=== CONT  TestScript/watch-dir/make-file-unreadable
=== CONT  TestScript/watch-dir/dir-only
=== CONT  TestScript/watch-dir/create-unresolvable-symlink
=== CONT  TestScript/watch-dir/create-file-with-data
=== CONT  TestScript/watch-dir/create-fifo
=== CONT  TestScript/watch-dir/create-empty-file
=== CONT  TestScript/watch-dir/create-dir
=== CONT  TestScript/watch-dir/create-dev
=== CONT  TestScript/watch-dir/create-cyclic-symlink
=== CONT  TestScript/watch-symlink/to-file-relative
=== CONT  TestScript/watch-symlink/to-file
=== CONT  TestScript/watch-symlink/to-dir-relative
=== CONT  TestScript/watch-symlink/to-dir
=== CONT  TestScript/watch-symlink/nofollow-file
=== CONT  TestScript/watch-symlink/nofollow-dir
=== CONT  TestScript/watch-recurse/rename-dir
=== CONT  TestScript/watch-recurse/remove-watched-dir
=== CONT  TestScript/watch-recurse/remove-recursive
=== CONT  TestScript/watch-recurse/remove-dir
=== CONT  TestScript/watch-recurse/add-file
=== CONT  TestScript/watch-recurse/add-dir
=== CONT  TestScript/watch-file/watch-twice
=== CONT  TestScript/watch-file/rename-watched-file
=== CONT  TestScript/watch-file/remove-watched-file
=== CONT  TestScript/watch-file/re-add-renamed-filed
=== CONT  TestScript/watch-file/overwrite-watched-file-with-watched-file
=== CONT  TestScript/watch-file/overwrite-watched-file
=== CONT  TestScript/watch-file/op-read
=== CONT  TestScript/watch-file/op-open
=== CONT  TestScript/watch-file/op-closewrite
=== CONT  TestScript/watch-file/op-closeread
=== CONT  TestScript/watch-file/op-all
=== CONT  TestScript/watch-file/chmod-after-write
=== CONT  TestScript/watch-file/chmod
=== CONT  TestScript/watch-dir/watch-twice
=== CONT  TestScript/watch-dir/watch-file-inside-watched-dir
=== CONT  TestScript/watch-dir/watch-dir-inside-watched
=== CONT  TestScript/watch-dir/unreadable-file
=== CONT  TestScript/watch-dir/truncate-file
=== CONT  TestScript/watch-dir/symlink-nofollow
--- PASS: TestScript (0.00s)
    --- PASS: TestScript/watch-dir/symlink-file (0.60s)
    --- PASS: TestScript/watch-dir/bug-277 (0.95s)
    --- PASS: TestScript/watch-dir/symlink-dir (0.60s)
    --- PASS: TestScript/watch-dir/rename-watched-dir (0.65s)
    --- PASS: TestScript/watch-dir/subdir (0.97s)
    --- PASS: TestScript/watch-dir/rename-symlink (0.65s)
    --- PASS: TestScript/watch-dir/rename-to-unwatched (0.92s)
    --- PASS: TestScript/watch-dir/rename-overwrite (0.65s)
    --- PASS: TestScript/watch-dir/rename-from-unwatched-overwrite (0.76s)
    --- PASS: TestScript/watch-dir/rename-from-unwatched (0.70s)
    --- PASS: TestScript/watch-dir/rename-from-other-watch (0.70s)
    --- PASS: TestScript/watch-dir/rename-file (0.66s)
    --- PASS: TestScript/watch-dir/remove-while-watching-parent (0.60s)
    --- PASS: TestScript/watch-dir/remove-symlink (0.65s)
    --- PASS: TestScript/watch-dir/op-read (0.65s)
    --- PASS: TestScript/watch-dir/op-open (0.66s)
    --- PASS: TestScript/watch-dir/op-closewrite (0.81s)
    --- PASS: TestScript/watch-dir/op-closeread (0.66s)
    --- PASS: TestScript/watch-dir/op-all (0.92s)
    --- PASS: TestScript/watch-dir/only-write (1.52s)
    --- PASS: TestScript/watch-dir/only-rename (1.51s)
    --- PASS: TestScript/watch-dir/only-remove (1.52s)
    --- PASS: TestScript/watch-dir/only-create (1.53s)
    --- PASS: TestScript/watch-dir/only-chmod (1.51s)
    --- PASS: TestScript/watch-dir/multiple-creates (0.92s)
    --- PASS: TestScript/watch-dir/dir-only (0.76s)
    --- PASS: TestScript/watch-dir/make-file-unreadable (0.86s)
    --- PASS: TestScript/watch-dir/create-unresolvable-symlink (0.56s)
    --- PASS: TestScript/watch-dir/create-file-with-data (0.61s)
    --- PASS: TestScript/watch-dir/create-fifo (0.56s)
    --- PASS: TestScript/watch-dir/create-empty-file (0.56s)
    --- PASS: TestScript/watch-dir/create-dir (0.55s)
    --- PASS: TestScript/watch-dir/create-dev (0.57s)
    --- PASS: TestScript/watch-dir/create-cyclic-symlink (0.71s)
    --- PASS: TestScript/watch-symlink/to-file-relative (0.70s)
    --- PASS: TestScript/watch-symlink/to-file (0.72s)
    --- PASS: TestScript/watch-symlink/to-dir-relative (0.65s)
    --- PASS: TestScript/watch-symlink/to-dir (0.66s)
    --- PASS: TestScript/watch-symlink/nofollow-file (0.91s)
    --- PASS: TestScript/watch-symlink/nofollow-dir (0.80s)
    --- PASS: TestScript/watch-recurse/rename-dir (0.71s)
    --- PASS: TestScript/watch-recurse/remove-watched-dir (1.26s)
    --- PASS: TestScript/watch-recurse/remove-recursive (1.11s)
    --- PASS: TestScript/watch-recurse/remove-dir (0.71s)
    --- PASS: TestScript/watch-recurse/add-file (0.86s)
    --- PASS: TestScript/watch-file/watch-twice (0.66s)
    --- PASS: TestScript/watch-recurse/add-dir (0.92s)
    --- PASS: TestScript/watch-file/rename-watched-file (0.65s)
    --- PASS: TestScript/watch-file/remove-watched-file (0.60s)
    --- PASS: TestScript/watch-file/overwrite-watched-file-with-watched-file 
(0.80s)
    --- PASS: TestScript/watch-file/re-add-renamed-filed (0.86s)
    --- PASS: TestScript/watch-file/op-read (0.65s)
    --- PASS: TestScript/watch-file/overwrite-watched-file (0.81s)
    --- PASS: TestScript/watch-file/op-open (0.65s)
    --- PASS: TestScript/watch-file/op-closewrite (0.76s)
    --- PASS: TestScript/watch-file/op-closeread (0.65s)
    --- PASS: TestScript/watch-file/op-all (0.76s)
    --- PASS: TestScript/watch-file/chmod-after-write (0.82s)
    --- PASS: TestScript/watch-file/chmod (0.61s)
    --- PASS: TestScript/watch-dir/watch-twice (0.76s)
    --- PASS: TestScript/watch-dir/watch-file-inside-watched-dir (0.71s)
    --- PASS: TestScript/watch-dir/watch-dir-inside-watched (0.87s)
    --- PASS: TestScript/watch-dir/unreadable-file (0.86s)
    --- PASS: TestScript/watch-dir/truncate-file (0.71s)
    --- PASS: TestScript/watch-dir/symlink-nofollow (1.01s)
=== RUN   TestWatchMultipleWrite
=== PAUSE TestWatchMultipleWrite
=== RUN   TestWatchRemoveOpenFd
=== PAUSE TestWatchRemoveOpenFd
=== RUN   TestWatchRemoveWatchedDir
=== PAUSE TestWatchRemoveWatchedDir
=== RUN   TestClose
=== RUN   TestClose/close
=== PAUSE TestClose/close
=== RUN   TestClose/events_not_read
=== PAUSE TestClose/events_not_read
=== RUN   TestClose/close_while_removing_files
=== PAUSE TestClose/close_while_removing_files
=== RUN   TestClose/double_close
=== RUN   TestClose/double_close/default
=== PAUSE TestClose/double_close/default
=== RUN   TestClose/double_close/buffered=4096
=== PAUSE TestClose/double_close/buffered=4096
=== CONT  TestClose/double_close/default
=== CONT  TestClose/double_close/buffered=4096
=== RUN   TestClose/closes_channels_after_read
=== PAUSE TestClose/closes_channels_after_read
=== RUN   TestClose/error_after_closed
=== PAUSE TestClose/error_after_closed
=== CONT  TestClose/close
=== CONT  TestClose/error_after_closed
=== CONT  TestClose/close_while_removing_files
=== CONT  TestClose/closes_channels_after_read
=== CONT  TestClose/events_not_read
--- PASS: TestClose (0.23s)
    --- PASS: TestClose/double_close (0.00s)
        --- PASS: TestClose/double_close/buffered=4096 (0.23s)
        --- PASS: TestClose/double_close/default (0.23s)
    --- PASS: TestClose/close (0.05s)
    --- PASS: TestClose/error_after_closed (0.05s)
    --- PASS: TestClose/close_while_removing_files (0.01s)
    --- PASS: TestClose/closes_channels_after_read (0.11s)
    --- PASS: TestClose/events_not_read (0.16s)
=== RUN   TestAdd
=== RUN   TestAdd/doesn't_exist
=== PAUSE TestAdd/doesn't_exist
=== RUN   TestAdd/permission_denied
=== PAUSE TestAdd/permission_denied
=== RUN   TestAdd/add_same_path_twice
=== CONT  TestAdd/doesn't_exist
=== CONT  TestAdd/permission_denied
--- PASS: TestAdd (0.10s)
    --- PASS: TestAdd/add_same_path_twice (0.10s)
    --- PASS: TestAdd/doesn't_exist (0.00s)
    --- PASS: TestAdd/permission_denied (0.20s)
=== RUN   TestRemove
=== RUN   TestRemove/works
=== PAUSE TestRemove/works
=== RUN   TestRemove/remove_same_dir_twice
=== PAUSE TestRemove/remove_same_dir_twice
=== RUN   TestRemove/no_race
=== PAUSE TestRemove/no_race
=== RUN   TestRemove/#00
=== RUN   TestRemove/remove_with_..._when_non-recursive
=== PAUSE TestRemove/remove_with_..._when_non-recursive
=== CONT  TestRemove/works
=== CONT  TestRemove/no_race
=== CONT  TestRemove/remove_same_dir_twice
=== CONT  TestRemove/remove_with_..._when_non-recursive
--- PASS: TestRemove (0.10s)
    --- PASS: TestRemove/#00 (0.10s)
    --- PASS: TestRemove/no_race (0.17s)
    --- PASS: TestRemove/remove_same_dir_twice (0.05s)
    --- PASS: TestRemove/remove_with_..._when_non-recursive (0.00s)
    --- PASS: TestRemove/works (0.90s)
=== RUN   TestEventString
=== RUN   TestEventString/#00
=== RUN   TestEventString/#01
=== RUN   TestEventString/#02
=== RUN   TestEventString/#03
=== RUN   TestEventString/#04
=== RUN   TestEventString/#05
--- PASS: TestEventString (0.00s)
    --- PASS: TestEventString/#00 (0.00s)
    --- PASS: TestEventString/#01 (0.00s)
    --- PASS: TestEventString/#02 (0.00s)
    --- PASS: TestEventString/#03 (0.00s)
    --- PASS: TestEventString/#04 (0.00s)
    --- PASS: TestEventString/#05 (0.00s)
=== RUN   TestWatchList
=== PAUSE TestWatchList
=== RUN   TestOpHas
=== RUN   TestOpHas/single_bit_match
=== RUN   TestOpHas/single_bit_no_match
=== RUN   TestOpHas/two_bits_match
=== RUN   TestOpHas/two_bits_no_match
--- PASS: TestOpHas (0.00s)
    --- PASS: TestOpHas/single_bit_match (0.00s)
    --- PASS: TestOpHas/single_bit_no_match (0.00s)
    --- PASS: TestOpHas/two_bits_match (0.00s)
    --- PASS: TestOpHas/two_bits_no_match (0.00s)
=== RUN   TestRemoveRace
=== PAUSE TestRemoveRace
=== CONT  TestInotifyOverflow
=== CONT  TestWatchRemoveWatchedDir
=== NAME  TestInotifyOverflow
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
    backend_inotify_test.go:78: createFiles: 000_000_000
--- PASS: TestWatchRemoveWatchedDir (1.38s)
=== CONT  TestRemoveRace
--- PASS: TestInotifyOverflow (1.90s)
=== CONT  TestWatchList
--- PASS: TestRemoveRace (0.61s)
=== CONT  TestWatchRemoveOpenFd
--- PASS: TestWatchList (0.11s)
=== CONT  TestWatchMultipleWrite
--- PASS: TestWatchRemoveOpenFd (0.61s)
=== CONT  TestInotifyDeleteOpenFile
--- PASS: TestWatchMultipleWrite (0.67s)
--- PASS: TestInotifyDeleteOpenFile (1.10s)
PASS
ok      github.com/fsnotify/fsnotify    31.854s
?       github.com/fsnotify/fsnotify/internal   [no test files]
FAIL    github.com/fsnotify/fsnotify/internal/ztest [build failed]
FAIL
dh_auto_test: error: cd _build && go test -vet=off -v -p 2 
github.com/fsnotify/fsnotify github.com/fsnotify/fsnotify/internal 
github.com/fsnotify/fsnotify/internal/ztest returned exit code 1
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202501/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:golang-fsnotify, so that this is still
visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: golang-fsnotify
Source-Version: 1.8.0-3
Done: Martina Ferrari <t...@debian.org>

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

Debian distribution maintenance software
pp.
Martina Ferrari <t...@debian.org> (supplier of updated golang-fsnotify 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: Wed, 19 Mar 2025 15:05:46 +0000
Source: golang-fsnotify
Architecture: source
Version: 1.8.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Martina Ferrari <t...@debian.org>
Closes: 1092191
Changes:
 golang-fsnotify (1.8.0-3) unstable; urgency=medium
 .
   * d/control: bump Standards-Version (no changes).
   * Replace broken patch with upstream fix. Closes: #1092191
Checksums-Sha1:
 9461805c1e22bc9d969c5d5af351f80aa5554f03 2217 golang-fsnotify_1.8.0-3.dsc
 dcad8aeb447ea4ca15b6eda83e6d2e2a98af4ce1 4688 
golang-fsnotify_1.8.0-3.debian.tar.xz
 aa2a731493507655f2269f959c793bd2f0294c6d 6090 
golang-fsnotify_1.8.0-3_amd64.buildinfo
Checksums-Sha256:
 6778a0feeadfa626c27e653badab21479b8ae5a8f6919fc6b4893ab3d7d60fd4 2217 
golang-fsnotify_1.8.0-3.dsc
 0cba17c51a1e3b8ec76c4120201a7438a47e0229a68f4a483e89ec02cf7a21d4 4688 
golang-fsnotify_1.8.0-3.debian.tar.xz
 e7eed995c35658420431ced747a2ae923723bbd7a5812176ffa719533946ff54 6090 
golang-fsnotify_1.8.0-3_amd64.buildinfo
Files:
 04afbed0908bf7533c11ff0ab637ebcc 2217 golang optional 
golang-fsnotify_1.8.0-3.dsc
 ae1e7adf4ea7d4b4197527a62428b868 4688 golang optional 
golang-fsnotify_1.8.0-3.debian.tar.xz
 75fccab3b1d3282fc17324538317be38 6090 golang optional 
golang-fsnotify_1.8.0-3_amd64.buildinfo


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

iQIzBAEBCgAdFiEE2qbv8cYn6hwmsaaSqiMPxF+MJ7EFAmfa3fsACgkQqiMPxF+M
J7Fb3g//c7i9ZGBsXzJAE9NcYlzyQgv8R+ysy62jj188A8zR/YZ9wL7P0a3bcFAx
ftOwVHC58Wqlb6KW7TI6ljvKiAQyNyuCHFDZuYMt/Uf9OMJiwP6CDISivH0+esJg
/OCkVDQIeY/DTMTMpJm3N64er3XT6i0n6BBmKRLhGMOFOXhOVuYyhRAyKmehwnge
Jua2b6/CUhQTJFQW+X7vfCvESM+SrifjsJUdMimxxF1JAw+Om+bNkERmhtADKOmU
onc2+P83RwVwSCa2/E1SrXvma7jnH1DB+GL+D4ri4QkS+6FDM9TIKgmRjX40NK4i
qLCDLBcdvcw7Yd+haYQxOLR76mWKnJxpUnj/K265vyl7wilTqFo8DhMg8BbGj9zc
q6kwmZYPgT407JZ0nXXTl5Bw+SdpUkVfxjESwYjxixzpR0VH8xGWC8k+X0b5a13a
mPNode1zEZ0zwqdKrsxF1pLk+M/po7OSfxfZu6lFOxA8aSQMi5eQocrcEDQs9zbT
kthWKBBs7KhJvQ6CGtS9mi3biGjPkE8IqKfG9P19+6dVpPs4OFN7CCe+y7Pj3XSj
EP9pT+fnuYvGaxuZWVvOZo9Sg/46nWPqHfIkkjNGPE8IqEz2JrQuOJ/3x5N3FNoP
l51jQ3+n9U9OfRc6+BQveZlAKtDONCXeg1t0Wm+L458vXxXTNyU=
=HDeI
-----END PGP SIGNATURE-----

Attachment: pgpXSBWV_wTdy.pgp
Description: PGP signature


--- End Message ---

Reply via email to