Skip to content

Instantly share code, notes, and snippets.

@patcon
Created May 16, 2022 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patcon/f28bada64683ba6a7f51861fc5d525de to your computer and use it in GitHub Desktop.
Save patcon/f28bada64683ba6a7f51861fc5d525de to your computer and use it in GitHub Desktop.
$ docker-compose run --rm maintenance bash setup.sh
Creating gc-digital-talent_maintenance_run ... done
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Package operations: 0 installs, 4 updates, 0 removals
- Downloading monolog/monolog (2.6.0)
- Downloading league/commonmark (2.3.1)
- Downloading laravel/framework (v8.83.12)
- Downloading laravel/sail (v1.14.4)
- Upgrading monolog/monolog (2.5.0 => 2.6.0): Extracting archive
- Upgrading league/commonmark (2.3.0 => 2.3.1): Extracting archive
- Upgrading laravel/framework (v8.83.11 => v8.83.12): Extracting archive
- Upgrading laravel/sail (v1.14.1 => v1.14.4): Extracting archive
Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi
Discovered Package: facade/ignition
Discovered Package: fideloper/proxy
Discovered Package: fruitcake/laravel-cors
Discovered Package: laravel/breeze
Discovered Package: laravel/passport
Discovered Package: laravel/sail
Discovered Package: laravel/tinker
Discovered Package: nesbot/carbon
Discovered Package: nunomaduro/collision
Package manifest generated successfully.
86 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Dropped all tables successfully.
Migration table created successfully.
Migrating: 2014_10_12_000000_create_users_table
Migrated: 2014_10_12_000000_create_users_table (36.25ms)
Migrating: 2014_10_12_100000_create_password_resets_table
Migrated: 2014_10_12_100000_create_password_resets_table (8.22ms)
Migrating: 2016_06_01_000001_create_oauth_auth_codes_table
Migrated: 2016_06_01_000001_create_oauth_auth_codes_table (12.50ms)
Migrating: 2016_06_01_000002_create_oauth_access_tokens_table
Migrated: 2016_06_01_000002_create_oauth_access_tokens_table (11.25ms)
Migrating: 2016_06_01_000003_create_oauth_refresh_tokens_table
Migrated: 2016_06_01_000003_create_oauth_refresh_tokens_table (9.62ms)
Migrating: 2016_06_01_000004_create_oauth_clients_table
Migrated: 2016_06_01_000004_create_oauth_clients_table (13.90ms)
Migrating: 2016_06_01_000005_create_oauth_personal_access_clients_table
Migrated: 2016_06_01_000005_create_oauth_personal_access_clients_table (5.47ms)
Migrating: 2019_08_19_000000_create_failed_jobs_table
Migrated: 2019_08_19_000000_create_failed_jobs_table (15.01ms)
Migrating: 2021_07_27_161635_update_users_table
Migrated: 2021_07_27_161635_update_users_table (5.16ms)
Seeding: Database\Seeders\UserSeeder
Seeded: Database\Seeders\UserSeeder (207.23ms)
Database seeding completed successfully.
Encryption keys generated successfully.
Application key set successfully.
Configuration cache cleared!
up to date, audited 807 packages in 6s
89 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
> dev
> mix
● Mix █████████████████████████ done (99%) plugins
BuildCallbackPlugin
● Mix █████████████████████████ done (99%) plugins
WebpackBar:done
✔ Mix
Compiled successfully in 4.94s
Laravel Mix v6.0.43
✔ Compiled Successfully in 4768ms
┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬──────────┐
│ File │ Size │
├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼──────────┤
│ /js/app.js │ 757 KiB │
│ css/app.css │ 29.9 KiB │
└───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴──────────┘
3 WARNINGS in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)
webpack compiled with 3 warnings
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Package operations: 0 installs, 5 updates, 3 removals
Failed to download monolog/monolog from source: git was not found in your PATH, skipping source download
Now trying to download from dist
Failed to download league/commonmark from source: git was not found in your PATH, skipping source download
Now trying to download from dist
Failed to download laravel/framework from source: git was not found in your PATH, skipping source download
Now trying to download from dist
Failed to download laravel/sail from source: git was not found in your PATH, skipping source download
Now trying to download from dist
Failed to download nuwave/lighthouse from source: git was not found in your PATH, skipping source download
Now trying to download from dist
- Downloading nuwave/lighthouse (v5.49.0)
In GitDownloader.php line 246:
Failed to execute git show-ref --head -d
sh: 1: git: not found
install [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-progress] [--no-install] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--] [<packages>...]
ERROR: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment