Skip to content

Community patch: Braintree PayPal cart button — guard missing clientToken (magento/magento2#40622)#159

Open
Genaker wants to merge 1 commit intomagento:masterfrom
Genaker:fix/braintree-paypal-button-client-token-40622
Open

Community patch: Braintree PayPal cart button — guard missing clientToken (magento/magento2#40622)#159
Genaker wants to merge 1 commit intomagento:masterfrom
Genaker:fix/braintree-paypal-button-client-token-40622

Conversation

@Genaker
Copy link
Copy Markdown

@Genaker Genaker commented Mar 24, 2026

Summary

Adds a community quality patch for paypal/module-braintree-core (PayPal_Braintree): loadSDK in view/frontend/web/js/paypal/button.js now returns early when clientToken is missing, consistent with express-paypal.js, so the Braintree SDK is not called with an empty authorization (fixes INSTANTIATION_OPTION_REQUIRED / options.authorization is required when instantiating a client).

Magento issue

Patch file

  • patches/community/magento_magento2_40622_braintree_paypal_button.patch
  • Targets vendor/paypal/module-braintree-core/view/frontend/web/js/paypal/button.js (project root).

Package version

Registered for magento/magento2-base 2.4.8 (adjust or extend versions as needed for other lines).

Testing

  • patch -p1 --dry-run applied cleanly against a 2.4.8 install with paypal/module-braintree-core 4.7.x.

Patches vendor/paypal/module-braintree-core view/frontend/web/js/paypal/button.js
loadSDK to match express-paypal.js (avoid Braintree INSTANTIATION_OPTION_REQUIRED).

Refs: magento/magento2#40622
@magento-cloud-ft-jenkins-svc
Copy link
Copy Markdown

Functional Acceptance Test Results

❌  One or more functional acceptance tests have failed.

PHP 8.1

  • ❌  B2Bx244x245Cest

PHP 8.2

  • ❌  B2Bx246Cest

PHP 8.3

  • ❌  B2Bx247Cest

PHP 8.4

  • ❌  B2Bx248Cest

Output for failed tests is below. If many tests have failed only the first 5 will be included. If you need additional information please reach out to the Magento Cloud team for more details.

This comment was generated by Jenkins job magento-quality-patches/functional build 1195.

@magento-cloud-ft-jenkins-svc
Copy link
Copy Markdown

PHP 8.4 B2Bx248Cest Output

Codeception PHP Testing Framework v5.3.5 https://stand-with-ukraine.pp.ua

Deprecated: Robo\Config\Config::__construct(): Implicitly marking parameter $data as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/consolidation/robo/src/Config/Config.php on line 27

Deprecated: Consolidation\Config\Config::__construct(): Implicitly marking parameter $data as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/consolidation/config/src/Config.php on line 33

Acceptance Tests (4) ---------------------------------------
B2Bx248Cest: Test patches | "2.4.8","2.4.8"
Signature: Functional\Acceptance\B2Bx248Cest:testPatches
Test: src/Test/Functional/Acceptance/B2Bx248Cest.php:testPatches
Scenario --
 I cleanup work dir 
 I clone template to work dir "2.4.8"
 I create auth json 
 I create artifacts dir 
 I create artifact current tested code "patches","1.1.999"
 I add artifacts repo to composer 
 I add dependency to composer "magento/quality...","1.1.999"
 I add ece docker git repo to composer 
 I add cloud patches git repo to composer 
 I add ece tools git repo to composer 
 I add cloud components git repo to composer 
 I get dependency version "magento/magento-cloud-patches"
 I add dependency to composer "magento/m...","dev-devel..."
 I assert true true,"Can not add dependency magento/mage..."
 I get dependency version "magento/magento-cloud-docker"
 I add dependency to composer "magento/m...","dev-devel..."
 I assert true true,"Can not add dependency magento/mage..."
 I get dependency version "magento/magento-cloud-components"
 I add dependency to composer "magento/m...","dev-devel..."
 I assert true true,"Can not add dependency magento/mage..."
 I get dependency version "magento/ece-tools"
 I add dependency to composer "magento/e...","dev-devel..."
 I assert true true,"Can not add dependency magento/ece-..."
 I remove dependency from composer "magento/magento-clou..."
 I add dependency to composer "magento/product-e...","2.4.8"
 I add dependency to composer "magento/extension-b2b","*"
 I composer update 
 I copy file to work dir "files/patche...",".magento.env..."
 I generate docker compose "--mode=production --env-vars..."
 I run docker compose command "run build cloud-build"
 I assert true false
 I stop environment 
 I remove work dir 
------------------------------------
Message: Failed asserting that false is true.
------------------------------------
Stack Trace: 
#0 /app/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php(73): PHPUnit\Framework\Constraint\Constraint->fail(false, '')
#1 /app/vendor/phpunit/phpunit/src/Framework/Assert.php(2596): PHPUnit\Framework\Constraint\Constraint->evaluate(false, '')
#2 /app/vendor/phpunit/phpunit/src/Framework/Assert.php(1599): PHPUnit\Framework\Assert::assertThat(false, Object(PHPUnit\Framework\Constraint\IsTrue), '')
#3 /app/vendor/codeception/lib-asserts/src/Codeception/Util/Shared/InheritedAsserts.php(1509): PHPUnit\Framework\Assert::assertTrue(false, '')
#4 /app/vendor/codeception/codeception/src/Codeception/Step.php(267): Codeception\Module\AbstractAsserts->assertTrue(false)
#5 /app/vendor/codeception/codeception/src/Codeception/Scenario.php(70): Codeception\Step->run(Object(Codeception\Lib\ModuleContainer))
#6 /app/vendor/magento/magento-cloud-docker/tests/functional/_support/_generated/CliTesterActions.php(5038): Codeception\Scenario->runStep(Object(Codeception\Step\Action))
#7 /app/src/Test/Functional/Acceptance/AbstractCest.php(164): CliTester->assertTrue(false)
#8 [internal function]: Magento\QualityPatches\Test\Functional\Acceptance\AbstractCest->testPatches(Object(CliTester), Object(Codeception\Example))
#9 /app/vendor/codeception/codeception/src/Codeception/Lib/Di.php(118): ReflectionMethod->invokeArgs(Object(Functional\Acceptance\B2Bx248Cest), Array)
#10 /app/vendor/codeception/codeception/src/Codeception/Test/Cest.php(181): Codeception\Lib\Di->injectDependencies(Object(Functional\Acceptance\B2Bx248Cest), 'testPatches', Array)
#11 /app/vendor/codeception/codeception/src/Codeception/Test/Cest.php(191): Codeception\Test\Cest->invoke('testPatches', Array)
#12 /app/vendor/codeception/codeception/src/Codeception/Test/Cest.php(126): Codeception\Test\Cest->executeTestMethod(Object(CliTester))
#13 /app/vendor/codeception/codeception/src/Codeception/Test/Test.php(157): Codeception\Test\Cest->test()
#14 /app/vendor/codeception/codeception/src/Codeception/Suite.php(131): Codeception\Test\Test->realRun(Object(Codeception\ResultAggregator))
#15 /app/vendor/codeception/codeception/src/Codeception/SuiteManager.php(141): Codeception\Suite->run(Object(Codeception\ResultAggregator))
#16 /app/vendor/codeception/codeception/src/Codeception/Codecept.php(244): Codeception\SuiteManager->run(Object(Codeception\ResultAggregator))
#17 /app/vendor/codeception/codeception/src/Codeception/Codecept.php(206): Codeception\Codecept->runSuite(Array, 'Acceptance', 'B2Bx248Cest')
#18 /app/vendor/codeception/codeception/src/Codeception/Command/Run.php(374): Codeception\Codecept->run('Acceptance', 'B2Bx248Cest', Array)
#19 /app/vendor/symfony/console/Command/Command.php(326): Codeception\Command\Run->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#20 /app/vendor/symfony/console/Application.php(1098): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#21 /app/vendor/symfony/console/Application.php(324): Symfony\Component\Console\Application->doRunCommand(Object(Codeception\Command\Run), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#22 /app/vendor/symfony/console/Application.php(175): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#23 /app/vendor/codeception/codeception/src/Codeception/Application.php(107): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#24 /app/vendor/codeception/codeception/app.php(63): Codeception\Application->run()
#25 /app/vendor/codeception/codeception/app.php(64): {closure:/app/vendor/codeception/codeception/app.php:7}()
#26 /app/vendor/codeception/codeception/codecept(7): require('/app/vendor/cod...')
#27 /app/vendor/bin/codecept(119): include('/app/vendor/cod...')
#28 {main}
------------------------------------
 FAIL 

B2Bx248Cest: Test patches | "2.4.8","2.4.8-p1"
Signature: Functional\Acceptance\B2Bx248Cest:testPatches
Test: src/Test/Functional/Acceptance/B2Bx248Cest.php:testPatches
Scenario --
 I cleanup work dir 
 I clone template to work dir "2.4.8"
 I create auth json 
 I create artifacts dir 
 I create artifact current tested code "patches","1.1.999"
 I add artifacts repo to composer 
 I add dependency to composer "magento/quality...","1.1.999"
 I add ece docker git repo to composer 
 I add cloud patches git repo to composer 
 I add ece tools git repo to composer 
 I add cloud components git repo to composer 
 I get dependency version "magento/magento-cloud-patches"
 I add dependency to composer "magento/m...","dev-devel..."
 I assert true true,"Can not add dependency magento/mage..."
 I get dependency version "magento/magento-cloud-docker"
 I add dependency to composer "magento/m...","dev-devel..."
 I assert true true,"Can not add dependency magento/mage..."
 I get dependency version "magento/magento-cloud-components"
 I add dependency to composer "magento/m...","dev-devel..."
 I assert true true,"Can not add dependency magento/mage..."
 I get dependency version "magento/ece-tools"
 I add dependency to composer "magento/e...","dev-devel..."
 I assert true true,"Can not add dependency magento/ece-..."
 I remove dependency from composer "magento/magento-clou..."
 I add dependency to composer "magento/produc...","2.4.8-p1"
 I add dependency to composer "magento/extension-b2b","*"
 I composer update 
 I copy file to work dir "files/patche...",".magento.env..."
 I generate docker compose "--mode=production --env-vars..."
 I run docker compose command "run build cloud-build"
 I assert true true
 I start environment 
 I assert true true
 I grab file content "/init/var/log/patch.log"
[2026-03-24T07:38:13.847953+00:00] INFO: Magento 2 B2B Edition, version 2.4.8.0-patch1  
[2026-03-24T07:38:13.848137+00:00] NOTICE: Start of applying required patches  
[2026-03-24T07:38:13.863241+00:00] INFO: Patch MCLOUD-14016 has been applied {"file":"/app/vendor/magento/magento-cloud-patches/patches/MCLOUD-14016__Patch_for_CVE-2025-54236_webapi_improvement__2.4.x.patch"} 
[2026-03-24T07:38:13.863351+00:00] NOTICE: End of applying required patches  
[2026-03-24T07:38:13.867765+00:00] NOTICE: Start of applying optional patches  
[2026-03-24T07:38:13.867826+00:00] INFO: QUALITY_PATCHES env variable: *  
[2026-03-24T07:38:14.873471+00:00] INFO: Patch AC-14985 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/AC-14985_2.4.8.patch"} 
[2026-03-24T07:38:14.876972+00:00] INFO: Patch AC-15223 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/AC-15223_2.4.8.patch"} 
[2026-03-24T07:38:14.907777+00:00] INFO: Patch AC-15210 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/AC-15210_2.4.8-2.4.7-2.4.6.patch"} 
[2026-03-24T07:38:14.920223+00:00] INFO: Patch MDVA-30106 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/MDVA-30106_2.3.4.patch"} 
[2026-03-24T07:38:14.923628+00:00] INFO: Patch MDVA-12304 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66491_2.4.5-p13.patch"} 
[2026-03-24T07:38:14.928240+00:00] INFO: Patch MDVA-19640 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68639_2.4.8-p3.patch"} 
[2026-03-24T07:38:14.931535+00:00] INFO: Patch MDVA-15546 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/MDVA-15546_2.2.6.patch"} 
[2026-03-24T07:38:14.937892+00:00] INFO: Patch ACSD-57003-V2 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68611_2.4.8-p2.patch"} 
[2026-03-24T07:38:14.941335+00:00] INFO: Patch ACSD-68040 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69201_2.4.8-p3.patch"} 
[2026-03-24T07:38:14.965174+00:00] INFO: Patch ACSD-63323 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68089_2.4.8.patch"} 
[2026-03-24T07:38:14.984098+00:00] INFO: Patch ACP2E-3705 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66841_2.4.8.patch"} 
[2026-03-24T07:38:14.989212+00:00] INFO: Patch ACP2E-3705 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66841_2.4.8.patch"} 
[2026-03-24T07:38:14.994245+00:00] INFO: Patch ACSD-63406 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68143_2.4.8-p1.patch"} 
[2026-03-24T07:38:14.999690+00:00] INFO: Patch ACSD-64627 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-65553_1.5.2.patch"} 
[2026-03-24T07:38:15.003875+00:00] INFO: Patch ACP2E-3841 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65664_2.4.8.patch"} 
[2026-03-24T07:38:15.009659+00:00] INFO: Patch ACSD-65100 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65100_2.4.7-p3.patch"} 
[2026-03-24T07:38:15.013064+00:00] INFO: Patch ACSD-65787 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65787_2.4.7-p5.patch"} 
[2026-03-24T07:38:15.020173+00:00] INFO: Patch ACSD-65223 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-65223_B2B_1.0.6.patch"} 
[2026-03-24T07:38:15.029396+00:00] INFO: Patch ACP2E-3753 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACP2E-3753_2.4.5-p11.patch"} 
[2026-03-24T07:38:15.033816+00:00] INFO: Patch ACSD-64118 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACP2E-3988_2.4.8.patch"} 
[2026-03-24T07:38:15.037223+00:00] INFO: Patch ACSD-64813 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-64813_1.5.0.patch"} 
[2026-03-24T07:38:15.040823+00:00] INFO: Patch ACSD-65202 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65202_2.4.4-p12.patch"} 
[2026-03-24T07:38:15.055612+00:00] INFO: Patch ACSD-65331 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65331_1.2.7-p3.patch"} 
[2026-03-24T07:38:15.059343+00:00] INFO: Patch ACSD-65822 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65822_2.4.8.patch"} 
[2026-03-24T07:38:15.062862+00:00] INFO: Patch ACP2E-3789 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACP2E-3789_2.4.7-p3.patch"} 
[2026-03-24T07:38:15.066350+00:00] INFO: Patch ACP2E-3918 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACP2E-3918_1.5.1.patch"} 
[2026-03-24T07:38:15.120606+00:00] INFO: Patch ACSD-65750 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65750_2.2.5-p4.patch"} 
[2026-03-24T07:38:15.124051+00:00] INFO: Patch ACSD-65775 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65775_2.4.8.patch"} 
[2026-03-24T07:38:15.128150+00:00] INFO: Patch ACSD-65777 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65777_2.4.8.patch"} 
[2026-03-24T07:38:15.153263+00:00] INFO: Patch ACSD-65913 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65913_2.4.7-p5.patch"} 
[2026-03-24T07:38:15.156659+00:00] INFO: Patch ACSD-66041 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66041_2.4.7-p5.patch"} 
[2026-03-24T07:38:15.160119+00:00] INFO: Patch ACSD-66041 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66041_1.2.7-p5.patch"} 
[2026-03-24T07:38:15.164084+00:00] INFO: Patch ACSD-66212 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66212_1.5.2.patch"} 
[2026-03-24T07:38:15.167765+00:00] INFO: Patch ACSD-66049 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66049_2.4.7-p3.patch"} 
[2026-03-24T07:38:15.171127+00:00] INFO: Patch ACSD-66084 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66084_2.4.7-p5.patch"} 
[2026-03-24T07:38:15.174653+00:00] INFO: Patch ACSD-66118 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66118_2.4.7-p4.patch"} 
[2026-03-24T07:38:15.204605+00:00] INFO: Patch ACSD-66434-V2 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66434_1.5.2.patch"} 
[2026-03-24T07:38:15.213993+00:00] INFO: Patch ACSD-65938 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-65938_2.4.7_v2.patch"} 
[2026-03-24T07:38:15.217438+00:00] INFO: Patch ACSD-66072 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66072_2.4.6-p8.patch"} 
[2026-03-24T07:38:15.261312+00:00] INFO: Patch ACSD-66082 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66082_2.4.6-p5.patch"} 
[2026-03-24T07:38:15.274046+00:00] INFO: Patch ACSD-66179 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66179_2.4.7-p5_v2.patch"} 
[2026-03-24T07:38:15.281950+00:00] INFO: Patch ACSD-66233 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66233_2.4.8.patch"} 
[2026-03-24T07:38:15.285287+00:00] INFO: Patch ACSD-66233 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66233_1.2.8.patch"} 
[2026-03-24T07:38:15.288562+00:00] INFO: Patch ACSD-66506 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66506_1.5.0.patch"} 
[2026-03-24T07:38:15.288679+00:00] INFO: Patch ACSD-66965 (commerce/ACSD-66965_1.5.2.patch) was already applied  
[2026-03-24T07:38:15.294582+00:00] INFO: Patch ACP2E-3731 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACP2E-3731_2.4.6-p9.patch"} 
[2026-03-24T07:38:15.298548+00:00] INFO: Patch ACP2E-3767 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACP2E-3767_2.4.7-p1.patch"} 
[2026-03-24T07:38:15.308519+00:00] INFO: Patch ACP2E-3977 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACP2E-3977_2.4.6-p10.patch"} 
[2026-03-24T07:38:15.312464+00:00] INFO: Patch ACSD-65983 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-65983_1.5.2.patch"} 
[2026-03-24T07:38:15.316169+00:00] INFO: Patch ACSD-66153 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66153_2.4.5-p10.patch"} 
[2026-03-24T07:38:15.319552+00:00] INFO: Patch ACSD-66302 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66302_2.4.8.patch"} 
[2026-03-24T07:38:15.323268+00:00] INFO: Patch ACSD-66311 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66311_1.5.1.patch"} 
[2026-03-24T07:38:15.328771+00:00] INFO: Patch ACSD-66404 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66404_2.4.7-p6.patch"} 
[2026-03-24T07:38:15.332410+00:00] INFO: Patch ACSD-66952 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66952_2.4.7-p6.patch"} 
[2026-03-24T07:38:15.337575+00:00] INFO: Patch ACSD-66120 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66120_2.4.6-p9.patch"} 
[2026-03-24T07:38:15.341099+00:00] INFO: Patch ACSD-67659 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-67659_2.4.8-p2.patch"} 
[2026-03-24T07:38:15.347642+00:00] INFO: Patch ACSD-67659 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67659_2.4.8-p2.patch"} 
[2026-03-24T07:38:15.352015+00:00] INFO: Patch ACSD-67030 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-67030_2.4.7-p5.patch"} 
[2026-03-24T07:38:15.355339+00:00] INFO: Patch ACSD-67166 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67166_1.2.5-p13.patch"} 
[2026-03-24T07:38:15.359453+00:00] INFO: Patch ACSD-67250 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69350_2.4.8-p3.patch"} 
[2026-03-24T07:38:15.364875+00:00] INFO: Patch ACSD-67250 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-69350_1.5.2.patch"} 
[2026-03-24T07:38:15.368595+00:00] INFO: Patch ACSD-67289 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67289_2.4.8.patch"} 
[2026-03-24T07:38:15.373683+00:00] INFO: Patch ACSD-67089 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67089_1.2.8.patch"} 
[2026-03-24T07:38:15.380213+00:00] INFO: Patch ACSD-67093 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67093_2.4.8-p2.patch"} 
[2026-03-24T07:38:15.384688+00:00] INFO: Patch ACSD-67459 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67459_2.4.5-p7.patch"} 
[2026-03-24T07:38:15.388121+00:00] INFO: Patch ACSD-67643 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67643_2.4.8-p1.patch"} 
[2026-03-24T07:38:15.391534+00:00] INFO: Patch ACSD-67652 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67652_1.2.8.patch"} 
[2026-03-24T07:38:15.395352+00:00] INFO: Patch ACSD-67904 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67904_2.4.8.patch"} 
[2026-03-24T07:38:15.399625+00:00] INFO: Patch ACSD-66807 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66807_2.4.7-p5.patch"} 
[2026-03-24T07:38:15.402917+00:00] INFO: Patch ACSD-67518 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67518_2.4.8-p1.patch"} 
[2026-03-24T07:38:15.409276+00:00] INFO: Patch ACSD-67639 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67639_2.4.8.patch"} 
[2026-03-24T07:38:15.412902+00:00] INFO: Patch ACSD-67696 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67696_2.4.7-p6.patch"} 
[2026-03-24T07:38:15.416316+00:00] INFO: Patch ACSD-67946 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67946_2.4.7-p7.patch"} 
[2026-03-24T07:38:15.419681+00:00] INFO: Patch ACSD-68118 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68118_2.4.7-p2.patch"} 
[2026-03-24T07:38:15.424097+00:00] INFO: Patch ACSD-68092 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68092_2.4.8-p2.patch"} 
[2026-03-24T07:38:15.429321+00:00] INFO: Patch ACSD-68092 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68092_2.4.8-p2.patch"} 
[2026-03-24T07:38:15.432976+00:00] INFO: Patch ACSD-67424 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-67424_1.5.1.patch"} 
[2026-03-24T07:38:15.444791+00:00] INFO: Patch ACSD-67187 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-67187_1.5.2.patch"} 
[2026-03-24T07:38:15.448345+00:00] INFO: Patch ACSD-67171 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-67171_1.5.2-p1_v2.patch"} 
[2026-03-24T07:38:15.458580+00:00] INFO: Patch ACSD-67908 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67908_2.4.7-p5.patch"} 
[2026-03-24T07:38:15.462286+00:00] INFO: Patch ACSD-68206 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68206_2.4.8-p2.patch"} 
[2026-03-24T07:38:15.465809+00:00] INFO: Patch ACSD-68356 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68356_2.4.8-p2.patch"} 
[2026-03-24T07:38:15.472200+00:00] INFO: Patch ACSD-68391 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68391_1.5.2.patch"} 
[2026-03-24T07:38:15.475501+00:00] INFO: Patch ACSD-68636 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68636_2.4.8-p2.patch"} 
[2026-03-24T07:38:15.478973+00:00] INFO: Patch ACSD-68810 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68810_2.4.8-p3.patch"} 
[2026-03-24T07:38:15.483876+00:00] INFO: Patch ACSD-68289 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68289_2.4.8-p2.patch"} 
[2026-03-24T07:38:15.489083+00:00] INFO: Patch ACSD-68359 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68359_1.2.8-p2.patch"} 
[2026-03-24T07:38:15.492492+00:00] INFO: Patch ACSD-68451 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68451_1.5.2.patch"} 
[2026-03-24T07:38:15.495911+00:00] INFO: Patch ACSD-68573 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68573_2.4.7-p6.patch"} 
[2026-03-24T07:38:15.500182+00:00] INFO: Patch ACSD-68573 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68573_2.4.7-p6.patch"} 
[2026-03-24T07:38:15.503617+00:00] INFO: Patch ACSD-68615 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68615_1.2.6-p12.patch"} 
[2026-03-24T07:38:15.506997+00:00] INFO: Patch ACSD-68793 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68793_1.5.2.patch"} 
[2026-03-24T07:38:15.512823+00:00] INFO: Patch ACSD-68925 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68925_2.4.8-p3.patch"} 
[2026-03-24T07:38:15.517101+00:00] INFO: Patch ACSD-67091 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67091_2.4.8.patch"} 
[2026-03-24T07:38:15.523623+00:00] INFO: Patch ACSD-67370 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67370_2.4.8-p3.patch"} 
[2026-03-24T07:38:15.529750+00:00] INFO: Patch ACSD-68410 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68410_1.5.2.patch"} 
[2026-03-24T07:38:15.533617+00:00] INFO: Patch ACSD-69115 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69115_2.4.7-p8_v2.patch"} 
[2026-03-24T07:38:15.537292+00:00] INFO: Patch ACSD-69115 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-69115_2.4.7-p8_v2.patch"} 
[2026-03-24T07:38:15.546077+00:00] INFO: Patch ACSD-69129 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69129_2.4.8-p3.patch"} 
[2026-03-24T07:38:15.562182+00:00] INFO: Patch ACSD-69203 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69203_2.4.8-p3.patch"} 
[2026-03-24T07:38:15.565601+00:00] INFO: Patch ACSD-69203 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69203_2.2.6-p3.patch"} 
[2026-03-24T07:38:15.603004+00:00] INFO: Patch ACSD-69261 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69261_2.4.6-p13.patch"} 
[2026-03-24T07:38:15.617535+00:00] INFO: Patch ACSD-69308 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69308_2.4.8.patch"} 
[2026-03-24T07:38:15.631991+00:00] INFO: Patch ACSD-69319 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69319_2.4.7-p8.patch"} 
[2026-03-24T07:38:15.635679+00:00] INFO: Patch ACSD-69319 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69319_1.2.7-p8.patch"} 
[2026-03-24T07:38:15.639215+00:00] INFO: Patch ACSD-69325 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69325_1.2.8-p3.patch"} 
[2026-03-24T07:38:15.642738+00:00] INFO: Patch ACSD-69331 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69331_2.4.7-p8.patch"} 
[2026-03-24T07:38:15.647002+00:00] INFO: Patch ACSD-69333 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-69333_2.4.7-p6.patch"} 
[2026-03-24T07:38:15.650685+00:00] INFO: Patch ACSD-69541 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69541_2.4.8-p2.patch"} 
[2026-03-24T07:38:15.665474+00:00] INFO: Patch ACSD-68341 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68341_2.4.6-p10.patch"} 
[2026-03-24T07:38:15.669497+00:00] INFO: Patch ACSD-68537 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68537_2.4.8-p2.patch"} 
[2026-03-24T07:38:15.674385+00:00] INFO: Patch ACSD-68664 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68864_2.4.6-p10.patch"} 
[2026-03-24T07:38:15.701983+00:00] INFO: Patch ACSD-68759 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68759_2.4.7-p5_v2.patch"} 
[2026-03-24T07:38:15.705389+00:00] INFO: Patch ACSD-68892 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68892_2.4.8-p2.patch"} 
[2026-03-24T07:38:15.708790+00:00] INFO: Patch ACSD-69016 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-69016_2.4.8-p1.patch"} 
[2026-03-24T07:38:15.725504+00:00] INFO: Patch ACSD-69237 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69237_2.4.5-p15.patch"} 
[2026-03-24T07:38:15.729040+00:00] INFO: Patch ACSD-69311 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69311_2.4.7-p8.patch"} 
[2026-03-24T07:38:15.744674+00:00] INFO: Patch ACSD-69351 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-69351_2.4.7-p8.patch"} 
[2026-03-24T07:38:15.748419+00:00] INFO: Patch ACSD-69494 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69494_2.4.8-p3.patch"} 
[2026-03-24T07:38:15.748492+00:00] NOTICE: End of applying optional patches  
[2026-03-24T07:38:15.748579+00:00] INFO: Hot-fixes were not found. Skipping  

 I run docker compose command "run deploy cloud-deploy"
 I assert true true
 I run docker compose command "run deploy cloud-post-deploy"
 I assert true true
 I am on page "/"
 I see "Home page"
 I see "CMS homepage content goes here."
 I stop environment 
 I remove work dir 
 PASSED 

B2Bx248Cest: Test patches | "2.4.8","2.4.8-p2"
Signature: Functional\Acceptance\B2Bx248Cest:testPatches
Test: src/Test/Functional/Acceptance/B2Bx248Cest.php:testPatches
Scenario --
 I cleanup work dir 
 I clone template to work dir "2.4.8"
 I create auth json 
 I create artifacts dir 
 I create artifact current tested code "patches","1.1.999"
 I add artifacts repo to composer 
 I add dependency to composer "magento/quality...","1.1.999"
 I add ece docker git repo to composer 
 I add cloud patches git repo to composer 
 I add ece tools git repo to composer 
 I add cloud components git repo to composer 
 I get dependency version "magento/magento-cloud-patches"
 I add dependency to composer "magento/m...","dev-devel..."
 I assert true true,"Can not add dependency magento/mage..."
 I get dependency version "magento/magento-cloud-docker"
 I add dependency to composer "magento/m...","dev-devel..."
 I assert true true,"Can not add dependency magento/mage..."
 I get dependency version "magento/magento-cloud-components"
 I add dependency to composer "magento/m...","dev-devel..."
 I assert true true,"Can not add dependency magento/mage..."
 I get dependency version "magento/ece-tools"
 I add dependency to composer "magento/e...","dev-devel..."
 I assert true true,"Can not add dependency magento/ece-..."
 I remove dependency from composer "magento/magento-clou..."
 I add dependency to composer "magento/produc...","2.4.8-p2"
 I add dependency to composer "magento/extension-b2b","*"
 I composer update 
 I copy file to work dir "files/patche...",".magento.env..."
 I generate docker compose "--mode=production --env-vars..."
 I run docker compose command "run build cloud-build"
 I assert true true
 I start environment 
 I assert true true
 I grab file content "/init/var/log/patch.log"
[2026-03-24T07:54:42.861388+00:00] INFO: Magento 2 B2B Edition, version 2.4.8.0-patch2  
[2026-03-24T07:54:42.861593+00:00] NOTICE: Start of applying required patches  
[2026-03-24T07:54:42.874966+00:00] INFO: Patch MCLOUD-14016 has been applied {"file":"/app/vendor/magento/magento-cloud-patches/patches/MCLOUD-14016__Patch_for_CVE-2025-54236_webapi_improvement__2.4.x.patch"} 
[2026-03-24T07:54:42.875086+00:00] NOTICE: End of applying required patches  
[2026-03-24T07:54:42.879911+00:00] NOTICE: Start of applying optional patches  
[2026-03-24T07:54:42.879978+00:00] INFO: QUALITY_PATCHES env variable: *  
[2026-03-24T07:54:43.452032+00:00] INFO: Patch AC-15210 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/AC-15210_2.4.8-2.4.7-2.4.6.patch"} 
[2026-03-24T07:54:43.455974+00:00] INFO: Patch MDVA-30106 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/MDVA-30106_2.3.4.patch"} 
[2026-03-24T07:54:43.459405+00:00] INFO: Patch MDVA-12304 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66491_2.4.5-p13.patch"} 
[2026-03-24T07:54:43.471286+00:00] INFO: Patch MDVA-19640 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68639_2.4.8-p3.patch"} 
[2026-03-24T07:54:43.474638+00:00] INFO: Patch MDVA-15546 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/MDVA-15546_2.2.6.patch"} 
[2026-03-24T07:54:43.488472+00:00] INFO: Patch ACSD-57003-V2 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68611_2.4.8-p2.patch"} 
[2026-03-24T07:54:43.494232+00:00] INFO: Patch ACSD-68040 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69201_2.4.8-p3.patch"} 
[2026-03-24T07:54:43.498423+00:00] INFO: Patch ACSD-63323 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68089_2.4.8.patch"} 
[2026-03-24T07:54:43.501817+00:00] INFO: Patch ACP2E-3705 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66841_2.4.8.patch"} 
[2026-03-24T07:54:43.509939+00:00] INFO: Patch ACP2E-3705 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66841_2.4.8.patch"} 
[2026-03-24T07:54:43.513878+00:00] INFO: Patch ACSD-63406 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68143_2.4.8-p1.patch"} 
[2026-03-24T07:54:43.519385+00:00] INFO: Patch ACSD-64627 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-65553_1.5.2.patch"} 
[2026-03-24T07:54:43.528857+00:00] INFO: Patch ACP2E-3841 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65664_2.4.8.patch"} 
[2026-03-24T07:54:43.532523+00:00] INFO: Patch ACSD-65100 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65100_2.4.7-p3.patch"} 
[2026-03-24T07:54:43.535848+00:00] INFO: Patch ACSD-65787 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65787_2.4.7-p5.patch"} 
[2026-03-24T07:54:43.542989+00:00] INFO: Patch ACSD-65223 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-65223_B2B_1.0.6.patch"} 
[2026-03-24T07:54:43.554956+00:00] INFO: Patch ACP2E-3753 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACP2E-3753_2.4.5-p11.patch"} 
[2026-03-24T07:54:43.573950+00:00] INFO: Patch ACSD-64118 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACP2E-3988_2.4.8.patch"} 
[2026-03-24T07:54:43.577418+00:00] INFO: Patch ACSD-64813 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-64813_1.5.0.patch"} 
[2026-03-24T07:54:43.580862+00:00] INFO: Patch ACSD-65202 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65202_2.4.4-p12.patch"} 
[2026-03-24T07:54:43.585398+00:00] INFO: Patch ACSD-65331 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65331_1.2.7-p3.patch"} 
[2026-03-24T07:54:43.589188+00:00] INFO: Patch ACSD-65822 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65822_2.4.8.patch"} 
[2026-03-24T07:54:43.592783+00:00] INFO: Patch ACP2E-3789 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACP2E-3789_2.4.7-p3.patch"} 
[2026-03-24T07:54:43.626133+00:00] INFO: Patch ACP2E-3918 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACP2E-3918_1.5.1.patch"} 
[2026-03-24T07:54:43.630541+00:00] INFO: Patch ACSD-65750 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65750_2.2.5-p4.patch"} 
[2026-03-24T07:54:43.634029+00:00] INFO: Patch ACSD-65775 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65775_2.4.8.patch"} 
[2026-03-24T07:54:43.638056+00:00] INFO: Patch ACSD-65777 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65777_2.4.8.patch"} 
[2026-03-24T07:54:43.641470+00:00] INFO: Patch ACSD-65913 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65913_2.4.7-p5.patch"} 
[2026-03-24T07:54:43.644961+00:00] INFO: Patch ACSD-66041 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66041_2.4.7-p5.patch"} 
[2026-03-24T07:54:43.648757+00:00] INFO: Patch ACSD-66041 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66041_1.2.7-p5.patch"} 
[2026-03-24T07:54:43.652847+00:00] INFO: Patch ACSD-66212 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66212_1.5.2.patch"} 
[2026-03-24T07:54:43.656336+00:00] INFO: Patch ACSD-66049 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66049_2.4.7-p3.patch"} 
[2026-03-24T07:54:43.676745+00:00] INFO: Patch ACSD-66084 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66084_2.4.7-p5.patch"} 
[2026-03-24T07:54:43.680224+00:00] INFO: Patch ACSD-66118 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66118_2.4.7-p4.patch"} 
[2026-03-24T07:54:43.684141+00:00] INFO: Patch ACSD-66434-V2 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66434_1.5.2.patch"} 
[2026-03-24T07:54:43.688745+00:00] INFO: Patch ACSD-65938 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-65938_2.4.7_v2.patch"} 
[2026-03-24T07:54:43.692216+00:00] INFO: Patch ACSD-66072 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66072_2.4.6-p8.patch"} 
[2026-03-24T07:54:43.700914+00:00] INFO: Patch ACSD-66082 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66082_2.4.6-p5.patch"} 
[2026-03-24T07:54:43.704587+00:00] INFO: Patch ACSD-66179 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66179_2.4.7-p5_v2.patch"} 
[2026-03-24T07:54:43.708139+00:00] INFO: Patch ACSD-66233 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66233_2.4.8.patch"} 
[2026-03-24T07:54:43.711659+00:00] INFO: Patch ACSD-66233 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66233_1.2.8.patch"} 
[2026-03-24T07:54:43.715231+00:00] INFO: Patch ACSD-66506 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66506_1.5.0.patch"} 
[2026-03-24T07:54:43.715340+00:00] INFO: Patch ACSD-66965 (commerce/ACSD-66965_1.5.2.patch) was already applied  
[2026-03-24T07:54:43.719081+00:00] INFO: Patch ACP2E-3731 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACP2E-3731_2.4.6-p9.patch"} 
[2026-03-24T07:54:43.722940+00:00] INFO: Patch ACP2E-3767 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACP2E-3767_2.4.7-p1.patch"} 
[2026-03-24T07:54:43.726395+00:00] INFO: Patch ACP2E-3977 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACP2E-3977_2.4.6-p10.patch"} 
[2026-03-24T07:54:43.729795+00:00] INFO: Patch ACSD-65983 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-65983_1.5.2.patch"} 
[2026-03-24T07:54:43.733361+00:00] INFO: Patch ACSD-66153 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66153_2.4.5-p10.patch"} 
[2026-03-24T07:54:43.739668+00:00] INFO: Patch ACSD-66302 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66302_2.4.8.patch"} 
[2026-03-24T07:54:43.743416+00:00] INFO: Patch ACSD-66311 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66311_1.5.1.patch"} 
[2026-03-24T07:54:43.747207+00:00] INFO: Patch ACSD-66404 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66404_2.4.7-p6.patch"} 
[2026-03-24T07:54:43.750959+00:00] INFO: Patch ACSD-66952 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66952_2.4.7-p6.patch"} 
[2026-03-24T07:54:43.756076+00:00] INFO: Patch ACSD-66120 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66120_2.4.6-p9.patch"} 
[2026-03-24T07:54:43.759455+00:00] INFO: Patch ACSD-67659 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-67659_2.4.8-p2.patch"} 
[2026-03-24T07:54:43.766069+00:00] INFO: Patch ACSD-67659 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67659_2.4.8-p2.patch"} 
[2026-03-24T07:54:43.769911+00:00] INFO: Patch ACSD-67030 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-67030_2.4.7-p5.patch"} 
[2026-03-24T07:54:43.777537+00:00] INFO: Patch ACSD-67166 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67166_1.2.5-p13.patch"} 
[2026-03-24T07:54:43.781792+00:00] INFO: Patch ACSD-67250 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69350_2.4.8-p3.patch"} 
[2026-03-24T07:54:43.792152+00:00] INFO: Patch ACSD-67250 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-69350_1.5.2.patch"} 
[2026-03-24T07:54:43.809945+00:00] INFO: Patch ACSD-67289 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67289_2.4.8.patch"} 
[2026-03-24T07:54:43.816187+00:00] INFO: Patch ACSD-67089 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67089_1.2.8.patch"} 
[2026-03-24T07:54:43.831908+00:00] INFO: Patch ACSD-67093 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67093_2.4.8-p2.patch"} 
[2026-03-24T07:54:43.839681+00:00] INFO: Patch ACSD-67459 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67459_2.4.5-p7.patch"} 
[2026-03-24T07:54:43.843234+00:00] INFO: Patch ACSD-67643 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67643_2.4.8-p1.patch"} 
[2026-03-24T07:54:43.846677+00:00] INFO: Patch ACSD-67652 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67652_1.2.8.patch"} 
[2026-03-24T07:54:43.850092+00:00] INFO: Patch ACSD-67904 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67904_2.4.8.patch"} 
[2026-03-24T07:54:43.854514+00:00] INFO: Patch ACSD-66807 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66807_2.4.7-p5.patch"} 
[2026-03-24T07:54:43.858393+00:00] INFO: Patch ACSD-67518 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67518_2.4.8-p1.patch"} 
[2026-03-24T07:54:43.861808+00:00] INFO: Patch ACSD-67639 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67639_2.4.8.patch"} 
[2026-03-24T07:54:43.866247+00:00] INFO: Patch ACSD-67696 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67696_2.4.7-p6.patch"} 
[2026-03-24T07:54:43.869685+00:00] INFO: Patch ACSD-67946 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67946_2.4.7-p7.patch"} 
[2026-03-24T07:54:43.873183+00:00] INFO: Patch ACSD-68118 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68118_2.4.7-p2.patch"} 
[2026-03-24T07:54:43.877345+00:00] INFO: Patch ACSD-68092 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68092_2.4.8-p2.patch"} 
[2026-03-24T07:54:43.882518+00:00] INFO: Patch ACSD-68092 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68092_2.4.8-p2.patch"} 
[2026-03-24T07:54:43.886338+00:00] INFO: Patch ACSD-67424 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-67424_1.5.1.patch"} 
[2026-03-24T07:54:43.892051+00:00] INFO: Patch ACSD-67187 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-67187_1.5.2.patch"} 
[2026-03-24T07:54:43.897967+00:00] INFO: Patch ACSD-67171 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-67171_1.5.2-p1_v2.patch"} 
[2026-03-24T07:54:43.910376+00:00] INFO: Patch ACSD-67908 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67908_2.4.7-p5.patch"} 
[2026-03-24T07:54:43.919366+00:00] INFO: Patch ACSD-68206 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68206_2.4.8-p2.patch"} 
[2026-03-24T07:54:43.922961+00:00] INFO: Patch ACSD-68356 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68356_2.4.8-p2.patch"} 
[2026-03-24T07:54:43.942624+00:00] INFO: Patch ACSD-68391 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68391_1.5.2.patch"} 
[2026-03-24T07:54:43.947957+00:00] INFO: Patch ACSD-68636 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68636_2.4.8-p2.patch"} 
[2026-03-24T07:54:43.951683+00:00] INFO: Patch ACSD-68810 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68810_2.4.8-p3.patch"} 
[2026-03-24T07:54:43.956248+00:00] INFO: Patch ACSD-68289 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68289_2.4.8-p2.patch"} 
[2026-03-24T07:54:43.977664+00:00] INFO: Patch ACSD-68359 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68359_1.2.8-p2.patch"} 
[2026-03-24T07:54:43.980910+00:00] INFO: Patch ACSD-68451 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68451_1.5.2.patch"} 
[2026-03-24T07:54:43.984406+00:00] INFO: Patch ACSD-68573 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68573_2.4.7-p6.patch"} 
[2026-03-24T07:54:43.988638+00:00] INFO: Patch ACSD-68573 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68573_2.4.7-p6.patch"} 
[2026-03-24T07:54:43.992078+00:00] INFO: Patch ACSD-68615 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68615_1.2.6-p12.patch"} 
[2026-03-24T07:54:43.998936+00:00] INFO: Patch ACSD-68793 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68793_1.5.2.patch"} 
[2026-03-24T07:54:44.005339+00:00] INFO: Patch ACSD-68925 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68925_2.4.8-p3.patch"} 
[2026-03-24T07:54:44.009050+00:00] INFO: Patch ACSD-67091 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67091_2.4.8.patch"} 
[2026-03-24T07:54:44.014033+00:00] INFO: Patch ACSD-67370 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67370_2.4.8-p3.patch"} 
[2026-03-24T07:54:44.019853+00:00] INFO: Patch ACSD-68410 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68410_1.5.2.patch"} 
[2026-03-24T07:54:44.026135+00:00] INFO: Patch ACSD-69115 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69115_2.4.7-p8_v2.patch"} 
[2026-03-24T07:54:44.029962+00:00] INFO: Patch ACSD-69115 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-69115_2.4.7-p8_v2.patch"} 
[2026-03-24T07:54:44.033590+00:00] INFO: Patch ACSD-69129 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69129_2.4.8-p3.patch"} 
[2026-03-24T07:54:44.041178+00:00] INFO: Patch ACSD-69203 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69203_2.4.8-p3.patch"} 
[2026-03-24T07:54:44.044775+00:00] INFO: Patch ACSD-69203 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69203_2.2.6-p3.patch"} 
[2026-03-24T07:54:44.048228+00:00] INFO: Patch ACSD-69261 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69261_2.4.6-p13.patch"} 
[2026-03-24T07:54:44.051778+00:00] INFO: Patch ACSD-69308 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69308_2.4.8.patch"} 
[2026-03-24T07:54:44.060089+00:00] INFO: Patch ACSD-69319 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69319_2.4.7-p8.patch"} 
[2026-03-24T07:54:44.063791+00:00] INFO: Patch ACSD-69319 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69319_1.2.7-p8.patch"} 
[2026-03-24T07:54:44.075545+00:00] INFO: Patch ACSD-69325 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69325_1.2.8-p3.patch"} 
[2026-03-24T07:54:44.080419+00:00] INFO: Patch ACSD-69331 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69331_2.4.7-p8.patch"} 
[2026-03-24T07:54:44.091911+00:00] INFO: Patch ACSD-69333 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-69333_2.4.7-p6.patch"} 
[2026-03-24T07:54:44.101940+00:00] INFO: Patch ACSD-69541 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69541_2.4.8-p2.patch"} 
[2026-03-24T07:54:44.113562+00:00] INFO: Patch ACSD-68341 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68341_2.4.6-p10.patch"} 
[2026-03-24T07:54:44.117861+00:00] INFO: Patch ACSD-68537 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68537_2.4.8-p2.patch"} 
[2026-03-24T07:54:44.122825+00:00] INFO: Patch ACSD-68664 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68864_2.4.6-p10.patch"} 
[2026-03-24T07:54:44.138875+00:00] INFO: Patch ACSD-68759 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68759_2.4.7-p5_v2.patch"} 
[2026-03-24T07:54:44.153986+00:00] INFO: Patch ACSD-68892 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68892_2.4.8-p2.patch"} 
[2026-03-24T07:54:44.173296+00:00] INFO: Patch ACSD-69016 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-69016_2.4.8-p1.patch"} 
[2026-03-24T07:54:44.188496+00:00] INFO: Patch ACSD-69237 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69237_2.4.5-p15.patch"} 
[2026-03-24T07:54:44.192169+00:00] INFO: Patch ACSD-69311 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69311_2.4.7-p8.patch"} 
[2026-03-24T07:54:44.195757+00:00] INFO: Patch ACSD-69351 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-69351_2.4.7-p8.patch"} 
[2026-03-24T07:54:44.199965+00:00] INFO: Patch ACSD-69494 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69494_2.4.8-p3.patch"} 
[2026-03-24T07:54:44.200035+00:00] NOTICE: End of applying optional patches  
[2026-03-24T07:54:44.200118+00:00] INFO: Hot-fixes were not found. Skipping  

 I run docker compose command "run deploy cloud-deploy"
 I assert true true
 I run docker compose command "run deploy cloud-post-deploy"
 I assert true true
 I am on page "/"
 I see "Home page"
 I see "CMS homepage content goes here."
 I stop environment 
 I remove work dir 
 PASSED 

B2Bx248Cest: Test patches | "2.4.8","2.4.8-p3"
Signature: Functional\Acceptance\B2Bx248Cest:testPatches
Test: src/Test/Functional/Acceptance/B2Bx248Cest.php:testPatches
Scenario --
 I cleanup work dir 
 I clone template to work dir "2.4.8"
 I create auth json 
 I create artifacts dir 
 I create artifact current tested code "patches","1.1.999"
 I add artifacts repo to composer 
 I add dependency to composer "magento/quality...","1.1.999"
 I add ece docker git repo to composer 
 I add cloud patches git repo to composer 
 I add ece tools git repo to composer 
 I add cloud components git repo to composer 
 I get dependency version "magento/magento-cloud-patches"
 I add dependency to composer "magento/m...","dev-devel..."
 I assert true true,"Can not add dependency magento/mage..."
 I get dependency version "magento/magento-cloud-docker"
 I add dependency to composer "magento/m...","dev-devel..."
 I assert true true,"Can not add dependency magento/mage..."
 I get dependency version "magento/magento-cloud-components"
 I add dependency to composer "magento/m...","dev-devel..."
 I assert true true,"Can not add dependency magento/mage..."
 I get dependency version "magento/ece-tools"
 I add dependency to composer "magento/e...","dev-devel..."
 I assert true true,"Can not add dependency magento/ece-..."
 I remove dependency from composer "magento/magento-clou..."
 I add dependency to composer "magento/produc...","2.4.8-p3"
 I add dependency to composer "magento/extension-b2b","*"
 I composer update 
 I copy file to work dir "files/patche...",".magento.env..."
 I generate docker compose "--mode=production --env-vars..."
 I run docker compose command "run build cloud-build"
 I assert true true
 I start environment 
 I assert true true
 I grab file content "/init/var/log/patch.log"
[2026-03-24T08:11:01.472360+00:00] INFO: Magento 2 B2B Edition, version 2.4.8.0-patch3  
[2026-03-24T08:11:01.472588+00:00] NOTICE: Start of applying required patches  
[2026-03-24T08:11:01.509089+00:00] INFO: Patch REVERT-AC-15165 has been applied {"file":"/app/vendor/magento/magento-cloud-patches/patches/Revert-AC-15165__2.4.8-p3__composer.patch"} 
[2026-03-24T08:11:01.509230+00:00] NOTICE: End of applying required patches  
[2026-03-24T08:11:01.514101+00:00] NOTICE: Start of applying optional patches  
[2026-03-24T08:11:01.514176+00:00] INFO: QUALITY_PATCHES env variable: *  
[2026-03-24T08:11:02.247235+00:00] INFO: Patch AC-15210 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/AC-15210_2.4.8-2.4.7-2.4.6.patch"} 
[2026-03-24T08:11:02.251148+00:00] INFO: Patch MDVA-30106 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/MDVA-30106_2.3.4.patch"} 
[2026-03-24T08:11:02.254598+00:00] INFO: Patch MDVA-12304 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66491_2.4.5-p13.patch"} 
[2026-03-24T08:11:02.269957+00:00] INFO: Patch MDVA-19640 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68639_2.4.8-p3.patch"} 
[2026-03-24T08:11:02.293540+00:00] INFO: Patch MDVA-15546 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/MDVA-15546_2.2.6.patch"} 
[2026-03-24T08:11:02.297682+00:00] INFO: Patch ACSD-57003-V2 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68611_2.4.8-p2.patch"} 
[2026-03-24T08:11:02.301565+00:00] INFO: Patch ACSD-68040 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69201_2.4.8-p3.patch"} 
[2026-03-24T08:11:02.305858+00:00] INFO: Patch ACSD-63323 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68089_2.4.8.patch"} 
[2026-03-24T08:11:02.309282+00:00] INFO: Patch ACP2E-3705 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66841_2.4.8.patch"} 
[2026-03-24T08:11:02.329065+00:00] INFO: Patch ACP2E-3705 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66841_2.4.8.patch"} 
[2026-03-24T08:11:02.333136+00:00] INFO: Patch ACSD-63406 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68143_2.4.8-p1.patch"} 
[2026-03-24T08:11:02.338692+00:00] INFO: Patch ACSD-64627 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-65553_1.5.2.patch"} 
[2026-03-24T08:11:02.346012+00:00] INFO: Patch ACP2E-3841 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65664_2.4.8.patch"} 
[2026-03-24T08:11:02.349770+00:00] INFO: Patch ACSD-65100 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65100_2.4.7-p3.patch"} 
[2026-03-24T08:11:02.379929+00:00] INFO: Patch ACSD-65787 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65787_2.4.7-p5.patch"} 
[2026-03-24T08:11:02.384484+00:00] INFO: Patch ACSD-65223 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-65223_B2B_1.0.6.patch"} 
[2026-03-24T08:11:02.388171+00:00] INFO: Patch ACP2E-3753 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACP2E-3753_2.4.5-p11.patch"} 
[2026-03-24T08:11:02.396455+00:00] INFO: Patch ACSD-64118 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACP2E-3988_2.4.8.patch"} 
[2026-03-24T08:11:02.399895+00:00] INFO: Patch ACSD-64813 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-64813_1.5.0.patch"} 
[2026-03-24T08:11:02.403299+00:00] INFO: Patch ACSD-65202 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65202_2.4.4-p12.patch"} 
[2026-03-24T08:11:02.407692+00:00] INFO: Patch ACSD-65331 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65331_1.2.7-p3.patch"} 
[2026-03-24T08:11:02.411403+00:00] INFO: Patch ACSD-65822 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65822_2.4.8.patch"} 
[2026-03-24T08:11:02.440197+00:00] INFO: Patch ACP2E-3789 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACP2E-3789_2.4.7-p3.patch"} 
[2026-03-24T08:11:02.443885+00:00] INFO: Patch ACP2E-3918 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACP2E-3918_1.5.1.patch"} 
[2026-03-24T08:11:02.447232+00:00] INFO: Patch ACSD-65750 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65750_2.2.5-p4.patch"} 
[2026-03-24T08:11:02.447342+00:00] INFO: Patch ACSD-65775 (os/ACSD-65775_2.4.8.patch) was already applied  
[2026-03-24T08:11:02.460417+00:00] INFO: Patch ACSD-65777 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65777_2.4.8.patch"} 
[2026-03-24T08:11:02.463846+00:00] INFO: Patch ACSD-65913 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-65913_2.4.7-p5.patch"} 
[2026-03-24T08:11:02.467302+00:00] INFO: Patch ACSD-66041 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66041_2.4.7-p5.patch"} 
[2026-03-24T08:11:02.477539+00:00] INFO: Patch ACSD-66041 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66041_1.2.7-p5.patch"} 
[2026-03-24T08:11:02.481643+00:00] INFO: Patch ACSD-66212 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66212_1.5.2.patch"} 
[2026-03-24T08:11:02.485405+00:00] INFO: Patch ACSD-66049 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66049_2.4.7-p3.patch"} 
[2026-03-24T08:11:02.491316+00:00] INFO: Patch ACSD-66084 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66084_2.4.7-p5.patch"} 
[2026-03-24T08:11:02.494806+00:00] INFO: Patch ACSD-66118 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66118_2.4.7-p4.patch"} 
[2026-03-24T08:11:02.498785+00:00] INFO: Patch ACSD-66434-V2 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66434_1.5.2.patch"} 
[2026-03-24T08:11:02.503455+00:00] INFO: Patch ACSD-65938 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-65938_2.4.7_v2.patch"} 
[2026-03-24T08:11:02.507537+00:00] INFO: Patch ACSD-66072 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66072_2.4.6-p8.patch"} 
[2026-03-24T08:11:02.511666+00:00] INFO: Patch ACSD-66082 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66082_2.4.6-p5.patch"} 
[2026-03-24T08:11:02.515259+00:00] INFO: Patch ACSD-66179 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66179_2.4.7-p5_v2.patch"} 
[2026-03-24T08:11:02.519904+00:00] INFO: Patch ACSD-66233 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66233_2.4.8.patch"} 
[2026-03-24T08:11:02.535079+00:00] INFO: Patch ACSD-66233 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66233_1.2.8.patch"} 
[2026-03-24T08:11:02.538737+00:00] INFO: Patch ACSD-66506 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66506_1.5.0.patch"} 
[2026-03-24T08:11:02.538844+00:00] INFO: Patch ACSD-66965 (commerce/ACSD-66965_1.5.2.patch) was already applied  
[2026-03-24T08:11:02.542572+00:00] INFO: Patch ACP2E-3731 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACP2E-3731_2.4.6-p9.patch"} 
[2026-03-24T08:11:02.547359+00:00] INFO: Patch ACP2E-3767 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACP2E-3767_2.4.7-p1.patch"} 
[2026-03-24T08:11:02.550828+00:00] INFO: Patch ACP2E-3977 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACP2E-3977_2.4.6-p10.patch"} 
[2026-03-24T08:11:02.554266+00:00] INFO: Patch ACSD-65983 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-65983_1.5.2.patch"} 
[2026-03-24T08:11:02.557774+00:00] INFO: Patch ACSD-66153 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66153_2.4.5-p10.patch"} 
[2026-03-24T08:11:02.561135+00:00] INFO: Patch ACSD-66302 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66302_2.4.8.patch"} 
[2026-03-24T08:11:02.564972+00:00] INFO: Patch ACSD-66311 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66311_1.5.1.patch"} 
[2026-03-24T08:11:02.568808+00:00] INFO: Patch ACSD-66404 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66404_2.4.7-p6.patch"} 
[2026-03-24T08:11:02.572566+00:00] INFO: Patch ACSD-66952 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-66952_2.4.7-p6.patch"} 
[2026-03-24T08:11:02.576909+00:00] INFO: Patch ACSD-66120 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66120_2.4.6-p9.patch"} 
[2026-03-24T08:11:02.580609+00:00] INFO: Patch ACSD-67030 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-67030_2.4.7-p5.patch"} 
[2026-03-24T08:11:02.584009+00:00] INFO: Patch ACSD-67166 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67166_1.2.5-p13.patch"} 
[2026-03-24T08:11:02.588189+00:00] INFO: Patch ACSD-67250 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69350_2.4.8-p3.patch"} 
[2026-03-24T08:11:02.636804+00:00] INFO: Patch ACSD-67250 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-69350_1.5.2.patch"} 
[2026-03-24T08:11:02.640669+00:00] INFO: Patch ACSD-67289 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67289_2.4.8.patch"} 
[2026-03-24T08:11:02.644962+00:00] INFO: Patch ACSD-67089 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67089_1.2.8.patch"} 
[2026-03-24T08:11:02.648493+00:00] INFO: Patch ACSD-67093 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67093_2.4.8-p2.patch"} 
[2026-03-24T08:11:02.652113+00:00] INFO: Patch ACSD-67459 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67459_2.4.5-p7.patch"} 
[2026-03-24T08:11:02.655769+00:00] INFO: Patch ACSD-67643 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67643_2.4.8-p1.patch"} 
[2026-03-24T08:11:02.700299+00:00] INFO: Patch ACSD-67652 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67652_1.2.8.patch"} 
[2026-03-24T08:11:02.705213+00:00] INFO: Patch ACSD-67904 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67904_2.4.8.patch"} 
[2026-03-24T08:11:02.709813+00:00] INFO: Patch ACSD-66807 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-66807_2.4.7-p5.patch"} 
[2026-03-24T08:11:02.713262+00:00] INFO: Patch ACSD-67518 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67518_2.4.8-p1.patch"} 
[2026-03-24T08:11:02.742590+00:00] INFO: Patch ACSD-67639 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67639_2.4.8.patch"} 
[2026-03-24T08:11:02.752380+00:00] INFO: Patch ACSD-67696 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67696_2.4.7-p6.patch"} 
[2026-03-24T08:11:02.765119+00:00] INFO: Patch ACSD-67946 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67946_2.4.7-p7.patch"} 
[2026-03-24T08:11:02.768606+00:00] INFO: Patch ACSD-68118 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68118_2.4.7-p2.patch"} 
[2026-03-24T08:11:02.772779+00:00] INFO: Patch ACSD-68092 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68092_2.4.8-p2.patch"} 
[2026-03-24T08:11:02.778073+00:00] INFO: Patch ACSD-68092 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68092_2.4.8-p2.patch"} 
[2026-03-24T08:11:02.795751+00:00] INFO: Patch ACSD-67424 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-67424_1.5.1.patch"} 
[2026-03-24T08:11:02.799878+00:00] INFO: Patch ACSD-67187 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-67187_1.5.2.patch"} 
[2026-03-24T08:11:02.803274+00:00] INFO: Patch ACSD-67171 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-67171_1.5.2-p1_v2.patch"} 
[2026-03-24T08:11:02.806616+00:00] INFO: Patch ACSD-67908 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67908_2.4.7-p5.patch"} 
[2026-03-24T08:11:02.810770+00:00] INFO: Patch ACSD-68206 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68206_2.4.8-p2.patch"} 
[2026-03-24T08:11:02.814332+00:00] INFO: Patch ACSD-68356 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68356_2.4.8-p2.patch"} 
[2026-03-24T08:11:02.834834+00:00] INFO: Patch ACSD-68391 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68391_1.5.2.patch"} 
[2026-03-24T08:11:02.838888+00:00] INFO: Patch ACSD-68636 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68636_2.4.8-p2.patch"} 
[2026-03-24T08:11:02.842528+00:00] INFO: Patch ACSD-68810 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68810_2.4.8-p3.patch"} 
[2026-03-24T08:11:02.847264+00:00] INFO: Patch ACSD-68289 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68289_2.4.8-p2.patch"} 
[2026-03-24T08:11:02.851231+00:00] INFO: Patch ACSD-68359 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68359_1.2.8-p2.patch"} 
[2026-03-24T08:11:02.854645+00:00] INFO: Patch ACSD-68451 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68451_1.5.2.patch"} 
[2026-03-24T08:11:02.885130+00:00] INFO: Patch ACSD-68573 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68573_2.4.7-p6.patch"} 
[2026-03-24T08:11:02.889406+00:00] INFO: Patch ACSD-68573 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68573_2.4.7-p6.patch"} 
[2026-03-24T08:11:02.892767+00:00] INFO: Patch ACSD-68615 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68615_1.2.6-p12.patch"} 
[2026-03-24T08:11:02.919067+00:00] INFO: Patch ACSD-68793 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68793_1.5.2.patch"} 
[2026-03-24T08:11:02.924787+00:00] INFO: Patch ACSD-68925 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68925_2.4.8-p3.patch"} 
[2026-03-24T08:11:02.928341+00:00] INFO: Patch ACSD-67091 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67091_2.4.8.patch"} 
[2026-03-24T08:11:02.944963+00:00] INFO: Patch ACSD-67370 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-67370_2.4.8-p3.patch"} 
[2026-03-24T08:11:02.950628+00:00] INFO: Patch ACSD-68410 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68410_1.5.2.patch"} 
[2026-03-24T08:11:02.955430+00:00] INFO: Patch ACSD-69115 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69115_2.4.7-p8_v2.patch"} 
[2026-03-24T08:11:02.959168+00:00] INFO: Patch ACSD-69115 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-69115_2.4.7-p8_v2.patch"} 
[2026-03-24T08:11:02.962744+00:00] INFO: Patch ACSD-69129 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69129_2.4.8-p3.patch"} 
[2026-03-24T08:11:02.966504+00:00] INFO: Patch ACSD-69203 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69203_2.4.8-p3.patch"} 
[2026-03-24T08:11:02.993066+00:00] INFO: Patch ACSD-69203 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69203_2.2.6-p3.patch"} 
[2026-03-24T08:11:02.996424+00:00] INFO: Patch ACSD-69261 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69261_2.4.6-p13.patch"} 
[2026-03-24T08:11:02.999859+00:00] INFO: Patch ACSD-69308 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69308_2.4.8.patch"} 
[2026-03-24T08:11:03.005285+00:00] INFO: Patch ACSD-69319 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69319_2.4.7-p8.patch"} 
[2026-03-24T08:11:03.008945+00:00] INFO: Patch ACSD-69319 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69319_1.2.7-p8.patch"} 
[2026-03-24T08:11:03.012423+00:00] INFO: Patch ACSD-69325 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69325_1.2.8-p3.patch"} 
[2026-03-24T08:11:03.016069+00:00] INFO: Patch ACSD-69331 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69331_2.4.7-p8.patch"} 
[2026-03-24T08:11:03.020232+00:00] INFO: Patch ACSD-69333 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-69333_2.4.7-p6.patch"} 
[2026-03-24T08:11:03.023903+00:00] INFO: Patch ACSD-69541 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69541_2.4.8-p2.patch"} 
[2026-03-24T08:11:03.027828+00:00] INFO: Patch ACSD-68341 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68341_2.4.6-p10.patch"} 
[2026-03-24T08:11:03.031953+00:00] INFO: Patch ACSD-68537 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68537_2.4.8-p2.patch"} 
[2026-03-24T08:11:03.036885+00:00] INFO: Patch ACSD-68664 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-68864_2.4.6-p10.patch"} 
[2026-03-24T08:11:03.041170+00:00] INFO: Patch ACSD-68759 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68759_2.4.7-p5_v2.patch"} 
[2026-03-24T08:11:03.044585+00:00] INFO: Patch ACSD-68892 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-68892_2.4.8-p2.patch"} 
[2026-03-24T08:11:03.048905+00:00] INFO: Patch ACSD-69016 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-69016_2.4.8-p1.patch"} 
[2026-03-24T08:11:03.053268+00:00] INFO: Patch ACSD-69237 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69237_2.4.5-p15.patch"} 
[2026-03-24T08:11:03.062773+00:00] INFO: Patch ACSD-69311 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69311_2.4.7-p8.patch"} 
[2026-03-24T08:11:03.067402+00:00] INFO: Patch ACSD-69351 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/commerce/ACSD-69351_2.4.7-p8.patch"} 
[2026-03-24T08:11:03.071060+00:00] INFO: Patch ACSD-69494 has been applied {"file":"/app/vendor/magento/quality-patches/src/../patches/os/ACSD-69494_2.4.8-p3.patch"} 
[2026-03-24T08:11:03.071129+00:00] NOTICE: End of applying optional patches  
[2026-03-24T08:11:03.071210+00:00] INFO: Hot-fixes were not found. Skipping  

 I run docker compose command "run deploy cloud-deploy"
 I assert true true
 I run docker compose command "run deploy cloud-post-deploy"
 I assert true true
 I am on page "/"
 I see "Home page"
 I see "CMS homepage content goes here."
 I stop environment 
 I remove work dir 
 PASSED 

------------------------------------------------------------
Time: 58:28.235, Memory: 28.00 MB

There was 1 failure:
1) B2Bx248Cest: Test patches | "2.4.8","2.4.8"
 Test  src/Test/Functional/Acceptance/B2Bx248Cest.php:testPatches
 Step  Assert true false
 Fail  Failed asserting that false is true.

Scenario Steps:

 33. $I->removeWorkDir() at src/Test/Functional/Acceptance/AbstractCest.php:285
 32. $I->stopEnvironment() at src/Test/Functional/Acceptance/AbstractCest.php:284
 31. $I->assertTrue(false) at src/Test/Functional/Acceptance/AbstractCest.php:164
 30. $I->runDockerComposeCommand("run build cloud-build") at src/Test/Functional/Acceptance/AbstractCest.php:164
 29. $I->generateDockerCompose("--mode=production --env...") at src/Test/Functional/Acceptance/AbstractCest.php:155
 28. $I->copyFileToWorkDir("files/patc...",".magento.e...") at src/Test/Functional/Acceptance/AbstractCest.php:154


FAILURES!
Tests: 4, Assertions: 35, Failures: 1.
- JUNIT XML report generated in file:///app/tests/functional/_output/junit.xml

This comment was generated by Jenkins job magento-quality-patches/functional build 1195.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants