Your message dated Fri, 28 Jul 2023 09:06:06 +0000
with message-id <e1qpjqe-00dydg...@fasolo.debian.org>
and subject line Bug#1042274: fixed in golang-github-tklauser-go-sysconf
0.3.11-1
has caused the Debian Bug report #1042274,
regarding golang-github-tklauser-go-sysconf: FTBFS: dh_auto_test: error: cd
_build && go test -vet=off -v -p 8 github.com/tklauser/go-sysconf
github.com/tklauser/go-sysconf/cgotest returned exit code 1
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.)
--
1042274: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042274
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-tklauser-go-sysconf
Version: 0.3.9-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules binary
> dh binary --builddirectory=_build --buildsystem=golang --with=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 8
> github.com/tklauser/go-sysconf github.com/tklauser/go-sysconf/cgotest
> internal/goarch
> internal/unsafeheader
> internal/goos
> internal/coverage/rtcov
> internal/goexperiment
> internal/cpu
> runtime/internal/atomic
> runtime/internal/syscall
> internal/race
> internal/abi
> runtime/internal/math
> runtime/internal/sys
> sync/atomic
> unicode
> unicode/utf8
> math/bits
> internal/itoa
> encoding
> internal/bytealg
> math
> runtime
> internal/reflectlite
> sync
> internal/testlog
> internal/godebug
> internal/sysinfo
> runtime/cgo
> math/rand
> errors
> sort
> io
> internal/oserror
> internal/safefilepath
> path
> strconv
> syscall
> bytes
> strings
> reflect
> bufio
> internal/syscall/execenv
> time
> internal/syscall/unix
> context
> io/fs
> internal/poll
> os
> internal/fmtsort
> encoding/binary
> io/ioutil
> path/filepath
> fmt
> golang.org/x/sys/unix
> flag
> runtime/trace
> runtime/debug
> testing
> github.com/tklauser/numcpus
> github.com/tklauser/go-sysconf
> github.com/tklauser/go-sysconf/cgotest
> dh_auto_test -O--builddirectory=_build -O--buildsystem=golang
> cd _build && go test -vet=off -v -p 8 github.com/tklauser/go-sysconf
> github.com/tklauser/go-sysconf/cgotest
> === RUN TestGetNproc
> --- PASS: TestGetNproc (0.00s)
> === RUN TestSysconf
> sysconf_test.go:27: clock ticks = 100
> --- PASS: TestSysconf (0.00s)
> === RUN TestOpenMax
> --- PASS: TestOpenMax (0.00s)
> === RUN TestGetconf
> sysconf_test.go:87: Sysconf(OPEN_MAX/4) returned 1048576, want 1024
> --- FAIL: TestGetconf (0.01s)
> === RUN ExampleSysconf_invalidParameter
> --- PASS: ExampleSysconf_invalidParameter (0.00s)
> FAIL
> FAIL github.com/tklauser/go-sysconf 0.010s
> === RUN TestSysconfCgoMatch
> sysconf_cgotest_linux.go:164: AIO_LISTIO_MAX = -1
> sysconf_cgotest_linux.go:164: AIO_MAX = -1
> sysconf_cgotest_linux.go:164: AIO_PRIO_DELTA_MAX = 20
> sysconf_cgotest_linux.go:164: ARG_MAX = 2097152
> sysconf_cgotest_linux.go:164: ATEXIT_MAX = 2147483647
> sysconf_cgotest_linux.go:164: BC_BASE_MAX = 99
> sysconf_cgotest_linux.go:164: BC_DIM_MAX = 2048
> sysconf_cgotest_linux.go:164: BC_SCALE_MAX = 99
> sysconf_cgotest_linux.go:164: BC_STRING_MAX = 1000
> sysconf_cgotest_linux.go:164: CHILD_MAX = 126959
> sysconf_cgotest_linux.go:164: CLK_TCK = 100
> sysconf_cgotest_linux.go:164: COLL_WEIGHTS_MAX = 255
> sysconf_cgotest_linux.go:164: DELAYTIMER_MAX = 2147483647
> sysconf_cgotest_linux.go:164: EXPR_NEST_MAX = 32
> sysconf_cgotest_linux.go:164: GETGR_R_SIZE_MAX = 1024
> sysconf_cgotest_linux.go:164: GETPW_R_SIZE_MAX = 1024
> sysconf_cgotest_linux.go:164: HOST_NAME_MAX = 64
> sysconf_cgotest_linux.go:164: IOV_MAX = 1024
> sysconf_cgotest_linux.go:164: LINE_MAX = 2048
> sysconf_cgotest_linux.go:164: LOGIN_NAME_MAX = 256
> sysconf_cgotest_linux.go:164: MQ_OPEN_MAX = -1
> sysconf_cgotest_linux.go:164: MQ_PRIO_MAX = 32768
> sysconf_cgotest_linux.go:164: NGROUPS_MAX = 65536
> sysconf_cgotest_linux.go:164: OPEN_MAX = 1048576
> sysconf_cgotest_linux.go:164: PAGE_SIZE = 4096
> sysconf_cgotest_linux.go:164: PAGESIZE = 4096
> sysconf_cgotest_linux.go:164: PTHREAD_DESTRUCTOR_ITERATIONS = 4
> sysconf_cgotest_linux.go:164: PTHREAD_KEYS_MAX = 1024
> sysconf_cgotest_linux.go:164: PTHREAD_STACK_MIN = 16384
> sysconf_cgotest_linux.go:164: PTHREAD_THREADS_MAX = -1
> sysconf_cgotest_linux.go:164: RE_DUP_MAX = 32767
> sysconf_cgotest_linux.go:164: RTSIG_MAX = 32
> sysconf_cgotest_linux.go:164: SEM_NSEMS_MAX = -1
> sysconf_cgotest_linux.go:164: SEM_VALUE_MAX = 2147483647
> sysconf_cgotest_linux.go:164: SIGQUEUE_MAX = 126959
> sysconf_cgotest_linux.go:164: STREAM_MAX = 16
> sysconf_cgotest_linux.go:164: SYMLOOP_MAX = -1
> sysconf_cgotest_linux.go:164: TIMER_MAX = -1
> sysconf_cgotest_linux.go:164: TTY_NAME_MAX = 32
> sysconf_cgotest_linux.go:164: _POSIX_ADVISORY_INFO = 200809
> sysconf_cgotest_linux.go:164: _POSIX_ASYNCHRONOUS_IO = 200809
> sysconf_cgotest_linux.go:164: _POSIX_BARRIERS = 200809
> sysconf_cgotest_linux.go:164: _POSIX_CLOCK_SELECTION = 200809
> sysconf_cgotest_linux.go:164: _POSIX_CPUTIME = 200809
> sysconf_cgotest_linux.go:164: _POSIX_FSYNC = 200809
> sysconf_cgotest_linux.go:164: _POSIX_IPV6 = 200809
> sysconf_cgotest_linux.go:164: _POSIX_JOB_CONTROL = 1
> sysconf_cgotest_linux.go:164: _POSIX_MAPPED_FILES = 200809
> sysconf_cgotest_linux.go:164: _POSIX_MEMLOCK = 200809
> sysconf_cgotest_linux.go:164: _POSIX_MEMLOCK_RANGE = 200809
> sysconf_cgotest_linux.go:164: _POSIX_MEMORY_PROTECTION = 200809
> sysconf_cgotest_linux.go:164: _POSIX_MESSAGE_PASSING = 200809
> sysconf_cgotest_linux.go:164: _POSIX_MONOTONIC_CLOCK = 200809
> sysconf_cgotest_linux.go:164: _POSIX_PRIORITIZED_IO = 200809
> sysconf_cgotest_linux.go:164: _POSIX_PRIORITY_SCHEDULING = 200809
> sysconf_cgotest_linux.go:164: _POSIX_RAW_SOCKETS = 200809
> sysconf_cgotest_linux.go:164: _POSIX_READER_WRITER_LOCKS = 200809
> sysconf_cgotest_linux.go:164: _POSIX_REALTIME_SIGNALS = 200809
> sysconf_cgotest_linux.go:164: _POSIX_REGEXP = 1
> sysconf_cgotest_linux.go:164: _POSIX_SAVED_IDS = 1
> sysconf_cgotest_linux.go:164: _POSIX_SEMAPHORES = 200809
> sysconf_cgotest_linux.go:164: _POSIX_SHARED_MEMORY_OBJECTS = 200809
> sysconf_cgotest_linux.go:164: _POSIX_SHELL = 1
> sysconf_cgotest_linux.go:164: _POSIX_SPAWN = 200809
> sysconf_cgotest_linux.go:164: _POSIX_SPIN_LOCKS = 200809
> sysconf_cgotest_linux.go:164: _POSIX_SPORADIC_SERVER = -1
> sysconf_cgotest_linux.go:164: _POSIX_SYNCHRONIZED_IO = 200809
> sysconf_cgotest_linux.go:164: _POSIX_THREAD_ATTR_STACKADDR = 200809
> sysconf_cgotest_linux.go:164: _POSIX_THREAD_ATTR_STACKSIZE = 200809
> sysconf_cgotest_linux.go:164: _POSIX_THREAD_CPUTIME = 200809
> sysconf_cgotest_linux.go:164: _POSIX_THREAD_PRIO_INHERIT = 200809
> sysconf_cgotest_linux.go:164: _POSIX_THREAD_PRIO_PROTECT = 200809
> sysconf_cgotest_linux.go:164: _POSIX_THREAD_PRIORITY_SCHEDULING = 200809
> sysconf_cgotest_linux.go:164: _POSIX_THREAD_PROCESS_SHARED = 200809
> sysconf_cgotest_linux.go:164: _POSIX_THREAD_SAFE_FUNCTIONS = 200809
> sysconf_cgotest_linux.go:164: _POSIX_THREAD_SPORADIC_SERVER = -1
> sysconf_cgotest_linux.go:164: _POSIX_THREADS = 200809
> sysconf_cgotest_linux.go:164: _POSIX_TIMEOUTS = 200809
> sysconf_cgotest_linux.go:164: _POSIX_TIMERS = 200809
> sysconf_cgotest_linux.go:164: _POSIX_TRACE = -1
> sysconf_cgotest_linux.go:164: _POSIX_TRACE_EVENT_FILTER = -1
> sysconf_cgotest_linux.go:164: _POSIX_TRACE_EVENT_NAME_MAX = -1
> sysconf_cgotest_linux.go:164: _POSIX_TRACE_INHERIT = -1
> sysconf_cgotest_linux.go:164: _POSIX_TRACE_LOG = -1
> sysconf_cgotest_linux.go:164: _POSIX_TRACE_NAME_MAX = -1
> sysconf_cgotest_linux.go:164: _POSIX_TRACE_SYS_MAX = -1
> sysconf_cgotest_linux.go:164: _POSIX_TRACE_USER_EVENT_MAX = -1
> sysconf_cgotest_linux.go:164: _POSIX_TYPED_MEMORY_OBJECTS = -1
> sysconf_cgotest_linux.go:164: _POSIX_VERSION = 200809
> sysconf_cgotest_linux.go:164: _POSIX_V7_ILP32_OFF32 = -1
> sysconf_cgotest_linux.go:164: _POSIX_V7_ILP32_OFFBIG = -1
> sysconf_cgotest_linux.go:164: _POSIX_V7_LP64_OFF64 = 1
> sysconf_cgotest_linux.go:164: _POSIX_V7_LPBIG_OFFBIG = -1
> sysconf_cgotest_linux.go:164: _POSIX_V6_ILP32_OFF32 = -1
> sysconf_cgotest_linux.go:164: _POSIX_V6_ILP32_OFFBIG = -1
> sysconf_cgotest_linux.go:164: _POSIX_V6_LP64_OFF64 = 1
> sysconf_cgotest_linux.go:164: _POSIX_V6_LPBIG_OFFBIG = -1
> sysconf_cgotest_linux.go:164: _POSIX2_C_BIND = 200809
> sysconf_cgotest_linux.go:164: _POSIX2_C_DEV = 200809
> sysconf_cgotest_linux.go:164: _POSIX2_CHAR_TERM = 200809
> sysconf_cgotest_linux.go:164: _POSIX2_FORT_DEV = -1
> sysconf_cgotest_linux.go:164: _POSIX2_FORT_RUN = -1
> sysconf_cgotest_linux.go:164: _POSIX2_LOCALEDEF = 200809
> sysconf_cgotest_linux.go:164: _POSIX2_PBS = -1
> sysconf_cgotest_linux.go:164: _POSIX2_PBS_ACCOUNTING = -1
> sysconf_cgotest_linux.go:164: _POSIX2_PBS_CHECKPOINT = -1
> sysconf_cgotest_linux.go:164: _POSIX2_PBS_LOCATE = -1
> sysconf_cgotest_linux.go:164: _POSIX2_PBS_MESSAGE = -1
> sysconf_cgotest_linux.go:164: _POSIX2_PBS_TRACK = -1
> sysconf_cgotest_linux.go:164: _POSIX2_SW_DEV = 200809
> sysconf_cgotest_linux.go:164: _POSIX2_UPE = -1
> sysconf_cgotest_linux.go:164: _POSIX2_VERSION = 200809
> sysconf_cgotest_linux.go:164: _XOPEN_ENH_I18N = 1
> sysconf_cgotest_linux.go:164: _XOPEN_REALTIME = 1
> sysconf_cgotest_linux.go:164: _XOPEN_REALTIME_THREADS = 1
> sysconf_cgotest_linux.go:164: _XOPEN_SHM = 1
> sysconf_cgotest_linux.go:164: _XOPEN_STREAMS = -1
> sysconf_cgotest_linux.go:164: _XOPEN_UNIX = 1
> sysconf_cgotest_linux.go:164: _XOPEN_VERSION = 700
> sysconf_cgotest_linux.go:164: _XOPEN_XCU_VERSION = 4
> sysconf_cgotest_linux.go:164: _PHYS_PAGES = 8130677
> sysconf_cgotest_linux.go:164: _NPROCESSORS_CONF = 8
> sysconf_cgotest_linux.go:164: _NPROCESSORS_ONLN = 8
> sysconf_cgotest_linux.go:164: UIO_MAXIOV = 1024
> sysconf_cgotest_linux.go:186: glibc version: 2.37
> sysconf_cgotest_linux.go:195: _POSIX2_C_VERSION = 200809
> sysconf_cgotest_linux.go:204: TZNAME_MAX = -1
> --- PASS: TestSysconfCgoMatch (0.00s)
> PASS
> ok github.com/tklauser/go-sysconf/cgotest 0.004s
> FAIL
> dh_auto_test: error: cd _build && go test -vet=off -v -p 8
> github.com/tklauser/go-sysconf github.com/tklauser/go-sysconf/cgotest
> returned exit code 1
The full build log is available from:
http://qa-logs.debian.net/2023/07/26/golang-github-tklauser-go-sysconf_0.3.9-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230726&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
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!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: golang-github-tklauser-go-sysconf
Source-Version: 0.3.11-1
Done: Shengjing Zhu <z...@debian.org>
We believe that the bug you reported is fixed in the latest version of
golang-github-tklauser-go-sysconf, 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 1042...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Shengjing Zhu <z...@debian.org> (supplier of updated
golang-github-tklauser-go-sysconf 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: SHA256
Format: 1.8
Date: Fri, 28 Jul 2023 16:45:04 +0800
Source: golang-github-tklauser-go-sysconf
Architecture: source
Version: 0.3.11-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Shengjing Zhu <z...@debian.org>
Closes: 1042274
Changes:
golang-github-tklauser-go-sysconf (0.3.11-1) unstable; urgency=medium
.
* Team upload
* New upstream version 0.3.11
* Skip test OPEN_MAX with getconf (Closes: #1042274)
* Update Standards-Version to 4.6.2 (no changes)
Checksums-Sha1:
19421421c3a115eb77999a6642d24bd4abdae30c 1763
golang-github-tklauser-go-sysconf_0.3.11-1.dsc
74f02fe526d051a9fc5ff4b706e717d572295a02 29998
golang-github-tklauser-go-sysconf_0.3.11.orig.tar.gz
77b611f148f6519f888ad368de2c3301b61e9870 2868
golang-github-tklauser-go-sysconf_0.3.11-1.debian.tar.xz
586fd611df217bdac7798c9429a26850b6e39848 5776
golang-github-tklauser-go-sysconf_0.3.11-1_amd64.buildinfo
Checksums-Sha256:
4d383efd2f513744b3906e5d85ba3209320e41810136593ffbcbea37ef81a193 1763
golang-github-tklauser-go-sysconf_0.3.11-1.dsc
3cfe71da2a11233e55a9a5022ea08172fbf439a71852e1405343f19cc07a23a3 29998
golang-github-tklauser-go-sysconf_0.3.11.orig.tar.gz
a9455a0d771d7990d1549db4ea60fdc8f5844d67d3398d9bc106d28320952bd6 2868
golang-github-tklauser-go-sysconf_0.3.11-1.debian.tar.xz
987ecfd3594373cec3265b051455ee80dee50cbfe6f19e676d0a2f2d65d34980 5776
golang-github-tklauser-go-sysconf_0.3.11-1_amd64.buildinfo
Files:
35d6447f874bfd2dc2efa060b8d5bae6 1763 golang optional
golang-github-tklauser-go-sysconf_0.3.11-1.dsc
b3120aaa20d336a85a3996a13f8feaac 29998 golang optional
golang-github-tklauser-go-sysconf_0.3.11.orig.tar.gz
36261385bd4fa5c99f06bd8ed31828a8 2868 golang optional
golang-github-tklauser-go-sysconf_0.3.11-1.debian.tar.xz
713f4008c8472548cf033fbe51f9808b 5776 golang optional
golang-github-tklauser-go-sysconf_0.3.11-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iHUEARYIAB0WIQSRhdT1d2eu7mxV1B5/RPol6lUUywUCZMOAtgAKCRB/RPol6lUU
y9fXAQCftnCIovQtDEjwI+01nakXw6MdksT0Q/6k7BLTApE6lAEAgtgobF3Mx12m
ow0XBp+mEyHlJmRkwcMGhofOef8PeQ8=
=MNIm
-----END PGP SIGNATURE-----
--- End Message ---