Your message dated Thu, 28 Jun 2018 07:04:00 +0000
with message-id <e1fyqyg-000fql...@fasolo.debian.org>
and subject line Bug#897504: fixed in golang-github-hashicorp-go-plugin
0.0~git20170621.5ee1a665-1
has caused the Debian Bug report #897504,
regarding golang-github-hashicorp-go-plugin: FTBFS: dh_auto_test: cd
obj-x86_64-linux-gnu && go test -vet=off -v -p 1 github.com/hashicorp/go-plugin
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.)
--
897504: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897504
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-hashicorp-go-plugin
Version: 0.0~git20160212.0.cccb4a1-1
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20180502 qa-ftbfs
Justification: FTBFS on amd64
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_auto_configure -O--buildsystem=golang
> dh_auto_build -O--buildsystem=golang
> cd obj-x86_64-linux-gnu && go install
> -gcflags=\"-trimpath=/<<BUILDDIR>>/golang-github-hashicorp-go-plugin-0.0\~git20160212.0.cccb4a1/obj-x86_64-linux-gnu/src\"
>
> -asmflags=\"-trimpath=/<<BUILDDIR>>/golang-github-hashicorp-go-plugin-0.0\~git20160212.0.cccb4a1/obj-x86_64-linux-gnu/src\"
> -v -p 1 github.com/hashicorp/go-plugin
> github.com/hashicorp/yamux
> github.com/hashicorp/go-plugin
> dh_auto_test -O--buildsystem=golang
> cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1
> github.com/hashicorp/go-plugin
> === RUN TestClient_testInterfaceReattach
> 2018/05/02 19:21:27 [DEBUG] plugin: starting plugin:
> /tmp/go-build273529730/b001/go-plugin.test
> []string{"/tmp/go-build273529730/b001/go-plugin.test",
> "-test.run=TestHelperProcess", "--", "test-interface-daemon"}
> 2018/05/02 19:21:27 [DEBUG] plugin: waiting for RPC address for:
> /tmp/go-build273529730/b001/go-plugin.test
> 2018/05/02 19:21:27 [DEBUG] plugin: go-plugin.test: 2018/05/02 19:21:27
> [DEBUG] plugin: plugin address: unix /tmp/plugin359815028
> 2018/05/02 19:21:28 [DEBUG] plugin:
> /tmp/go-build273529730/b001/go-plugin.test: plugin process exited
> 2018/05/02 19:21:29 [DEBUG] plugin: reattached plugin process exited
> --- PASS: TestClient_testInterfaceReattach (2.00s)
> === RUN TestClient
> 2018/05/02 19:21:29 [DEBUG] plugin: starting plugin:
> /tmp/go-build273529730/b001/go-plugin.test
> []string{"/tmp/go-build273529730/b001/go-plugin.test",
> "-test.run=TestHelperProcess", "--", "mock"}
> 2018/05/02 19:21:29 [DEBUG] plugin: waiting for RPC address for:
> /tmp/go-build273529730/b001/go-plugin.test
> 2018/05/02 19:21:29 [DEBUG] plugin:
> /tmp/go-build273529730/b001/go-plugin.test: plugin process exited
> --- PASS: TestClient (0.00s)
> === RUN TestClient_testInterface
> 2018/05/02 19:21:29 [DEBUG] plugin: starting plugin:
> /tmp/go-build273529730/b001/go-plugin.test
> []string{"/tmp/go-build273529730/b001/go-plugin.test",
> "-test.run=TestHelperProcess", "--", "test-interface"}
> 2018/05/02 19:21:29 [DEBUG] plugin: waiting for RPC address for:
> /tmp/go-build273529730/b001/go-plugin.test
> 2018/05/02 19:21:29 [DEBUG] plugin: go-plugin.test: 2018/05/02 19:21:29
> [DEBUG] plugin: plugin address: unix /tmp/plugin030403425
> 2018/05/02 19:21:29 [DEBUG] plugin:
> /tmp/go-build273529730/b001/go-plugin.test: plugin process exited
> --- PASS: TestClient_testInterface (0.01s)
> === RUN TestClient_cmdAndReattach
> --- PASS: TestClient_cmdAndReattach (0.00s)
> === RUN TestClient_reattachNotFound
> --- PASS: TestClient_reattachNotFound (0.01s)
> === RUN TestClientStart_badVersion
> 2018/05/02 19:21:29 [DEBUG] plugin: starting plugin:
> /tmp/go-build273529730/b001/go-plugin.test
> []string{"/tmp/go-build273529730/b001/go-plugin.test",
> "-test.run=TestHelperProcess", "--", "bad-version"}
> 2018/05/02 19:21:29 [DEBUG] plugin: waiting for RPC address for:
> /tmp/go-build273529730/b001/go-plugin.test
> 2018/05/02 19:21:29 [DEBUG] plugin:
> /tmp/go-build273529730/b001/go-plugin.test: plugin process exited
> --- PASS: TestClientStart_badVersion (0.00s)
> === RUN TestClient_Start_Timeout
> 2018/05/02 19:21:29 [DEBUG] plugin: starting plugin:
> /tmp/go-build273529730/b001/go-plugin.test
> []string{"/tmp/go-build273529730/b001/go-plugin.test",
> "-test.run=TestHelperProcess", "--", "start-timeout"}
> 2018/05/02 19:21:29 [DEBUG] plugin: waiting for RPC address for:
> /tmp/go-build273529730/b001/go-plugin.test
> 2018/05/02 19:21:29 [DEBUG] plugin:
> /tmp/go-build273529730/b001/go-plugin.test: plugin process exited
> --- PASS: TestClient_Start_Timeout (0.05s)
> === RUN TestClient_Stderr
> 2018/05/02 19:21:29 [DEBUG] plugin: starting plugin:
> /tmp/go-build273529730/b001/go-plugin.test
> []string{"/tmp/go-build273529730/b001/go-plugin.test",
> "-test.run=TestHelperProcess", "--", "stderr"}
> 2018/05/02 19:21:29 [DEBUG] plugin: waiting for RPC address for:
> /tmp/go-build273529730/b001/go-plugin.test
> 2018/05/02 19:21:29 [DEBUG] plugin: go-plugin.test: 2018/05/02 19:21:29 HELLO
> 2018/05/02 19:21:29 [DEBUG] plugin: go-plugin.test: 2018/05/02 19:21:29 WORLD
> 2018/05/02 19:21:29 [DEBUG] plugin:
> /tmp/go-build273529730/b001/go-plugin.test: plugin process exited
> --- PASS: TestClient_Stderr (0.01s)
> === RUN TestClient_Stdin
> 2018/05/02 19:21:29 [DEBUG] plugin: starting plugin:
> /tmp/go-build273529730/b001/go-plugin.test
> []string{"/tmp/go-build273529730/b001/go-plugin.test",
> "-test.run=TestHelperProcess", "--", "stdin"}
> 2018/05/02 19:21:29 [DEBUG] plugin: waiting for RPC address for:
> /tmp/go-build273529730/b001/go-plugin.test
> 2018/05/02 19:21:29 [DEBUG] plugin:
> /tmp/go-build273529730/b001/go-plugin.test: plugin process exited
> --- PASS: TestClient_Stdin (0.06s)
> === RUN TestBasicError_ImplementsError
> --- PASS: TestBasicError_ImplementsError (0.00s)
> === RUN TestBasicError_MatchesMessage
> --- PASS: TestBasicError_MatchesMessage (0.00s)
> === RUN TestNewBasicError_nil
> --- PASS: TestNewBasicError_nil (0.00s)
> === RUN TestHelperProcess
> --- PASS: TestHelperProcess (0.00s)
> === RUN TestClient_App
> --- PASS: TestClient_App (0.00s)
> === RUN TestClient_syncStreams
> --- FAIL: TestClient_syncStreams (0.10s)
> rpc_client_test.go:59: bad: stdouttest
> FAIL
> FAIL github.com/hashicorp/go-plugin 2.264s
> dh_auto_test: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1
> github.com/hashicorp/go-plugin returned exit code 1
The full build log is available from:
http://aws-logs.debian.net/2018/05/02/golang-github-hashicorp-go-plugin_0.0~git20160212.0.cccb4a1-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 ---
Source: golang-github-hashicorp-go-plugin
Source-Version: 0.0~git20170621.5ee1a665-1
We believe that the bug you reported is fixed in the latest version of
golang-github-hashicorp-go-plugin, 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 897...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dmitry Smirnov <only...@debian.org> (supplier of updated
golang-github-hashicorp-go-plugin 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: Thu, 28 Jun 2018 16:35:15 +1000
Source: golang-github-hashicorp-go-plugin
Binary: golang-github-hashicorp-go-plugin-dev
Architecture: source all
Version: 0.0~git20170621.5ee1a665-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team
<pkg-go-maintain...@lists.alioth.debian.org>
Changed-By: Dmitry Smirnov <only...@debian.org>
Description:
golang-github-hashicorp-go-plugin-dev - Golang plugin system over RPC
Closes: 897504
Changes:
golang-github-hashicorp-go-plugin (0.0~git20170621.5ee1a665-1) unstable;
urgency=medium
.
[ Alexandre Viau ]
* Point Vcs-* urls to salsa.debian.org.
.
[ Dmitry Smirnov ]
* New upstream snapshot.
+ fixed test failure (Closes: #897504).
* Testsuite: autopkgtest-pkg-go
* Standards-Version: 4.1.4; Priority: optional
* debhelper & compat to version 11
* golang-go --> golang-any
* rules: DH_GOLANG_GO_GENERATE := 1
* Build-Depends:
+ gogoprotobuf, golang-goprotobuf-dev
+ golang-google-grpc-dev
Checksums-Sha1:
525ac3f3cf0b36161ce1dfb2aa2521517b6550a4 2533
golang-github-hashicorp-go-plugin_0.0~git20170621.5ee1a665-1.dsc
6a2854cb0fbb854ea4d9c57648d654fbdceef662 40948
golang-github-hashicorp-go-plugin_0.0~git20170621.5ee1a665.orig.tar.xz
df4454cd1a56b114ac28c37eb35e28b8ebc4b079 7212
golang-github-hashicorp-go-plugin_0.0~git20170621.5ee1a665-1.debian.tar.xz
6102039f88a9680343ebfa9bf385f25559ac058f 36144
golang-github-hashicorp-go-plugin-dev_0.0~git20170621.5ee1a665-1_all.deb
5e3223f71bfef3c86ab89f57ce224e9eff593360 7051
golang-github-hashicorp-go-plugin_0.0~git20170621.5ee1a665-1_amd64.buildinfo
Checksums-Sha256:
bee43ae03a298bbf359118f30351ec1f1b4092062cc4080c92c14d68ce1ff38b 2533
golang-github-hashicorp-go-plugin_0.0~git20170621.5ee1a665-1.dsc
db8132fb6810b77a7a48ac6d5c1b79462424fd7657c491a5f8ec7bb16999c6d2 40948
golang-github-hashicorp-go-plugin_0.0~git20170621.5ee1a665.orig.tar.xz
5f4706d7002356bcd3667c51e28ccec2216658c1ce3abc6538a971c152f81170 7212
golang-github-hashicorp-go-plugin_0.0~git20170621.5ee1a665-1.debian.tar.xz
adf95c2054e917f18dbb2709b5dd095b706ff64a3a6d6d4abf70933c4c75d708 36144
golang-github-hashicorp-go-plugin-dev_0.0~git20170621.5ee1a665-1_all.deb
ef72cca62eee8d585346243afe4a6ab28bf1900453d215d53d0dfd07c17f1216 7051
golang-github-hashicorp-go-plugin_0.0~git20170621.5ee1a665-1_amd64.buildinfo
Files:
1b14c534436c8973100d98b3be8c8b94 2533 devel optional
golang-github-hashicorp-go-plugin_0.0~git20170621.5ee1a665-1.dsc
1efb9a1aee764633e73bfbd501a7e091 40948 devel optional
golang-github-hashicorp-go-plugin_0.0~git20170621.5ee1a665.orig.tar.xz
8603a2debee2f067a11c1de2dd81eb27 7212 devel optional
golang-github-hashicorp-go-plugin_0.0~git20170621.5ee1a665-1.debian.tar.xz
f7524175634b9f8358a26d4cda9fb865 36144 devel optional
golang-github-hashicorp-go-plugin-dev_0.0~git20170621.5ee1a665-1_all.deb
c451e557827527d56b375cd7694304d1 7051 devel optional
golang-github-hashicorp-go-plugin_0.0~git20170621.5ee1a665-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEULx8+TnSDCcqawZWUra72VOWjRsFAls0gvIACgkQUra72VOW
jRt+GhAAyREOYjYfLq4ekxcjmD7jGVyYLwE/jK02hDtERYc2auFEhU+8pRW+r16D
auc3uxNVSWela9tq5jUMZPmGavmSQWhUmUioiWtYMx8+OWIS05r1tKs2993el2EH
Fc0q6L+BwZY29fTNNyz30eilFDDvMoyXmI4YrQmSQB6v16ZO0Su5IWJWDyVx0BVO
3gzFoKQHFwHlpMQ5m6lvoa3VSP+TUuuD3C89/0saxlcxhM409apINuzbOjf75XpH
t3DywLobap4o4eSsUjaKsqmLLcotnbKaba/pTUOt4YHGgrTutRPtcAJHTvKSzG2q
0QaTIGtaRNXe1MWnRj+N5ZwvZIIGE2Lzl+L9kuAOO1cAyZhKQScSA9Ywz5jGCfLY
zPLlfEJ7TsajxCxnSoRVOAd+/+9Ei4Kju9S5Fcmd4Im+2dWIBMMIdrlGcKoo9xHh
RzzMMcA+ukNk2JgSDm1CEIT8nRcYIysQSiPTxulgdo0lBa1uWrVmCPXrn0YDq9Wm
OgvovYQxRP0ottAJR6iUtZIIZkFvJ9gIU/3TJ3KiNlzO3wlf4IN4DFZinSosVDlY
nlgzB2CO8xLsLM2d1e6F+NH2J4B0fUoKEbDmwmvRoSJB9DlX4zA3o1LGCji4PUpk
9VzeWUtzifsW9RnQkChVjLOtLF3ReqIXjrrH7XjCHkf3SIW5llQ=
=AB57
-----END PGP SIGNATURE-----
--- End Message ---