Your message dated Mon, 08 Feb 2021 21:30:05 +0000
with message-id <e1l9e6f-00024e...@fasolo.debian.org>
and subject line Bug#980966: Removed package(s) from unstable
has caused the Debian Bug report #975787,
regarding golang-github-howeyc-fsnotify: Frequent FTBFS due to flaky test
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.)


-- 
975787: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975787
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-howeyc-fsnotify
Version: 0.9.0+git20151003.f0c08ee-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201125 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>    dh_update_autotools_config -O--buildsystem=golang
>    dh_autoreconf -O--buildsystem=golang
>    dh_auto_configure -O--buildsystem=golang
>    dh_auto_build -O--buildsystem=golang
>       cd obj-x86_64-linux-gnu && go install -trimpath -v -p 4 
> github.com/howeyc/fsnotify
> internal/unsafeheader
> runtime/internal/sys
> runtime/internal/atomic
> internal/cpu
> math/bits
> runtime/internal/math
> unicode/utf8
> internal/race
> sync/atomic
> unicode
> internal/bytealg
> math
> internal/testlog
> runtime
> internal/reflectlite
> sync
> errors
> sort
> io
> internal/oserror
> strconv
> syscall
> strings
> reflect
> time
> internal/syscall/execenv
> internal/syscall/unix
> internal/poll
> internal/fmtsort
> os
> fmt
> github.com/howeyc/fsnotify
>    dh_auto_test -O--buildsystem=golang
>       cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 
> github.com/howeyc/fsnotify
> === RUN   TestFsnotifyFakeSymlink
>     fsnotify_symlink_test.go:50: Created bogus symlink
>     fsnotify_symlink_test.go:36: event received: 
> "/tmp/fsnotify457735749/zzznew": CREATE
>     fsnotify_symlink_test.go:72: calling Close()
> --- PASS: TestFsnotifyFakeSymlink (0.50s)
> === RUN   TestFsnotifyMultipleOperations
>     fsnotify_test.go:91: event received: 
> "/tmp/fsnotify593067232/TestFsnotifySeq.testfile": CREATE
>     fsnotify_test.go:91: event received: 
> "/tmp/fsnotify593067232/TestFsnotifySeq.testfile": MODIFY
>     fsnotify_test.go:91: event received: 
> "/tmp/fsnotify593067232/TestFsnotifySeq.testfile": RENAME
>     fsnotify_test.go:91: event received: 
> "/tmp/fsnotify593067232/TestFsnotifySeq.testfile": CREATE
>     fsnotify_test.go:167: calling Close()
>     fsnotify_test.go:169: waiting for the event channel to become closed...
>     fsnotify_test.go:172: event channel closed
> --- PASS: TestFsnotifyMultipleOperations (0.67s)
> === RUN   TestFsnotifyMultipleCreates
>     fsnotify_test.go:204: event received: 
> "/tmp/fsnotify030001426/TestFsnotifySeq.testfile": CREATE
>     fsnotify_test.go:204: event received: 
> "/tmp/fsnotify030001426/TestFsnotifySeq.testfile": MODIFY
>     fsnotify_test.go:204: event received: 
> "/tmp/fsnotify030001426/TestFsnotifySeq.testfile": DELETE
>     fsnotify_test.go:204: event received: 
> "/tmp/fsnotify030001426/TestFsnotifySeq.testfile": CREATE
>     fsnotify_test.go:204: event received: 
> "/tmp/fsnotify030001426/TestFsnotifySeq.testfile": MODIFY
>     fsnotify_test.go:204: event received: 
> "/tmp/fsnotify030001426/TestFsnotifySeq.testfile": MODIFY
>     fsnotify_test.go:293: calling Close()
>     fsnotify_test.go:295: waiting for the event channel to become closed...
>     fsnotify_test.go:298: event channel closed
> --- PASS: TestFsnotifyMultipleCreates (0.78s)
> === RUN   TestFsnotifyDirOnly
>     fsnotify_test.go:343: event received: 
> "/tmp/fsnotify761300809/TestFsnotifyDirOnly.testfile": CREATE
>     fsnotify_test.go:343: event received: 
> "/tmp/fsnotify761300809/TestFsnotifyDirOnly.testfile": MODIFY
>     fsnotify_test.go:343: event received: 
> "/tmp/fsnotify761300809/TestFsnotifyDirOnly.testfile": DELETE
>     fsnotify_test.go:343: event received: 
> "/tmp/fsnotify761300809/TestFsnotifyEventsExisting.testfile": DELETE
>     fsnotify_test.go:395: calling Close()
>     fsnotify_test.go:397: waiting for the event channel to become closed...
>     fsnotify_test.go:400: event channel closed
> --- PASS: TestFsnotifyDirOnly (0.57s)
> === RUN   TestFsnotifyDeleteWatchedDir
>     fsnotify_test.go:445: event received: 
> "/tmp/fsnotify286157844/TestFsnotifyEventsExisting.testfile": DELETE
>     fsnotify_test.go:445: event received: "/tmp/fsnotify286157844": DELETE
> --- PASS: TestFsnotifyDeleteWatchedDir (0.50s)
> === RUN   TestFsnotifySubDir
>     fsnotify_test.go:491: event received: "/tmp/fsnotify731094627/sub": CREATE
>     fsnotify_test.go:491: event received: 
> "/tmp/fsnotify731094627/TestFsnotifyFile1.testfile": CREATE
>     fsnotify_test.go:491: event received: "/tmp/fsnotify731094627/sub": DELETE
>     fsnotify_test.go:491: event received: 
> "/tmp/fsnotify731094627/TestFsnotifyFile1.testfile": DELETE
>     fsnotify_test.go:548: calling Close()
>     fsnotify_test.go:550: waiting for the event channel to become closed...
>     fsnotify_test.go:553: event channel closed
> --- PASS: TestFsnotifySubDir (0.70s)
> === RUN   TestFsnotifyRename
>     fsnotify_test.go:589: event received: 
> "/tmp/fsnotify688697958/TestFsnotifyEvents.testfile": CREATE
>     fsnotify_test.go:589: event received: 
> "/tmp/fsnotify688697958/TestFsnotifyEvents.testfile": MODIFY
>     fsnotify_test.go:589: event received: 
> "/tmp/fsnotify688697958/TestFsnotifyEvents.testfile": RENAME
>     fsnotify_test.go:589: event received: 
> "/tmp/fsnotify688697958/TestFsnotifyEvents.testfileRenamed": CREATE
>     fsnotify_test.go:589: event received: 
> "/tmp/fsnotify688697958/TestFsnotifyEvents.testfile": RENAME
>     fsnotify_test.go:624: calling Close()
>     fsnotify_test.go:626: waiting for the event channel to become closed...
>     fsnotify_test.go:629: event channel closed
> --- PASS: TestFsnotifyRename (0.51s)
> === RUN   TestFsnotifyRenameToCreate
>     fsnotify_test.go:671: event received: 
> "/tmp/fsnotify441337997/TestFsnotifyEvents.testfileRenamed": CREATE
>     fsnotify_test.go:700: calling Close()
>     fsnotify_test.go:702: waiting for the event channel to become closed...
>     fsnotify_test.go:705: event channel closed
> --- PASS: TestFsnotifyRenameToCreate (0.50s)
> === RUN   TestFsnotifyRenameToOverwrite
>     fsnotify_test.go:759: event received: 
> "/tmp/fsnotify460220999/TestFsnotifyEvents.testfileRenamed": CREATE
>     fsnotify_test.go:788: calling Close()
>     fsnotify_test.go:790: waiting for the event channel to become closed...
>     fsnotify_test.go:795: event stream was not closed after 2 seconds
> --- FAIL: TestFsnotifyRenameToOverwrite (2.51s)
> === RUN   TestRemovalOfWatch
>     fsnotify_test.go:831: No event received, as expected.
> --- PASS: TestRemovalOfWatch (0.61s)
> === RUN   TestFsnotifyAttrib
>     fsnotify_test.go:888: event received: 
> "/tmp/fsnotify117319228/TestFsnotifyAttrib.testfile": MODIFY|ATTRIB
>     fsnotify_test.go:888: event received: 
> "/tmp/fsnotify117319228/TestFsnotifyAttrib.testfile": MODIFY
>     fsnotify_test.go:888: event received: 
> "/tmp/fsnotify117319228/TestFsnotifyAttrib.testfile": MODIFY|ATTRIB
>     fsnotify_test.go:966: calling Close()
>     fsnotify_test.go:968: waiting for the event channel to become closed...
>     fsnotify_test.go:971: event channel closed
> --- PASS: TestFsnotifyAttrib (1.75s)
> === RUN   TestFsnotifyClose
> --- PASS: TestFsnotifyClose (0.05s)
> FAIL
> FAIL  github.com/howeyc/fsnotify      9.655s
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 
> github.com/howeyc/fsnotify returned exit code 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/11/25/golang-github-howeyc-fsnotify_0.9.0+git20151003.f0c08ee-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Version: 0.9.0+git20151003.f0c08ee-1.1+rm

Dear submitter,

as the package golang-github-howeyc-fsnotify has just been removed from the 
Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/980966

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to