Your message dated Mon, 04 Jan 2021 21:20:44 +0000
with message-id <e1kwxhq-000abb...@fasolo.debian.org>
and subject line Bug#976565: fixed in golang-github-disintegration-imaging 
1.6.2-1
has caused the Debian Bug report #976565,
regarding golang-github-disintegration-imaging: FTBFS on arm64,ppc64el 
(arch:all-only src pkg): dh_auto_test: error: cd obj-aarch64-linux-gnu && go 
test -vet=off -v -p 4 github.com/disintegration/imaging 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.)


-- 
976565: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976565
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-disintegration-imaging
Version: 1.6.0+really1.6.0-1
Severity: serious
Justification: FTBFS on arm64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201205 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on arm64 (I don't know if it also fails 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-aarch64-linux-gnu && go install -trimpath -v -p 4 
> github.com/disintegration/imaging
> internal/unsafeheader
> runtime/internal/sys
> internal/cpu
> internal/race
> runtime/internal/math
> runtime/internal/atomic
> internal/bytealg
> sync/atomic
> unicode
> unicode/utf8
> math/bits
> runtime
> image/color
> math
> internal/testlog
> image/color/palette
> internal/reflectlite
> sync
> sort
> errors
> io
> strconv
> internal/oserror
> syscall
> bytes
> strings
> reflect
> hash
> hash/adler32
> bufio
> hash/crc32
> image
> time
> internal/syscall/unix
> internal/syscall/execenv
> image/internal/imageutil
> image/draw
> image/jpeg
> internal/poll
> encoding/binary
> internal/fmtsort
> os
> golang.org/x/image/bmp
> golang.org/x/image/ccitt
> fmt
> path/filepath
> io/ioutil
> golang.org/x/image/tiff/lzw
> compress/lzw
> compress/flate
> image/gif
> compress/zlib
> image/png
> golang.org/x/image/tiff
> github.com/disintegration/imaging
>    dh_auto_test -O--buildsystem=golang
>       cd obj-aarch64-linux-gnu && go test -vet=off -v -p 4 
> github.com/disintegration/imaging
> === RUN   TestGrayscale
> === RUN   TestGrayscale/Grayscale_3x3
> --- PASS: TestGrayscale (0.00s)
>     --- PASS: TestGrayscale/Grayscale_3x3 (0.00s)
> === RUN   TestInvert
> === RUN   TestInvert/Invert_3x3
> --- PASS: TestInvert (0.00s)
>     --- PASS: TestInvert/Invert_3x3 (0.00s)
> === RUN   TestAdjustSaturation
> === RUN   TestAdjustSaturation/AdjustSaturation_3x3_10
> === RUN   TestAdjustSaturation/AdjustSaturation_3x3_100
> === RUN   TestAdjustSaturation/AdjustSaturation_3x3_-10
> === RUN   TestAdjustSaturation/AdjustSaturation_3x3_-100
> === RUN   TestAdjustSaturation/AdjustSaturation_3x3_0
> --- PASS: TestAdjustSaturation (0.00s)
>     --- PASS: TestAdjustSaturation/AdjustSaturation_3x3_10 (0.00s)
>     --- PASS: TestAdjustSaturation/AdjustSaturation_3x3_100 (0.00s)
>     --- PASS: TestAdjustSaturation/AdjustSaturation_3x3_-10 (0.00s)
>     --- PASS: TestAdjustSaturation/AdjustSaturation_3x3_-100 (0.00s)
>     --- PASS: TestAdjustSaturation/AdjustSaturation_3x3_0 (0.00s)
> === RUN   TestAdjustSaturationGolden
>     adjust_test.go:238: resulting image differs from golden: 
> out_saturation_m30.png
>     adjust_test.go:238: resulting image differs from golden: 
> out_saturation_p30.png
> --- FAIL: TestAdjustSaturationGolden (0.01s)
> === RUN   TestAdjustContrast
> === RUN   TestAdjustContrast/AdjustContrast_3x3_10
> === RUN   TestAdjustContrast/AdjustContrast_3x3_100
> === RUN   TestAdjustContrast/AdjustContrast_3x3_-10
> === RUN   TestAdjustContrast/AdjustContrast_3x3_-100
> === RUN   TestAdjustContrast/AdjustContrast_3x3_0
> --- PASS: TestAdjustContrast (0.00s)
>     --- PASS: TestAdjustContrast/AdjustContrast_3x3_10 (0.00s)
>     --- PASS: TestAdjustContrast/AdjustContrast_3x3_100 (0.00s)
>     --- PASS: TestAdjustContrast/AdjustContrast_3x3_-10 (0.00s)
>     --- PASS: TestAdjustContrast/AdjustContrast_3x3_-100 (0.00s)
>     --- PASS: TestAdjustContrast/AdjustContrast_3x3_0 (0.00s)
> === RUN   TestAdjustContrastGolden
> --- PASS: TestAdjustContrastGolden (0.01s)
> === RUN   TestAdjustBrightness
> === RUN   TestAdjustBrightness/AdjustBrightness_3x3_10
> === RUN   TestAdjustBrightness/AdjustBrightness_3x3_100
> === RUN   TestAdjustBrightness/AdjustBrightness_3x3_-10
> === RUN   TestAdjustBrightness/AdjustBrightness_3x3_-100
> === RUN   TestAdjustBrightness/AdjustBrightness_3x3_0
> --- PASS: TestAdjustBrightness (0.00s)
>     --- PASS: TestAdjustBrightness/AdjustBrightness_3x3_10 (0.00s)
>     --- PASS: TestAdjustBrightness/AdjustBrightness_3x3_100 (0.00s)
>     --- PASS: TestAdjustBrightness/AdjustBrightness_3x3_-10 (0.00s)
>     --- PASS: TestAdjustBrightness/AdjustBrightness_3x3_-100 (0.00s)
>     --- PASS: TestAdjustBrightness/AdjustBrightness_3x3_0 (0.00s)
> === RUN   TestAdjustBrightnessGolden
> --- PASS: TestAdjustBrightnessGolden (0.01s)
> === RUN   TestAdjustGamma
> === RUN   TestAdjustGamma/AdjustGamma_3x3_0.75
> === RUN   TestAdjustGamma/AdjustGamma_3x3_1.5
> === RUN   TestAdjustGamma/AdjustGamma_3x3_1.0
> --- PASS: TestAdjustGamma (0.00s)
>     --- PASS: TestAdjustGamma/AdjustGamma_3x3_0.75 (0.00s)
>     --- PASS: TestAdjustGamma/AdjustGamma_3x3_1.5 (0.00s)
>     --- PASS: TestAdjustGamma/AdjustGamma_3x3_1.0 (0.00s)
> === RUN   TestAdjustGammaGolden
> --- PASS: TestAdjustGammaGolden (0.01s)
> === RUN   TestAdjustSigmoid
> === RUN   TestAdjustSigmoid/AdjustSigmoid_3x3_0.5_3.0
> === RUN   TestAdjustSigmoid/AdjustSigmoid_3x3_0.5_-3.0
> === RUN   TestAdjustSigmoid/AdjustSigmoid_3x3_0.5_0.0
> --- PASS: TestAdjustSigmoid (0.00s)
>     --- PASS: TestAdjustSigmoid/AdjustSigmoid_3x3_0.5_3.0 (0.00s)
>     --- PASS: TestAdjustSigmoid/AdjustSigmoid_3x3_0.5_-3.0 (0.00s)
>     --- PASS: TestAdjustSigmoid/AdjustSigmoid_3x3_0.5_0.0 (0.00s)
> === RUN   TestAdjustFunc
> === RUN   TestAdjustFunc/invert
> === RUN   TestAdjustFunc/threshold
> --- PASS: TestAdjustFunc (0.00s)
>     --- PASS: TestAdjustFunc/invert (0.00s)
>     --- PASS: TestAdjustFunc/threshold (0.00s)
> === RUN   TestConvolve3x3
> === RUN   TestConvolve3x3/Convolve3x3_0x0
> === RUN   TestConvolve3x3/Convolve3x3_4x4_identity
> === RUN   TestConvolve3x3/Convolve3x3_4x4_abs
> === RUN   TestConvolve3x3/Convolve3x3_4x4_bias
> === RUN   TestConvolve3x3/Convolve3x3_4x4_norm
> === RUN   TestConvolve3x3/Convolve3x3_3x3_laplacian
> --- PASS: TestConvolve3x3 (0.00s)
>     --- PASS: TestConvolve3x3/Convolve3x3_0x0 (0.00s)
>     --- PASS: TestConvolve3x3/Convolve3x3_4x4_identity (0.00s)
>     --- PASS: TestConvolve3x3/Convolve3x3_4x4_abs (0.00s)
>     --- PASS: TestConvolve3x3/Convolve3x3_4x4_bias (0.00s)
>     --- PASS: TestConvolve3x3/Convolve3x3_4x4_norm (0.00s)
>     --- PASS: TestConvolve3x3/Convolve3x3_3x3_laplacian (0.00s)
> === RUN   TestConvolve5x5
> === RUN   TestConvolve5x5/Convolve5x5_4x4_translate
> --- PASS: TestConvolve5x5 (0.00s)
>     --- PASS: TestConvolve5x5/Convolve5x5_4x4_translate (0.00s)
> === RUN   TestNormalizeKernel
> === RUN   TestNormalizeKernel/positive_sum
> === RUN   TestNormalizeKernel/negative_sum
> === RUN   TestNormalizeKernel/zero_sum
> === RUN   TestNormalizeKernel/all_zero
> --- PASS: TestNormalizeKernel (0.00s)
>     --- PASS: TestNormalizeKernel/positive_sum (0.00s)
>     --- PASS: TestNormalizeKernel/negative_sum (0.00s)
>     --- PASS: TestNormalizeKernel/zero_sum (0.00s)
>     --- PASS: TestNormalizeKernel/all_zero (0.00s)
> === RUN   TestBlur
> === RUN   TestBlur/Blur_3x3_0
> === RUN   TestBlur/Blur_3x3_0.5
> === RUN   TestBlur/Blur_3x3_10
> --- PASS: TestBlur (0.00s)
>     --- PASS: TestBlur/Blur_3x3_0 (0.00s)
>     --- PASS: TestBlur/Blur_3x3_0.5 (0.00s)
>     --- PASS: TestBlur/Blur_3x3_10 (0.00s)
> === RUN   TestBlurGolden
> --- PASS: TestBlurGolden (0.01s)
> === RUN   TestSharpen
> === RUN   TestSharpen/Sharpen_3x3_0
> === RUN   TestSharpen/Sharpen_3x3_0.5
> === RUN   TestSharpen/Sharpen_3x3_100
> === RUN   TestSharpen/Sharpen_3x1_10
> --- PASS: TestSharpen (0.00s)
>     --- PASS: TestSharpen/Sharpen_3x3_0 (0.00s)
>     --- PASS: TestSharpen/Sharpen_3x3_0.5 (0.00s)
>     --- PASS: TestSharpen/Sharpen_3x3_100 (0.00s)
>     --- PASS: TestSharpen/Sharpen_3x1_10 (0.00s)
> === RUN   TestSharpenGolden
> --- PASS: TestSharpenGolden (0.01s)
> === RUN   TestHistogram
> === RUN   TestHistogram/grayscale
> === RUN   TestHistogram/colorful
> === RUN   TestHistogram/zero
> --- PASS: TestHistogram (0.00s)
>     --- PASS: TestHistogram/grayscale (0.00s)
>     --- PASS: TestHistogram/colorful (0.00s)
>     --- PASS: TestHistogram/zero (0.00s)
> === RUN   TestOpenSave
> --- PASS: TestOpenSave (0.00s)
> === RUN   TestFormats
> --- PASS: TestFormats (0.00s)
> === RUN   TestFormatFromExtension
> === RUN   TestFormatFromExtension/jpg_without_leading_dot
> === RUN   TestFormatFromExtension/jpg_with_leading_dot
> === RUN   TestFormatFromExtension/jpg_uppercase
> === RUN   TestFormatFromExtension/unsupported
> --- PASS: TestFormatFromExtension (0.00s)
>     --- PASS: TestFormatFromExtension/jpg_without_leading_dot (0.00s)
>     --- PASS: TestFormatFromExtension/jpg_with_leading_dot (0.00s)
>     --- PASS: TestFormatFromExtension/jpg_uppercase (0.00s)
>     --- PASS: TestFormatFromExtension/unsupported (0.00s)
> === RUN   TestReadOrientation
> --- PASS: TestReadOrientation (0.00s)
> === RUN   TestReadOrientationFails
> === RUN   TestReadOrientationFails/empty
> === RUN   TestReadOrientationFails/missing_SOI_marker
> === RUN   TestReadOrientationFails/missing_APP1_marker
> === RUN   TestReadOrientationFails/short_read_marker
> === RUN   TestReadOrientationFails/short_read_block_size
> === RUN   TestReadOrientationFails/invalid_marker
> === RUN   TestReadOrientationFails/block_size_too_small
> === RUN   TestReadOrientationFails/short_read_block
> === RUN   TestReadOrientationFails/missing_EXIF_header
> === RUN   TestReadOrientationFails/invalid_EXIF_header
> === RUN   TestReadOrientationFails/missing_EXIF_header_tail
> === RUN   TestReadOrientationFails/missing_byte_order_tag
> === RUN   TestReadOrientationFails/invalid_byte_order_tag
> === RUN   TestReadOrientationFails/missing_byte_order_tail
> === RUN   TestReadOrientationFails/missing_exif_offset
> === RUN   TestReadOrientationFails/invalid_exif_offset
> === RUN   TestReadOrientationFails/read_exif_offset_error
> === RUN   TestReadOrientationFails/missing_number_of_tags
> === RUN   TestReadOrientationFails/zero_number_of_tags
> === RUN   TestReadOrientationFails/missing_tag
> === RUN   TestReadOrientationFails/missing_tag_offset
> === RUN   TestReadOrientationFails/missing_orientation_tag
> === RUN   TestReadOrientationFails/missing_orientation_tag_value_offset
> === RUN   TestReadOrientationFails/missing_orientation_value
> === RUN   TestReadOrientationFails/invalid_orientation_value
> --- PASS: TestReadOrientationFails (0.00s)
>     --- PASS: TestReadOrientationFails/empty (0.00s)
>     --- PASS: TestReadOrientationFails/missing_SOI_marker (0.00s)
>     --- PASS: TestReadOrientationFails/missing_APP1_marker (0.00s)
>     --- PASS: TestReadOrientationFails/short_read_marker (0.00s)
>     --- PASS: TestReadOrientationFails/short_read_block_size (0.00s)
>     --- PASS: TestReadOrientationFails/invalid_marker (0.00s)
>     --- PASS: TestReadOrientationFails/block_size_too_small (0.00s)
>     --- PASS: TestReadOrientationFails/short_read_block (0.00s)
>     --- PASS: TestReadOrientationFails/missing_EXIF_header (0.00s)
>     --- PASS: TestReadOrientationFails/invalid_EXIF_header (0.00s)
>     --- PASS: TestReadOrientationFails/missing_EXIF_header_tail (0.00s)
>     --- PASS: TestReadOrientationFails/missing_byte_order_tag (0.00s)
>     --- PASS: TestReadOrientationFails/invalid_byte_order_tag (0.00s)
>     --- PASS: TestReadOrientationFails/missing_byte_order_tail (0.00s)
>     --- PASS: TestReadOrientationFails/missing_exif_offset (0.00s)
>     --- PASS: TestReadOrientationFails/invalid_exif_offset (0.00s)
>     --- PASS: TestReadOrientationFails/read_exif_offset_error (0.00s)
>     --- PASS: TestReadOrientationFails/missing_number_of_tags (0.00s)
>     --- PASS: TestReadOrientationFails/zero_number_of_tags (0.00s)
>     --- PASS: TestReadOrientationFails/missing_tag (0.00s)
>     --- PASS: TestReadOrientationFails/missing_tag_offset (0.00s)
>     --- PASS: TestReadOrientationFails/missing_orientation_tag (0.00s)
>     --- PASS: TestReadOrientationFails/missing_orientation_tag_value_offset 
> (0.00s)
>     --- PASS: TestReadOrientationFails/missing_orientation_value (0.00s)
>     --- PASS: TestReadOrientationFails/invalid_orientation_value (0.00s)
> === RUN   TestAutoOrientation
> --- PASS: TestAutoOrientation (0.00s)
> === RUN   TestResize
> === RUN   TestResize/Resize_2x2_1x1_box
> === RUN   TestResize/Resize_2x2_1x2_box
> === RUN   TestResize/Resize_2x2_2x1_box
> === RUN   TestResize/Resize_2x2_2x2_box
> === RUN   TestResize/Resize_3x1_1x1_nearest
> === RUN   TestResize/Resize_2x2_0x4_box
> === RUN   TestResize/Resize_2x2_4x0_linear
> === RUN   TestResize/Resize_0x0_1x1_box
> === RUN   TestResize/Resize_2x2_0x0_box
> === RUN   TestResize/Resize_2x2_-1x0_box
> --- PASS: TestResize (0.00s)
>     --- PASS: TestResize/Resize_2x2_1x1_box (0.00s)
>     --- PASS: TestResize/Resize_2x2_1x2_box (0.00s)
>     --- PASS: TestResize/Resize_2x2_2x1_box (0.00s)
>     --- PASS: TestResize/Resize_2x2_2x2_box (0.00s)
>     --- PASS: TestResize/Resize_3x1_1x1_nearest (0.00s)
>     --- PASS: TestResize/Resize_2x2_0x4_box (0.00s)
>     --- PASS: TestResize/Resize_2x2_4x0_linear (0.00s)
>     --- PASS: TestResize/Resize_0x0_1x1_box (0.00s)
>     --- PASS: TestResize/Resize_2x2_0x0_box (0.00s)
>     --- PASS: TestResize/Resize_2x2_-1x0_box (0.00s)
> === RUN   TestResampleFilters
> === RUN   TestResampleFilters/#00
> === RUN   TestResampleFilters/#01
> === RUN   TestResampleFilters/#02
> === RUN   TestResampleFilters/#03
> === RUN   TestResampleFilters/#04
> === RUN   TestResampleFilters/#05
> === RUN   TestResampleFilters/#06
> === RUN   TestResampleFilters/#07
> === RUN   TestResampleFilters/#08
> === RUN   TestResampleFilters/#09
> === RUN   TestResampleFilters/#10
> === RUN   TestResampleFilters/#11
> === RUN   TestResampleFilters/#12
> === RUN   TestResampleFilters/#13
> === RUN   TestResampleFilters/#14
> --- PASS: TestResampleFilters (0.00s)
>     --- PASS: TestResampleFilters/#00 (0.00s)
>     --- PASS: TestResampleFilters/#01 (0.00s)
>     --- PASS: TestResampleFilters/#02 (0.00s)
>     --- PASS: TestResampleFilters/#03 (0.00s)
>     --- PASS: TestResampleFilters/#04 (0.00s)
>     --- PASS: TestResampleFilters/#05 (0.00s)
>     --- PASS: TestResampleFilters/#06 (0.00s)
>     --- PASS: TestResampleFilters/#07 (0.00s)
>     --- PASS: TestResampleFilters/#08 (0.00s)
>     --- PASS: TestResampleFilters/#09 (0.00s)
>     --- PASS: TestResampleFilters/#10 (0.00s)
>     --- PASS: TestResampleFilters/#11 (0.00s)
>     --- PASS: TestResampleFilters/#12 (0.00s)
>     --- PASS: TestResampleFilters/#13 (0.00s)
>     --- PASS: TestResampleFilters/#14 (0.00s)
> === RUN   TestResizeGolden
>     resize_test.go:258: resulting image differs from golden: 
> out_resize_linear.png
> --- FAIL: TestResizeGolden (0.00s)
> === RUN   TestFit
> === RUN   TestFit/Fit_2x2_1x10_box
> === RUN   TestFit/Fit_2x2_10x1_box
> === RUN   TestFit/Fit_2x2_10x10_box
> === RUN   TestFit/Fit_0x0_1x1_box
> === RUN   TestFit/Fit_2x2_0x0_box
> === RUN   TestFit/Fit_2x2_-1x0_box
> --- PASS: TestFit (0.00s)
>     --- PASS: TestFit/Fit_2x2_1x10_box (0.00s)
>     --- PASS: TestFit/Fit_2x2_10x1_box (0.00s)
>     --- PASS: TestFit/Fit_2x2_10x10_box (0.00s)
>     --- PASS: TestFit/Fit_0x0_1x1_box (0.00s)
>     --- PASS: TestFit/Fit_2x2_0x0_box (0.00s)
>     --- PASS: TestFit/Fit_2x2_-1x0_box (0.00s)
> === RUN   TestFitGolden
> --- PASS: TestFitGolden (0.00s)
> === RUN   TestFill
> === RUN   TestFill/Fill_4x4_4x4_TopRight_Box
> === RUN   TestFill/Fill_4x4_0x4_Left_Box
> === RUN   TestFill/Fill_0x0_4x4_Right_Box
> === RUN   TestFill/Fill_100x200_20x10_Center_Linear
> === RUN   TestFill/Fill_10x20_20x10_Center_Linear
> --- PASS: TestFill (0.00s)
>     --- PASS: TestFill/Fill_4x4_4x4_TopRight_Box (0.00s)
>     --- PASS: TestFill/Fill_4x4_0x4_Left_Box (0.00s)
>     --- PASS: TestFill/Fill_0x0_4x4_Right_Box (0.00s)
>     --- PASS: TestFill/Fill_100x200_20x10_Center_Linear (0.00s)
>     --- PASS: TestFill/Fill_10x20_20x10_Center_Linear (0.00s)
> === RUN   TestFillGolden
> --- PASS: TestFillGolden (0.01s)
> === RUN   TestResizeAndCrop
> === RUN   TestResizeAndCrop/resizeAndCrop_4x4_2x2_Center_Nearest
> === RUN   TestResizeAndCrop/resizeAndCrop_4x4_1x4_TopLeft_Nearest
> === RUN   TestResizeAndCrop/resizeAndCrop_4x4_8x2_Bottom_Nearest
> === RUN   TestResizeAndCrop/resizeAndCrop_4x4_2x8_Top_Nearest
> === RUN   TestResizeAndCrop/resizeAndCrop_4x4_4x4_TopRight_Box
> --- PASS: TestResizeAndCrop (0.00s)
>     --- PASS: TestResizeAndCrop/resizeAndCrop_4x4_2x2_Center_Nearest (0.00s)
>     --- PASS: TestResizeAndCrop/resizeAndCrop_4x4_1x4_TopLeft_Nearest (0.00s)
>     --- PASS: TestResizeAndCrop/resizeAndCrop_4x4_8x2_Bottom_Nearest (0.00s)
>     --- PASS: TestResizeAndCrop/resizeAndCrop_4x4_2x8_Top_Nearest (0.00s)
>     --- PASS: TestResizeAndCrop/resizeAndCrop_4x4_4x4_TopRight_Box (0.00s)
> === RUN   TestCropAndResize
> === RUN   TestCropAndResize/cropAndResize_4x4_2x2_Center_Nearest
> === RUN   TestCropAndResize/cropAndResize_4x4_1x4_TopLeft_Nearest
> === RUN   TestCropAndResize/cropAndResize_4x4_8x2_Bottom_Nearest
> === RUN   TestCropAndResize/cropAndResize_4x4_2x8_Top_Nearest
> === RUN   TestCropAndResize/cropAndResize_4x4_4x4_TopRight_Box
> --- PASS: TestCropAndResize (0.00s)
>     --- PASS: TestCropAndResize/cropAndResize_4x4_2x2_Center_Nearest (0.00s)
>     --- PASS: TestCropAndResize/cropAndResize_4x4_1x4_TopLeft_Nearest (0.00s)
>     --- PASS: TestCropAndResize/cropAndResize_4x4_8x2_Bottom_Nearest (0.00s)
>     --- PASS: TestCropAndResize/cropAndResize_4x4_2x8_Top_Nearest (0.00s)
>     --- PASS: TestCropAndResize/cropAndResize_4x4_4x4_TopRight_Box (0.00s)
> === RUN   TestThumbnail
> === RUN   TestThumbnail/Thumbnail_6x2_1x1_box
> === RUN   TestThumbnail/Thumbnail_2x6_1x1_box
> === RUN   TestThumbnail/Thumbnail_1x3_2x2_box
> --- PASS: TestThumbnail (0.00s)
>     --- PASS: TestThumbnail/Thumbnail_6x2_1x1_box (0.00s)
>     --- PASS: TestThumbnail/Thumbnail_2x6_1x1_box (0.00s)
>     --- PASS: TestThumbnail/Thumbnail_1x3_2x2_box (0.00s)
> === RUN   TestScanner
> === RUN   TestScanner/NRGBA
> === RUN   TestScanner/NRGBA64
> === RUN   TestScanner/RGBA
> === RUN   TestScanner/RGBA64
> === RUN   TestScanner/Gray
> === RUN   TestScanner/Gray16
> === RUN   TestScanner/YCbCr-444
> === RUN   TestScanner/YCbCr-422
> === RUN   TestScanner/YCbCr-420
> === RUN   TestScanner/YCbCr-440
> === RUN   TestScanner/YCbCr-410
> === RUN   TestScanner/YCbCr-411
> === RUN   TestScanner/Paletted
> === RUN   TestScanner/Alpha
> === RUN   TestScanner/Alpha16
> === RUN   TestScanner/Generic
> --- PASS: TestScanner (0.00s)
>     --- PASS: TestScanner/NRGBA (0.00s)
>     --- PASS: TestScanner/NRGBA64 (0.00s)
>     --- PASS: TestScanner/RGBA (0.00s)
>     --- PASS: TestScanner/RGBA64 (0.00s)
>     --- PASS: TestScanner/Gray (0.00s)
>     --- PASS: TestScanner/Gray16 (0.00s)
>     --- PASS: TestScanner/YCbCr-444 (0.00s)
>     --- PASS: TestScanner/YCbCr-422 (0.00s)
>     --- PASS: TestScanner/YCbCr-420 (0.00s)
>     --- PASS: TestScanner/YCbCr-440 (0.00s)
>     --- PASS: TestScanner/YCbCr-410 (0.00s)
>     --- PASS: TestScanner/YCbCr-411 (0.00s)
>     --- PASS: TestScanner/Paletted (0.00s)
>     --- PASS: TestScanner/Alpha (0.00s)
>     --- PASS: TestScanner/Alpha16 (0.00s)
>     --- PASS: TestScanner/Generic (0.00s)
> === RUN   TestNew
> === RUN   TestNew/New_1x1_transparent
> === RUN   TestNew/New_1x2_red
> === RUN   TestNew/New_2x1_white
> === RUN   TestNew/New_3x3_with_alpha
> === RUN   TestNew/New_0x0_white
> === RUN   TestNew/New_800x600_custom
> --- PASS: TestNew (0.00s)
>     --- PASS: TestNew/New_1x1_transparent (0.00s)
>     --- PASS: TestNew/New_1x2_red (0.00s)
>     --- PASS: TestNew/New_2x1_white (0.00s)
>     --- PASS: TestNew/New_3x3_with_alpha (0.00s)
>     --- PASS: TestNew/New_0x0_white (0.00s)
>     --- PASS: TestNew/New_800x600_custom (0.00s)
> === RUN   TestClone
> === RUN   TestClone/Clone_NRGBA
> === RUN   TestClone/Clone_NRGBA64
> === RUN   TestClone/Clone_RGBA
> === RUN   TestClone/Clone_RGBA64
> === RUN   TestClone/Clone_Gray
> === RUN   TestClone/Clone_Gray16
> === RUN   TestClone/Clone_Alpha
> === RUN   TestClone/Clone_YCbCr
> === RUN   TestClone/Clone_YCbCr_444
> === RUN   TestClone/Clone_YCbCr_440
> === RUN   TestClone/Clone_YCbCr_422
> === RUN   TestClone/Clone_YCbCr_420
> === RUN   TestClone/Clone_Paletted
> --- PASS: TestClone (0.00s)
>     --- PASS: TestClone/Clone_NRGBA (0.00s)
>     --- PASS: TestClone/Clone_NRGBA64 (0.00s)
>     --- PASS: TestClone/Clone_RGBA (0.00s)
>     --- PASS: TestClone/Clone_RGBA64 (0.00s)
>     --- PASS: TestClone/Clone_Gray (0.00s)
>     --- PASS: TestClone/Clone_Gray16 (0.00s)
>     --- PASS: TestClone/Clone_Alpha (0.00s)
>     --- PASS: TestClone/Clone_YCbCr (0.00s)
>     --- PASS: TestClone/Clone_YCbCr_444 (0.00s)
>     --- PASS: TestClone/Clone_YCbCr_440 (0.00s)
>     --- PASS: TestClone/Clone_YCbCr_422 (0.00s)
>     --- PASS: TestClone/Clone_YCbCr_420 (0.00s)
>     --- PASS: TestClone/Clone_Paletted (0.00s)
> === RUN   TestCrop
> === RUN   TestCrop/Crop_2x3_2x1
> --- PASS: TestCrop (0.00s)
>     --- PASS: TestCrop/Crop_2x3_2x1 (0.00s)
> === RUN   TestCropCenter
> === RUN   TestCropCenter/CropCenter_2x3_2x1
> === RUN   TestCropCenter/CropCenter_2x3_0x1
> === RUN   TestCropCenter/CropCenter_2x3_5x5
> --- PASS: TestCropCenter (0.00s)
>     --- PASS: TestCropCenter/CropCenter_2x3_2x1 (0.00s)
>     --- PASS: TestCropCenter/CropCenter_2x3_0x1 (0.00s)
>     --- PASS: TestCropCenter/CropCenter_2x3_5x5 (0.00s)
> === RUN   TestCropAnchor
> === RUN   TestCropAnchor/CropAnchor_4x4_2x2_TopLeft
> === RUN   TestCropAnchor/CropAnchor_4x4_2x2_Top
> === RUN   TestCropAnchor/CropAnchor_4x4_2x2_TopRight
> === RUN   TestCropAnchor/CropAnchor_4x4_2x2_Left
> === RUN   TestCropAnchor/CropAnchor_4x4_2x2_Center
> === RUN   TestCropAnchor/CropAnchor_4x4_2x2_Right
> === RUN   TestCropAnchor/CropAnchor_4x4_2x2_BottomLeft
> === RUN   TestCropAnchor/CropAnchor_4x4_2x2_Bottom
> === RUN   TestCropAnchor/CropAnchor_4x4_2x2_BottomRight
> === RUN   TestCropAnchor/CropAnchor_4x4_0x0_BottomRight
> === RUN   TestCropAnchor/CropAnchor_4x4_100x100_BottomRight
> === RUN   TestCropAnchor/CropAnchor_4x4_1x100_BottomRight
> === RUN   TestCropAnchor/CropAnchor_4x4_0x100_BottomRight
> --- PASS: TestCropAnchor (0.00s)
>     --- PASS: TestCropAnchor/CropAnchor_4x4_2x2_TopLeft (0.00s)
>     --- PASS: TestCropAnchor/CropAnchor_4x4_2x2_Top (0.00s)
>     --- PASS: TestCropAnchor/CropAnchor_4x4_2x2_TopRight (0.00s)
>     --- PASS: TestCropAnchor/CropAnchor_4x4_2x2_Left (0.00s)
>     --- PASS: TestCropAnchor/CropAnchor_4x4_2x2_Center (0.00s)
>     --- PASS: TestCropAnchor/CropAnchor_4x4_2x2_Right (0.00s)
>     --- PASS: TestCropAnchor/CropAnchor_4x4_2x2_BottomLeft (0.00s)
>     --- PASS: TestCropAnchor/CropAnchor_4x4_2x2_Bottom (0.00s)
>     --- PASS: TestCropAnchor/CropAnchor_4x4_2x2_BottomRight (0.00s)
>     --- PASS: TestCropAnchor/CropAnchor_4x4_0x0_BottomRight (0.00s)
>     --- PASS: TestCropAnchor/CropAnchor_4x4_100x100_BottomRight (0.00s)
>     --- PASS: TestCropAnchor/CropAnchor_4x4_1x100_BottomRight (0.00s)
>     --- PASS: TestCropAnchor/CropAnchor_4x4_0x100_BottomRight (0.00s)
> === RUN   TestPaste
> === RUN   TestPaste/Paste_2x3_2x1
> === RUN   TestPaste/Paste_3x4_4x3_bottom_right_intersection
> === RUN   TestPaste/Paste_3x4_4x3_top_left_intersection
> === RUN   TestPaste/Paste_3x4_4x3_no_intersection
> --- PASS: TestPaste (0.00s)
>     --- PASS: TestPaste/Paste_2x3_2x1 (0.00s)
>     --- PASS: TestPaste/Paste_3x4_4x3_bottom_right_intersection (0.00s)
>     --- PASS: TestPaste/Paste_3x4_4x3_top_left_intersection (0.00s)
>     --- PASS: TestPaste/Paste_3x4_4x3_no_intersection (0.00s)
> === RUN   TestPasteCenter
> === RUN   TestPasteCenter/PasteCenter_2x3_2x1
> --- PASS: TestPasteCenter (0.00s)
>     --- PASS: TestPasteCenter/PasteCenter_2x3_2x1 (0.00s)
> === RUN   TestOverlay
> === RUN   TestOverlay/Overlay_2x3_2x1_1.0
> === RUN   TestOverlay/Overlay_2x2_2x2_0.5
> === RUN   TestOverlay/Overlay_2x2_2x2_0.5_no_intersection
> --- PASS: TestOverlay (0.00s)
>     --- PASS: TestOverlay/Overlay_2x3_2x1_1.0 (0.00s)
>     --- PASS: TestOverlay/Overlay_2x2_2x2_0.5 (0.00s)
>     --- PASS: TestOverlay/Overlay_2x2_2x2_0.5_no_intersection (0.00s)
> === RUN   TestOverlayCenter
> === RUN   TestOverlayCenter/OverlayCenter_2x3_2x1
> --- PASS: TestOverlayCenter (0.00s)
>     --- PASS: TestOverlayCenter/OverlayCenter_2x3_2x1 (0.00s)
> === RUN   TestFlipH
> === RUN   TestFlipH/FlipH_2x3
> --- PASS: TestFlipH (0.00s)
>     --- PASS: TestFlipH/FlipH_2x3 (0.00s)
> === RUN   TestFlipV
> === RUN   TestFlipV/FlipV_2x3
> --- PASS: TestFlipV (0.00s)
>     --- PASS: TestFlipV/FlipV_2x3 (0.00s)
> === RUN   TestTranspose
> === RUN   TestTranspose/Transpose_2x3
> --- PASS: TestTranspose (0.00s)
>     --- PASS: TestTranspose/Transpose_2x3 (0.00s)
> === RUN   TestTransverse
> === RUN   TestTransverse/Transverse_2x3
> --- PASS: TestTransverse (0.00s)
>     --- PASS: TestTransverse/Transverse_2x3 (0.00s)
> === RUN   TestRotate90
> === RUN   TestRotate90/Rotate90_2x3
> --- PASS: TestRotate90 (0.00s)
>     --- PASS: TestRotate90/Rotate90_2x3 (0.00s)
> === RUN   TestRotate180
> === RUN   TestRotate180/Rotate180_2x3
> --- PASS: TestRotate180 (0.00s)
>     --- PASS: TestRotate180/Rotate180_2x3 (0.00s)
> === RUN   TestRotate270
> === RUN   TestRotate270/Rotate270_2x3
> --- PASS: TestRotate270 (0.00s)
>     --- PASS: TestRotate270/Rotate270_2x3 (0.00s)
> === RUN   TestRotate
> === RUN   TestRotate/Rotate_0
> === RUN   TestRotate/Rotate_90
> === RUN   TestRotate/Rotate_180
> === RUN   TestRotate/Rotate_45
> === RUN   TestRotate/Rotate_0x0
> === RUN   TestRotate/Rotate_-90
> === RUN   TestRotate/Rotate_-360*10
> === RUN   TestRotate/Rotate_-360*10_+_90
> === RUN   TestRotate/Rotate_-360*10_+_180
> === RUN   TestRotate/Rotate_-360*10_+_270
> === RUN   TestRotate/Rotate_360*10
> === RUN   TestRotate/Rotate_360*10_+_90
> === RUN   TestRotate/Rotate_360*10_+_180
> === RUN   TestRotate/Rotate_360*10_+_270
> --- PASS: TestRotate (0.00s)
>     --- PASS: TestRotate/Rotate_0 (0.00s)
>     --- PASS: TestRotate/Rotate_90 (0.00s)
>     --- PASS: TestRotate/Rotate_180 (0.00s)
>     --- PASS: TestRotate/Rotate_45 (0.00s)
>     --- PASS: TestRotate/Rotate_0x0 (0.00s)
>     --- PASS: TestRotate/Rotate_-90 (0.00s)
>     --- PASS: TestRotate/Rotate_-360*10 (0.00s)
>     --- PASS: TestRotate/Rotate_-360*10_+_90 (0.00s)
>     --- PASS: TestRotate/Rotate_-360*10_+_180 (0.00s)
>     --- PASS: TestRotate/Rotate_-360*10_+_270 (0.00s)
>     --- PASS: TestRotate/Rotate_360*10 (0.00s)
>     --- PASS: TestRotate/Rotate_360*10_+_90 (0.00s)
>     --- PASS: TestRotate/Rotate_360*10_+_180 (0.00s)
>     --- PASS: TestRotate/Rotate_360*10_+_270 (0.00s)
> === RUN   TestParallel
> --- PASS: TestParallel (0.01s)
> === RUN   TestClamp
> --- PASS: TestClamp (0.00s)
> === RUN   TestReverse
> === RUN   TestReverse/#00
> === RUN   TestReverse/#01
> === RUN   TestReverse/#02
> === RUN   TestReverse/#03
> --- PASS: TestReverse (0.00s)
>     --- PASS: TestReverse/#00 (0.00s)
>     --- PASS: TestReverse/#01 (0.00s)
>     --- PASS: TestReverse/#02 (0.00s)
>     --- PASS: TestReverse/#03 (0.00s)
> === RUN   TestRGBToHSL
> === RUN   TestRGBToHSL/#00
> === RUN   TestRGBToHSL/#01
> === RUN   TestRGBToHSL/#02
> === RUN   TestRGBToHSL/#03
> === RUN   TestRGBToHSL/#04
> === RUN   TestRGBToHSL/#05
> === RUN   TestRGBToHSL/#06
> === RUN   TestRGBToHSL/#07
> === RUN   TestRGBToHSL/#08
> === RUN   TestRGBToHSL/#09
> === RUN   TestRGBToHSL/#10
> === RUN   TestRGBToHSL/#11
> === RUN   TestRGBToHSL/#12
> === RUN   TestRGBToHSL/#13
> === RUN   TestRGBToHSL/#14
> === RUN   TestRGBToHSL/#15
> --- PASS: TestRGBToHSL (0.00s)
>     --- PASS: TestRGBToHSL/#00 (0.00s)
>     --- PASS: TestRGBToHSL/#01 (0.00s)
>     --- PASS: TestRGBToHSL/#02 (0.00s)
>     --- PASS: TestRGBToHSL/#03 (0.00s)
>     --- PASS: TestRGBToHSL/#04 (0.00s)
>     --- PASS: TestRGBToHSL/#05 (0.00s)
>     --- PASS: TestRGBToHSL/#06 (0.00s)
>     --- PASS: TestRGBToHSL/#07 (0.00s)
>     --- PASS: TestRGBToHSL/#08 (0.00s)
>     --- PASS: TestRGBToHSL/#09 (0.00s)
>     --- PASS: TestRGBToHSL/#10 (0.00s)
>     --- PASS: TestRGBToHSL/#11 (0.00s)
>     --- PASS: TestRGBToHSL/#12 (0.00s)
>     --- PASS: TestRGBToHSL/#13 (0.00s)
>     --- PASS: TestRGBToHSL/#14 (0.00s)
>     --- PASS: TestRGBToHSL/#15 (0.00s)
> === RUN   TestHSLToRGB
> === RUN   TestHSLToRGB/#00
> === RUN   TestHSLToRGB/#01
> === RUN   TestHSLToRGB/#02
> === RUN   TestHSLToRGB/#03
> === RUN   TestHSLToRGB/#04
> === RUN   TestHSLToRGB/#05
> === RUN   TestHSLToRGB/#06
> === RUN   TestHSLToRGB/#07
> === RUN   TestHSLToRGB/#08
> === RUN   TestHSLToRGB/#09
> === RUN   TestHSLToRGB/#10
> === RUN   TestHSLToRGB/#11
> === RUN   TestHSLToRGB/#12
> === RUN   TestHSLToRGB/#13
> === RUN   TestHSLToRGB/#14
> === RUN   TestHSLToRGB/#15
> --- PASS: TestHSLToRGB (0.00s)
>     --- PASS: TestHSLToRGB/#00 (0.00s)
>     --- PASS: TestHSLToRGB/#01 (0.00s)
>     --- PASS: TestHSLToRGB/#02 (0.00s)
>     --- PASS: TestHSLToRGB/#03 (0.00s)
>     --- PASS: TestHSLToRGB/#04 (0.00s)
>     --- PASS: TestHSLToRGB/#05 (0.00s)
>     --- PASS: TestHSLToRGB/#06 (0.00s)
>     --- PASS: TestHSLToRGB/#07 (0.00s)
>     --- PASS: TestHSLToRGB/#08 (0.00s)
>     --- PASS: TestHSLToRGB/#09 (0.00s)
>     --- PASS: TestHSLToRGB/#10 (0.00s)
>     --- PASS: TestHSLToRGB/#11 (0.00s)
>     --- PASS: TestHSLToRGB/#12 (0.00s)
>     --- PASS: TestHSLToRGB/#13 (0.00s)
>     --- PASS: TestHSLToRGB/#14 (0.00s)
>     --- PASS: TestHSLToRGB/#15 (0.00s)
> FAIL
> FAIL  github.com/disintegration/imaging       0.121s
> FAIL
> dh_auto_test: error: cd obj-aarch64-linux-gnu && go test -vet=off -v -p 4 
> github.com/disintegration/imaging returned exit code 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/12/05/golang-github-disintegration-imaging_1.6.0+really1.6.0-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 me
so that we can identify if something relevant changed in the meantime.

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-disintegration-imaging
Source-Version: 1.6.2-1
Done: Anthony Fok <f...@debian.org>

We believe that the bug you reported is fixed in the latest version of
golang-github-disintegration-imaging, 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 976...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anthony Fok <f...@debian.org> (supplier of updated 
golang-github-disintegration-imaging 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: Mon, 04 Jan 2021 13:56:10 -0700
Source: golang-github-disintegration-imaging
Architecture: source
Version: 1.6.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Anthony Fok <f...@debian.org>
Closes: 976565
Changes:
 golang-github-disintegration-imaging (1.6.2-1) unstable; urgency=medium
 .
   [ Debian Janitor (Jelmer Vernooij) ]
   * Bump debhelper from old 11 to 12.
   * Set debhelper-compat version in Build-Depends.
   * Set upstream metadata fields: Bug-Database, Bug-Submit.
   * Update standards version to 4.4.1, no changes needed.
 .
   [ Anthony Fok ]
   * New upstream version 1.6.2
     - Fix golden tests on arm64, ppc64le, s390x (from version 1.6.1),
       fixes FTBFS related to "fused multiply and add" (FMA) (Closes: #976565)
   * debian/control:
     - Apply "cme fix dpkg" fixes:
       + Organize debian/control fields
       + Bump Standards-Version to 4.5.1 (no change)
     - Change Section from devel to golang
     - Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
     - Add "Rules-Requires-Root: no"
   * debian/copyright:
     - Remove unused Files-Excluded field
     - Revert copyright date to 2012 as per upstream
   * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance
Checksums-Sha1:
 59f76bf61cbf8cd924b8c0f05673cc42bfffa1df 2389 
golang-github-disintegration-imaging_1.6.2-1.dsc
 cf2b1ea5906020484e52de084b8fc5b7657c73db 2212334 
golang-github-disintegration-imaging_1.6.2.orig.tar.gz
 c9fc7c1009b6b57b4d71dbcc33c310143a042866 3400 
golang-github-disintegration-imaging_1.6.2-1.debian.tar.xz
 b7cf8f810056d8253f3ba98175fdf6b8d83b4b6f 6224 
golang-github-disintegration-imaging_1.6.2-1_amd64.buildinfo
Checksums-Sha256:
 fa299558b50ce8f24a95b44bbc8744426a4724ca19f68efa5a722977346316a4 2389 
golang-github-disintegration-imaging_1.6.2-1.dsc
 ddc0cbbf306630d39ee710ff055bb9503d30598485f76f51564ee3ae13d6611a 2212334 
golang-github-disintegration-imaging_1.6.2.orig.tar.gz
 e1def53d061b9652f3682d0b9f08bd44b655d378299b69bd1be5401e46220071 3400 
golang-github-disintegration-imaging_1.6.2-1.debian.tar.xz
 05e51019011e63cdf778eea0908523f8e6199958cf462859095a148662cf60a1 6224 
golang-github-disintegration-imaging_1.6.2-1_amd64.buildinfo
Files:
 547851438dcfaf2a23c9f01802a6f959 2389 golang optional 
golang-github-disintegration-imaging_1.6.2-1.dsc
 06f3df4d0bbe21655b1fc68b872fb676 2212334 golang optional 
golang-github-disintegration-imaging_1.6.2.orig.tar.gz
 cb184ce7943bff32f1c67afa19e2daa7 3400 golang optional 
golang-github-disintegration-imaging_1.6.2-1.debian.tar.xz
 301d911009d7c30c27e5be5dd86c0c98 6224 golang optional 
golang-github-disintegration-imaging_1.6.2-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCAAuFiEEFCQhsZrUqVmW+VBy6iUAtBLFms8FAl/zgXQQHGZva2FAZGVi
aWFuLm9yZwAKCRDqJQC0EsWaz1iZD/9F8GTWgq6/sCl69vt5Pchqr6kjxNsr3J5M
IOfm47SJlfC+UMrfDIBv8aqkoWNcA31cMcMo9m5N1An1ga3YdtZhhI3ADs1uquNA
uDerf1KGsfkv7eEmPFrLVd/r1K1ZLITHj9gc1mxGNDkki9i3Gpy3A4Mc7sdziJzu
qk8ZAq47XAJby/jOeytVA+7/kdaAmhHB7YK2pGbfAERdtYtSY1/OYy3oxbQ/aaI5
JOxxmZgfIujBcTDkX/SnOPYo6mh34vh8Oaku5go+1pCONgJT7Vo43DCowYQivUNS
0nMeL/1n21NYgZwFTzkxQJMkWkALyjplk+M4SaZUa51mujuW8xzEqsUcx89BxCPn
DQu+SoDrXSTgx/yu7pwEgzYFp/aZN8C1eocXn1hHmgb2W5XXrCUDmGvHpeWr92d0
qfV6I0Aj+js+HObL0LLE6wWhlMmU883mUrPfNaTWqiBUZa/XfW4HXnAA79rTXiUT
x2Veg2jkaW7Pv7Md5hkMzfzvHSmYUI7fvzWF+bgaupYKICQ4CluDGxie1tQGWiwU
2GmnOFp/LUXdAtH/0a/MzHoUEG7kqXKGs3uwiQpb228nbBbMqVIFVZNHdHxILrAq
hUDWSK8FcKH1Px2X3jp1ZGjXlLvHavt2dkzB5fOlC+XJBELkXskULg8GBQUsuih3
64WEJhAYMQ==
=UHxY
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to