Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 913609

Summary: dev-php/pecl-imagick-3.7.0-r2 fails tests
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: PHP Bugs <php-bugs>
Status: RESOLVED NEEDINFO    
Severity: normal CC: mjo
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2023-09-04 09:19:03 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-php/pecl-imagick-3.7.0-r2 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-09-04 09:19:06 UTC
Created attachment 869572 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-09-04 09:19:07 UTC
Error(s) that match a know pattern:


FAILED TEST SUMMARY
FAIL Test Imagick, annotateImage [tests/034_Imagick_annotateImage_basic.phpt] 
FAIL Test ImagickDraw, composite [tests/177_ImagickDraw_composite_basic.phpt] 
FAIL Test ImagickDraw, getFontResolution [tests/266_ImagickDraw_getFontResolution_basic.phpt] 
FAIL Test ImagickDraw, getTextDirection [tests/264_ImagickDraw_getTextDirection_basic.phpt] 
FAIL Test ImagickDraw, setFontFamily [tests/207_ImagickDraw_setFontFamily_basic.phpt] 
FAIL Test ImagickDraw, setFontSize [tests/206_ImagickDraw_setFontSize_basic.phpt] 
FAIL Test ImagickDraw, setFontStretch [tests/208_ImagickDraw_setFontStretch_basic.phpt] 
FAIL Test ImagickDraw, setFontStyle [tests/210_ImagickDraw_setFontStyle_basic.phpt] 
FAIL Test ImagickDraw, setFontWeight [tests/209_ImagickDraw_setFontWeight_basic.phpt] 
FAIL Test ImagickDraw, setGravity [tests/212_ImagickDraw_setGravity_basic.phpt] 
FAIL Test ImagickDraw, setTextAlignment [tests/222_ImagickDraw_setTextAlignment_basic.phpt] 
FAIL Test ImagickDraw, setTextAntialias [tests/223_ImagickDraw_setTextAntialias_basic.phpt] 
FAIL Test ImagickDraw, setTextDecoration [tests/225_ImagickDraw_setTextDecoration_basic.phpt] 
FAIL Test ImagickDraw:: setTextInterlineSpacing [tests/279_ImagickDraw_setTextInterlineSpacing.phpt] 
FAIL Test ImagickDraw, setTextUnderColor [tests/224_ImagickDraw_setTextUnderColor_basic.phpt] 
FAIL Test Imagick, polaroidImage [tests/327_Imagick_polaroidImage_basic.phpt] 
FAIL Test Imagick, polaroidWithTextAndMethod [tests/328_Imagick_polaroidImageWithTextAndMethod_basic.phpt] 
FAIL Test Tutorial, psychedelicFontGif [tests/244_Tutorial_psychedelicFontGif_basic.phpt] 
FAIL Test Tutorial, psychedelicFont [tests/241_Tutorial_psychedelicFont_basic.phpt]
Comment 3 Michael Orlitzky gentoo-dev 2023-09-07 19:01:30 UTC
Can you poke around in the build directory and post the logs for the failed tests? Each individual test has its own log that shows the expected and actual output.

There's probably one root cause, so only a few logs would be fine to start, but we need something to go on.
Comment 4 Michael Orlitzky gentoo-dev 2023-09-30 18:26:01 UTC
Sorry, I'm willing to fix this but I need the failed test logs to know what went wrong.