- Is this your first time deploying Airbyte?: No
- OS Version / Instance: MacOS Monterey 12.6 , M1 Chip
- Memory / Disk: 8GB / 0.5TB
- Deployment: Docker
- Airbyte Version: 0.40.26
- Source name/version: None
- Destination name/version: None
- Step: Deployment
- Description: Cannot run in dev mode, bootloader manifest missing. I’ve made a fresh clone of the repo, initialized my env variable according to M1 specific setup instruction but got
WARNING: The RUN_DATABASE_MIGRATION_ON_STARTUP variable is not set. Defaulting to a blank string.
WARNING: The DEPLOYMENT_MODE variable is not set. Defaulting to a blank string.
WARNING: The LOG_CONNECTOR_MESSAGES variable is not set. Defaulting to a blank string.
WARNING: The SHOULD_RUN_NOTIFY_WORKFLOW variable is not set. Defaulting to a blank string.
WARNING: The SECRET_PERSISTENCE variable is not set. Defaulting to a blank string.
WARNING: The JOB_ERROR_REPORTING_SENTRY_DSN variable is not set. Defaulting to a blank string.
WARNING: The NEW_SCHEDULER variable is not set. Defaulting to a blank string.
WARNING: The WORKER_ENVIRONMENT variable is not set. Defaulting to a blank string.
WARNING: The GITHUB_STORE_BRANCH variable is not set. Defaulting to a blank string.
WARNING: The REMOTE_CONNECTOR_CATALOG_URL variable is not set. Defaulting to a blank string.
WARNING: The TEMPORAL_HISTORY_RETENTION_IN_DAYS variable is not set. Defaulting to a blank string.
WARNING: The UPDATE_DEFINITIONS_CRON_ENABLED variable is not set. Defaulting to a blank string.
Creating network "airbyte_default" with the default driver
Creating network "airbyte_airbyte_internal" with the default driver
Creating network "airbyte_airbyte_public" with the default driver
Pulling bootloader (airbyte/bootloader:dev)...
ERROR: manifest for airbyte/bootloader:dev not found: manifest unknown: manifest unknown
Note that before that I could not build the dev version because of an issue with note yet I juste installed it with brew install node
and running version 19.3.8
guillaume@Guillaumes-MBP airbyte % SUB_BUILD=PLATFORM ./gradlew build
Building Airbyte Sub Build: PLATFORM
> Configure project :
configuring docker task for airbyte-bootloader
configuring docker task for airbyte-connector-builder-server
configuring docker task for airbyte-container-orchestrator
configuring docker task for airbyte-cron
configuring docker task for airbyte-proxy
configuring docker task for airbyte-server
configuring docker task for airbyte-temporal
configuring docker task for airbyte-webapp
configuring docker task for airbyte-workers
configuring docker task for init
configuring docker task for db-lib
configuring docker task for reporter
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':airbyte-webapp:nodeSetup'.
> Failed to query the value of task ':airbyte-webapp:nodeSetup' property 'nodeArchiveFile'.
> Could not resolve all files for configuration ':airbyte-webapp:detachedConfiguration1'.
> Could not resolve org.nodejs:node:16.18.1.
Required by:
project :airbyte-webapp
> Could not resolve org.nodejs:node:16.18.1.
> Could not get resource 'https://nodejs.org/dist/v16.18.1/node-v16.18.1-darwin-arm64.tar.gz'.
> Could not HEAD 'https://nodejs.org/dist/v16.18.1/node-v16.18.1-darwin-arm64.tar.gz'. Received status code 500 from server: Internal Server Error