Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 909753 - dev-php/pecl-memcached-3.2.0_p20230419 fails tests
Summary: dev-php/pecl-memcached-3.2.0_p20230419 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-07-06 06:40 UTC by Agostino Sarubbo
Modified: 2023-10-24 06:27 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,83.63 KB, text/plain)
2023-07-06 06:40 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 2023-07-06 06:40:09 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-php/pecl-memcached-3.2.0_p20230419 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-07-06 06:40:11 UTC
CC'ing also the author of the commit (082c3e8b5ccbb641505636e5c0b4242cad2f2f6a)
Comment 2 Agostino Sarubbo gentoo-dev 2023-07-06 06:40:12 UTC
Created attachment 865174 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2023-07-06 06:40:13 UTC
Error(s) that match a know pattern:


BORK Warning: include(/var/tmp/portage/dev-php/pecl-memcached-3.2.0_p20230419/work/php8.1/tests/experimental/serializer/skipif.inc): Failed to open stream: No such file or directory in /var/tmp/portage/dev-php/pecl-memcached-3.2.0_p20230419/work/php8.1/tests/experimental/serializer/serializer_php_bad_serialize.skip.php on line 2
BORK Warning: include(/var/tmp/portage/dev-php/pecl-memcached-3.2.0_p20230419/work/php8.1/tests/experimental/skipif.inc): Failed to open stream: No such file or directory in /var/tmp/portage/dev-php/pecl-memcached-3.2.0_p20230419/work/php8.1/tests/experimental/serializer_igbinary.skip.php on line 2
BORK Warning: include(/var/tmp/portage/dev-php/pecl-memcached-3.2.0_p20230419/work/php8.1/tests/experimental/skipif.inc): Failed to open stream: No such file or directory in /var/tmp/portage/dev-php/pecl-memcached-3.2.0_p20230419/work/php8.1/tests/experimental/serializer_json.skip.php on line 2
FAILED TEST SUMMARY
FAIL Extreme floats: max, min, Inf, -Inf, and NaN [tests/experimental/extreme_floats.phpt] 
FAIL Memcached::fetch() with bad unserialize [tests/experimental/fetchall_badunserialize.phpt] 
FAIL Memcached::fetch() with bad unserialize [tests/experimental/fetch_badunserialize.phpt] 
FAIL Memcached::getByKey() with CAS [tests/experimental/get_bykey_cas.phpt] 
FAIL Memcached::getDelayedByKey() with callback exception [tests/experimental/getdelayed_cbthrows.phpt] 
FAIL Memcached::getDelayedByKey() with CAS [tests/experimental/getdelayed_bykey_cas.phpt] 
FAIL Memcached::getDelayed() with bad unserialize [tests/experimental/getdelayed_badunserialize.phpt] 
FAIL Memcached::getMulti() bad server [tests/experimental/getmulti_badserver.phpt] 
FAIL Memcached::getMulti() with bad unserialize [tests/experimental/getmulti_badunserialize.phpt] 
FAIL Memcached::getStats() [tests/experimental/stats.phpt] 
FAIL Memcached::getStats() with bad server [tests/experimental/stats_badserver.phpt] 
FAIL Memcached::setMultiByKey() with bad serialize [tests/experimental/setmulti_badserialize.phpt] 
FAIL Session expiration [tests/experimental/session_gc.phpt] 
Warning: include(/var/tmp/portage/dev-php/pecl-memcached-3.2.0_p20230419/work/php8.1/tests/experimental/serializer/skipif.inc): Failed to open stream: No such file or directory in /var/tmp/portage/dev-php/pecl-memcached-3.2.0_p20230419/work/php8.1/tests/experimental/serializer/serializer_php_bad_serialize.skip.php on line 2
Warning: include(/var/tmp/portage/dev-php/pecl-memcached-3.2.0_p20230419/work/php8.1/tests/experimental/skipif.inc): Failed to open stream: No such file or directory in /var/tmp/portage/dev-php/pecl-memcached-3.2.0_p20230419/work/php8.1/tests/experimental/serializer_igbinary.skip.php on line 2
Warning: include(/var/tmp/portage/dev-php/pecl-memcached-3.2.0_p20230419/work/php8.1/tests/experimental/skipif.inc): Failed to open stream: No such file or directory in /var/tmp/portage/dev-php/pecl-memcached-3.2.0_p20230419/work/php8.1/tests/experimental/serializer_json.skip.php on line 2
Comment 4 Larry the Git Cow gentoo-dev 2023-10-23 21:41:00 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e87351b97464a7c1042d5535ae8c7a7318036cef

commit e87351b97464a7c1042d5535ae8c7a7318036cef
Author:     Tomáš Mózes <hydrapolic@gmail.com>
AuthorDate: 2023-10-08 07:57:15 +0000
Commit:     Michael Orlitzky <mjo@gentoo.org>
CommitDate: 2023-10-23 21:40:42 +0000

    dev-php/pecl-memcached: add snapshot
    
    Tests are failing in the previous snapshot.
    https://github.com/php-memcached-dev/php-memcached/pull/503
    
    Bug: https://bugs.gentoo.org/909753
    Closes: https://github.com/gentoo/gentoo/pull/33244
    Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
    Signed-off-by: Michael Orlitzky <mjo@gentoo.org>

 dev-php/pecl-memcached/Manifest                    |  1 +
 .../pecl-memcached-3.2.0_p20231008.ebuild          | 65 ++++++++++++++++++++++
 2 files changed, 66 insertions(+)
Comment 5 Tomáš Mózes 2023-10-24 06:27:32 UTC
Should be fixed in 3.2.0_p20231008