← r60086: Build/Test Tools: Apply one missed action update.

Failed

Environment

Host XServer
Test Date 2025-03-25 15:11
Execution Time 7m 41s
Environment Name Unknown
PHPPHP PHP (PHP: Hypertext Preprocessor) is a general-purpose scripting language especially suited to web development. PHP code is usually processed on a web server by a PHP interpreter. On a web server, the result of the interpreted and executed PHP code would form the whole or part of an HTTP response. Version PHP 8.2.22
DatabaseDatabase A database is an organized collection of data. Access to this data is usually provided by a "database management system" (DBMS) consisting of an integrated set of computer software that allows users to interact with one or more databases and provides access to all of the data contained in the database. Because of the close relationship between them, the term "database" is often used casually to refer to both a database and the DBMS used to manipulate it. Version mysqlMySQL MySQL is an open-source relational database management system (RDBMS). MySQL is free and open-source software under the terms of the GNU General Public License. Ver 15.1 Distrib 10.5.22-MariaDBMariaDB MariaDB is a fork of the MySQL relational database management system (RDBMS), intended to remain free and open-source software under the GNU General Public License. MariaDB intended to maintain high compatibility with MySQL, ensuring a drop-in replacement capability with library binary parity and exact matching with MySQL APIs and commands.
Extensions bcmath (8.2.22), ctype (8.2.22), curl (8.2.22), date (8.2.22), dom (20031129), exif (8.2.22), fileinfo (8.2.22), filterFilter Filters are one of the two types of Hooks https://codex.wordpress.org/Plugin_API/Hooks. They provide a way for functions to modify data of other functions. They are the counterpart to Actions. Unlike Actions, filters are meant to work in an isolated manner, and should never have side effects such as affecting global variables and output. (8.2.22), ftp (8.2.22), gd (8.2.22), gettext (8.2.22), hash (8.2.22), iconv (8.2.22), imagick (3.7.0), imap (8.2.22), intl (8.2.22), jsonJSON JavaScript Object Notation (JSON) is an open standard file format, and data interchange format, that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and array data types. It is a very common data format, with a diverse range of applications, such as serving as a replacement for XML in AJAX systems. (8.2.22), libxml (8.2.22), mbstring (8.2.22), mcrypt (1.0.6), mysqli (8.2.22), mysqlnd (mysqlnd 8.2.22), openssl (8.2.22), pcre (8.2.22), pdo_mysql (8.2.22), soap (8.2.22), sockets (8.2.22), xml (8.2.22), xmlreader (8.2.22), zip (1.21.1), zlib (8.2.22), curl (7.61.1 OpenSSL/1.1.1k 1.2.11), imagemagick (6.9.12-93), openssl (1.1.1k FIPS 25 Mar 2021)

Errors/Failures

Tests_Auth::test_wp_check_password_supports_argon2i_hash

Tests_Auth::test_wp_check_password_supports_argon2i_hash
Argon2i is not supported.

/home/xwphtest2/local/tmp/wp-test-runner/tests/phpunit/tests/auth.php:291

Tests_Auth::test_wp_check_password_supports_argon2id_hash

Tests_Auth::test_wp_check_password_supports_argon2id_hash
Argon2id is not supported.

/home/xwphtest2/local/tmp/wp-test-runner/tests/phpunit/tests/auth.php:309

Tests_Functions_WpUniqueIdFromValues::test_wp_unique_id_from_values::test_wp_unique_id_from_values with data set "float"

Tests_Functions_WpUniqueIdFromValues::test_wp_unique_id_from_values with data set "float" ('a756f54d', array(1.23), 'my-prefix-')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'a756f54d'
+'9acca005'

/home/xwphtest2/local/tmp/wp-test-runner/tests/phpunit/tests/functions/wpUniqueIdFromValues.php:27

Tests_Functions_WpUniqueIdFromValues::test_wp_unique_id_from_values::test_wp_unique_id_from_values with data set "multiple values"

Tests_Functions_WpUniqueIdFromValues::test_wp_unique_id_from_values with data set "multiple values" ('ef258a5d', array('text', 123, 1.23, true, stdClass Object (), null), 'my-prefix-')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'ef258a5d'
+'e8f526d5'

/home/xwphtest2/local/tmp/wp-test-runner/tests/phpunit/tests/functions/wpUniqueIdFromValues.php:27

Tests_Functions_WpUniqueIdFromValues::test_wp_unique_id_from_values::test_wp_unique_id_from_values with data set "nested arrays"

Tests_Functions_WpUniqueIdFromValues::test_wp_unique_id_from_values with data set "nested arrays" ('4345cae5', array(array('text', 123, 1.23), array(true, stdClass Object (), null)), 'my-prefix-')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'4345cae5'
+'02654226'

/home/xwphtest2/local/tmp/wp-test-runner/tests/phpunit/tests/functions/wpUniqueIdFromValues.php:27

WP_Test_REST_Users_Controller::test_get_items_only_fetches_ids_for_head_requests::test_get_items_only_fetches_ids_for_head_requests with data set "HEAD request"

WP_Test_REST_Users_Controller::test_get_items_only_fetches_ids_for_head_requests with data set "HEAD request" ('HEAD')
The SQL query does not match the expected string.
Failed asserting that 'SELECT SQL_CALC_FOUND_ROWS wpt_users.IDn
				 FROM wpt_usersn
				 WHERE 1=1 AND wpt_users.ID IN ( SELECT DISTINCT wpt_posts.post_author FROM wpt_posts WHERE wpt_posts.post_status = 'publish' AND wpt_posts.post_type IN ( 'post', 'page', 'attachment', 'nav_menu_item', 'wp_block', 'wp_template', 'wp_template_part', 'wp_global_styles', 'wp_navigation', 'wp_font_family', 'wp_font_face', 'r_true_p_true', 'r_true_p_false' ) )n
				 ORDER BY display_name ASCn
				 LIMIT 0, 10' matches PCRE pattern "/SELECT SQL_CALC_FOUND_ROWS wptests_users.IDns+FROMs+wpt_users/is".

/home/xwphtest2/local/tmp/wp-test-runner/tests/phpunit/tests/rest-api/rest-users-controller.php:3306
/home/xwphtest2/local/tmp/wp-test-runner/vendor/phpunit/phpunit/phpunit:107