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.

