Skip to content

Phar: Isolated Symfony finder does not work without --no-parallel #1595

Description

@dmolineus

Bug report

Question Answer
Box version 4.6.0 and greater
PHP version 8.4.4
Platform with version Manjaro Linux
Github Repo https://github.com/phpcq/phpcq

We use the box phar provided in the releases. Our configuration uses a custom scoper.inc.php using the Isolated\Symfony\Component\Finder\Finder to collect several files being exluded. Since 4.6.0 the isolated finder is not found anymore when running without --no-parallel. When using --no-parallel everything works fine.

box.json.dist
{
   "algorithm": "SHA512",
   "alias": "phpcq",
   "banner": "This file is part of the phpcq project.\n\nCopyright (c) Christian Schiffler <c.schiffler@cyberspectrum.de>\nDavid Molineus <david.molineus@netzmacht.de>\n\nThis source file is subject to the MIT license that is bundled\nwith this source code in the file LICENSE.\n",
   "check-requirements": false,
   "compactors": [
       "KevinGH\\Box\\Compactor\\Php",
       "KevinGH\\Box\\Compactor\\PhpScoper",
       "KevinGH\\Box\\Compactor\\Json"
   ],
   "compression": "GZ",
   "datetime": "release-date",
   "datetime-format": "Y-m-d-H-i-s-T",
   "git-version": "git-version",
   "php-scoper": ".phpcq/phar/scoper.inc.php",
   "stub": true,
   "base-path": "/app"
}
Output
$ php box~4.6.10.phar compile --config /tmp/phpcq-698c531d52bc5/box698c531d53e6b.box.json -d /app
> 
____
/ __ )____  _  __
/ __  / __ \| |/_/
/ /_/ / /_/ />  <
/_____/\____/_/|_|


Box version 4.6.10@6dc6a13 2025-10-31 18:40:22 UTC

// Loading the configuration file
// "/tmp/phpcq-698c52d9d6131/box698c52d9d73c7.box.json".

🔨  Building the PHAR "/app/phpcq.phar"

? Removing the existing PHAR "/app/phpcq.phar"
? Checking Composer compatibility
> '/usr/bin/composer' '--version' '--no-ansi'
> Version detected: 2.8.5 (Box requires ^2.2.0)
> Supported version detected
? Setting replacement values
+ @git-version@: 2.1.2-5-gfd87489
+ @release-date@: 2026-02-11-09-58-50-UTC
? Registering compactors
+ KevinGH\Box\Compactor\Php
+ KevinGH\Box\Compactor\PhpScoper
+ KevinGH\Box\Compactor\Json
? Adding main file: /app/phpcq
? Skip requirements checker
? Adding binary files
> No file found
? Auto-discover files? Yes
? Exclude dev files? Yes
? Adding files
Killed

In ContextWorker.php line 127:

[_HumbugBox9fb2001568f0\Amp\Parallel\Worker\WorkerException]
The worker crashed


Exception trace:
at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Worker/Internal/ContextWorker.php:127
_HumbugBox9fb2001568f0\Amp\Parallel\Worker\Internal\ContextWorker->submit() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Worker/ContextWorkerPool.php:80
_HumbugBox9fb2001568f0\Amp\Parallel\Worker\ContextWorkerPool->submit() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Parallelization/ParallelFileProcessor.php:29
_HumbugBox9fb2001568f0\KevinGH\Box\Parallelization\ParallelFileProcessor::queueAndWaitForTasks() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Parallelization/ParallelFileProcessor.php:21
_HumbugBox9fb2001568f0\KevinGH\Box\Parallelization\ParallelFileProcessor::processFilesInParallel() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Box.php:291
_HumbugBox9fb2001568f0\KevinGH\Box\Box->processContents() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Box.php:214
_HumbugBox9fb2001568f0\KevinGH\Box\Box->addFiles() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:255
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand::addFilesWithErrorHandling() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:249
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand::addFiles() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:152
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand->createPhar() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:129
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand->execute() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/fidry/console/src/Bridge/Command/SymfonyCommand.php:69
_HumbugBox9fb2001568f0\Fidry\Console\Bridge\Command\SymfonyCommand->execute() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Command/Command.php:174
_HumbugBox9fb2001568f0\Symfony\Component\Console\Command\Command->run() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Application.php:732
_HumbugBox9fb2001568f0\Symfony\Component\Console\Application->doRunCommand() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Application.php:256
_HumbugBox9fb2001568f0\Symfony\Component\Console\Application->doRun() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Application.php:136
_HumbugBox9fb2001568f0\Symfony\Component\Console\Application->run() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/fidry/console/src/Application/ApplicationRunner.php:39
_HumbugBox9fb2001568f0\Fidry\Console\Application\ApplicationRunner->run() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/bin/box:47
require() at /app/.phpcq/plugins/box/tools/box~4.6.10.phar:19

In ProcessContext.php line 168:

[_HumbugBox9fb2001568f0\Amp\Parallel\Context\ContextException]
Context exited with code 137


Exception trace:
at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Context/ProcessContext.php:168
_HumbugBox9fb2001568f0\Amp\Parallel\Context\ProcessContext->join() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Worker/Internal/ContextWorker.php:123
_HumbugBox9fb2001568f0\Amp\Parallel\Worker\Internal\ContextWorker->submit() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Worker/ContextWorkerPool.php:80
_HumbugBox9fb2001568f0\Amp\Parallel\Worker\ContextWorkerPool->submit() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Parallelization/ParallelFileProcessor.php:29
_HumbugBox9fb2001568f0\KevinGH\Box\Parallelization\ParallelFileProcessor::queueAndWaitForTasks() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Parallelization/ParallelFileProcessor.php:21
_HumbugBox9fb2001568f0\KevinGH\Box\Parallelization\ParallelFileProcessor::processFilesInParallel() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Box.php:291
_HumbugBox9fb2001568f0\KevinGH\Box\Box->processContents() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Box.php:214
_HumbugBox9fb2001568f0\KevinGH\Box\Box->addFiles() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:255
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand::addFilesWithErrorHandling() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:249
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand::addFiles() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:152
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand->createPhar() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:129
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand->execute() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/fidry/console/src/Bridge/Command/SymfonyCommand.php:69
_HumbugBox9fb2001568f0\Fidry\Console\Bridge\Command\SymfonyCommand->execute() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Command/Command.php:174
_HumbugBox9fb2001568f0\Symfony\Component\Console\Command\Command->run() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Application.php:732
_HumbugBox9fb2001568f0\Symfony\Component\Console\Application->doRunCommand() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Application.php:256
_HumbugBox9fb2001568f0\Symfony\Component\Console\Application->doRun() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Application.php:136
_HumbugBox9fb2001568f0\Symfony\Component\Console\Application->run() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/fidry/console/src/Application/ApplicationRunner.php:39
_HumbugBox9fb2001568f0\Fidry\Console\Application\ApplicationRunner->run() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/bin/box:47
require() at /app/.phpcq/plugins/box/tools/box~4.6.10.phar:19

In ExitFailure.php line 36:

[_HumbugBox9fb2001568f0\Amp\Parallel\Context\ContextException]
Process exited with an uncaught exception: _HumbugBox9fb2001568f0\Amp\Seria
lization\SerializationException thrown in context with message "Exception t
hrown when unserializing data" and code "0" in phar:///app/.phpcq/plugins/b
ox/tools/box~4.6.10.phar/vendor/amphp/serialization/src/NativeSerializer.ph
p:28
Stack trace in context:
#0 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/byte-s
tream/src/Internal/ChannelParser.php(28): _HumbugBox9fb2001568f0\Amp\Serial
ization\NativeSerializer->unserialize()
#1 [internal function](0): _HumbugBox9fb2001568f0\Amp\ByteStream\Internal\C
hannelParser::parser()
#2 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parser
/src/Parser.php(69): Generator->send()
#3 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/byte-s
tream/src/StreamChannel.php(66): _HumbugBox9fb2001568f0\Amp\Parser\Parser->
push()
#4 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parall
el/src/Context/Internal/ContextChannel.php(28): _HumbugBox9fb2001568f0\Amp\
ByteStream\StreamChannel->receive()
#5 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parall
el/src/Worker/Internal/task-runner.php(30): _HumbugBox9fb2001568f0\Amp\Para
llel\Context\Internal\ContextChannel->receive()
#6 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parall
el/src/Context/Internal/functions.php(44): {closure:phar:///app/.phpcq/plug
ins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Worker/Internal/tas
k-runner.php:14}()
#7 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/event
-loop/src/EventLoop/Internal/AbstractDriver.php(276): {closure:_HumbugBox9f
b2001568f0\Amp\Parallel\Context\Internal\runContext():14}()
#8 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/event
-loop/src/EventLoop/Internal/AbstractDriver.php(377): _HumbugBox9fb2001568f
0\Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks()
#9 [internal function](0): _HumbugBox9fb2001568f0\Revolt\EventLoop\Internal
\AbstractDriver->{closure:_HumbugBox9fb2001568f0\Revolt\EventLoop\Internal\
AbstractDriver::createCallbackFiber():375}()
#10 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/DriverSuspension.php(38): Fiber->resume()
#11 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(276): _HumbugBox9fb2001568
f0\Revolt\EventLoop\Internal\DriverSuspension::{closure:_HumbugBox9fb200156
8f0\Revolt\EventLoop\Internal\DriverSuspension::resume():36}()
#12 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(414): _HumbugBox9fb2001568
f0\Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks()
#13 [internal function](0): _HumbugBox9fb2001568f0\Revolt\EventLoop\Interna
l\AbstractDriver->{closure:_HumbugBox9fb2001568f0\Revolt\EventLoop\Internal
\AbstractDriver::createCallbackFiber():375}()
#14 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(329): Fiber->resume()
#15 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(369): _HumbugBox9fb2001568
f0\Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks()
#16 [internal function](0): _HumbugBox9fb2001568f0\Revolt\EventLoop\Interna
l\AbstractDriver->{closure:_HumbugBox9fb2001568f0\Revolt\EventLoop\Internal
\AbstractDriver::createLoopFiber():354}()
#17 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(57): Fiber->start()
#18 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(73): _HumbugBox9fb2001568f
0\Revolt\EventLoop\Internal\AbstractDriver->{closure:_HumbugBox9fb2001568f0
\Revolt\EventLoop\Internal\AbstractDriver::__construct():52}()
#19 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop.php(141): _HumbugBox9fb2001568f0\Revolt\EventLoop\Inte
rnal\AbstractDriver->run()
#20 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/paral
lel/src/Context/Internal/functions.php(59): _HumbugBox9fb2001568f0\Revolt\E
ventLoop::run()
#21 /tmp/amp-process-runner-7df1572b5a8ea4b5eb52.php(63): _HumbugBox9fb2001
568f0\Amp\Parallel\Context\Internal\runContext()
#22 /tmp/amp-process-runner-7df1572b5a8ea4b5eb52.php(64): {closure:/tmp/amp
-process-runner-7df1572b5a8ea4b5eb52.php:36}()


Exception trace:
at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Context/Internal/ExitFailure.php:36
_HumbugBox9fb2001568f0\Amp\Parallel\Context\Internal\ExitFailure->getResult() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Context/ProcessContext.php:165
_HumbugBox9fb2001568f0\Amp\Parallel\Context\ProcessContext->join() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Worker/Internal/ContextWorker.php:123
_HumbugBox9fb2001568f0\Amp\Parallel\Worker\Internal\ContextWorker->submit() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Worker/ContextWorkerPool.php:80
_HumbugBox9fb2001568f0\Amp\Parallel\Worker\ContextWorkerPool->submit() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Parallelization/ParallelFileProcessor.php:29
_HumbugBox9fb2001568f0\KevinGH\Box\Parallelization\ParallelFileProcessor::queueAndWaitForTasks() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Parallelization/ParallelFileProcessor.php:21
_HumbugBox9fb2001568f0\KevinGH\Box\Parallelization\ParallelFileProcessor::processFilesInParallel() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Box.php:291
_HumbugBox9fb2001568f0\KevinGH\Box\Box->processContents() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Box.php:214
_HumbugBox9fb2001568f0\KevinGH\Box\Box->addFiles() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:255
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand::addFilesWithErrorHandling() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:249
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand::addFiles() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:152
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand->createPhar() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:129
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand->execute() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/fidry/console/src/Bridge/Command/SymfonyCommand.php:69
_HumbugBox9fb2001568f0\Fidry\Console\Bridge\Command\SymfonyCommand->execute() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Command/Command.php:174
_HumbugBox9fb2001568f0\Symfony\Component\Console\Command\Command->run() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Application.php:732
_HumbugBox9fb2001568f0\Symfony\Component\Console\Application->doRunCommand() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Application.php:256
_HumbugBox9fb2001568f0\Symfony\Component\Console\Application->doRun() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Application.php:136
_HumbugBox9fb2001568f0\Symfony\Component\Console\Application->run() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/fidry/console/src/Application/ApplicationRunner.php:39
_HumbugBox9fb2001568f0\Fidry\Console\Application\ApplicationRunner->run() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/bin/box:47
require() at /app/.phpcq/plugins/box/tools/box~4.6.10.phar:19

In ExitFailure.php line 41:

[_HumbugBox9fb2001568f0\Amp\Parallel\Context\ContextPanicError]
_HumbugBox9fb2001568f0\Amp\Serialization\SerializationException thrown in c
ontext with message "Exception thrown when unserializing data" and code "0"
in phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/seria
lization/src/NativeSerializer.php:28
Stack trace in context:
#0 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/byte-s
tream/src/Internal/ChannelParser.php(28): _HumbugBox9fb2001568f0\Amp\Serial
ization\NativeSerializer->unserialize()
#1 [internal function](0): _HumbugBox9fb2001568f0\Amp\ByteStream\Internal\C
hannelParser::parser()
#2 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parser
/src/Parser.php(69): Generator->send()
#3 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/byte-s
tream/src/StreamChannel.php(66): _HumbugBox9fb2001568f0\Amp\Parser\Parser->
push()
#4 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parall
el/src/Context/Internal/ContextChannel.php(28): _HumbugBox9fb2001568f0\Amp\
ByteStream\StreamChannel->receive()
#5 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parall
el/src/Worker/Internal/task-runner.php(30): _HumbugBox9fb2001568f0\Amp\Para
llel\Context\Internal\ContextChannel->receive()
#6 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parall
el/src/Context/Internal/functions.php(44): {closure:phar:///app/.phpcq/plug
ins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Worker/Internal/tas
k-runner.php:14}()
#7 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/event
-loop/src/EventLoop/Internal/AbstractDriver.php(276): {closure:_HumbugBox9f
b2001568f0\Amp\Parallel\Context\Internal\runContext():14}()
#8 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/event
-loop/src/EventLoop/Internal/AbstractDriver.php(377): _HumbugBox9fb2001568f
0\Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks()
#9 [internal function](0): _HumbugBox9fb2001568f0\Revolt\EventLoop\Internal
\AbstractDriver->{closure:_HumbugBox9fb2001568f0\Revolt\EventLoop\Internal\
AbstractDriver::createCallbackFiber():375}()
#10 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/DriverSuspension.php(38): Fiber->resume()
#11 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(276): _HumbugBox9fb2001568
f0\Revolt\EventLoop\Internal\DriverSuspension::{closure:_HumbugBox9fb200156
8f0\Revolt\EventLoop\Internal\DriverSuspension::resume():36}()
#12 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(414): _HumbugBox9fb2001568
f0\Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks()
#13 [internal function](0): _HumbugBox9fb2001568f0\Revolt\EventLoop\Interna
l\AbstractDriver->{closure:_HumbugBox9fb2001568f0\Revolt\EventLoop\Internal
\AbstractDriver::createCallbackFiber():375}()
#14 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(329): Fiber->resume()
#15 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(369): _HumbugBox9fb2001568
f0\Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks()
#16 [internal function](0): _HumbugBox9fb2001568f0\Revolt\EventLoop\Interna
l\AbstractDriver->{closure:_HumbugBox9fb2001568f0\Revolt\EventLoop\Internal
\AbstractDriver::createLoopFiber():354}()
#17 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(57): Fiber->start()
#18 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(73): _HumbugBox9fb2001568f
0\Revolt\EventLoop\Internal\AbstractDriver->{closure:_HumbugBox9fb2001568f0
\Revolt\EventLoop\Internal\AbstractDriver::__construct():52}()
#19 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop.php(141): _HumbugBox9fb2001568f0\Revolt\EventLoop\Inte
rnal\AbstractDriver->run()
#20 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/paral
lel/src/Context/Internal/functions.php(59): _HumbugBox9fb2001568f0\Revolt\E
ventLoop::run()
#21 /tmp/amp-process-runner-7df1572b5a8ea4b5eb52.php(63): _HumbugBox9fb2001
568f0\Amp\Parallel\Context\Internal\runContext()
#22 /tmp/amp-process-runner-7df1572b5a8ea4b5eb52.php(64): {closure:/tmp/amp
-process-runner-7df1572b5a8ea4b5eb52.php:36}()


Exception trace:
at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Context/Internal/ExitFailure.php:41
_HumbugBox9fb2001568f0\Amp\Parallel\Context\Internal\ExitFailure->createException() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Context/Internal/ExitFailure.php:35
_HumbugBox9fb2001568f0\Amp\Parallel\Context\Internal\ExitFailure->getResult() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Context/ProcessContext.php:165
_HumbugBox9fb2001568f0\Amp\Parallel\Context\ProcessContext->join() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Worker/Internal/ContextWorker.php:123
_HumbugBox9fb2001568f0\Amp\Parallel\Worker\Internal\ContextWorker->submit() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Worker/ContextWorkerPool.php:80
_HumbugBox9fb2001568f0\Amp\Parallel\Worker\ContextWorkerPool->submit() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Parallelization/ParallelFileProcessor.php:29
_HumbugBox9fb2001568f0\KevinGH\Box\Parallelization\ParallelFileProcessor::queueAndWaitForTasks() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Parallelization/ParallelFileProcessor.php:21
_HumbugBox9fb2001568f0\KevinGH\Box\Parallelization\ParallelFileProcessor::processFilesInParallel() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Box.php:291
_HumbugBox9fb2001568f0\KevinGH\Box\Box->processContents() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Box.php:214
_HumbugBox9fb2001568f0\KevinGH\Box\Box->addFiles() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:255
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand::addFilesWithErrorHandling() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:249
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand::addFiles() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:152
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand->createPhar() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:129
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand->execute() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/fidry/console/src/Bridge/Command/SymfonyCommand.php:69
_HumbugBox9fb2001568f0\Fidry\Console\Bridge\Command\SymfonyCommand->execute() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Command/Command.php:174
_HumbugBox9fb2001568f0\Symfony\Component\Console\Command\Command->run() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Application.php:732
_HumbugBox9fb2001568f0\Symfony\Component\Console\Application->doRunCommand() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Application.php:256
_HumbugBox9fb2001568f0\Symfony\Component\Console\Application->doRun() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Application.php:136
_HumbugBox9fb2001568f0\Symfony\Component\Console\Application->run() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/fidry/console/src/Application/ApplicationRunner.php:39
_HumbugBox9fb2001568f0\Fidry\Console\Application\ApplicationRunner->run() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/bin/box:47
require() at /app/.phpcq/plugins/box/tools/box~4.6.10.phar:19

In ExitFailure.php line 41:

[_HumbugBox9fb2001568f0\Amp\Parallel\Context\ContextPanicError]
InvalidArgumentException thrown in context with message "Could not create a
PHP-Scoper config from the file "/app/.phpcq/phar/scoper.inc.php": Class "
Isolated\Symfony\Component\Finder\Finder" not found" and code "0" in phar:/
//app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/PhpScoper/ConfigurationF
actory.php:21
Stack trace in context:
#0 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/PhpScoper/Seria
lizableScoper.php(69): _HumbugBox9fb2001568f0\KevinGH\Box\PhpScoper\Configu
rationFactory::create()
#1 [internal function](0): _HumbugBox9fb2001568f0\KevinGH\Box\PhpScoper\Ser
ializableScoper->__unserialize()
#2 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/serial
ization/src/NativeSerializer.php(23): unserialize()
#3 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/byte-s
tream/src/Internal/ChannelParser.php(28): _HumbugBox9fb2001568f0\Amp\Serial
ization\NativeSerializer->unserialize()
#4 [internal function](0): _HumbugBox9fb2001568f0\Amp\ByteStream\Internal\C
hannelParser::parser()
#5 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parser
/src/Parser.php(69): Generator->send()
#6 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/byte-s
tream/src/StreamChannel.php(66): _HumbugBox9fb2001568f0\Amp\Parser\Parser->
push()
#7 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parall
el/src/Context/Internal/ContextChannel.php(28): _HumbugBox9fb2001568f0\Amp\
ByteStream\StreamChannel->receive()
#8 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parall
el/src/Worker/Internal/task-runner.php(30): _HumbugBox9fb2001568f0\Amp\Para
llel\Context\Internal\ContextChannel->receive()
#9 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parall
el/src/Context/Internal/functions.php(44): {closure:phar:///app/.phpcq/plug
ins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Worker/Internal/tas
k-runner.php:14}()
#10 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(276): {closure:_HumbugBox9
fb2001568f0\Amp\Parallel\Context\Internal\runContext():14}()
#11 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(377): _HumbugBox9fb2001568
f0\Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks()
#12 [internal function](0): _HumbugBox9fb2001568f0\Revolt\EventLoop\Interna
l\AbstractDriver->{closure:_HumbugBox9fb2001568f0\Revolt\EventLoop\Internal
\AbstractDriver::createCallbackFiber():375}()
#13 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/DriverSuspension.php(38): Fiber->resume()
#14 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(276): _HumbugBox9fb2001568
f0\Revolt\EventLoop\Internal\DriverSuspension::{closure:_HumbugBox9fb200156
8f0\Revolt\EventLoop\Internal\DriverSuspension::resume():36}()
#15 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(414): _HumbugBox9fb2001568
f0\Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks()
#16 [internal function](0): _HumbugBox9fb2001568f0\Revolt\EventLoop\Interna
l\AbstractDriver->{closure:_HumbugBox9fb2001568f0\Revolt\EventLoop\Internal
\AbstractDriver::createCallbackFiber():375}()
#17 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(329): Fiber->resume()
#18 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(369): _HumbugBox9fb2001568
f0\Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks()
#19 [internal function](0): _HumbugBox9fb2001568f0\Revolt\EventLoop\Interna
l\AbstractDriver->{closure:_HumbugBox9fb2001568f0\Revolt\EventLoop\Internal
\AbstractDriver::createLoopFiber():354}()
#20 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(57): Fiber->start()
#21 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(73): _HumbugBox9fb2001568f
0\Revolt\EventLoop\Internal\AbstractDriver->{closure:_HumbugBox9fb2001568f0
\Revolt\EventLoop\Internal\AbstractDriver::__construct():52}()
#22 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop.php(141): _HumbugBox9fb2001568f0\Revolt\EventLoop\Inte
rnal\AbstractDriver->run()
#23 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/paral
lel/src/Context/Internal/functions.php(59): _HumbugBox9fb2001568f0\Revolt\E
ventLoop::run()
#24 /tmp/amp-process-runner-7df1572b5a8ea4b5eb52.php(63): _HumbugBox9fb2001
568f0\Amp\Parallel\Context\Internal\runContext()
#25 /tmp/amp-process-runner-7df1572b5a8ea4b5eb52.php(64): {closure:/tmp/amp
-process-runner-7df1572b5a8ea4b5eb52.php:36}()


Exception trace:
at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Context/Internal/ExitFailure.php:41
_HumbugBox9fb2001568f0\Amp\Parallel\Context\Internal\ExitFailure->createException() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Context/Internal/ExitFailure.php:40
_HumbugBox9fb2001568f0\Amp\Parallel\Context\Internal\ExitFailure->createException() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Context/Internal/ExitFailure.php:35
_HumbugBox9fb2001568f0\Amp\Parallel\Context\Internal\ExitFailure->getResult() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Context/ProcessContext.php:165
_HumbugBox9fb2001568f0\Amp\Parallel\Context\ProcessContext->join() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Worker/Internal/ContextWorker.php:123
_HumbugBox9fb2001568f0\Amp\Parallel\Worker\Internal\ContextWorker->submit() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Worker/ContextWorkerPool.php:80
_HumbugBox9fb2001568f0\Amp\Parallel\Worker\ContextWorkerPool->submit() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Parallelization/ParallelFileProcessor.php:29
_HumbugBox9fb2001568f0\KevinGH\Box\Parallelization\ParallelFileProcessor::queueAndWaitForTasks() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Parallelization/ParallelFileProcessor.php:21
_HumbugBox9fb2001568f0\KevinGH\Box\Parallelization\ParallelFileProcessor::processFilesInParallel() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Box.php:291
_HumbugBox9fb2001568f0\KevinGH\Box\Box->processContents() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Box.php:214
_HumbugBox9fb2001568f0\KevinGH\Box\Box->addFiles() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:255
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand::addFilesWithErrorHandling() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:249
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand::addFiles() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:152
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand->createPhar() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:129
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand->execute() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/fidry/console/src/Bridge/Command/SymfonyCommand.php:69
_HumbugBox9fb2001568f0\Fidry\Console\Bridge\Command\SymfonyCommand->execute() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Command/Command.php:174
_HumbugBox9fb2001568f0\Symfony\Component\Console\Command\Command->run() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Application.php:732
_HumbugBox9fb2001568f0\Symfony\Component\Console\Application->doRunCommand() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Application.php:256
_HumbugBox9fb2001568f0\Symfony\Component\Console\Application->doRun() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Application.php:136
_HumbugBox9fb2001568f0\Symfony\Component\Console\Application->run() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/fidry/console/src/Application/ApplicationRunner.php:39
_HumbugBox9fb2001568f0\Fidry\Console\Application\ApplicationRunner->run() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/bin/box:47
require() at /app/.phpcq/plugins/box/tools/box~4.6.10.phar:19

In ExitFailure.php line 41:

[_HumbugBox9fb2001568f0\Amp\Parallel\Context\ContextPanicError]
Error thrown in context with message "Class "Isolated\Symfony\Component\Fin
der\Finder" not found" and code "0" in /app/.phpcq/phar/scoper.inc.php:11
Stack trace in context:
#0 /app/.phpcq/phar/scoper.inc.php(38): _HumbugBox9fb2001568f0\Humbug\PhpSc
oper\Configuration\ConfigurationFactory::{closure:/app/.phpcq/phar/scoper.i
nc.php:7}()
#1 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/humbug/php-s
coper/src/Configuration/ConfigurationFactory.php(93): include("/app/.phpcq/
phar/scoper.inc...")
#2 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/humbug/php-s
coper/src/Configuration/ConfigurationFactory.php(53): _HumbugBox9fb2001568f
0\Humbug\PhpScoper\Configuration\ConfigurationFactory->loadConfigFile()
#3 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/PhpScoper/Confi
gurationFactory.php(19): _HumbugBox9fb2001568f0\Humbug\PhpScoper\Configurat
ion\ConfigurationFactory->create()
#4 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/PhpScoper/Seria
lizableScoper.php(69): _HumbugBox9fb2001568f0\KevinGH\Box\PhpScoper\Configu
rationFactory::create()
#5 [internal function](0): _HumbugBox9fb2001568f0\KevinGH\Box\PhpScoper\Ser
ializableScoper->__unserialize()
#6 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/serial
ization/src/NativeSerializer.php(23): unserialize()
#7 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/byte-s
tream/src/Internal/ChannelParser.php(28): _HumbugBox9fb2001568f0\Amp\Serial
ization\NativeSerializer->unserialize()
#8 [internal function](0): _HumbugBox9fb2001568f0\Amp\ByteStream\Internal\C
hannelParser::parser()
#9 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parser
/src/Parser.php(69): Generator->send()
#10 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/byte-
stream/src/StreamChannel.php(66): _HumbugBox9fb2001568f0\Amp\Parser\Parser-
>push()
#11 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/paral
lel/src/Context/Internal/ContextChannel.php(28): _HumbugBox9fb2001568f0\Amp
\ByteStream\StreamChannel->receive()
#12 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/paral
lel/src/Worker/Internal/task-runner.php(30): _HumbugBox9fb2001568f0\Amp\Par
allel\Context\Internal\ContextChannel->receive()
#13 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/paral
lel/src/Context/Internal/functions.php(44): {closure:phar:///app/.phpcq/plu
gins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Worker/Internal/ta
sk-runner.php:14}()
#14 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(276): {closure:_HumbugBox9
fb2001568f0\Amp\Parallel\Context\Internal\runContext():14}()
#15 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(377): _HumbugBox9fb2001568
f0\Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks()
#16 [internal function](0): _HumbugBox9fb2001568f0\Revolt\EventLoop\Interna
l\AbstractDriver->{closure:_HumbugBox9fb2001568f0\Revolt\EventLoop\Internal
\AbstractDriver::createCallbackFiber():375}()
#17 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/DriverSuspension.php(38): Fiber->resume()
#18 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(276): _HumbugBox9fb2001568
f0\Revolt\EventLoop\Internal\DriverSuspension::{closure:_HumbugBox9fb200156
8f0\Revolt\EventLoop\Internal\DriverSuspension::resume():36}()
#19 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(414): _HumbugBox9fb2001568
f0\Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks()
#20 [internal function](0): _HumbugBox9fb2001568f0\Revolt\EventLoop\Interna
l\AbstractDriver->{closure:_HumbugBox9fb2001568f0\Revolt\EventLoop\Internal
\AbstractDriver::createCallbackFiber():375}()
#21 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(329): Fiber->resume()
#22 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(369): _HumbugBox9fb2001568
f0\Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks()
#23 [internal function](0): _HumbugBox9fb2001568f0\Revolt\EventLoop\Interna
l\AbstractDriver->{closure:_HumbugBox9fb2001568f0\Revolt\EventLoop\Internal
\AbstractDriver::createLoopFiber():354}()
#24 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(57): Fiber->start()
#25 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop/Internal/AbstractDriver.php(73): _HumbugBox9fb2001568f
0\Revolt\EventLoop\Internal\AbstractDriver->{closure:_HumbugBox9fb2001568f0
\Revolt\EventLoop\Internal\AbstractDriver::__construct():52}()
#26 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/revolt/even
t-loop/src/EventLoop.php(141): _HumbugBox9fb2001568f0\Revolt\EventLoop\Inte
rnal\AbstractDriver->run()
#27 phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/paral
lel/src/Context/Internal/functions.php(59): _HumbugBox9fb2001568f0\Revolt\E
ventLoop::run()
#28 /tmp/amp-process-runner-7df1572b5a8ea4b5eb52.php(63): _HumbugBox9fb2001
568f0\Amp\Parallel\Context\Internal\runContext()
#29 /tmp/amp-process-runner-7df1572b5a8ea4b5eb52.php(64): {closure:/tmp/amp
-process-runner-7df1572b5a8ea4b5eb52.php:36}()


Exception trace:
at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Context/Internal/ExitFailure.php:41
_HumbugBox9fb2001568f0\Amp\Parallel\Context\Internal\ExitFailure->createException() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Context/Internal/ExitFailure.php:40
_HumbugBox9fb2001568f0\Amp\Parallel\Context\Internal\ExitFailure->createException() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Context/Internal/ExitFailure.php:40
_HumbugBox9fb2001568f0\Amp\Parallel\Context\Internal\ExitFailure->createException() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Context/Internal/ExitFailure.php:35
_HumbugBox9fb2001568f0\Amp\Parallel\Context\Internal\ExitFailure->getResult() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Context/ProcessContext.php:165
_HumbugBox9fb2001568f0\Amp\Parallel\Context\ProcessContext->join() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Worker/Internal/ContextWorker.php:123
_HumbugBox9fb2001568f0\Amp\Parallel\Worker\Internal\ContextWorker->submit() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/amphp/parallel/src/Worker/ContextWorkerPool.php:80
_HumbugBox9fb2001568f0\Amp\Parallel\Worker\ContextWorkerPool->submit() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Parallelization/ParallelFileProcessor.php:29
_HumbugBox9fb2001568f0\KevinGH\Box\Parallelization\ParallelFileProcessor::queueAndWaitForTasks() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Parallelization/ParallelFileProcessor.php:21
_HumbugBox9fb2001568f0\KevinGH\Box\Parallelization\ParallelFileProcessor::processFilesInParallel() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Box.php:291
_HumbugBox9fb2001568f0\KevinGH\Box\Box->processContents() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Box.php:214
_HumbugBox9fb2001568f0\KevinGH\Box\Box->addFiles() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:255
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand::addFilesWithErrorHandling() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:249
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand::addFiles() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:152
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand->createPhar() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/src/Console/Command/CompileCommand.php:129
_HumbugBox9fb2001568f0\KevinGH\Box\Console\Command\CompileCommand->execute() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/fidry/console/src/Bridge/Command/SymfonyCommand.php:69
_HumbugBox9fb2001568f0\Fidry\Console\Bridge\Command\SymfonyCommand->execute() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Command/Command.php:174
_HumbugBox9fb2001568f0\Symfony\Component\Console\Command\Command->run() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Application.php:732
_HumbugBox9fb2001568f0\Symfony\Component\Console\Application->doRunCommand() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Application.php:256
_HumbugBox9fb2001568f0\Symfony\Component\Console\Application->doRun() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/symfony/console/Application.php:136
_HumbugBox9fb2001568f0\Symfony\Component\Console\Application->run() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/vendor/fidry/console/src/Application/ApplicationRunner.php:39
_HumbugBox9fb2001568f0\Fidry\Console\Application\ApplicationRunner->run() at phar:///app/.phpcq/plugins/box/tools/box~4.6.10.phar/bin/box:47
require() at /app/.phpcq/plugins/box/tools/box~4.6.10.phar:19

compile [--debug] [--no-parallel] [--sort-compiled-files] [--no-restart] [--dev] [--no-config] [--with-docker] [--composer-bin COMPOSER-BIN] [--allow-composer-check-failure] [-c|--config CONFIG] [-d|--working-dir WORKING-DIR]

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions