Your message dated Mon, 12 Aug 2024 15:21:09 +0800 with message-id <cafyclw9aynjbngetvepwdnmadpykpyljwfxr2vk+n2e9yt1...@mail.gmail.com> and subject line Re: Bug#997539: golang-github-ajg-form: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 github.com/ajg/form returned exit code 1 has caused the Debian Bug report #997539, regarding golang-github-ajg-form: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 github.com/ajg/form 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 [email protected] immediately.) -- 997539: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997539 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: golang-github-ajg-form Version: 1.5+git20160822.523a5da-1.1 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: [email protected] Usertags: ftbfs-20211023 ftbfs-bookworm 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/ajg/form > encoding > internal/unsafeheader > internal/cpu > internal/goexperiment > internal/abi > runtime/internal/atomic > runtime/internal/sys > internal/itoa > math/bits > runtime/internal/math > unicode/utf8 > internal/race > sync/atomic > unicode > internal/bytealg > math > runtime > internal/reflectlite > sync > internal/testlog > errors > sort > io > internal/oserror > strconv > syscall > path > strings > reflect > time > internal/syscall/execenv > internal/syscall/unix > io/fs > internal/poll > internal/fmtsort > os > io/ioutil > fmt > net/url > github.com/ajg/form > dh_auto_test -O--buildsystem=golang > cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 github.com/ajg/form > === RUN TestDecodeString > decode_test.go:17: > DecodeString(";C=42%2B6.6i;A.0=x;M.Bar=8;F=6.6;A.1=y;R=8734;A.2=z;Zs.0.Qp=33_44;B=true;M.Foo=7;T=2013-10-01T07:05:34.000000088Z;E.Bytes1=%00%01%02;Bytes2=%03%04%05;Zs.0.Q=11_22;Zs.0.Z=2006-12-01;M.Qux=9;life=42;S=Hello,+there.;P\\.D\\\\Q\\.B.A=P/D;P\\.D\\\\Q\\.B.B=Q-B;U=http%3A%2F%2Fexample.org%2Ffoo%23bar;"): > invalid semicolon separator in query > decode_test.go:17: > DecodeString(";C=42%2B6.6i;A.0=x;M.Bar=8;F=6.6;A.1=y;R=8734;A.2=z;Zs.0.Qp=33_44;B=true;M.Foo=7;T=2013-10-01T07:05:34.000000088Z;E.Bytes1=%00%01%02;Bytes2=%03%04%05;Zs.0.Q=11_22;Zs.0.Z=2006-12-01;M.Qux=9;life=42;S=Hello,+there.;P\\.D\\\\Q\\.B.A=P/D;P\\.D\\\\Q\\.B.B=Q-B;U=http%3A%2F%2Fexample.org%2Ffoo%23bar;"): > invalid semicolon separator in query > decode_test.go:17: > DecodeString(";C=42%2B6.6i;A.0=x;M.Bar=8;F=6.6;A.1=y;R=8734;A.2=z;Zs.0.Qp=33_44;B=true;M.Foo=7;T=2013-10-01T07:05:34.000000088Z;E.Bytes1=%00%01%02;Bytes2=%03%04%05;Zs.0.Q=11_22;Zs.0.Z=2006-12-01;M.Qux=9;life=42;S=Hello,+there.;P\\.D\\\\Q\\.B.A=P/D;P\\.D\\\\Q\\.B.B=Q-B;U=http%3A%2F%2Fexample.org%2Ffoo%23bar;"): > invalid semicolon separator in query > --- FAIL: TestDecodeString (0.00s) > === RUN TestDecodeValues > --- FAIL: TestDecodeValues (0.00s) > panic: invalid semicolon separator in query [recovered] > panic: invalid semicolon separator in query > > goroutine 7 [running]: > testing.tRunner.func1.2({0x521380, 0xc000145e20}) > /usr/lib/go-1.17/src/testing/testing.go:1209 +0x24e > testing.tRunner.func1() > /usr/lib/go-1.17/src/testing/testing.go:1212 +0x218 > panic({0x521380, 0xc000145e20}) > /usr/lib/go-1.17/src/runtime/panic.go:1038 +0x215 > github.com/ajg/form.mustParseQuery({0x548d3a, 0x11e}) > > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/ajg/form/form_test.go:339 > +0x58 > github.com/ajg/form.TestDecodeValues(0xc00011a340) > > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/ajg/form/decode_test.go:26 > +0xb8 > testing.tRunner(0xc00011a340, 0x5492f0) > /usr/lib/go-1.17/src/testing/testing.go:1259 +0x102 > created by testing.(*T).Run > /usr/lib/go-1.17/src/testing/testing.go:1306 +0x35a > FAIL github.com/ajg/form 0.005s > FAIL > dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 > github.com/ajg/form returned exit code 1 The full build log is available from: http://qa-logs.debian.net/2021/10/23/golang-github-ajg-form_1.5+git20160822.523a5da-1.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! If you reassign this bug to another package, please marking 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-ajg-form Version: 1.5.1-1 Forget to close it in d/changelog. Changes: golang-github-ajg-form (1.5.1-1) unstable; urgency=medium . * Team upload . [ Debian Janitor ] * Apply multi-arch hints. + golang-github-ajg-form-dev: Add Multi-Arch: foreign. . [ Anshul Singh ] * New upstream version 1.5.1 * Change semicolons to ampersands to enable building with go 1.17 (LP: #1942131) -- Shengjing Zhu
--- End Message ---

