• Bug#1091498: golang-fsnotify: will FTBFS during trixie support period

    From Santiago Vila@21:1/5 to All on Thu Jan 2 18:40:02 2025
    severity 1091498 serious
    thanks

    Another victim of 2025. The error message is quite funny:

    === RUN TestDiffMatch/3
    diff_test.go:231:
    got: "\n--- have\n+++ want\n@@ -1 +1 @@\n-have Hello 2025!\n+want Hello 2025\n"
    want: "\n--- have\n+++ want\n@@ -1 +1 @@\n-have Hello 2024!\n+want Hello 2024\n"

    We might want to tell upstream(s) that such kind of tests are more harmful than helpful.

    Thanks.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Santiago Vila@21:1/5 to All on Fri Dec 27 20:00:02 2024
    Package: src:golang-fsnotify
    Version: 1.8.0-1
    Tags: ftbfs trixie sid
    User: debian-qa@lists.debian.org
    Usertags: ftbfs-during-trixie-support-period

    Dear maintainer:

    During a rebuild of all packages in unstable in the year 2028, 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/goarch
    internal/unsafeheader
    internal/cpu
    internal/abi
    internal/bytealg
    internal/byteorder
    internal/chacha8rand
    internal/coverage/rtcov
    internal/godebugs
    internal/goexperiment
    internal/goos
    internal/profilerecord
    internal/runtime/atomic
    internal/runtime/syscall
    internal/runtime/exithook
    internal/stringslite
    runtime/internal/math
    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
    golang.org/x/sys/unix
    fmt
    path/filepath
    encoding/base64
    encoding/json
    github.com/fsnotify/fsnotify/internal
    regexp/syntax
    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
    === 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 Test