Your message dated Wed, 03 Aug 2022 07:51:03 +0000
with message-id <e1oj99j-00fqsk...@fasolo.debian.org>
and subject line Bug#1016310: fixed in riseup-vpn 0.21.11+ds-4
has caused the Debian Bug report #1016310,
regarding riseup-vpn: FTBFS: dh_auto_test: error: cd _build && go test -vet=off
-v -p 8 0xacab.org/leap/bitmask-vpn/branding/motd-cli
0xacab.org/leap/bitmask-vpn/cmd/bitmask-helper
0xacab.org/leap/bitmask-vpn/cmd/snowflake-client
0xacab.org/leap/bitmask-vpn/pkg/backend 0xacab.org/leap/bitmask-vpn/pkg/bitmask
0xacab.org/leap/bitmask-vpn/pkg/config
0xacab.org/leap/bitmask-vpn/pkg/config/version
0xacab.org/leap/bitmask-vpn/pkg/config/version/genver
0xacab.org/leap/bitmask-vpn/pkg/helper 0xacab.org/leap/bitmask-vpn/pkg/motd
0xacab.org/leap/bitmask-vpn/pkg/pickle
0xacab.org/leap/bitmask-vpn/pkg/pickle/statik
0xacab.org/leap/bitmask-vpn/pkg/pid 0xacab.org/leap/bitmask-vpn/pkg/snowflake
0xacab.org/leap/bitmask-vpn/pkg/snowflake/lib
0xacab.org/leap/bitmask-vpn/pkg/vpn
0xacab.org/leap/bitmask-vpn/pkg/vpn/bonafide
0xacab.org/leap/bitmask-vpn/tests/vercheck 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.)
--
1016310: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1016310
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: riseup-vpn
Version: 0.21.11+ds-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220728 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[2]: Entering directory
> '/<<PKGBUILDDIR>>/_build/src/0xacab.org/leap/bitmask-vpn/tests'
> rm -f build/.rcc/qrc_tests.cpp
> rm -f moc_predefs.h
> rm -f moc_qjsonmodel.cpp moc_handlers.cpp
> rm -f test_ui.moc
> rm -f build/.obj/test_ui.o build/.obj/qjsonmodel.o build/.obj/handlers.o
> build/.obj/qrc_tests.o build/.obj/moc_qjsonmodel.o build/.obj/moc_handlers.o
> rm -f *~ core *.core
> make[2]: Leaving directory
> '/<<PKGBUILDDIR>>/_build/src/0xacab.org/leap/bitmask-vpn/tests'
> # Golang test
> DH_GOLANG_EXCLUDES=gui dh_auto_test
> warning: ignoring symlink
> /<<PKGBUILDDIR>>/_build/src/0xacab.org/leap/bitmask-vpn/providers/assets
> cd _build && go test -vet=off -v -p 8
> 0xacab.org/leap/bitmask-vpn/branding/motd-cli
> 0xacab.org/leap/bitmask-vpn/cmd/bitmask-helper
> 0xacab.org/leap/bitmask-vpn/cmd/snowflake-client
> 0xacab.org/leap/bitmask-vpn/pkg/backend
> 0xacab.org/leap/bitmask-vpn/pkg/bitmask
> 0xacab.org/leap/bitmask-vpn/pkg/config
> 0xacab.org/leap/bitmask-vpn/pkg/config/version
> 0xacab.org/leap/bitmask-vpn/pkg/config/version/genver
> 0xacab.org/leap/bitmask-vpn/pkg/helper 0xacab.org/leap/bitmask-vpn/pkg/motd
> 0xacab.org/leap/bitmask-vpn/pkg/pickle
> 0xacab.org/leap/bitmask-vpn/pkg/pickle/statik
> 0xacab.org/leap/bitmask-vpn/pkg/pid 0xacab.org/leap/bitmask-vpn/pkg/snowflake
> 0xacab.org/leap/bitmask-vpn/pkg/snowflake/lib
> 0xacab.org/leap/bitmask-vpn/pkg/vpn
> 0xacab.org/leap/bitmask-vpn/pkg/vpn/bonafide
> 0xacab.org/leap/bitmask-vpn/tests/vercheck
> ? 0xacab.org/leap/bitmask-vpn/branding/motd-cli [no test files]
> ? 0xacab.org/leap/bitmask-vpn/cmd/bitmask-helper [no test files]
> ? 0xacab.org/leap/bitmask-vpn/cmd/snowflake-client [no test files]
> ? 0xacab.org/leap/bitmask-vpn/pkg/backend [no test files]
> ? 0xacab.org/leap/bitmask-vpn/pkg/bitmask [no test files]
> ? 0xacab.org/leap/bitmask-vpn/pkg/config [no test files]
> ? 0xacab.org/leap/bitmask-vpn/pkg/config/version [no test files]
> ? 0xacab.org/leap/bitmask-vpn/pkg/config/version/genver [no test files]
> ? 0xacab.org/leap/bitmask-vpn/pkg/helper [no test files]
> ? 0xacab.org/leap/bitmask-vpn/pkg/motd [no test files]
> ? 0xacab.org/leap/bitmask-vpn/pkg/pickle [no test files]
> ? 0xacab.org/leap/bitmask-vpn/pkg/pickle/statik [no test files]
> === RUN TestPidRunning
> 2022/07/29 09:07:11 There is a running process with the pid 1141272 and
> executable: pid.test
> --- PASS: TestPidRunning (0.00s)
> PASS
> ok 0xacab.org/leap/bitmask-vpn/pkg/pid 0.002s
> ? 0xacab.org/leap/bitmask-vpn/pkg/snowflake [no test files]
> === RUN TestSnowflakeClient
>
> Peers
> Can construct ✔✔✔
> Collecting a Snowflake requires a Tongue. ✔2022/07/29 09:07:17 WebRTC:
> Collecting a new Snowflake. Currently at [0/1]
> Caught a dummy snowflake.
> ✔✔
> Collection continues until capacity. Adding snowflake 0
> 2022/07/29 09:07:17 WebRTC: Collecting a new Snowflake. Currently at [0/5]
> Caught a dummy snowflake.
> ✔✔Adding snowflake 1
> 2022/07/29 09:07:17 WebRTC: Collecting a new Snowflake. Currently at [1/5]
> Caught a dummy snowflake.
> ✔✔Adding snowflake 2
> 2022/07/29 09:07:17 WebRTC: Collecting a new Snowflake. Currently at [2/5]
> Caught a dummy snowflake.
> ✔✔Adding snowflake 3
> 2022/07/29 09:07:17 WebRTC: Collecting a new Snowflake. Currently at [3/5]
> Caught a dummy snowflake.
> ✔✔Adding snowflake 4
> 2022/07/29 09:07:17 WebRTC: Collecting a new Snowflake. Currently at [4/5]
> Caught a dummy snowflake.
> ✔✔✔✔✔2022/07/29 09:07:17 WebRTC: Closing
> ✔✔2022/07/29 09:07:17 WebRTC: Collecting a new Snowflake. Currently at [4/5]
> Caught a dummy snowflake.
> ✔✔
> Count correctly purges peers marked for deletion. 2022/07/29 09:07:17
> WebRTC: Collecting a new Snowflake. Currently at [0/5]
> Caught a dummy snowflake.
> 2022/07/29 09:07:17 WebRTC: Collecting a new Snowflake. Currently at [1/5]
> Caught a dummy snowflake.
> 2022/07/29 09:07:17 WebRTC: Collecting a new Snowflake. Currently at [2/5]
> Caught a dummy snowflake.
> 2022/07/29 09:07:17 WebRTC: Collecting a new Snowflake. Currently at [3/5]
> Caught a dummy snowflake.
> ✔2022/07/29 09:07:17 WebRTC: Closing
> ✔2022/07/29 09:07:17 WebRTC: Closing
> ✔
> End Closes all peers. ✔2022/07/29 09:07:17 WebRTC: Closing
> 2022/07/29 09:07:17 WebRTC: Closing
> 2022/07/29 09:07:17 WebRTC: Closing
> 2022/07/29 09:07:17 WebRTC: Closing
> 2022/07/29 09:07:17 WebRTC: Closing
> 2022/07/29 09:07:17 WebRTC: melted all 5 snowflakes.
> ✔
> Pop skips over closed peers. 2022/07/29 09:07:17 WebRTC: Collecting a new
> Snowflake. Currently at [0/4]
> Caught a dummy snowflake.
> 2022/07/29 09:07:17 WebRTC: Collecting a new Snowflake. Currently at [1/4]
> Caught a dummy snowflake.
> 2022/07/29 09:07:17 WebRTC: Collecting a new Snowflake. Currently at [2/4]
> Caught a dummy snowflake.
> ✔✔✔2022/07/29 09:07:17 WebRTC: Closing
> ✔✔2022/07/29 09:07:17 WebRTC: Collecting a new Snowflake. Currently at [2/4]
> Caught a dummy snowflake.
> 2022/07/29 09:07:17 WebRTC: Closing
> 2022/07/29 09:07:17 WebRTC: Closing
> ✔
>
>
> 34 total assertions
>
>
> Snowflake
> Handler Grants correctly ⚠
>
>
> 34 total assertions (one or more sections skipped)
>
>
> Dialers
> Can construct WebRTCDialer. ✔✔✔
> WebRTCDialer can Catch a snowflake. ⚠
>
>
> 37 total assertions (one or more sections skipped)
>
>
> Rendezvous
> Construct BrokerChannel with no front domain 2022/07/29 09:07:17
> Rendezvous using Broker at: test.broker
> ✔✔✔✔
> Construct BrokerChannel *with* front domain 2022/07/29 09:07:17
> Rendezvous using Broker at: test.broker
> 2022/07/29 09:07:17 Domain fronting using: front
> ✔✔✔✔✔
> BrokerChannel.Negotiate responds with answer 2022/07/29 09:07:17
> Rendezvous using Broker at: test.broker
> ✔2022/07/29 09:07:17 Negotiating via BrokerChannel...
> Target URL:
> Front URL:
> 2022/07/29 09:07:17 BrokerChannel Response:
>
>
> 2022/07/29 09:07:17 Received answer: {"type":"answer","sdp":"fake"}
> ✔✔✔
> BrokerChannel.Negotiate fails with 503 2022/07/29 09:07:17 Rendezvous
> using Broker at: test.broker
> ✔2022/07/29 09:07:17 Negotiating via BrokerChannel...
> Target URL:
> Front URL:
> 2022/07/29 09:07:17 BrokerChannel Response:
>
>
> ✔✔✔
> BrokerChannel.Negotiate fails with 400 2022/07/29 09:07:17 Rendezvous
> using Broker at: test.broker
> ✔2022/07/29 09:07:17 Negotiating via BrokerChannel...
> Target URL:
> Front URL:
> 2022/07/29 09:07:17 BrokerChannel Response:
>
>
> ✔✔✔
> BrokerChannel.Negotiate fails with large read 2022/07/29 09:07:17
> Rendezvous using Broker at: test.broker
> ✔2022/07/29 09:07:17 Negotiating via BrokerChannel...
> Target URL:
> Front URL:
> 2022/07/29 09:07:17 BrokerChannel Response:
>
>
> ✔✔✔
> BrokerChannel.Negotiate fails with unexpected error 2022/07/29 09:07:17
> Rendezvous using Broker at: test.broker
> ✔2022/07/29 09:07:17 Negotiating via BrokerChannel...
> Target URL:
> Front URL:
> 2022/07/29 09:07:17 BrokerChannel Response:
>
>
> ✔✔✔
>
>
> 66 total assertions (one or more sections skipped)
>
> --- PASS: TestSnowflakeClient (0.01s)
> PASS
> ok 0xacab.org/leap/bitmask-vpn/pkg/snowflake/lib 0.010s
> ? 0xacab.org/leap/bitmask-vpn/pkg/vpn [no test files]
> === RUN TestBonafideAPI
> 2022/07/29 09:07:16 Client expects invalid auth
> 2022/07/29 09:07:46 Post "https://api.black.riseup.net/3/cert": context
> deadline exceeded (Client.Timeout exceeded while awaiting headers)
> FAIL 0xacab.org/leap/bitmask-vpn/pkg/vpn/bonafide 30.018s
> ? 0xacab.org/leap/bitmask-vpn/tests/vercheck [no test files]
> FAIL
> dh_auto_test: error: cd _build && go test -vet=off -v -p 8
> 0xacab.org/leap/bitmask-vpn/branding/motd-cli
> 0xacab.org/leap/bitmask-vpn/cmd/bitmask-helper
> 0xacab.org/leap/bitmask-vpn/cmd/snowflake-client
> 0xacab.org/leap/bitmask-vpn/pkg/backend
> 0xacab.org/leap/bitmask-vpn/pkg/bitmask
> 0xacab.org/leap/bitmask-vpn/pkg/config
> 0xacab.org/leap/bitmask-vpn/pkg/config/version
> 0xacab.org/leap/bitmask-vpn/pkg/config/version/genver
> 0xacab.org/leap/bitmask-vpn/pkg/helper 0xacab.org/leap/bitmask-vpn/pkg/motd
> 0xacab.org/leap/bitmask-vpn/pkg/pickle
> 0xacab.org/leap/bitmask-vpn/pkg/pickle/statik
> 0xacab.org/leap/bitmask-vpn/pkg/pid 0xacab.org/leap/bitmask-vpn/pkg/snowflake
> 0xacab.org/leap/bitmask-vpn/pkg/snowflake/lib
> 0xacab.org/leap/bitmask-vpn/pkg/vpn
> 0xacab.org/leap/bitmask-vpn/pkg/vpn/bonafide
> 0xacab.org/leap/bitmask-vpn/tests/vercheck returned exit code 1
The full build log is available from:
http://qa-logs.debian.net/2022/07/28/riseup-vpn_0.21.11+ds-3_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220728;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220728&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 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: riseup-vpn
Source-Version: 0.21.11+ds-4
Done: Nilesh Patra <nil...@debian.org>
We believe that the bug you reported is fixed in the latest version of
riseup-vpn, 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 1016...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Nilesh Patra <nil...@debian.org> (supplier of updated riseup-vpn 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: SHA512
Format: 1.8
Date: Wed, 03 Aug 2022 12:38:10 +0530
Source: riseup-vpn
Architecture: source
Version: 0.21.11+ds-4
Distribution: unstable
Urgency: high
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Nilesh Patra <nil...@debian.org>
Closes: 1014742 1014798 1016166 1016310
Changes:
riseup-vpn (0.21.11+ds-4) unstable; urgency=high
.
* Add/Install .desktop for riseup-vpn
* d/control:
+ Add depends also on qml-module-qtquick-controls
(Closes: #1014742)
+ Fix VCS URLs (Closes: #1016166)
+ Change section to net (Closes: #1014798)
* Skip test doing post http req (Closes: #1016310)
Checksums-Sha1:
1967e6f87207a17493e69fc802d6b04b03f611eb 2971 riseup-vpn_0.21.11+ds-4.dsc
2ce659942730babcfe1ba33cdbc6e5524d6ba6f4 8196
riseup-vpn_0.21.11+ds-4.debian.tar.xz
d268c9c833b248c591b0f38d8ba3e8f8f37d2986 15691
riseup-vpn_0.21.11+ds-4_amd64.buildinfo
Checksums-Sha256:
2cad179c5860c5189bd3f74239b5f45b2d08c35525d0610f39866da7ae3a2bd6 2971
riseup-vpn_0.21.11+ds-4.dsc
7efb69bde6a825d7e12487572185cf674ef85ec1df08c2cc7bc971dd4deb612a 8196
riseup-vpn_0.21.11+ds-4.debian.tar.xz
6972f52fcb16732d04a7f96fc8a7e9db14b43307d8c5d6e55158c504db54c8f2 15691
riseup-vpn_0.21.11+ds-4_amd64.buildinfo
Files:
f2fa224b44829a98f32e6646d09cc88f 2971 net optional riseup-vpn_0.21.11+ds-4.dsc
3cc26242168a5415bd15e31617c5b8c5 8196 net optional
riseup-vpn_0.21.11+ds-4.debian.tar.xz
51baa2dfe0e632815f758349a269d6fb 15691 net optional
riseup-vpn_0.21.11+ds-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEPpmlJvXcwMu/HO6mALrnSzQzafEFAmLqJbISHG5pbGVzaEBk
ZWJpYW4ub3JnAAoJEAC650s0M2nxCqsP/i0AtMGCiARkFmFLjIrIGXBwTxncdL12
avbK1QZIx7JYeqLsgAKmepHouxVZ1OtBNWnFalb+EoY5o+xIPqgMmuG7lAlIJ9s6
7QufW8CzYeEGzyuns7sVUf6O0HKUeceIb7fw40ArTczaJE/AvaSY3WKjm2l6ofsM
RQ8DNKPV0jE7zR9f0Y0Gkrj/NGN76Bu1DFL9aucxzvBgS1zm+7XHkrdZCj11Ulkm
JUzsPJrS3PnoPGsBj/r+V+oA89IlMQc6x80RzoKfqRPX9z+hiGaSFreRtaRqjkwA
oSa98G8+UP/X7eP7aMYunIBw74TUeB8wf5eGMYX/ZGfPvgEVCjLMHKJ1hUSCaAee
h9JpWGy8xnJdE+rdEQUeCJiQJuK80p5KT5nOoXMDOZkGgfVPrAk4EJTJVKI7+sSH
FlVBPNo4j0aBWO2gSWkFZum0AYwiL7v89EC07XoTtN7YZruE9RwEsgCScwYswVRO
UTO8R7J0ZjXveXzuRweGNrTgplDskTGUHD1ltBu2md9kwuGPFNyySm1e/l+MVnN3
TJ4/twknStl3PYbsBHgyir4qrIufzDLCpyup2kKB26qps23ezmjFjEfOvz9OW04q
uVFIBotTO9Qgh7gKKxsy7GCtKJEo9Y7JRN1Tj8e5iR5Nx7nYlMinhDZg7eocNg/9
fDAg47JZUgc4
=YSbE
-----END PGP SIGNATURE-----
--- End Message ---