Console Error logs

Php (B2B) Failure
PHPUnit 10.5.60 by Sebastian Bergmann and contributors.

Runtime:       PHP 8.4.1
Configuration: /var/www/html/dev/tests/static/phpunit.xml

FFS...                                                              6 / 6 (100%)

Time: 00:05.085, Memory: 26.50 MB

There were 2 failures:

1) Magento\Test\Php\LiveCodeTest::testCodeStyle
PHP Code Sniffer detected 1 violation(s): 

FILE: /var/www/html/app/code/Magento/Catalog/Model/Product/Attribute/Repository.php
-----------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------
 141 | WARNING | Empty CATCH statement detected
-----------------------------------------------------------------------------------



Failed asserting that 1 matches expected 0.

/var/www/html/dev/tests/static/testsuite/Magento/Test/Php/LiveCodeTest.php:257

2) Magento\Test\Php\LiveCodeTest::testCodeMess
PHP Code Mess has found error(s):
/var/www/html/app/code/Magento/Catalog/Model/Product/Attribute/Repository.php:112  ExcessiveMethodLength  The method save() has 116 lines of code. Current threshold is set to 100. Avoid really long methods.

Failed asserting that 2 matches expected 0.

/var/www/html/dev/tests/static/testsuite/Magento/Test/Php/LiveCodeTest.php:295

FAILURES!
Tests: 6, Assertions: 5, Failures: 2, Skipped: 1.