Test: /sapi/fpm/tests/fpm_get_status_basic.phpt - Version 7.4.3    

There are 2 different diffs reported by users for this test.

Count Diff
1 (50%)
001+ ERROR: The NOTICE does not match expected message: 002+ - PATTERN: /^\[\d\d-\w\w\w-\d{4} \d\d:\d\d:\d\d\] NOTICE: fpm is running, pid \d+$/ 003+ - MESSAGE: [27-Mar-2020 15:43:09] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library 'mbstring' (tried: /usr/lib/php/modules/mbstring (/usr/lib/php/modules/mbstring: cannot open shared object file: No such file or directory), /usr/lib/php/modules/mbstring.so (/usr/lib/php/modules/mbstring.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 004+ - EXPECT: 'fpm is running, pid \d+' 005+ - ACTUAL: 'PHP message: PHP Warning: PHP Startup: Unable to load dynamic library 'mbstring' (tried: /usr/lib/php/modules/mbstring (/usr/lib/php/modules/mbstring: cannot open shared object file: No such file or directory), /usr/lib/php/modules/mbstring.so (/usr/lib/php/modules/mbstring.so: cannot open shared object file: No such file or directory)) in Unknown on line 0' 006+ 007+ Done 001- Test Start 002- array(15) { 003- ["pool"]=> 004- string(10) "unconfined" 005- ["process-manager"]=> 006- string(7) "dynamic" 007- ["start-time"]=> 008- int(%d) 009- ["start-since"]=> 010- int(%d) 011- ["accepted-conn"]=> 012- int(1) 013- ["listen-queue"]=> 014- int(0) 015- ["max-listen-queue"]=> 016- int(0) 017- ["listen-queue-len"]=> 018- int(%d) 019- ["idle-processes"]=> 020- int(0) 021- ["active-processes"]=> 022- int(1) 023- ["total-processes"]=> 024- int(1) 025- ["max-active-processes"]=> 026- int(1) 027- ["max-children-reached"]=> 028- int(0) 029- ["slow-requests"]=> 030- int(0) 031- ["procs"]=> 032- array(1) { 033- [0]=> 034- array(14) { 035- ["pid"]=> 036- int(%d) 037- ["state"]=> 038- string(7) "Running" 039- ["start-time"]=> 040- int(%d) 041- ["start-since"]=> 042- int(%d) 043- ["requests"]=> 044- int(1) 045- ["request-duration"]=> 046- int(%d) 047- ["request-method"]=> 048- string(3) "GET" 049- ["request-uri"]=> 050- string(%d) "%s" 051- ["query-string"]=> 052- string(0) "" 053- ["request-length"]=> 054- int(0) 055- ["user"]=> 056- string(1) "-" 057- ["script"]=> 058- string(%d) "%s" 059- ["last-request-cpu"]=> 060- float(0) 061- ["last-request-memory"]=> 062- int(0) 063- } 064- } 065- } 066- Test End 067- Done
1 (50%)
001+ ERROR: The NOTICE does not match expected message: 002+ - PATTERN: /^\[\d\d-\w\w\w-\d{4} \d\d:\d\d:\d\d\] NOTICE: fpm is running, pid \d+$/ 003+ - MESSAGE: [19-Mar-2020 16:42:34] ERROR: failed to retrieve TCP_INFO for socket: Protocol not available (92) 004+ - EXPECT: 'fpm is running, pid \d+' 005+ - ACTUAL: '2020 16:42:34] ERROR: failed to retrieve TCP_INFO for socket: Protocol not available (92)' 006+ 007+ Done 001- Test Start 002- array(15) { 003- ["pool"]=> 004- string(10) "unconfined" 005- ["process-manager"]=> 006- string(7) "dynamic" 007- ["start-time"]=> 008- int(%d) 009- ["start-since"]=> 010- int(%d) 011- ["accepted-conn"]=> 012- int(1) 013- ["listen-queue"]=> 014- int(0) 015- ["max-listen-queue"]=> 016- int(0) 017- ["listen-queue-len"]=> 018- int(%d) 019- ["idle-processes"]=> 020- int(0) 021- ["active-processes"]=> 022- int(1) 023- ["total-processes"]=> 024- int(1) 025- ["max-active-processes"]=> 026- int(1) 027- ["max-children-reached"]=> 028- int(0) 029- ["slow-requests"]=> 030- int(0) 031- ["procs"]=> 032- array(1) { 033- [0]=> 034- array(14) { 035- ["pid"]=> 036- int(%d) 037- ["state"]=> 038- string(7) "Running" 039- ["start-time"]=> 040- int(%d) 041- ["start-since"]=> 042- int(%d) 043- ["requests"]=> 044- int(1) 045- ["request-duration"]=> 046- int(%d) 047- ["request-method"]=> 048- string(3) "GET" 049- ["request-uri"]=> 050- string(%d) "%s" 051- ["query-string"]=> 052- string(0) "" 053- ["request-length"]=> 054- int(0) 055- ["user"]=> 056- string(1) "-" 057- ["script"]=> 058- string(%d) "%s" 059- ["last-request-cpu"]=> 060- float(0) 061- ["last-request-memory"]=> 062- int(0) 063- } 064- } 065- } 066- Test End 067- Done