Your message dated Thu, 11 Nov 2021 03:18:31 +0000
with message-id <[email protected]>
and subject line Bug#998449: fixed in golang-github-containernetworking-plugins
0.9.1+ds1-1
has caused the Debian Bug report #998449,
regarding autopkgtest: dh-golang-autopkgtest FAIL non-zero exit status 2
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.)
--
998449: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998449
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libpod
Version: 3.4.1+ds1-2
Severity: serious
User: [email protected]
Usertags: regression
X-Debbugs-CC: [email protected]
The libpod autopkgtest curently fails in unstable. I have seen #993532,
but I don't know if it's the same issue.
See the log below, slightly edited for brevity. Unfortunately there is
zero diagnostics output, it just exits non-zero failing the test. Maybe
this is something that could be improved in dh_golang_autopkgtest, I
don't know.
----------------8<----------------8<----------------8<-----------------
autopkgtest [08:39:48]: test dh-golang-autopkgtest:
/usr/bin/dh_golang_autopkgtest
autopkgtest [08:39:48]: test dh-golang-autopkgtest: [-----------------------
[info] Testing github.com/containers/podman...
[info] Source code installed by binary package, overriding dh_auto_configure...
dh build --buildsystem=golang --with=golang,bash-completion
--builddirectory=_output
dh_update_autotools_config -O--buildsystem=golang -O--builddirectory=_output
dh_autoreconf -O--buildsystem=golang -O--builddirectory=_output
debian/rules override_dh_auto_configure
make[1]: Entering directory
'/tmp/autopkgtest-lxc.yyi7s1c4/downtmp/autopkgtest_tmp'
mkdir -p "_output"
cp -a /usr/share/gocode/src "_output"
make[1]: Leaving directory
'/tmp/autopkgtest-lxc.yyi7s1c4/downtmp/autopkgtest_tmp'
debian/rules override_dh_auto_build
make[1]: Entering directory
'/tmp/autopkgtest-lxc.yyi7s1c4/downtmp/autopkgtest_tmp'
/usr/bin/make docs docker-docs
make[2]: Entering directory
'/tmp/autopkgtest-lxc.yyi7s1c4/downtmp/autopkgtest_tmp'
mkdir -p
"/tmp/autopkgtest-lxc.yyi7s1c4/downtmp/autopkgtest_tmp/debian/tmp/go/src/github.com/containers"
ln -sfn "/tmp/autopkgtest-lxc.yyi7s1c4/downtmp/autopkgtest_tmp"
"/tmp/autopkgtest-lxc.yyi7s1c4/downtmp/autopkgtest_tmp/debian/tmp/go/src/github.com/containers/podman"
touch .gopathok
if [ ! -x "/usr/bin/go-md2man" ]; then \
env GO111MODULE=off go get -u github.com/cpuguy83/go-md2man; \
fi
mkdir -p docs/build/man
(cd docs; ./dckrman.sh ./build/man/*.1)
make[2]: Leaving directory
'/tmp/autopkgtest-lxc.yyi7s1c4/downtmp/autopkgtest_tmp'
dh_auto_build -v --builddirectory=_output -- -tags
"apparmor,ostree,seccomp,selinux,systemd" \
-ldflags "-X main.buildInfo=3.4.1+ds1-2"
cd _output && go version
go version go1.17.2 linux/amd64
cd _output && go env
GO111MODULE="off"
GOARCH="amd64"
GOBIN=""
GOCACHE="/tmp/autopkgtest-lxc.yyi7s1c4/downtmp/autopkgtest_tmp/_output/go-build"
GOENV="/tmp/autopkgtest-lxc.yyi7s1c4/downtmp/autopkgtest_tmp/debian/.debhelper/generated/_source/home/.config/go/env"
GOEXE=""
GOEXPERIMENT=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GOMODCACHE="/tmp/autopkgtest-lxc.yyi7s1c4/downtmp/autopkgtest_tmp/_output/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/tmp/autopkgtest-lxc.yyi7s1c4/downtmp/autopkgtest_tmp/_output"
GOPRIVATE=""
GOPROXY="off"
GOROOT="/usr/lib/go-1.17"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/lib/go-1.17/pkg/tool/linux_amd64"
GOVCS=""
GOVERSION="go1.17.2"
GCCGO="gccgo"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD=""
CGO_CFLAGS="-g -O2
-ffile-prefix-map=/tmp/autopkgtest-lxc.yyi7s1c4/downtmp/autopkgtest_tmp=.
-fstack-protector-strong -Wformat -Werror=format-security"
CGO_CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2"
CGO_CXXFLAGS="-g -O2
-ffile-prefix-map=/tmp/autopkgtest-lxc.yyi7s1c4/downtmp/autopkgtest_tmp=.
-fstack-protector-strong -Wformat -Werror=format-security"
CGO_FFLAGS="-g -O2
-ffile-prefix-map=/tmp/autopkgtest-lxc.yyi7s1c4/downtmp/autopkgtest_tmp=.
-fstack-protector-strong"
CGO_LDFLAGS="-Wl,-z,relro"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0
-fdebug-prefix-map=/tmp/go-build2850767338=/tmp/go-build
-gno-record-gcc-switches"
cd _output && go generate -v -tags
apparmor,ostree,seccomp,selinux,systemd -ldflags "-X
main.buildInfo=3.4.1+ds1-2" github.com/containers/podman/cmd/podman
github.com/containers/podman/cmd/podman/common
github.com/containers/podman/cmd/podman/completion
github.com/containers/podman/cmd/podman/containers
github.com/containers/podman/cmd/podman/diff
github.com/containers/podman/cmd/podman/generate
github.com/containers/podman/cmd/podman/healthcheck
github.com/containers/podman/cmd/podman/images
github.com/containers/podman/cmd/podman/inspect
github.com/containers/podman/cmd/podman/machine
github.com/containers/podman/cmd/podman/manifest
github.com/containers/podman/cmd/podman/networks
github.com/containers/podman/cmd/podman/parse
github.com/containers/podman/cmd/podman/play
github.com/containers/podman/cmd/podman/pods
github.com/containers/podman/cmd/podman/registry
github.com/containers/podman/cmd/podman/secrets
github.com/containers/podman/cmd/podman/system
github.com/containers/podman/cmd/podman/system/connection
github.com/containers/podman/cmd/podman/utils
github.com/containers/podman/cmd/podman/validate
github.com/containers/podman/cmd/podman/volumes
github.com/containers/podman/libpod github.com/containers/podman/libpod/common
github.com/containers/podman/libpod/define
github.com/containers/podman/libpod/driver
github.com/containers/podman/libpod/events
github.com/containers/podman/libpod/layers
github.com/containers/podman/libpod/linkmode
github.com/containers/podman/libpod/lock
github.com/containers/podman/libpod/lock/file
github.com/containers/podman/libpod/lock/shm
github.com/containers/podman/libpod/logs
github.com/containers/podman/libpod/logs/reversereader
github.com/containers/podman/libpod/network
github.com/containers/podman/libpod/network/cni
github.com/containers/podman/libpod/network/types
github.com/containers/podman/libpod/network/util
github.com/containers/podman/libpod/plugin
github.com/containers/podman/libpod/shutdown
github.com/containers/podman/pkg/annotations
github.com/containers/podman/pkg/api/handlers
github.com/containers/podman/pkg/api/handlers/compat
github.com/containers/podman/pkg/api/handlers/libpod
github.com/containers/podman/pkg/api/handlers/swagger
github.com/containers/podman/pkg/api/handlers/types
github.com/containers/podman/pkg/api/handlers/utils
github.com/containers/podman/pkg/api/server
github.com/containers/podman/pkg/api/server/idle
github.com/containers/podman/pkg/api/types
github.com/containers/podman/pkg/auth
github.com/containers/podman/pkg/autoupdate
github.com/containers/podman/pkg/bindings
github.com/containers/podman/pkg/bindings/containers
github.com/containers/podman/pkg/bindings/generate
github.com/containers/podman/pkg/bindings/images
github.com/containers/podman/pkg/bindings/internal/util
github.com/containers/podman/pkg/bindings/manifests
github.com/containers/podman/pkg/bindings/network
github.com/containers/podman/pkg/bindings/play
github.com/containers/podman/pkg/bindings/pods
github.com/containers/podman/pkg/bindings/secrets
github.com/containers/podman/pkg/bindings/system
github.com/containers/podman/pkg/bindings/volumes
github.com/containers/podman/pkg/cgroups
github.com/containers/podman/pkg/channel
github.com/containers/podman/pkg/checkpoint
github.com/containers/podman/pkg/checkpoint/crutils
github.com/containers/podman/pkg/copy github.com/containers/podman/pkg/criu
github.com/containers/podman/pkg/ctime
github.com/containers/podman/pkg/domain/entities
github.com/containers/podman/pkg/domain/entities/reports
github.com/containers/podman/pkg/domain/entities/types
github.com/containers/podman/pkg/domain/filters
github.com/containers/podman/pkg/domain/infra
github.com/containers/podman/pkg/domain/infra/abi
github.com/containers/podman/pkg/domain/infra/abi/parse
github.com/containers/podman/pkg/domain/infra/abi/terminal
github.com/containers/podman/pkg/domain/infra/tunnel
github.com/containers/podman/pkg/domain/utils
github.com/containers/podman/pkg/env
github.com/containers/podman/pkg/errorhandling
github.com/containers/podman/pkg/hooks github.com/con
src/github.com/containers/podman/cmd/podman/auto-update.go
src/github.com/containers/podman/cmd/podman/diff.go
src/github.com/containers/podman/cmd/podman/early_init_linux.go
src/github.com/containers/podman/cmd/podman/inspect.go
[...]
src/github.com/containers/podman/utils/ports.go
src/github.com/containers/podman/utils/utils.go
src/github.com/containers/podman/utils/utils_supported.go
src/github.com/containers/podman/version/version.go
cd _output && go install -trimpath -v -p 4 -tags
apparmor,ostree,seccomp,selinux,systemd -ldflags "-X
main.buildInfo=3.4.1+ds1-2" github.com/containers/podman/cmd/podman
github.com/containers/podman/cmd/podman/common
github.com/containers/podman/cmd/podman/completion
github.com/containers/podman/cmd/podman/containers
github.com/containers/podman/cmd/podman/diff
github.com/containers/podman/cmd/podman/generate
github.com/containers/podman/cmd/podman/healthcheck
github.com/containers/podman/cmd/podman/images
github.com/containers/podman/cmd/podman/inspect
github.com/containers/podman/cmd/podman/machine
github.com/containers/podman/cmd/podman/manifest
github.com/containers/podman/cmd/podman/networks
github.com/containers/podman/cmd/podman/parse
github.com/containers/podman/cmd/podman/play
github.com/containers/podman/cmd/podman/pods
github.com/containers/podman/cmd/podman/registry
github.com/containers/podman/cmd/podman/secrets
github.com/containers/podman/cmd/podman/system
github.com/containers/podman/cmd/podman/system/connection
github.com/containers/podman/cmd/podman/utils
github.com/containers/podman/cmd/podman/validate
github.com/containers/podman/cmd/podman/volumes
github.com/containers/podman/libpod github.com/containers/podman/libpod/common
github.com/containers/podman/libpod/define
github.com/containers/podman/libpod/driver
github.com/containers/podman/libpod/events
github.com/containers/podman/libpod/layers
github.com/containers/podman/libpod/linkmode
github.com/containers/podman/libpod/lock
github.com/containers/podman/libpod/lock/file
github.com/containers/podman/libpod/lock/shm
github.com/containers/podman/libpod/logs
github.com/containers/podman/libpod/logs/reversereader
github.com/containers/podman/libpod/network
github.com/containers/podman/libpod/network/cni
github.com/containers/podman/libpod/network/types
github.com/containers/podman/libpod/network/util
github.com/containers/podman/libpod/plugin
github.com/containers/podman/libpod/shutdown
github.com/containers/podman/pkg/annotations
github.com/containers/podman/pkg/api/handlers
github.com/containers/podman/pkg/api/handlers/compat
github.com/containers/podman/pkg/api/handlers/libpod
github.com/containers/podman/pkg/api/handlers/swagger
github.com/containers/podman/pkg/api/handlers/types
github.com/containers/podman/pkg/api/handlers/utils
github.com/containers/podman/pkg/api/server
github.com/containers/podman/pkg/api/server/idle
github.com/containers/podman/pkg/api/types
github.com/containers/podman/pkg/auth
github.com/containers/podman/pkg/autoupdate
github.com/containers/podman/pkg/bindings
github.com/containers/podman/pkg/bindings/containers
github.com/containers/podman/pkg/bindings/generate
github.com/containers/podman/pkg/bindings/images
github.com/containers/podman/pkg/bindings/internal/util
github.com/containers/podman/pkg/bindings/manifests
github.com/containers/podman/pkg/bindings/network
github.com/containers/podman/pkg/bindings/play
github.com/containers/podman/pkg/bindings/pods
github.com/containers/podman/pkg/bindings/secrets
github.com/containers/podman/pkg/bindings/system
github.com/containers/podman/pkg/bindings/volumes
github.com/containers/podman/pkg/cgroups
github.com/containers/podman/pkg/channel
github.com/containers/podman/pkg/checkpoint
github.com/containers/podman/pkg/checkpoint/crutils
github.com/containers/podman/pkg/copy github.com/containers/podman/pkg/criu
github.com/containers/podman/pkg/ctime
github.com/containers/podman/pkg/domain/entities
github.com/containers/podman/pkg/domain/entities/reports
github.com/containers/podman/pkg/domain/entities/types
github.com/containers/podman/pkg/domain/filters
github.com/containers/podman/pkg/domain/infra
github.com/containers/podman/pkg/domain/infra/abi
github.com/containers/podman/pkg/domain/infra/abi/parse
github.com/containers/podman/pkg/domain/infra/abi/terminal
github.com/containers/podman/pkg/domain/infra/tunnel
github.com/containers/podman/pkg/domain/utils
github.com/containers/podman/pkg/env
github.com/containers/podman/pkg/errorhandling
github.com/containers/podman/pkg/hooks
internal/unsafeheader
internal/goexperiment
internal/cpu
internal/abi
runtime/internal/atomic
runtime/internal/sys
[...]
golang.org/x/text/encoding/htmlindex
golang.org/x/net/html/charset
github.com/onsi/gomega/matchers
github.com/onsi/gomega
github.com/containers/podman/test/framework
github.com/containers/podman/vendor/k8s.io/api/apps/v1
dh_auto_build: error: cd _output && go install -trimpath -v -p 4 -tags
apparmor,ostree,seccomp,selinux,systemd -ldflags "-X
main.buildInfo=3.4.1+ds1-2" github.com/containers/podman/cmd/podman
github.com/containers/podman/cmd/podman/common
github.com/containers/podman/cmd/podman/completion
github.com/containers/podman/cmd/podman/containers
github.com/containers/podman/cmd/podman/diff
github.com/containers/podman/cmd/podman/generate
github.com/containers/podman/cmd/podman/healthcheck
github.com/containers/podman/cmd/podman/images
github.com/containers/podman/cmd/podman/inspect
github.com/containers/podman/cmd/podman/machine
github.com/containers/podman/cmd/podman/manifest
github.com/containers/podman/cmd/podman/networks
github.com/containers/podman/cmd/podman/parse
github.com/containers/podman/cmd/podman/play
github.com/containers/podman/cmd/podman/pods
github.com/containers/podman/cmd/podman/registry
github.com/containers/podman/cmd/podman/secrets
github.com/containers/podman/cmd/podman/system
github.com/containers/podman/cmd/podman/system/connection
github.com/containers/podman/cmd/podman/utils
github.com/containers/podman/cmd/podman/validate
github.com/containers/podman/cmd/podman/volumes
github.com/containers/podman/libpod github.com/containers/podman/libpod/common
github.com/containers/podman/libpod/define
github.com/containers/podman/libpod/driver
github.com/containers/podman/libpod/events
github.com/containers/podman/libpod/layers
github.com/containers/podman/libpod/linkmode
github.com/containers/podman/libpod/lock
github.com/containers/podman/libpod/lock/file
github.com/containers/podman/libpod/lock/shm
github.com/containers/podman/libpod/logs
github.com/containers/podman/libpod/logs/reversereader
github.com/containers/podman/libpod/network
github.com/containers/podman/libpod/network/cni
github.com/containers/podman/libpod/network/types
github.com/containers/podman/libpod/network/util
github.com/containers/podman/libpod/plugin
github.com/containers/podman/libpod/shutdown
github.com/containers/podman/pkg/annotations
github.com/containers/podman/pkg/api/handlers
github.com/containers/podman/pkg/api/handlers/compat
github.com/containers/podman/pkg/api/handlers/libpod
github.com/containers/podman/pkg/api/handlers/swagger
github.com/containers/podman/pkg/api/handlers/types
github.com/containers/podman/pkg/api/handlers/utils
github.com/containers/podman/pkg/api/server
github.com/containers/podman/pkg/api/server/idle
github.com/containers/podman/pkg/api/types
github.com/containers/podman/pkg/auth
github.com/containers/podman/pkg/autoupdate
github.com/containers/podman/pkg/bindings
github.com/containers/podman/pkg/bindings/containers
github.com/containers/podman/pkg/bindings/generate
github.com/containers/podman/pkg/bindings/images
github.com/containers/podman/pkg/bindings/internal/util
github.com/containers/podman/pkg/bindings/manifests
github.com/containers/podman/pkg/bindings/network
github.com/containers/podman/pkg/bindings/play
github.com/containers/podman/pkg/bindings/pods
github.com/containers/podman/pkg/bindings/secrets
github.com/containers/podman/pkg/bindings/system
github.com/containers/podman/pkg/bindings/volumes
github.com/containers/podman/pkg/cgroups
github.com/containers/podman/pkg/channel
github.com/containers/podman/pkg/checkpoint
github.com/containers/podman/pkg/checkpoint/crutils
github.com/containers/podman/pkg/copy github.com/containers/podman/pkg/criu
github.com/containers/podman/pkg/ctime
github.com/containers/podman/pkg/domain/entities
github.com/containers/podman/pkg/domain/entities/reports
github.com/containers/podman/pkg/domain/entities/types
github.com/containers/podman/pkg/domain/filters
github.com/containers/podman/pkg/domain/infra
github.com/containers/podman/pkg/domain/infra/abi
github.com/containers/podman/pkg/domain/infra/abi/parse
github.com/containers/podman/pkg/domain/infra/abi/terminal
github.com/containers/podman/pkg/domain/infra/tunnel
github.com/containers/podman/pkg/domain/utils
github.com/containers/podman/pkg/env
github.com/containers/podman/pkg/errorhandling github.com/contain
make[1]: *** [debian/rules:29: override_dh_auto_build] Error 25
make[1]: Leaving directory
'/tmp/autopkgtest-lxc.yyi7s1c4/downtmp/autopkgtest_tmp'
make: *** [debian/rules:25: build] Error 2
autopkgtest [08:41:15]: test dh-golang-autopkgtest: -----------------------]
autopkgtest [08:41:15]: test dh-golang-autopkgtest: - - - - - - - - - -
results - - - - - - - - - -
dh-golang-autopkgtest FAIL non-zero exit status 2
autopkgtest [08:41:16]: @@@@@@@@@@@@@@@@@@@@ summary
dh-golang-autopkgtest FAIL non-zero exit status 2
Output directory: /tmp/autopkgtest-M11mRALfA
----------------8<----------------8<----------------8<-----------------
-- System Information:
Debian Release: bookworm/sid
APT prefers testing-debug
APT policy: (900, 'testing-debug'), (900, 'testing'), (500,
'unstable-debug'), (500, 'unstable'), (1, 'experimental-debug'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 5.14.0-2-amd64 (SMP w/4 CPU threads)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.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
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: golang-github-containernetworking-plugins
Source-Version: 0.9.1+ds1-1
Done: Shengjing Zhu <[email protected]>
We believe that the bug you reported is fixed in the latest version of
golang-github-containernetworking-plugins, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Shengjing Zhu <[email protected]> (supplier of updated
golang-github-containernetworking-plugins 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 11 Nov 2021 10:53:10 +0800
Source: golang-github-containernetworking-plugins
Architecture: source
Version: 0.9.1+ds1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Shengjing Zhu <[email protected]>
Closes: 998449
Changes:
golang-github-containernetworking-plugins (0.9.1+ds1-1) unstable;
urgency=medium
.
* Team upload
* Repack upstream tarball and exclude vendor dir. (Closes: #998449)
* Update Standards-Version to 4.6.0 (no changes)
* Fix miss creating dir in test
Checksums-Sha1:
2e00d63ee7d4f70cba905c78be1dbb3b319f2a04 2621
golang-github-containernetworking-plugins_0.9.1+ds1-1.dsc
6be6d3d2460cf89168e0a64e7e9c1dabcb50c9b9 122152
golang-github-containernetworking-plugins_0.9.1+ds1.orig.tar.xz
b39a80eed525735af54889c6b60272d37b4b3dd1 4660
golang-github-containernetworking-plugins_0.9.1+ds1-1.debian.tar.xz
8d61f253ba08a18346777abe8f798a2935b0d29f 8296
golang-github-containernetworking-plugins_0.9.1+ds1-1_amd64.buildinfo
Checksums-Sha256:
fca464fb31b450046a4505db9ce536fe641555ab59cffc53a3a425676b33707c 2621
golang-github-containernetworking-plugins_0.9.1+ds1-1.dsc
6283ab873e8bfbee2504347b6b35d855f93bea7433766f234399c53e761e89d4 122152
golang-github-containernetworking-plugins_0.9.1+ds1.orig.tar.xz
444aa05352f6de470c2fd06e071b7da608daf175bf7a03af1b4851e5c60b79a3 4660
golang-github-containernetworking-plugins_0.9.1+ds1-1.debian.tar.xz
42a8162b742dc1d0fcd4415f0c8fe5394696626806aa530e05de42a3a20ebc1f 8296
golang-github-containernetworking-plugins_0.9.1+ds1-1_amd64.buildinfo
Files:
97fe991da046474592584fb8137b3437 2621 golang optional
golang-github-containernetworking-plugins_0.9.1+ds1-1.dsc
3d6acb2697f51a7b0570bdf7bdf1e2eb 122152 golang optional
golang-github-containernetworking-plugins_0.9.1+ds1.orig.tar.xz
cf1e4f3e6f85b6ddacc142774829b6b7 4660 golang optional
golang-github-containernetworking-plugins_0.9.1+ds1-1.debian.tar.xz
35b96acbc400bec098d076dd1ab134a6 8296 golang optional
golang-github-containernetworking-plugins_0.9.1+ds1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iIYEARYIAC4WIQSRhdT1d2eu7mxV1B5/RPol6lUUywUCYYyGwhAcemhzakBkZWJp
YW4ub3JnAAoJEH9E+iXqVRTL4ogBAPTVZgbauvpWU/yNbPnQTEDlv0fyYCO396PJ
jUcMaLWAAQCCwuLWlVx/wPFXBBgsfZOFjL8j8yeda0Y+Sl5TsmeDCg==
=4G3A
-----END PGP SIGNATURE-----
--- End Message ---