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.

Reply via email to