john_1726

Untitled

Jun 11th, 2023
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.77 KB | None | 0 0
  1. rmoore@Grieg:~/DevProjects/mysite$ docker run --rm \
  2. -u "$(id -u):$(id -g)" \
  3. -v $(pwd):/var/www/html \
  4. -w /var/www/html \
  5. laravelsail/php82-composer:latest \
  6. composer install --ignore-platform-reqs
  7. Installing dependencies from lock file (including require-dev)
  8. Verifying lock file contents can be installed on current platform.
  9. Package operations: 110 installs, 0 updates, 0 removals
  10. Cannot create cache directory /.composer/cache/files/, or directory is not writable. Proceeding without cache. See also cache-read-only config if your filesystem is read-only.
  11. - Downloading symfony/polyfill-ctype (v1.27.0)
  12. - Downloading webmozart/assert (1.11.0)
  13. - Downloading symfony/deprecation-contracts (v3.2.0)
  14. - Downloading psr/container (2.0.2)
  15. - Downloading symfony/polyfill-mbstring (v1.27.0)
  16. - Downloading symfony/http-foundation (v6.2.2)
  17. - Downloading ralouphie/getallheaders (3.0.3)
  18. - Downloading psr/http-message (1.0.1)
  19. - Downloading psr/http-factory (1.0.1)
  20. - Downloading symfony/process (v6.2.0)
  21. - Downloading symfony/var-dumper (v6.2.3)
  22. - Downloading psr/log (3.0.0)
  23. - Downloading symfony/error-handler (v6.2.3)
  24. - Downloading ramsey/collection (2.0.0)
  25. - Downloading ramsey/uuid (4.7.1)
  26. - Downloading symfony/translation-contracts (v3.2.0)
  27. - Downloading symfony/translation (v6.2.3)
  28. - Downloading symfony/polyfill-php80 (v1.27.0)
  29. - Downloading nesbot/carbon (2.64.1)
  30. - Downloading voku/portable-ascii (2.0.1)
  31. - Downloading phpoption/phpoption (1.9.0)
  32. - Downloading vlucas/phpdotenv (v5.5.0)
  33. - Downloading symfony/css-selector (v6.2.3)
  34. - Downloading tijsverkoyen/css-to-inline-styles (2.2.6)
  35. - Downloading symfony/polyfill-uuid (v1.27.0)
  36. - Downloading symfony/uid (v6.2.0)
  37. - Downloading symfony/routing (v6.2.3)
  38. - Downloading symfony/polyfill-php72 (v1.27.0)
  39. - Downloading symfony/polyfill-intl-normalizer (v1.27.0)
  40. - Downloading symfony/polyfill-intl-idn (v1.27.0)
  41. - Downloading symfony/mime (v6.2.2)
  42. - Downloading symfony/service-contracts (v3.2.0)
  43. - Downloading psr/event-dispatcher (1.0.0)
  44. - Downloading symfony/event-dispatcher-contracts (v3.2.0)
  45. - Downloading symfony/event-dispatcher (v6.2.2)
  46. - Downloading symfony/mailer (v6.2.2)
  47. - Downloading symfony/http-kernel (v6.2.4)
  48. - Downloading symfony/finder (v6.2.3)
  49. - Downloading symfony/polyfill-intl-grapheme (v1.27.0)
  50. - Downloading symfony/string (v6.2.2)
  51. - Downloading symfony/console (v6.2.3)
  52. - Downloading psr/simple-cache (3.0.0)
  53. - Downloading nunomaduro/termwind (v1.15.0)
  54. - Downloading monolog/monolog (2.8.0)
  55. - Downloading league/mime-type-detection (1.11.0)
  56. - Downloading league/flysystem (3.12.0)
  57. - Downloading nette/utils (v3.2.8)
  58. - Downloading nette/schema (v1.2.3)
  59. - Downloading league/config (v1.2.0)
  60. - Downloading league/commonmark (2.3.8)
  61. - Downloading laravel/serializable-closure (v1.2.2)
  62. - Downloading laravel/horizon (v5.11.0)
  63. - Downloading symfony/psr-http-message-bridge (v2.1.4)
  64. - Downloading paragonie/random_compat (v9.99.100)
  65. - Downloading paragonie/constant_time_encoding (v2.6.3)
  66. - Downloading phpseclib/phpseclib (3.0.18)
  67. - Downloading php-http/message-factory (v1.0.2)
  68. - Downloading nyholm/psr7 (1.5.1)
  69. - Downloading league/uri-interfaces (2.3.0)
  70. - Downloading league/uri (6.8.0)
  71. - Downloading league/event (2.2.0)
  72. - Downloading psr/clock (1.0.0)
  73. - Downloading lcobucci/clock (3.0.0)
  74. - Downloading lcobucci/jwt (4.3.0)
  75. - Downloading league/oauth2-server (8.3.6)
  76. - Downloading laravel/passport (v11.4.0)
  77. - Downloading laravel/pint (v1.3.0)
  78. - Downloading laravel/sail (v1.17.0)
  79. - Downloading laravel/sanctum (v3.1.0)
  80. - Downloading nikic/php-parser (v4.15.2)
  81. - Downloading psy/psysh (v0.11.10)
  82. - Downloading laravel/tinker (v2.7.3)
  83. - Downloading mtdowling/jmespath.php (2.6.1)
  84. - Downloading psr/http-client (1.0.1)
  85. - Downloading league/flysystem-aws-s3-v3 (3.10.3)
  86. - Downloading mockery/mockery (1.5.1)
  87. - Downloading nunomaduro/collision (v6.4.0)
  88. - Downloading sebastian/version (3.0.2)
  89. - Downloading sebastian/type (3.2.0)
  90. - Downloading sebastian/resource-operations (3.0.3)
  91. - Downloading sebastian/recursion-context (4.0.4)
  92. - Downloading sebastian/object-reflector (2.0.4)
  93. - Downloading sebastian/object-enumerator (4.0.4)
  94. - Downloading sebastian/global-state (5.0.5)
  95. - Downloading sebastian/exporter (4.0.5)
  96. - Downloading sebastian/environment (5.1.4)
  97. - Downloading sebastian/diff (4.0.4)
  98. - Downloading sebastian/comparator (4.0.8)
  99. - Downloading sebastian/code-unit (1.0.8)
  100. - Downloading sebastian/cli-parser (1.0.1)
  101. - Downloading phpunit/php-timer (5.0.3)
  102. - Downloading phpunit/php-text-template (2.0.4)
  103. - Downloading phpunit/php-invoker (3.1.1)
  104. - Downloading phpunit/php-file-iterator (3.0.6)
  105. - Downloading theseer/tokenizer (1.2.1)
  106. - Downloading sebastian/lines-of-code (1.0.3)
  107. - Downloading sebastian/complexity (2.0.2)
  108. - Downloading sebastian/code-unit-reverse-lookup (2.0.3)
  109. - Downloading phpunit/php-code-coverage (9.2.23)
  110. - Downloading phar-io/version (3.2.1)
  111. - Downloading phar-io/manifest (2.0.3)
  112. - Downloading myclabs/deep-copy (1.11.0)
  113. - Downloading phpunit/phpunit (9.5.27)
  114. - Downloading paragonie/sodium_compat (v1.19.0)
  115. - Downloading pusher/pusher-php-server (7.2.2)
  116. - Downloading spatie/backtrace (1.2.1)
  117. - Downloading spatie/flare-client-php (1.3.2)
  118. - Downloading spatie/ignition (1.4.1)
  119. - Downloading spatie/laravel-ignition (1.6.4)
  120. - Downloading stripe/stripe-php (v9.9.0)
  121. 0/110 [>---------------------------] 0%
  122. 13/110 [===>------------------------] 11%
  123. 19/110 [====>-----------------------] 17%
  124. 30/110 [=======>--------------------] 27%
  125. 36/110 [=========>------------------] 32%
  126. 44/110 [===========>----------------] 40%
  127. 58/110 [==============>-------------] 52%
  128. 66/110 [================>-----------] 60%
  129. 77/110 [===================>--------] 70%
  130. 88/110 [======================>-----] 80%
  131. 99/110 [=========================>--] 90%
  132. 110/110 [============================] 100%
  133. - Installing symfony/polyfill-ctype (v1.27.0): Extracting archive
  134. - Installing webmozart/assert (1.11.0): Extracting archive
  135. - Installing symfony/deprecation-contracts (v3.2.0): Extracting archive
  136. - Installing psr/container (2.0.2): Extracting archive
  137. - Installing symfony/polyfill-mbstring (v1.27.0): Extracting archive
  138. - Installing symfony/http-foundation (v6.2.2): Extracting archive
  139. - Installing ralouphie/getallheaders (3.0.3): Extracting archive
  140. - Installing psr/http-message (1.0.1): Extracting archive
  141. - Installing psr/http-factory (1.0.1): Extracting archive
  142. - Installing symfony/process (v6.2.0): Extracting archive
  143. - Installing symfony/var-dumper (v6.2.3): Extracting archive
  144. - Installing psr/log (3.0.0): Extracting archive
  145. - Installing symfony/error-handler (v6.2.3): Extracting archive
  146. - Installing ramsey/collection (2.0.0): Extracting archive
  147. - Installing ramsey/uuid (4.7.1): Extracting archive
  148. - Installing symfony/translation-contracts (v3.2.0): Extracting archive
  149. - Installing symfony/translation (v6.2.3): Extracting archive
  150. - Installing symfony/polyfill-php80 (v1.27.0): Extracting archive
  151. - Installing nesbot/carbon (2.64.1): Extracting archive
  152. - Installing voku/portable-ascii (2.0.1): Extracting archive
  153. - Installing phpoption/phpoption (1.9.0): Extracting archive
  154. - Installing vlucas/phpdotenv (v5.5.0): Extracting archive
  155. - Installing symfony/css-selector (v6.2.3): Extracting archive
  156. - Installing tijsverkoyen/css-to-inline-styles (2.2.6): Extracting archive
  157. - Installing symfony/polyfill-uuid (v1.27.0): Extracting archive
  158. - Installing symfony/uid (v6.2.0): Extracting archive
  159. - Installing symfony/routing (v6.2.3): Extracting archive
  160. - Installing symfony/polyfill-php72 (v1.27.0): Extracting archive
  161. - Installing symfony/polyfill-intl-normalizer (v1.27.0): Extracting archive
  162. - Installing symfony/polyfill-intl-idn (v1.27.0): Extracting archive
  163. - Installing symfony/mime (v6.2.2): Extracting archive
  164. - Installing symfony/service-contracts (v3.2.0): Extracting archive
  165. - Installing psr/event-dispatcher (1.0.0): Extracting archive
  166. - Installing symfony/event-dispatcher-contracts (v3.2.0): Extracting archive
  167. - Installing symfony/event-dispatcher (v6.2.2): Extracting archive
  168. - Installing symfony/mailer (v6.2.2): Extracting archive
  169. - Installing symfony/http-kernel (v6.2.4): Extracting archive
  170. - Installing symfony/finder (v6.2.3): Extracting archive
  171. - Installing symfony/polyfill-intl-grapheme (v1.27.0): Extracting archive
  172. - Installing symfony/string (v6.2.2): Extracting archive
  173. - Installing symfony/console (v6.2.3): Extracting archive
  174. - Installing psr/simple-cache (3.0.0): Extracting archive
  175. - Installing nunomaduro/termwind (v1.15.0): Extracting archive
  176. - Installing monolog/monolog (2.8.0): Extracting archive
  177. - Installing league/mime-type-detection (1.11.0): Extracting archive
  178. - Installing league/flysystem (3.12.0): Extracting archive
  179. - Installing nette/utils (v3.2.8): Extracting archive
  180. - Installing nette/schema (v1.2.3): Extracting archive
  181. - Installing league/config (v1.2.0): Extracting archive
  182. - Installing league/commonmark (2.3.8): Extracting archive
  183. - Installing laravel/serializable-closure (v1.2.2): Extracting archive
  184. - Installing laravel/horizon (v5.11.0): Extracting archive
  185. - Installing symfony/psr-http-message-bridge (v2.1.4): Extracting archive
  186. - Installing paragonie/random_compat (v9.99.100): Extracting archive
  187. - Installing paragonie/constant_time_encoding (v2.6.3): Extracting archive
  188. - Installing phpseclib/phpseclib (3.0.18): Extracting archive
  189. - Installing php-http/message-factory (v1.0.2): Extracting archive
  190. - Installing nyholm/psr7 (1.5.1): Extracting archive
  191. - Installing league/uri-interfaces (2.3.0): Extracting archive
  192. - Installing league/uri (6.8.0): Extracting archive
  193. - Installing league/event (2.2.0): Extracting archive
  194. - Installing psr/clock (1.0.0): Extracting archive
  195. - Installing lcobucci/clock (3.0.0): Extracting archive
  196. - Installing lcobucci/jwt (4.3.0): Extracting archive
  197. - Installing league/oauth2-server (8.3.6): Extracting archive
  198. - Installing laravel/passport (v11.4.0): Extracting archive
  199. - Installing laravel/pint (v1.3.0): Extracting archive
  200. - Installing laravel/sail (v1.17.0): Extracting archive
  201. - Installing laravel/sanctum (v3.1.0): Extracting archive
  202. - Installing nikic/php-parser (v4.15.2): Extracting archive
  203. - Installing psy/psysh (v0.11.10): Extracting archive
  204. - Installing laravel/tinker (v2.7.3): Extracting archive
  205. - Installing mtdowling/jmespath.php (2.6.1): Extracting archive
  206. - Installing psr/http-client (1.0.1): Extracting archive
  207. - Installing league/flysystem-aws-s3-v3 (3.10.3): Extracting archive
  208. - Installing mockery/mockery (1.5.1): Extracting archive
  209. - Installing nunomaduro/collision (v6.4.0): Extracting archive
  210. - Installing sebastian/version (3.0.2): Extracting archive
  211. - Installing sebastian/type (3.2.0): Extracting archive
  212. - Installing sebastian/resource-operations (3.0.3): Extracting archive
  213. - Installing sebastian/recursion-context (4.0.4): Extracting archive
  214. - Installing sebastian/object-reflector (2.0.4): Extracting archive
  215. - Installing sebastian/object-enumerator (4.0.4): Extracting archive
  216. - Installing sebastian/global-state (5.0.5): Extracting archive
  217. - Installing sebastian/exporter (4.0.5): Extracting archive
  218. - Installing sebastian/environment (5.1.4): Extracting archive
  219. - Installing sebastian/diff (4.0.4): Extracting archive
  220. - Installing sebastian/comparator (4.0.8): Extracting archive
  221. - Installing sebastian/code-unit (1.0.8): Extracting archive
  222. - Installing sebastian/cli-parser (1.0.1): Extracting archive
  223. - Installing phpunit/php-timer (5.0.3): Extracting archive
  224. - Installing phpunit/php-text-template (2.0.4): Extracting archive
  225. - Installing phpunit/php-invoker (3.1.1): Extracting archive
  226. - Installing phpunit/php-file-iterator (3.0.6): Extracting archive
  227. - Installing theseer/tokenizer (1.2.1): Extracting archive
  228. - Installing sebastian/lines-of-code (1.0.3): Extracting archive
  229. - Installing sebastian/complexity (2.0.2): Extracting archive
  230. - Installing sebastian/code-unit-reverse-lookup (2.0.3): Extracting archive
  231. - Installing phpunit/php-code-coverage (9.2.23): Extracting archive
  232. - Installing phar-io/version (3.2.1): Extracting archive
  233. - Installing phar-io/manifest (2.0.3): Extracting archive
  234. - Installing myclabs/deep-copy (1.11.0): Extracting archive
  235. - Installing phpunit/phpunit (9.5.27): Extracting archive
  236. - Installing paragonie/sodium_compat (v1.19.0): Extracting archive
  237. - Installing pusher/pusher-php-server (7.2.2): Extracting archive
  238. - Installing spatie/backtrace (1.2.1): Extracting archive
  239. - Installing spatie/flare-client-php (1.3.2): Extracting archive
  240. - Installing spatie/ignition (1.4.1): Extracting archive
  241. - Installing spatie/laravel-ignition (1.6.4): Extracting archive
  242. - Installing stripe/stripe-php (v9.9.0): Extracting archive
  243. 0/110 [>---------------------------] 0% Skipped installation of bin Resources/bin/patch-type-declarations for package symfony/error-handler: name conflicts with an existing file
  244. Skipped installation of bin Resources/bin/var-dump-server for package symfony/var-dumper: name conflicts with an existing file
  245.  
  246. 18/110 [====>-----------------------] 16% Skipped installation of bin bin/carbon for package nesbot/carbon: name conflicts with an existing file
  247.  
  248. 25/110 [======>---------------------] 22%
  249. 35/110 [========>-------------------] 31%
  250. 45/110 [===========>----------------] 40%
  251. 55/110 [==============>-------------] 50% Skipped installation of bin builds/pint for package laravel/pint: name conflicts with an existing file
  252. Skipped installation of bin bin/sail for package laravel/sail: name conflicts with an existing file
  253.  
  254. 69/110 [=================>----------] 62% Skipped installation of bin bin/jp.php for package mtdowling/jmespath.php: name conflicts with an existing file
  255. Skipped installation of bin bin/php-parse for package nikic/php-parser: name conflicts with an existing file
  256. Skipped installation of bin bin/psysh for package psy/psysh: name conflicts with an existing file
  257.  
  258. 83/110 [=====================>------] 75%
  259. 89/110 [======================>-----] 80%
  260. 99/110 [=========================>--] 90% Skipped installation of bin phpunit for package phpunit/phpunit: name conflicts with an existing file
  261.  
  262. 110/110 [============================] 100%
  263. Generating optimized autoload files
  264. > Illuminate\Foundation\ComposerScripts::postAutoloadDump
  265. > @php artisan package:discover --ansi
  266. Could not open input file: artisan
  267. Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
Advertisement
Add Comment
Please, Sign In to add comment