虚無庵

徒然なるままに

今日の php build 2024-01-13

ビルド環境は以下の通り。

  • OS: Linux - Linux jinroq-lenovo 6.5.0-14-generic #14~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 20 18:15:30 UTC 2 x86_64
  • Autoconf: autoconf (GNU Autoconf) 2.71
  • Bundled Libtool: ltmain.sh (GNU libtool) 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
  • Compiler: gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)
  • Bison: bison (GNU Bison) 3.8.2

今日のビルド(master)

make -j4 を実行。

90785dd865aa14005611107d566aa2a664572d8a までを pull ってきてビルド。エラー/警告ともになし。

今日のテスト(master)

make TEST_PHP_ARGS=-j4 test を実行。

=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :    46 (bz2, oci8, soap, pgsql, mbstring, curl, odbc, com_dotnet, enchant, sysvsem, sysvshm, pdo_dblib, mysqli, ffi, exif, shmop, calendar, intl, zlib, pdo_pgsql, gmp, sodium, snmp, dl_test, imap, pdo_firebird, bcmath, readline, gd, sockets, pdo_mysql, zend_test, pdo_oci, ldap, zip, pcntl, xsl, mysqlnd, sysvmsg, dba, skeleton, tidy, openssl, ftp, gettext, pdo_odbc)
Exts tested     :    26
---------------------------------------------------------------------

Number of tests : 18991             13171
Tests skipped   :  5820 ( 30.6%) --------
Tests warned    :     0 (  0.0%) (  0.0%)
Tests failed    :     0 (  0.0%) (  0.0%)
Expected fail   :     9 (  0.0%) (  0.1%)
Tests passed    : 13162 ( 69.3%) ( 99.9%)
---------------------------------------------------------------------
Time taken      : 92.301 seconds
=====================================================================

今日のビルド(PHP-8.3)

make -j4 を実行。

e062fe02effb7d0395256dacde917350b783aacd までを pull ってきてビルド。エラー/警告ともになし。

今日のテスト(PHP-8.3)

make TEST_PHP_ARGS=-j4 test を実行。

=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :    47 (bz2, oci8, soap, pspell, pgsql, mbstring, curl, odbc, com_dotnet, enchant, sysvsem, sysvshm, pdo_dblib, mysqli, ffi, exif, shmop, calendar, intl, zlib, pdo_pgsql, gmp, sodium, snmp, dl_test, imap, pdo_firebird, bcmath, readline, gd, sockets, pdo_mysql, zend_test, pdo_oci, ldap, zip, pcntl, xsl, mysqlnd, sysvmsg, dba, skeleton, tidy, openssl, ftp, gettext, pdo_odbc)
Exts tested     :    26
---------------------------------------------------------------------

Number of tests : 18730             12974
Tests skipped   :  5756 ( 30.7%) --------
Tests warned    :     0 (  0.0%) (  0.0%)
Tests failed    :     0 (  0.0%) (  0.0%)
Expected fail   :     9 (  0.0%) (  0.1%)
Tests passed    : 12965 ( 69.2%) ( 99.9%)
---------------------------------------------------------------------
Time taken      :    85 seconds
=====================================================================

今日のビルド(PHP-8.2)

make -j4 を実行。

5a988d5764855aa25a60dc555357df1c35b44b55 までを pull ってきてビルド。

In file included from /home/jinroq/dev/php/php-src/ext/opcache/jit/zend_jit.c:714:
ext/opcache/jit/zend_jit_trace.c: In function ‘zend_jit_trace_allocate_exit_point’:
/home/jinroq/dev/php/php-src/ext/opcache/jit/dynasm/dasm_x86.h:127:19: warning: array subscript -10 is outside array bounds of ‘void *[38]’ [-Warray-bounds]
  127 |   D->globals = gl - 10;  /* Negative bias to compensate for locals. */
      |                ~~~^~~~
In file included from /home/jinroq/dev/php/php-src/ext/opcache/jit/zend_jit.c:772:
/home/jinroq/dev/php/php-src/ext/opcache/jit/zend_jit_x86.dasc:143:14: note: while referencing ‘dasm_labels’
  143 | static void* dasm_labels[zend_lb_MAX];
      |              ^~~~~~~~~~~

今日のテスト(PHP-8.2)

make TEST_PHP_ARGS=-j4 test を実行。

=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   47
Exts tested     :   27
---------------------------------------------------------------------

Number of tests : 18200             12568
Tests skipped   : 5632 ( 30.9%) --------
Tests warned    :    1 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Expected fail   :    9 (  0.0%) (  0.1%)
Tests passed    : 12558 ( 69.0%) ( 99.9%)
---------------------------------------------------------------------
Time taken      :   84 seconds
=====================================================================
=====================================================================
WARNED TEST SUMMARY
---------------------------------------------------------------------
Phar: bug #69958: Segfault in Phar::convertToData on invalid file [ext/phar/tests/bug69958.phpt] (warn: XFAIL section but test passes)
=====================================================================