Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922993 - dev-php/pecl-imagick-3.7.0-r3 fails tests
Summary: dev-php/pecl-imagick-3.7.0-r3 fails tests
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-01-27 06:52 UTC by Agostino Sarubbo
Modified: 2024-01-27 12:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,123.82 KB, text/plain)
2024-01-27 06:52 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-01-27 06:52:37 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-php/pecl-imagick-3.7.0-r3 fails tests.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM
Info about the system: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-27 06:52:40 UTC
Created attachment 883213 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-27 06:52:41 UTC
Error(s) that match a know pattern:


FAIL Imagick::setResourceLimit test [tests/014-setresourcelimit.phpt] 
FAIL Test Imagick, annotateImage [tests/034_Imagick_annotateImage_basic.phpt] 
FAIL Test Imagick, getImageKurtosis [tests/316_Imagick_getImageKurtosis.phpt] 
FAIL Test Imagick, polaroidImage [tests/327_Imagick_polaroidImage_basic.phpt] 
FAIL Test Imagick, polaroidWithTextAndMethod [tests/328_Imagick_polaroidImageWithTextAndMethod_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, setTextUnderColor [tests/224_ImagickDraw_setTextUnderColor_basic.phpt] 
FAIL Test ImagickDraw:: setTextInterlineSpacing [tests/279_ImagickDraw_setTextInterlineSpacing.phpt] 
FAIL Test Tutorial, psychedelicFont [tests/241_Tutorial_psychedelicFont_basic.phpt] 
FAIL Test Tutorial, psychedelicFontGif [tests/244_Tutorial_psychedelicFontGif_basic.phpt] 
FAILED TEST SUMMARY
Comment 3 Michael Orlitzky gentoo-dev 2024-01-27 12:33:21 UTC
These tests are all using the PHP test runner. When a test (foo.phpt, for example) fails, it leaves behind three files explaining what went wrong: foo.log, foo.out, and foo.diff. It also leaves the actual PHP file that was run (foo.php) and a shell script (foo.sh) to run it.

At the very least we would need the *.log files to debug these.