From: owner@bugs.debian.org
This is a multi-part message in MIME format...
Your message dated Fri, 10 Oct 2025 09:34:26 +0000
with message-id
and subject line Bug#1116948: fixed in golang-github-tinylib-msgp 1.4.0-2
has caused the Debian Bug report #1116948,
regarding golang-github-tinylib-msgp: FTBFS on 32bit: panic: runtime error:
slice bounds out of range [:-148368575] [recovered]
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 owner@bugs.debian.org
immediately.)
--
1116948: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1116948
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
Received: (at submit) by bugs.debian.org; 1 Oct 2025 00:41:30 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
(2024-03-25) on buxtehude.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-8.2 required=4.0 tests=BAYES_00,FOURLA,
FROMDEVELOPER,
KHOP_HELO_FCRDNS,RCVD_IN_PBL,RDNS_DYNAMIC,SPF_HELO_NONE,SPF_NONE,
XMAILER_REPORTBUG,X_DEBBUGS_CC autolearn=ham autolearn_force=no
version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 67; hammy, 150; neutral, 150;
spammy,
0. spammytokens: hammytokens:0.000-+--XDebbugsCc,
0.000-+--X-Debbugs-Cc, 0.000-+--sk:buildd.,
0.000-+--UD:buildd.debian.org, 0.000-+--buildddebianorg
Return-path:
Received: from pool-108-29-110-54.nycmny.fios.verizon.net ([108.
9.110.54]:57906 helo=x1.int.tauware.de)
by buxtehude.debian.org with esmtp (Exim 4.96)
(envelope-from )
id 1v3kuP-00EN6F-2x
for submit@bugs.debian.org;
Wed, 01 Oct 2025 00:41:30 +0000
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Reinhard Tartler
To: Debian Bug Tracking System
Subject: golang-github-tinylib-msgp: FTBFS on 32bit: panic: runtime error:
slice bounds out of range [:-148368575] [recovered]
Message-ID: <175927928948.216045.5271087340119543584.reportbug@x
.int.tauware.de>
X-Mailer: reportbug 13.2.0
Date: Tue, 30 Sep 2025 20:41:29 -0400
X-Debbugs-Cc: siretart@debian.org
Delivered-To: submit@bugs.debian.org
Source: golang-github-tinylib-msgp
Version: 1.4.0-1
Severity: serious
Tags: ftbfs
Justification: FTBFS
X-Debbugs-Cc: gibmat@debian.org, siretart@debian.org
Package builds on 32bit architectures, cf. https://buildd.debian
org/status/package.php?p=golang-github-tinylib-msgp
seems to be triggered by fuzzing tests:
--- PASS: FuzzReader/seed#1089 (0.00s)
--- FAIL: FuzzReader/seed#1090 (0.00s)
panic: runtime error: slice bounds out of range [:-148368575] [recovered]
panic: runtime error: slice bounds out of range [:-148368575]
goroutine 1279 [running]:
testing.tRunner.func1.2({0x82830a0, 0x1004e0b0})
/usr/lib/go-1.24/src/testing/testing.go:1734 +0x283
testing.tRunner.func1()
/usr/lib/go-1.24/src/testing/testing.go:1737 +0x415
panic({0x82830a0, 0x1004e0b0})
/usr/lib/go-1.24/src/runtime/panic.go:792 +0x103
github.com/philhofer/fwd.(*Reader).Next(0xf86a0f0, 0xf7281341)
/build/reproducible-path/golang-github-tinylib-msgp-1.4.0/obj-i
86-linux-gnu/src/github.com/philhofer/fwd/reader.go:293 +0xc4
github.com/tinylib/msgp/msgp.(*Reader).CopyNext(0xf86a0c0, {0x82e9fd0,
0x844d260})
/build/reproducible-path/golang-github-tinylib-msgp-1.4.0/obj-i
86-linux-gnu/src/github.com/tinylib/msgp/msgp/read.go:181 +0x88
github.com/tinylib/msgp/msgp.FuzzReader.func1(0x9482368, {0x1022e310, 0xa,
0x10})
/build/reproducible-path/golang-github-tinylib-msgp-1.4.0/obj-i
86-linux-gnu/src/github.com/tinylib/msgp/msgp/fuzz_test.go:40 +0x110
reflect.Value.call({0x825ff20, 0x82a7ea4, 0x13}, {0x829507a, 0x4},
{0x10228198, 0x2, 0x2})
/usr/lib/go-1.24/src/reflect/value.go:584 +0x97f
reflect.Value.Call({0x825ff20, 0x82a7ea4, 0x13}, {0x10228198, 0x2, 0x2})
/usr/lib/go-1.24/src/reflect/value.go:368 +0x7f
testing.(*F).Fuzz.func1.1(0x9482368)
/usr/lib/go-1.24/src/testing/fuzz.go:340 +0x2cb
testing.tRunner(0x9482368, 0x95060a0)
/usr/lib/go-1.24/src/testing/testing.go:1792 +0x119
created by testing.(*F).Fuzz.func1 in goroutine 210
/usr/lib/go-1.24/src/testing/fuzz.go:327 +0x559
FAIL github.com/tinylib/msgp/msgp 10.490s
? github.com/tinylib/msgp/msgp/setof [no test files]
? github.com/tinylib/msgp/parse [no test files]
? github.com/tinylib/msgp/printer [no test files]
FAIL
dh_auto_test: error: cd obj-i686-linux-gnu && go test -vet=off -v -p 6
github.com/tinylib/msgp github.com/tinylib/msgp/gen github.com/t
nylib/msgp/msgp github.com/tinylib/msgp/msgp/setof github.com/ti
ylib/msgp/parse github.com/tinylib/msgp/printer
returned exit code 1
-- System Information:
Debian Release: forky/sid
APT prefers testing
APT policy: (500, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.16.8+deb14-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not
set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Received: (at 1116948-close) by bugs.debian.org; 10 Oct 2025 09:34:28 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
(2024-03-25) on buxtehude.debian.org
X-Spam-Level:
[continued in next message]
--- SoupGate-Win32 v1.05
* Origin: you cannot sedate... all the things you hate (1:229/2)
|