diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 878f874923e..8275436bb1b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -4,6 +4,7 @@ tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-[a-z]+)? serialize = {major}.{minor}.{patch} +current_version = 0.58.0 [bumpversion:file:.env] search = VERSION=dev diff --git a/.env b/.env index dd1bd56961c..b20c62c4ed7 100644 --- a/.env +++ b/.env @@ -10,7 +10,7 @@ ### SHARED ### -VERSION=dev +VERSION=0.58.0 # When using the airbyte-db via default docker image CONFIG_ROOT=/data diff --git a/airbyte-connector-builder-server/Dockerfile b/airbyte-connector-builder-server/Dockerfile index f6c75e87bd0..993b3f92b4d 100644 --- a/airbyte-connector-builder-server/Dockerfile +++ b/airbyte-connector-builder-server/Dockerfile @@ -10,7 +10,7 @@ ENV PIP=${PYENV_ROOT}/versions/${PYTHON_VERSION}/bin/pip COPY requirements.txt requirements.txt RUN ${PIP} install -r requirements.txt -ARG VERSION=dev +ARG VERSION=0.58.0 ENV APPLICATION airbyte-connector-builder-server ENV VERSION ${VERSION} diff --git a/airbyte-container-orchestrator/Dockerfile b/airbyte-container-orchestrator/Dockerfile index 7321567c686..d9e6f2a7b0a 100644 --- a/airbyte-container-orchestrator/Dockerfile +++ b/airbyte-container-orchestrator/Dockerfile @@ -7,7 +7,7 @@ ADD airbyte-app.tar /app FROM airbyte/airbyte-base-java-worker-image:${JAVA_WORKER_BASE_IMAGE_VERSION} # Don't change this manually. Bump version expects to make moves based on this string -ARG VERSION=dev +ARG VERSION=0.58.0 ENV APPLICATION airbyte-container-orchestrator ENV VERSION=${VERSION} diff --git a/airbyte-proxy/Dockerfile b/airbyte-proxy/Dockerfile index 607cfef033d..bc1940939e3 100644 --- a/airbyte-proxy/Dockerfile +++ b/airbyte-proxy/Dockerfile @@ -2,7 +2,7 @@ FROM nginx:1.25.3 -ARG VERSION=dev +ARG VERSION=0.58.0 ENV APPLICATION airbyte-proxy ENV VERSION ${VERSION} diff --git a/airbyte-server/Dockerfile b/airbyte-server/Dockerfile index 1e7865f87c9..dc4bf5b5d15 100644 --- a/airbyte-server/Dockerfile +++ b/airbyte-server/Dockerfile @@ -6,7 +6,7 @@ ADD airbyte-app.tar /app FROM ${JDK_IMAGE} AS server EXPOSE 8000 5005 -ARG VERSION=dev +ARG VERSION=0.58.0 ENV APPLICATION airbyte-server ENV VERSION ${VERSION} WORKDIR /app diff --git a/charts/airbyte-api-server/Chart.yaml b/charts/airbyte-api-server/Chart.yaml index f06fca9cc7d..3ede38849a1 100644 --- a/charts/airbyte-api-server/Chart.yaml +++ b/charts/airbyte-api-server/Chart.yaml @@ -21,7 +21,7 @@ version: 0.64.292 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.58.0 dependencies: - name: common diff --git a/charts/airbyte-bootloader/Chart.yaml b/charts/airbyte-bootloader/Chart.yaml index 9f5224d4a42..edb9b160bbb 100644 --- a/charts/airbyte-bootloader/Chart.yaml +++ b/charts/airbyte-bootloader/Chart.yaml @@ -22,7 +22,7 @@ version: 0.64.292 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.58.0 dependencies: - name: common diff --git a/charts/airbyte-connector-builder-server/Chart.yaml b/charts/airbyte-connector-builder-server/Chart.yaml index 1d0d61a43cd..0aa67a56e85 100644 --- a/charts/airbyte-connector-builder-server/Chart.yaml +++ b/charts/airbyte-connector-builder-server/Chart.yaml @@ -21,7 +21,7 @@ version: 0.64.292 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.58.0 dependencies: - name: common diff --git a/charts/airbyte-cron/Chart.yaml b/charts/airbyte-cron/Chart.yaml index c00d2c16d91..45bc5d63e66 100644 --- a/charts/airbyte-cron/Chart.yaml +++ b/charts/airbyte-cron/Chart.yaml @@ -21,7 +21,7 @@ version: 0.64.292 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.58.0 dependencies: - name: common diff --git a/charts/airbyte-keycloak-setup/Chart.yaml b/charts/airbyte-keycloak-setup/Chart.yaml index 83221ba8540..58e1d80a41f 100644 --- a/charts/airbyte-keycloak-setup/Chart.yaml +++ b/charts/airbyte-keycloak-setup/Chart.yaml @@ -22,7 +22,7 @@ version: 0.64.292 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.58.0 dependencies: - name: common diff --git a/charts/airbyte-keycloak/Chart.yaml b/charts/airbyte-keycloak/Chart.yaml index ded159ea26b..a4e0b590c04 100644 --- a/charts/airbyte-keycloak/Chart.yaml +++ b/charts/airbyte-keycloak/Chart.yaml @@ -22,7 +22,7 @@ version: 0.64.292 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.58.0 dependencies: - name: common diff --git a/charts/airbyte-metrics/Chart.yaml b/charts/airbyte-metrics/Chart.yaml index 9bba8ab6215..1fdc7b072de 100644 --- a/charts/airbyte-metrics/Chart.yaml +++ b/charts/airbyte-metrics/Chart.yaml @@ -22,7 +22,7 @@ version: 0.64.292 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.58.0 dependencies: - name: common diff --git a/charts/airbyte-pod-sweeper/Chart.yaml b/charts/airbyte-pod-sweeper/Chart.yaml index 56cab13cd7a..67d300254d5 100644 --- a/charts/airbyte-pod-sweeper/Chart.yaml +++ b/charts/airbyte-pod-sweeper/Chart.yaml @@ -22,7 +22,7 @@ version: 0.64.292 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.58.0 dependencies: - name: common diff --git a/charts/airbyte-server/Chart.yaml b/charts/airbyte-server/Chart.yaml index 8de322f34ec..18479c2eebc 100644 --- a/charts/airbyte-server/Chart.yaml +++ b/charts/airbyte-server/Chart.yaml @@ -21,7 +21,7 @@ version: 0.64.292 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.58.0 dependencies: - name: common diff --git a/charts/airbyte-temporal/Chart.yaml b/charts/airbyte-temporal/Chart.yaml index c42220a8d60..ae2ef498881 100644 --- a/charts/airbyte-temporal/Chart.yaml +++ b/charts/airbyte-temporal/Chart.yaml @@ -22,7 +22,7 @@ version: 0.64.292 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.58.0 dependencies: - name: common diff --git a/charts/airbyte-webapp/Chart.yaml b/charts/airbyte-webapp/Chart.yaml index cf5c187739d..53bb51017c3 100644 --- a/charts/airbyte-webapp/Chart.yaml +++ b/charts/airbyte-webapp/Chart.yaml @@ -22,7 +22,7 @@ version: 0.64.292 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.58.0 dependencies: - name: common diff --git a/charts/airbyte-worker/Chart.yaml b/charts/airbyte-worker/Chart.yaml index bd10147e533..518291ba511 100644 --- a/charts/airbyte-worker/Chart.yaml +++ b/charts/airbyte-worker/Chart.yaml @@ -22,7 +22,7 @@ version: 0.64.292 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.58.0 dependencies: - name: common diff --git a/charts/airbyte/Chart.yaml b/charts/airbyte/Chart.yaml index 51f39a260da..ac271b1a4c9 100644 --- a/charts/airbyte/Chart.yaml +++ b/charts/airbyte/Chart.yaml @@ -21,7 +21,7 @@ version: 0.64.292 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.58.0 dependencies: - name: common diff --git a/charts/airbyte/README.md b/charts/airbyte/README.md index 5953bcbce8c..7341f283c40 100644 --- a/charts/airbyte/README.md +++ b/charts/airbyte/README.md @@ -1,6 +1,6 @@ # airbyte -![Version: 0.50.14](https://img.shields.io/badge/Version-0.50.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: dev](https://img.shields.io/badge/AppVersion-dev-informational?style=flat-square) +![Version: 0.50.14](https://img.shields.io/badge/Version-0.50.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.58.0](https://img.shields.io/badge/AppVersion-0.58.0-informational?style=flat-square) Helm chart to deploy airbyte diff --git a/gradle.log b/gradle.log new file mode 100644 index 00000000000..8d27cef01f3 --- /dev/null +++ b/gradle.log @@ -0,0 +1,10151 @@ +:airbyte-commons-converters:clean +:airbyte-analytics:clean +:airbyte-api:clean +:airbyte-bootloader:clean +:airbyte-commons-auth:clean +:airbyte-api-server:clean +:airbyte-commons:clean +:clean UP-TO-DATE +:airbyte-commons-temporal-core:clean +:airbyte-commons-micronaut:clean +:airbyte-commons-protocol:clean +:airbyte-commons-server:clean +:airbyte-commons-license:clean +:airbyte-connector-sidecar:clean +:airbyte-commons-with-dependencies:clean +:airbyte-cron:clean +:airbyte-connector-builder-server:clean +:airbyte-commons-worker:clean +:airbyte-container-orchestrator:clean +:airbyte-commons-micronaut-security:clean +:airbyte-data:clean +:airbyte-commons-temporal:clean +:airbyte-featureflag:clean +:airbyte-json-validation:clean +:airbyte-keycloak-setup:clean +:airbyte-keycloak:clean +:airbyte-micronaut-temporal:clean +:airbyte-oauth:clean +:airbyte-notification:clean +:airbyte-temporal:clean +:airbyte-server:clean +:airbyte-proxy:clean +:airbyte-tests:clean +:airbyte-test-utils:clean +:airbyte-worker-models:clean +:airbyte-workers:clean +:airbyte-webapp:clean UP-TO-DATE +:airbyte-workload-launcher:clean +:airbyte-workload-api-server:clean +:airbyte-config:config-models:clean +:airbyte-config:config-persistence:clean +:airbyte-config:init:clean +:airbyte-config:config-secrets:clean +:airbyte-metrics:metrics-lib:clean +:airbyte-config:specs:clean +:airbyte-db:jooq:clean +:airbyte-metrics:reporter:clean +:airbyte-db:db-lib:clean +:airbyte-persistence:job-persistence:clean +:airbyte-api:checkKotlinGradlePluginConfigurationErrors +:airbyte-commons-temporal-core:checkKotlinGradlePluginConfigurationErrors +:assemble UP-TO-DATE +:airbyte-config:config-models:checkKotlinGradlePluginConfigurationErrors +:airbyte-analytics:generateCatalogAsToml +:airbyte-commons:checkKotlinGradlePluginConfigurationErrors +:airbyte-json-validation:checkKotlinGradlePluginConfigurationErrors +:airbyte-db:db-lib:checkKotlinGradlePluginConfigurationErrors +:check UP-TO-DATE +:airbyte-config:config-models:processResources +:airbyte-db:jooq:checkKotlinGradlePluginConfigurationErrors +:airbyte-metrics:metrics-lib:checkKotlinGradlePluginConfigurationErrors +:airbyte-api:genApiClient2 +:build UP-TO-DATE +:airbyte-workload-api-server:checkKotlinGradlePluginConfigurationErrors +:airbyte-featureflag:checkKotlinGradlePluginConfigurationErrors +:airbyte-commons:compileKotlin +:airbyte-db:db-lib:processResources +:airbyte-json-validation:processResources +:airbyte-featureflag:kaptGenerateStubsKotlin +:spotlessInternalRegisterDependencies +:airbyte-commons-temporal:checkKotlinGradlePluginConfigurationErrors +:airbyte-api-server:checkKotlinGradlePluginConfigurationErrors +:airbyte-notification:checkKotlinGradlePluginConfigurationErrors +:airbyte-worker-models:checkKotlinGradlePluginConfigurationErrors +:airbyte-worker-models:processResources +:airbyte-api-server:processResources +:airbyte-worker-models:generateJsonSchema2Pojo +:airbyte-api-server:dockerCopyDockerfile +:airbyte-api-server:generateCatalogAsToml +:airbyte-json-validation:processResources NO-SOURCE +:airbyte-commons-protocol:checkKotlinGradlePluginConfigurationErrors +:airbyte-commons-protocol:processResources NO-SOURCE +:airbyte-commons-auth:checkKotlinGradlePluginConfigurationErrors +:airbyte-commons-license:checkKotlinGradlePluginConfigurationErrors +:airbyte-commons-micronaut:checkKotlinGradlePluginConfigurationErrors +:airbyte-data:checkKotlinGradlePluginConfigurationErrors +:airbyte-config:config-secrets:checkKotlinGradlePluginConfigurationErrors +:airbyte-config:config-persistence:checkKotlinGradlePluginConfigurationErrors +:airbyte-config:specs:checkKotlinGradlePluginConfigurationErrors +:airbyte-oauth:checkKotlinGradlePluginConfigurationErrors +:airbyte-persistence:job-persistence:checkKotlinGradlePluginConfigurationErrors +:airbyte-commons-converters:checkKotlinGradlePluginConfigurationErrors +:airbyte-commons-with-dependencies:checkKotlinGradlePluginConfigurationErrors +:airbyte-commons-worker:checkKotlinGradlePluginConfigurationErrors +:airbyte-test-utils:checkKotlinGradlePluginConfigurationErrors +:airbyte-commons-auth:processResources NO-SOURCE +:airbyte-commons-converters:processResources NO-SOURCE +:airbyte-commons-license:processResources NO-SOURCE +:airbyte-commons-micronaut:processResources +:airbyte-commons-temporal:processResources +:airbyte-commons-temporal-core:processResources NO-SOURCE +:airbyte-commons-with-dependencies:processResources NO-SOURCE +:airbyte-commons-worker:processResources +:airbyte-data:processResources NO-SOURCE +:airbyte-notification:processResources +:airbyte-config:config-models:generateJsonSchema2Pojo +:airbyte-oauth:processResources NO-SOURCE +:airbyte-test-utils:processResources NO-SOURCE +:airbyte-config:config-persistence:processResources NO-SOURCE +:airbyte-config:config-secrets:processResources NO-SOURCE +:airbyte-config:specs:downloadConnectorRegistry +:airbyte-analytics:generateCatalogAsToml FROM-CACHE +:airbyte-analytics:assemble UP-TO-DATE +:airbyte-analytics:checkstyleCopyRules +:airbyte-api-server:generateCatalogAsToml FROM-CACHE +:airbyte-api-server:checkstyleCopyRules +:airbyte-analytics:checkstyleCopyRules FROM-CACHE +:airbyte-analytics:checkstyleCopySuppressions +:airbyte-api-server:checkstyleCopyRules FROM-CACHE +:airbyte-api-server:checkstyleCopySuppressions FROM-CACHE +:airbyte-api-server:processIntegrationTestResources NO-SOURCE +:airbyte-api-server:processTestResources +:airbyte-api-server:spotbugsCopyRules +:airbyte-analytics:checkstyleCopySuppressions FROM-CACHE +:airbyte-analytics:checkKotlinGradlePluginConfigurationErrors +:airbyte-analytics:processIntegrationTestResources NO-SOURCE +:airbyte-analytics:processResources NO-SOURCE +:airbyte-analytics:processTestResources NO-SOURCE +:airbyte-analytics:spotbugsCopyRules +:airbyte-db:jooq:processResources NO-SOURCE +:airbyte-metrics:metrics-lib:processResources NO-SOURCE +:airbyte-persistence:job-persistence:processResources +:airbyte-bootloader:checkKotlinGradlePluginConfigurationErrors +:airbyte-config:init:checkKotlinGradlePluginConfigurationErrors +:airbyte-bootloader:processResources +:airbyte-config:init:processResources +:airbyte-api-server:spotbugsCopyRules FROM-CACHE +:airbyte-api-server:codeStyleCopyRules +:airbyte-analytics:spotbugsCopyRules FROM-CACHE +:airbyte-analytics:codeStyleCopyRules +:airbyte-bootloader:dockerCopyDockerfile +:airbyte-bootloader:generateCatalogAsToml FROM-CACHE +:airbyte-bootloader:checkstyleCopyRules FROM-CACHE +:airbyte-bootloader:checkstyleCopySuppressions FROM-CACHE +:airbyte-bootloader:processIntegrationTestResources NO-SOURCE +:airbyte-bootloader:processTestResources NO-SOURCE +:airbyte-bootloader:spotbugsCopyRules FROM-CACHE +:airbyte-bootloader:codeStyleCopyRules +:airbyte-analytics:codeStyleCopyRules FROM-CACHE +:airbyte-api-server:codeStyleCopyRules FROM-CACHE +:airbyte-api-server:spotlessGroovyGradle +:airbyte-analytics:spotlessGroovyGradle FROM-CACHE +:airbyte-analytics:spotlessGroovyGradleApply +:airbyte-api-server:spotlessGroovyGradle FROM-CACHE +:airbyte-api-server:spotlessGroovyGradleApply +:airbyte-analytics:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-api-server:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-analytics:spotlessJava +:airbyte-api-server:spotlessJava +:airbyte-bootloader:codeStyleCopyRules FROM-CACHE +:airbyte-bootloader:spotlessGroovyGradle FROM-CACHE +:airbyte-bootloader:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-bootloader:spotlessJava +:airbyte-commons-auth:generateCatalogAsToml FROM-CACHE +:airbyte-commons-auth:assemble UP-TO-DATE +:airbyte-commons-auth:checkstyleCopyRules FROM-CACHE +:airbyte-analytics:spotlessJava FROM-CACHE +:airbyte-api-server:spotlessJava FROM-CACHE +:airbyte-commons-auth:checkstyleCopySuppressions +:airbyte-analytics:spotlessJavaApply +:airbyte-api-server:spotlessJavaApply UP-TO-DATE +:airbyte-analytics:spotlessJavaApply UP-TO-DATE +:airbyte-api-server:spotlessKotlin +:airbyte-commons-auth:checkstyleCopySuppressions FROM-CACHE +:airbyte-analytics:spotlessKotlin +:airbyte-commons-auth:processIntegrationTestResources NO-SOURCE +:airbyte-commons-auth:processTestResources NO-SOURCE +:airbyte-commons-auth:spotbugsCopyRules FROM-CACHE +:airbyte-commons-auth:codeStyleCopyRules FROM-CACHE +:airbyte-commons-auth:spotlessGroovyGradle FROM-CACHE +:airbyte-commons-auth:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons-auth:spotlessJava +:airbyte-api:genApiClient2 FROM-CACHE +:airbyte-api:genConnectorBuilderServerApiClient +:airbyte-analytics:spotlessKotlin FROM-CACHE +:airbyte-analytics:spotlessKotlinApply UP-TO-DATE +:airbyte-analytics:spotlessKotlinGradle +:airbyte-bootloader:spotlessJava FROM-CACHE +:airbyte-bootloader:spotlessJavaApply UP-TO-DATE +:airbyte-bootloader:spotlessKotlin +:airbyte-commons-auth:spotlessJava FROM-CACHE +:airbyte-commons-auth:spotlessJavaApply UP-TO-DATE +:airbyte-commons-auth:spotlessKotlin +:airbyte-bootloader:spotlessKotlin FROM-CACHE +:airbyte-bootloader:spotlessKotlinApply UP-TO-DATE +:airbyte-bootloader:spotlessKotlinGradle +:airbyte-commons-auth:spotlessKotlin FROM-CACHE +:airbyte-commons-auth:spotlessKotlinApply UP-TO-DATE +:airbyte-commons-auth:spotlessKotlinGradle +:airbyte-analytics:spotlessKotlinGradle FROM-CACHE +:airbyte-analytics:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-analytics:spotlessSql +:airbyte-api-server:spotlessKotlin FROM-CACHE +:airbyte-api-server:spotlessKotlinApply UP-TO-DATE +:airbyte-api-server:spotlessKotlinGradle +:airbyte-commons-auth:spotlessKotlinGradle FROM-CACHE +:airbyte-commons-auth:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons-auth:spotlessSql +:airbyte-bootloader:spotlessKotlinGradle FROM-CACHE +:airbyte-analytics:spotlessSql FROM-CACHE +:airbyte-bootloader:spotlessKotlinGradleApply +:airbyte-analytics:spotlessSqlApply UP-TO-DATE +:airbyte-bootloader:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-analytics:spotlessStyling +:airbyte-bootloader:spotlessSql FROM-CACHE +:airbyte-bootloader:spotlessSqlApply UP-TO-DATE +:airbyte-bootloader:spotlessStyling +:airbyte-api:genConnectorBuilderServerApiClient FROM-CACHE +:airbyte-api:generateAirbyteApiServer +:airbyte-api-server:spotlessKotlinGradle FROM-CACHE +:airbyte-api-server:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-api-server:spotlessSql FROM-CACHE +:airbyte-api-server:spotlessSqlApply UP-TO-DATE +:airbyte-api-server:spotlessStyling +:airbyte-commons-auth:spotlessSql FROM-CACHE +:airbyte-commons-auth:spotlessSqlApply UP-TO-DATE +:airbyte-commons-auth:spotlessStyling +:airbyte-analytics:spotlessStyling FROM-CACHE +:airbyte-analytics:spotlessStylingApply UP-TO-DATE +:airbyte-analytics:spotlessApply UP-TO-DATE +:airbyte-analytics:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-analytics:spotlessJavaCheck UP-TO-DATE +:airbyte-analytics:spotlessKotlinCheck UP-TO-DATE +:airbyte-analytics:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-analytics:spotlessSqlCheck UP-TO-DATE +:airbyte-analytics:spotlessStylingCheck UP-TO-DATE +:airbyte-analytics:spotlessCheck UP-TO-DATE +:airbyte-commons-converters:generateCatalogAsToml FROM-CACHE +:airbyte-commons-converters:assemble UP-TO-DATE +:airbyte-commons-converters:checkstyleCopyRules FROM-CACHE +:airbyte-commons-converters:checkstyleCopySuppressions FROM-CACHE +:airbyte-commons-converters:processIntegrationTestResources NO-SOURCE +:airbyte-commons-converters:processTestResources NO-SOURCE +:airbyte-commons-converters:spotbugsCopyRules FROM-CACHE +:airbyte-commons-converters:codeStyleCopyRules FROM-CACHE +:airbyte-commons-converters:spotlessGroovyGradle FROM-CACHE +:airbyte-commons-converters:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons-converters:spotlessJava +:airbyte-bootloader:spotlessStyling FROM-CACHE +:airbyte-bootloader:spotlessStylingApply UP-TO-DATE +:airbyte-bootloader:spotlessApply UP-TO-DATE +:airbyte-bootloader:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-bootloader:spotlessJavaCheck UP-TO-DATE +:airbyte-bootloader:spotlessKotlinCheck UP-TO-DATE +:airbyte-api-server:spotlessStyling FROM-CACHE +:airbyte-api-server:spotlessStylingApply +:airbyte-bootloader:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-bootloader:spotlessSqlCheck +:airbyte-api-server:spotlessStylingApply UP-TO-DATE +:airbyte-api-server:spotlessApply UP-TO-DATE +:airbyte-bootloader:spotlessSqlCheck UP-TO-DATE +:airbyte-api-server:spotlessGroovyGradleCheck +:airbyte-bootloader:spotlessStylingCheck UP-TO-DATE +:airbyte-api-server:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-api-server:spotlessJavaCheck +:airbyte-bootloader:spotlessCheck UP-TO-DATE +:airbyte-api-server:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-license:generateCatalogAsToml +:airbyte-api-server:spotlessKotlinCheck UP-TO-DATE +:airbyte-api-server:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-api-server:spotlessSqlCheck +:airbyte-commons-license:generateCatalogAsToml FROM-CACHE +:airbyte-api-server:spotlessSqlCheck UP-TO-DATE +:airbyte-api-server:spotlessStylingCheck +:airbyte-commons-license:assemble UP-TO-DATE +:airbyte-api-server:spotlessStylingCheck UP-TO-DATE +:airbyte-api-server:spotlessCheck UP-TO-DATE +:airbyte-commons-micronaut:generateCatalogAsToml +:airbyte-commons-license:checkstyleCopyRules FROM-CACHE +:airbyte-commons-micronaut:generateCatalogAsToml FROM-CACHE +:airbyte-commons-license:checkstyleCopySuppressions +:airbyte-commons-micronaut:assemble UP-TO-DATE +:airbyte-commons-micronaut:checkstyleCopyRules +:airbyte-commons-license:checkstyleCopySuppressions FROM-CACHE +:airbyte-commons-license:processIntegrationTestResources +:airbyte-commons-micronaut:checkstyleCopyRules FROM-CACHE +:airbyte-commons-license:processIntegrationTestResources NO-SOURCE +:airbyte-commons-micronaut:checkstyleCopySuppressions +:airbyte-commons-license:processTestResources NO-SOURCE +:airbyte-commons-license:spotbugsCopyRules +:airbyte-commons-micronaut:checkstyleCopySuppressions FROM-CACHE +:airbyte-commons-micronaut:processIntegrationTestResources NO-SOURCE +:airbyte-commons-license:spotbugsCopyRules FROM-CACHE +:airbyte-commons-license:codeStyleCopyRules +:airbyte-commons-micronaut:processTestResources NO-SOURCE +:airbyte-commons-license:codeStyleCopyRules FROM-CACHE +:airbyte-commons-license:spotlessGroovyGradle +:airbyte-commons-micronaut:spotbugsCopyRules FROM-CACHE +:airbyte-commons-micronaut:codeStyleCopyRules +:airbyte-commons-license:spotlessGroovyGradle FROM-CACHE +:airbyte-commons-micronaut:codeStyleCopyRules FROM-CACHE +:airbyte-commons-license:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons-license:spotlessJava +:airbyte-commons-micronaut:spotlessGroovyGradle FROM-CACHE +:airbyte-commons-micronaut:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons-micronaut:spotlessJava +:airbyte-commons-auth:spotlessStyling FROM-CACHE +:airbyte-commons-auth:spotlessStylingApply UP-TO-DATE +:airbyte-commons-auth:spotlessApply UP-TO-DATE +:airbyte-commons-auth:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-auth:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-auth:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons-auth:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons-auth:spotlessSqlCheck UP-TO-DATE +:airbyte-commons-auth:spotlessStylingCheck UP-TO-DATE +:airbyte-commons-auth:spotlessCheck UP-TO-DATE +:airbyte-commons-micronaut-security:generateCatalogAsToml FROM-CACHE +:airbyte-commons-micronaut-security:assemble UP-TO-DATE +:airbyte-commons-micronaut-security:checkstyleCopyRules FROM-CACHE +:airbyte-commons-micronaut-security:checkstyleCopySuppressions FROM-CACHE +:airbyte-commons-micronaut-security:checkKotlinGradlePluginConfigurationErrors +:airbyte-commons-micronaut-security:processIntegrationTestResources NO-SOURCE +:airbyte-commons-micronaut-security:processResources NO-SOURCE +:airbyte-commons-micronaut-security:processTestResources NO-SOURCE +:airbyte-commons-micronaut-security:spotbugsCopyRules FROM-CACHE +:airbyte-commons-micronaut-security:codeStyleCopyRules FROM-CACHE +:airbyte-commons-micronaut-security:spotlessGroovyGradle FROM-CACHE +:airbyte-commons-micronaut-security:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessJava +:airbyte-api:generateAirbyteApiServer FROM-CACHE +:airbyte-api:generateApiClient +:airbyte-commons-converters:spotlessJava FROM-CACHE +:airbyte-commons-converters:spotlessJavaApply UP-TO-DATE +:airbyte-commons-converters:spotlessKotlin FROM-CACHE +:airbyte-commons-converters:spotlessKotlinApply UP-TO-DATE +:airbyte-commons-converters:spotlessKotlinGradle +:airbyte-commons-micronaut:spotlessJava FROM-CACHE +:airbyte-commons-micronaut:spotlessJavaApply UP-TO-DATE +:airbyte-commons-micronaut:spotlessKotlin FROM-CACHE +:airbyte-commons-micronaut:spotlessKotlinApply UP-TO-DATE +:airbyte-commons-micronaut:spotlessKotlinGradle +:airbyte-commons-license:spotlessJava FROM-CACHE +:airbyte-commons-license:spotlessJavaApply UP-TO-DATE +:airbyte-commons-license:spotlessKotlin FROM-CACHE +:airbyte-commons-license:spotlessKotlinApply +:airbyte-commons-micronaut-security:spotlessJava FROM-CACHE +:airbyte-commons-license:spotlessKotlinApply UP-TO-DATE +:airbyte-commons-license:spotlessKotlinGradle +:airbyte-commons-micronaut-security:spotlessJavaApply UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessKotlin FROM-CACHE +:airbyte-commons-micronaut-security:spotlessKotlinApply UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessKotlinGradle +:airbyte-commons-converters:spotlessKotlinGradle FROM-CACHE +:airbyte-commons-converters:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons-converters:spotlessSql FROM-CACHE +:airbyte-commons-converters:spotlessSqlApply UP-TO-DATE +:airbyte-commons-converters:spotlessStyling FROM-CACHE +:airbyte-commons-converters:spotlessStylingApply UP-TO-DATE +:airbyte-commons-converters:spotlessApply UP-TO-DATE +:airbyte-commons-converters:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-converters:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-converters:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons-converters:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons-converters:spotlessSqlCheck UP-TO-DATE +:airbyte-commons-converters:spotlessStylingCheck UP-TO-DATE +:airbyte-commons-converters:spotlessCheck UP-TO-DATE +:airbyte-commons-protocol:generateCatalogAsToml FROM-CACHE +:airbyte-commons-protocol:assemble UP-TO-DATE +:airbyte-commons-protocol:checkstyleCopyRules FROM-CACHE +:airbyte-commons-protocol:checkstyleCopySuppressions FROM-CACHE +:airbyte-commons-protocol:processIntegrationTestResources NO-SOURCE +:airbyte-commons-protocol:processTestResources +:airbyte-commons-protocol:spotbugsCopyRules FROM-CACHE +:airbyte-commons-protocol:codeStyleCopyRules FROM-CACHE +:airbyte-commons-protocol:spotlessGroovyGradle FROM-CACHE +:airbyte-commons-protocol:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons-protocol:spotlessJava +:airbyte-commons-micronaut:spotlessKotlinGradle FROM-CACHE +:airbyte-commons-micronaut:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons-micronaut:spotlessSql FROM-CACHE +:airbyte-commons-license:spotlessKotlinGradle FROM-CACHE +:airbyte-commons-license:spotlessKotlinGradleApply +:airbyte-commons-micronaut:spotlessSqlApply UP-TO-DATE +:airbyte-commons-license:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons-micronaut:spotlessStyling +:airbyte-commons-license:spotlessSql FROM-CACHE +:airbyte-commons-license:spotlessSqlApply UP-TO-DATE +:airbyte-commons-license:spotlessStyling +:airbyte-commons-micronaut:spotlessStyling FROM-CACHE +:airbyte-commons-micronaut:spotlessStylingApply UP-TO-DATE +:airbyte-commons-micronaut:spotlessApply UP-TO-DATE +:airbyte-commons-micronaut:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-micronaut:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-micronaut:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons-license:spotlessStyling FROM-CACHE +:airbyte-commons-micronaut:spotlessKotlinGradleCheck +:airbyte-commons-license:spotlessStylingApply UP-TO-DATE +:airbyte-commons-micronaut:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons-license:spotlessApply UP-TO-DATE +:airbyte-commons-license:spotlessGroovyGradleCheck +:airbyte-commons-micronaut:spotlessSqlCheck UP-TO-DATE +:airbyte-commons-micronaut:spotlessStylingCheck +:airbyte-commons-license:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-license:spotlessJavaCheck +:airbyte-commons-micronaut:spotlessStylingCheck UP-TO-DATE +:airbyte-commons-micronaut:spotlessCheck +:airbyte-commons-license:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-micronaut:spotlessCheck UP-TO-DATE +:airbyte-commons-server:generateCatalogAsToml +:airbyte-commons-license:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons-license:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons-license:spotlessSqlCheck +:airbyte-commons-server:generateCatalogAsToml FROM-CACHE +:airbyte-commons-license:spotlessSqlCheck UP-TO-DATE +:airbyte-commons-license:spotlessStylingCheck +:airbyte-commons-server:assemble UP-TO-DATE +:airbyte-commons-license:spotlessStylingCheck UP-TO-DATE +:airbyte-commons-server:checkstyleCopyRules +:airbyte-commons-license:spotlessCheck UP-TO-DATE +:airbyte-commons-temporal:generateCatalogAsToml +:airbyte-commons-server:checkstyleCopyRules FROM-CACHE +:airbyte-commons-server:checkstyleCopySuppressions +:airbyte-commons-temporal:generateCatalogAsToml FROM-CACHE +:airbyte-commons-temporal:assemble UP-TO-DATE +:airbyte-commons-server:checkstyleCopySuppressions FROM-CACHE +:airbyte-commons-temporal:checkstyleCopyRules +:airbyte-commons-server:checkKotlinGradlePluginConfigurationErrors +:airbyte-commons-server:processIntegrationTestResources NO-SOURCE +:airbyte-commons-temporal:checkstyleCopyRules FROM-CACHE +:airbyte-commons-temporal:checkstyleCopySuppressions +:airbyte-commons-server:processResources NO-SOURCE +:airbyte-commons-server:processTestResources +:airbyte-commons-temporal:checkstyleCopySuppressions FROM-CACHE +:airbyte-commons-temporal:processIntegrationTestResources NO-SOURCE +:airbyte-commons-temporal:processTestResources NO-SOURCE +:airbyte-commons-temporal:spotbugsCopyRules FROM-CACHE +:airbyte-commons-temporal:codeStyleCopyRules +:airbyte-commons-micronaut-security:spotlessKotlinGradle FROM-CACHE +:airbyte-commons-micronaut-security:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons-temporal:codeStyleCopyRules FROM-CACHE +:airbyte-commons-temporal:spotlessGroovyGradle +:airbyte-commons-micronaut-security:spotlessSql FROM-CACHE +:airbyte-commons-micronaut-security:spotlessSqlApply UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessStyling +:airbyte-commons-temporal:spotlessGroovyGradle FROM-CACHE +:airbyte-commons-temporal:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons-temporal:spotlessJava +:airbyte-commons-micronaut-security:spotlessStyling FROM-CACHE +:airbyte-commons-micronaut-security:spotlessStylingApply UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessApply UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessSqlCheck UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessStylingCheck UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessCheck UP-TO-DATE +:airbyte-commons-temporal-core:generateCatalogAsToml FROM-CACHE +:airbyte-commons-temporal-core:assemble UP-TO-DATE +:airbyte-commons-temporal-core:checkstyleCopyRules FROM-CACHE +:airbyte-commons-temporal-core:checkstyleCopySuppressions FROM-CACHE +:airbyte-commons-temporal-core:processIntegrationTestResources NO-SOURCE +:airbyte-commons-temporal-core:processTestResources NO-SOURCE +:airbyte-commons-temporal-core:spotbugsCopyRules +:airbyte-commons-server:spotbugsCopyRules FROM-CACHE +:airbyte-commons-temporal-core:spotbugsCopyRules FROM-CACHE +:airbyte-commons-temporal-core:codeStyleCopyRules +:airbyte-commons-server:codeStyleCopyRules FROM-CACHE +:airbyte-commons-server:spotlessGroovyGradle +:airbyte-commons-temporal-core:codeStyleCopyRules FROM-CACHE +:airbyte-commons-temporal-core:spotlessGroovyGradle FROM-CACHE +:airbyte-commons-temporal-core:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons-temporal-core:spotlessJava +:airbyte-commons-server:spotlessGroovyGradle FROM-CACHE +:airbyte-commons-server:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons-server:spotlessJava +:airbyte-commons-protocol:spotlessJava FROM-CACHE +:airbyte-commons-protocol:spotlessJavaApply UP-TO-DATE +:airbyte-commons-protocol:spotlessKotlin FROM-CACHE +:airbyte-commons-protocol:spotlessKotlinApply UP-TO-DATE +:airbyte-commons-protocol:spotlessKotlinGradle +:airbyte-commons-temporal:spotlessJava FROM-CACHE +:airbyte-commons-temporal:spotlessJavaApply UP-TO-DATE +:airbyte-commons-temporal:spotlessKotlin FROM-CACHE +:airbyte-commons-temporal:spotlessKotlinApply UP-TO-DATE +:airbyte-commons-temporal:spotlessKotlinGradle +:airbyte-commons-temporal-core:spotlessJava FROM-CACHE +:airbyte-commons-temporal-core:spotlessJavaApply UP-TO-DATE +:airbyte-commons-temporal-core:spotlessKotlin +:airbyte-commons-server:spotlessJava FROM-CACHE +:airbyte-commons-server:spotlessJavaApply UP-TO-DATE +:airbyte-commons-server:spotlessKotlin +:airbyte-commons-protocol:spotlessKotlinGradle FROM-CACHE +:airbyte-commons-protocol:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons-protocol:spotlessSql FROM-CACHE +:airbyte-commons-protocol:spotlessSqlApply UP-TO-DATE +:airbyte-commons-protocol:spotlessStyling +:airbyte-commons-temporal-core:spotlessKotlin FROM-CACHE +:airbyte-commons-temporal-core:spotlessKotlinApply UP-TO-DATE +:airbyte-commons-temporal-core:spotlessKotlinGradle +:airbyte-commons-temporal:spotlessKotlinGradle FROM-CACHE +:airbyte-commons-temporal:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons-temporal:spotlessSql +:airbyte-commons-server:spotlessKotlin FROM-CACHE +:airbyte-commons-server:spotlessKotlinApply UP-TO-DATE +:airbyte-commons-server:spotlessKotlinGradle +:airbyte-commons-temporal:spotlessSql FROM-CACHE +:airbyte-commons-temporal:spotlessSqlApply UP-TO-DATE +:airbyte-commons-temporal:spotlessStyling FROM-CACHE +:airbyte-commons-temporal:spotlessStylingApply UP-TO-DATE +:airbyte-commons-temporal:spotlessApply UP-TO-DATE +:airbyte-commons-temporal:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-temporal:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-temporal:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons-temporal:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons-temporal:spotlessSqlCheck UP-TO-DATE +:airbyte-commons-temporal:spotlessStylingCheck UP-TO-DATE +:airbyte-commons-temporal:spotlessCheck UP-TO-DATE +:airbyte-commons-with-dependencies:generateCatalogAsToml FROM-CACHE +:airbyte-commons-with-dependencies:assemble UP-TO-DATE +:airbyte-commons-with-dependencies:checkstyleCopyRules FROM-CACHE +:airbyte-commons-with-dependencies:checkstyleCopySuppressions FROM-CACHE +:airbyte-commons-with-dependencies:processIntegrationTestResources NO-SOURCE +:airbyte-commons-with-dependencies:processTestResources +:airbyte-commons-with-dependencies:spotbugsCopyRules FROM-CACHE +:airbyte-commons-with-dependencies:codeStyleCopyRules FROM-CACHE +:airbyte-commons-with-dependencies:spotlessGroovyGradle FROM-CACHE +:airbyte-commons-with-dependencies:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessJava +:airbyte-commons-protocol:spotlessStyling FROM-CACHE +:airbyte-commons-protocol:spotlessStylingApply UP-TO-DATE +:airbyte-commons-protocol:spotlessApply UP-TO-DATE +:airbyte-commons-protocol:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-protocol:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-protocol:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons-protocol:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons-protocol:spotlessSqlCheck UP-TO-DATE +:airbyte-commons-protocol:spotlessStylingCheck UP-TO-DATE +:airbyte-commons-protocol:spotlessCheck UP-TO-DATE +:airbyte-commons-worker:generateCatalogAsToml FROM-CACHE +:airbyte-commons-worker:assemble UP-TO-DATE +:airbyte-commons-worker:checkstyleCopyRules FROM-CACHE +:airbyte-commons-worker:checkstyleCopySuppressions FROM-CACHE +:airbyte-commons-worker:processIntegrationTestResources NO-SOURCE +:airbyte-commons-worker:processTestResources +:airbyte-commons-worker:spotbugsCopyRules FROM-CACHE +:airbyte-commons-worker:codeStyleCopyRules FROM-CACHE +:airbyte-commons-worker:spotlessGroovyGradle FROM-CACHE +:airbyte-commons-worker:spotlessGroovyGradleApply +:airbyte-commons-temporal-core:spotlessKotlinGradle FROM-CACHE +:airbyte-commons-temporal-core:spotlessKotlinGradleApply +:airbyte-commons-worker:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons-worker:spotlessJava +:airbyte-commons-temporal-core:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons-temporal-core:spotlessSql FROM-CACHE +:airbyte-commons-temporal-core:spotlessSqlApply UP-TO-DATE +:airbyte-commons-temporal-core:spotlessStyling FROM-CACHE +:airbyte-commons-temporal-core:spotlessStylingApply UP-TO-DATE +:airbyte-commons-temporal-core:spotlessApply UP-TO-DATE +:airbyte-commons-temporal-core:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-temporal-core:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-temporal-core:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons-temporal-core:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons-temporal-core:spotlessSqlCheck UP-TO-DATE +:airbyte-commons-temporal-core:spotlessStylingCheck UP-TO-DATE +:airbyte-commons-temporal-core:spotlessCheck UP-TO-DATE +:airbyte-connector-builder-server:checkKotlinGradlePluginConfigurationErrors +:airbyte-connector-builder-server:generateOpenApiServer +:airbyte-commons-server:spotlessKotlinGradle FROM-CACHE +:airbyte-commons-server:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons-server:spotlessSql +:airbyte-commons-with-dependencies:spotlessJava FROM-CACHE +:airbyte-commons-with-dependencies:spotlessJavaApply UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessKotlin FROM-CACHE +:airbyte-commons-with-dependencies:spotlessKotlinApply UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessKotlinGradle +:airbyte-api:generateApiClient FROM-CACHE +:airbyte-api:generateApiDocs +:airbyte-commons-worker:spotlessJava FROM-CACHE +:airbyte-commons-server:spotlessSql FROM-CACHE +:airbyte-commons-server:spotlessSqlApply +:airbyte-commons-worker:spotlessJavaApply UP-TO-DATE +:airbyte-commons-server:spotlessSqlApply UP-TO-DATE +:airbyte-commons-worker:spotlessKotlin +:airbyte-commons-server:spotlessStyling +:airbyte-connector-builder-server:generateOpenApiServer FROM-CACHE +:airbyte-connector-builder-server:processResources +:airbyte-connector-builder-server:copyPythonDependencies +:airbyte-connector-builder-server:dockerCopyDockerfile +:airbyte-connector-builder-server:generateCatalogAsToml FROM-CACHE +:airbyte-connector-builder-server:checkstyleCopyRules FROM-CACHE +:airbyte-connector-builder-server:checkstyleCopySuppressions FROM-CACHE +:airbyte-connector-builder-server:processIntegrationTestResources NO-SOURCE +:airbyte-connector-builder-server:processTestResources NO-SOURCE +:airbyte-connector-builder-server:spotbugsCopyRules FROM-CACHE +:airbyte-connector-builder-server:codeStyleCopyRules FROM-CACHE +:airbyte-connector-builder-server:spotlessGroovyGradle FROM-CACHE +:airbyte-connector-builder-server:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-connector-builder-server:spotlessJava +:airbyte-commons-with-dependencies:spotlessKotlinGradle FROM-CACHE +:airbyte-commons-with-dependencies:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessSql FROM-CACHE +:airbyte-commons-with-dependencies:spotlessSqlApply UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessStyling +:airbyte-commons-worker:spotlessKotlin FROM-CACHE +:airbyte-commons-worker:spotlessKotlinApply +:airbyte-api:generateApiDocs FROM-CACHE +:airbyte-commons-worker:spotlessKotlinApply UP-TO-DATE +:airbyte-commons-worker:spotlessKotlinGradle +:airbyte-api:generateApiServer +:airbyte-commons-server:spotlessStyling FROM-CACHE +:airbyte-commons-server:spotlessStylingApply UP-TO-DATE +:airbyte-commons-server:spotlessApply UP-TO-DATE +:airbyte-commons-server:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-server:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-server:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons-server:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons-server:spotlessSqlCheck UP-TO-DATE +:airbyte-commons-server:spotlessStylingCheck UP-TO-DATE +:airbyte-commons-server:spotlessCheck UP-TO-DATE +:airbyte-connector-sidecar:checkKotlinGradlePluginConfigurationErrors +:airbyte-connector-sidecar:processResources +:airbyte-connector-sidecar:generateWellKnownTypes +:airbyte-connector-builder-server:spotlessJava FROM-CACHE +:airbyte-connector-builder-server:spotlessJavaApply UP-TO-DATE +:airbyte-connector-builder-server:spotlessKotlin FROM-CACHE +:airbyte-connector-builder-server:spotlessKotlinApply UP-TO-DATE +:airbyte-connector-builder-server:spotlessKotlinGradle +:airbyte-commons-worker:spotlessKotlinGradle FROM-CACHE +:airbyte-commons-worker:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons-worker:spotlessSql FROM-CACHE +:airbyte-commons-worker:spotlessSqlApply UP-TO-DATE +:airbyte-commons-worker:spotlessStyling FROM-CACHE +:airbyte-commons-worker:spotlessStylingApply UP-TO-DATE +:airbyte-commons-worker:spotlessApply UP-TO-DATE +:airbyte-commons-worker:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-worker:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-worker:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons-worker:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons-worker:spotlessSqlCheck UP-TO-DATE +:airbyte-commons-worker:spotlessStylingCheck UP-TO-DATE +:airbyte-commons-worker:spotlessCheck UP-TO-DATE +:airbyte-container-orchestrator:checkKotlinGradlePluginConfigurationErrors +:airbyte-container-orchestrator:processResources +:airbyte-container-orchestrator:generateWellKnownTypes +:airbyte-commons-with-dependencies:spotlessStyling FROM-CACHE +:airbyte-commons-with-dependencies:spotlessStylingApply UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessApply UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessSqlCheck UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessStylingCheck UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessCheck UP-TO-DATE +:airbyte-cron:checkKotlinGradlePluginConfigurationErrors +:airbyte-cron:processResources +:airbyte-cron:dockerCopyDockerfile +:airbyte-cron:generateCatalogAsToml FROM-CACHE +:airbyte-cron:checkstyleCopyRules FROM-CACHE +:airbyte-cron:checkstyleCopySuppressions FROM-CACHE +:airbyte-cron:processIntegrationTestResources NO-SOURCE +:airbyte-cron:processTestResources NO-SOURCE +:airbyte-cron:spotbugsCopyRules FROM-CACHE +:airbyte-cron:codeStyleCopyRules FROM-CACHE +:airbyte-cron:spotlessGroovyGradle FROM-CACHE +:airbyte-cron:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-cron:spotlessJava +:airbyte-connector-builder-server:spotlessKotlinGradle FROM-CACHE +:airbyte-connector-builder-server:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-connector-builder-server:spotlessSql FROM-CACHE +:airbyte-connector-builder-server:spotlessSqlApply UP-TO-DATE +:airbyte-connector-builder-server:spotlessStyling +:airbyte-api:generateApiServer FROM-CACHE +:airbyte-api:generatePublicApiServer +:airbyte-cron:spotlessJava FROM-CACHE +:airbyte-cron:spotlessJavaApply UP-TO-DATE +:airbyte-cron:spotlessKotlin +:airbyte-connector-builder-server:spotlessStyling FROM-CACHE +:airbyte-connector-builder-server:spotlessStylingApply UP-TO-DATE +:airbyte-connector-builder-server:spotlessApply UP-TO-DATE +:airbyte-connector-builder-server:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-connector-builder-server:spotlessJavaCheck UP-TO-DATE +:airbyte-connector-builder-server:spotlessKotlinCheck UP-TO-DATE +:airbyte-connector-builder-server:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-connector-builder-server:spotlessSqlCheck UP-TO-DATE +:airbyte-connector-builder-server:spotlessStylingCheck UP-TO-DATE +:airbyte-connector-builder-server:spotlessCheck UP-TO-DATE +:airbyte-data:generateCatalogAsToml FROM-CACHE +:airbyte-data:assemble UP-TO-DATE +:airbyte-data:checkstyleCopyRules FROM-CACHE +:airbyte-data:checkstyleCopySuppressions FROM-CACHE +:airbyte-data:processIntegrationTestResources NO-SOURCE +:airbyte-data:processTestResources NO-SOURCE +:airbyte-data:processTestFixturesResources NO-SOURCE +:airbyte-data:spotbugsCopyRules FROM-CACHE +:airbyte-data:codeStyleCopyRules FROM-CACHE +:airbyte-data:spotlessGroovyGradle FROM-CACHE +:airbyte-data:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-data:spotlessJava +:airbyte-cron:spotlessKotlin FROM-CACHE +:airbyte-cron:spotlessKotlinApply UP-TO-DATE +:airbyte-cron:spotlessKotlinGradle +:airbyte-data:spotlessJava FROM-CACHE +:airbyte-data:spotlessJavaApply UP-TO-DATE +:airbyte-data:spotlessKotlin +:airbyte-cron:spotlessKotlinGradle FROM-CACHE +:airbyte-cron:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-cron:spotlessSql FROM-CACHE +:airbyte-cron:spotlessSqlApply UP-TO-DATE +:airbyte-cron:spotlessStyling +:airbyte-data:spotlessKotlin FROM-CACHE +:airbyte-data:spotlessKotlinApply UP-TO-DATE +:airbyte-data:spotlessKotlinGradle +:airbyte-cron:spotlessStyling FROM-CACHE +:airbyte-cron:spotlessStylingApply UP-TO-DATE +:airbyte-cron:spotlessApply UP-TO-DATE +:airbyte-cron:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-cron:spotlessJavaCheck UP-TO-DATE +:airbyte-cron:spotlessKotlinCheck UP-TO-DATE +:airbyte-cron:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-cron:spotlessSqlCheck UP-TO-DATE +:airbyte-cron:spotlessStylingCheck UP-TO-DATE +:airbyte-cron:spotlessCheck UP-TO-DATE +:airbyte-config:config-persistence:processTestFixturesResources NO-SOURCE +:airbyte-json-validation:generateCatalogAsToml FROM-CACHE +:airbyte-json-validation:assemble UP-TO-DATE +:airbyte-json-validation:checkstyleCopyRules FROM-CACHE +:airbyte-json-validation:checkstyleCopySuppressions FROM-CACHE +:airbyte-json-validation:processIntegrationTestResources NO-SOURCE +:airbyte-json-validation:processTestResources NO-SOURCE +:airbyte-json-validation:spotbugsCopyRules FROM-CACHE +:airbyte-json-validation:codeStyleCopyRules FROM-CACHE +:airbyte-json-validation:spotlessGroovyGradle FROM-CACHE +:airbyte-json-validation:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-json-validation:spotlessJava +:airbyte-api:generatePublicApiServer FROM-CACHE +:airbyte-api:processResources +:airbyte-api:generateCatalogAsToml FROM-CACHE +:airbyte-api:assemble UP-TO-DATE +:airbyte-api:checkstyleCopyRules FROM-CACHE +:airbyte-api:checkstyleCopySuppressions FROM-CACHE +:airbyte-api:processIntegrationTestResources NO-SOURCE +:airbyte-api:processTestResources NO-SOURCE +:airbyte-api:spotbugsCopyRules FROM-CACHE +:airbyte-api:codeStyleCopyRules FROM-CACHE +:airbyte-api:spotlessGroovyGradle +:airbyte-data:spotlessKotlinGradle FROM-CACHE +:airbyte-data:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-data:spotlessSql FROM-CACHE +:airbyte-data:spotlessSqlApply UP-TO-DATE +:airbyte-data:spotlessStyling FROM-CACHE +:airbyte-data:spotlessStylingApply UP-TO-DATE +:airbyte-data:spotlessApply UP-TO-DATE +:airbyte-data:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-data:spotlessJavaCheck UP-TO-DATE +:airbyte-data:spotlessKotlinCheck UP-TO-DATE +:airbyte-data:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-data:spotlessSqlCheck UP-TO-DATE +:airbyte-data:spotlessStylingCheck UP-TO-DATE +:airbyte-data:spotlessCheck UP-TO-DATE +:airbyte-keycloak:distTar NO-SOURCE +:airbyte-keycloak:distZip SKIPPED +:airbyte-keycloak:copyScripts +:airbyte-keycloak:copyTheme +:airbyte-keycloak:dockerCopyDistribution NO-SOURCE +:airbyte-keycloak:dockerCopyDockerfile +:airbyte-json-validation:spotlessJava FROM-CACHE +:airbyte-json-validation:spotlessJavaApply UP-TO-DATE +:airbyte-keycloak:dockerBuildImage +:airbyte-json-validation:spotlessKotlin FROM-CACHE +Building image using context '/actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-keycloak/build/airbyte/docker'. +:airbyte-json-validation:spotlessKotlinApply UP-TO-DATE +:airbyte-json-validation:spotlessKotlinGradle +:airbyte-api:spotlessGroovyGradle FROM-CACHE +:airbyte-api:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-api:spotlessJava +:airbyte-json-validation:spotlessKotlinGradle FROM-CACHE +:airbyte-json-validation:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-json-validation:spotlessSql +Download https://connectors.airbyte.com/files/registries/v0/oss_registry.json +:airbyte-json-validation:spotlessSql FROM-CACHE +:airbyte-json-validation:spotlessSqlApply UP-TO-DATE +:airbyte-json-validation:spotlessStyling FROM-CACHE +:airbyte-json-validation:spotlessStylingApply UP-TO-DATE +:airbyte-json-validation:spotlessApply UP-TO-DATE +:airbyte-json-validation:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-json-validation:spotlessJavaCheck UP-TO-DATE +:airbyte-json-validation:spotlessKotlinCheck UP-TO-DATE +:airbyte-json-validation:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-json-validation:spotlessSqlCheck UP-TO-DATE +:airbyte-json-validation:spotlessStylingCheck UP-TO-DATE +:airbyte-json-validation:spotlessCheck UP-TO-DATE +:airbyte-keycloak-setup:checkKotlinGradlePluginConfigurationErrors +:airbyte-keycloak-setup:processResources +:airbyte-keycloak-setup:dockerCopyDockerfile +:airbyte-api:spotlessJava FROM-CACHE +:airbyte-api:spotlessJavaApply UP-TO-DATE +:airbyte-api:spotlessKotlin +:airbyte-keycloak-setup:generateCatalogAsToml FROM-CACHE +:airbyte-keycloak-setup:checkstyleCopyRules FROM-CACHE +:airbyte-keycloak-setup:checkstyleCopySuppressions FROM-CACHE +:airbyte-keycloak-setup:processIntegrationTestResources NO-SOURCE +:airbyte-keycloak-setup:processTestResources NO-SOURCE +:airbyte-keycloak-setup:spotbugsCopyRules FROM-CACHE +:airbyte-keycloak-setup:codeStyleCopyRules FROM-CACHE +:airbyte-keycloak-setup:spotlessGroovyGradle FROM-CACHE +:airbyte-keycloak-setup:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-keycloak-setup:spotlessJava +:airbyte-api:spotlessKotlin FROM-CACHE +:airbyte-api:spotlessKotlinApply UP-TO-DATE +:airbyte-api:spotlessKotlinGradle FROM-CACHE +:airbyte-api:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-api:spotlessSql FROM-CACHE +:airbyte-api:spotlessSqlApply UP-TO-DATE +:airbyte-api:spotlessStyling +:airbyte-keycloak-setup:spotlessJava FROM-CACHE +:airbyte-keycloak-setup:spotlessJavaApply UP-TO-DATE +:airbyte-keycloak-setup:spotlessKotlin FROM-CACHE +:airbyte-keycloak-setup:spotlessKotlinApply UP-TO-DATE +:airbyte-keycloak-setup:spotlessKotlinGradle +:airbyte-api:spotlessStyling FROM-CACHE +:airbyte-keycloak-setup:spotlessKotlinGradle FROM-CACHE +:airbyte-api:spotlessStylingApply +:airbyte-keycloak-setup:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-api:spotlessStylingApply UP-TO-DATE +:airbyte-api:spotlessApply UP-TO-DATE +:airbyte-keycloak-setup:spotlessSql +:airbyte-api:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-api:spotlessJavaCheck UP-TO-DATE +:airbyte-api:spotlessKotlinCheck UP-TO-DATE +:airbyte-api:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-api:spotlessSqlCheck UP-TO-DATE +:airbyte-api:spotlessStylingCheck UP-TO-DATE +:airbyte-api:spotlessCheck UP-TO-DATE +:airbyte-keycloak-setup:spotlessSql FROM-CACHE +:airbyte-micronaut-temporal:generateCatalogAsToml +:airbyte-keycloak-setup:spotlessSqlApply UP-TO-DATE +:airbyte-keycloak-setup:spotlessStyling +:airbyte-micronaut-temporal:generateCatalogAsToml FROM-CACHE +:airbyte-micronaut-temporal:assemble UP-TO-DATE +:airbyte-micronaut-temporal:checkstyleCopyRules FROM-CACHE +:airbyte-micronaut-temporal:checkstyleCopySuppressions FROM-CACHE +:airbyte-micronaut-temporal:checkKotlinGradlePluginConfigurationErrors +:airbyte-micronaut-temporal:processIntegrationTestResources NO-SOURCE +:airbyte-micronaut-temporal:processResources NO-SOURCE +:airbyte-micronaut-temporal:processTestResources NO-SOURCE +:airbyte-micronaut-temporal:spotbugsCopyRules FROM-CACHE +:airbyte-micronaut-temporal:codeStyleCopyRules FROM-CACHE +:airbyte-micronaut-temporal:spotlessGroovyGradle FROM-CACHE +:airbyte-micronaut-temporal:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-micronaut-temporal:spotlessJava +:airbyte-keycloak-setup:spotlessStyling FROM-CACHE +:airbyte-keycloak-setup:spotlessStylingApply UP-TO-DATE +:airbyte-keycloak-setup:spotlessApply UP-TO-DATE +:airbyte-keycloak-setup:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-keycloak-setup:spotlessJavaCheck UP-TO-DATE +:airbyte-keycloak-setup:spotlessKotlinCheck UP-TO-DATE +:airbyte-keycloak-setup:spotlessKotlinGradleCheck +:airbyte-micronaut-temporal:spotlessJava FROM-CACHE +:airbyte-keycloak-setup:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-keycloak-setup:spotlessSqlCheck +:airbyte-micronaut-temporal:spotlessJavaApply UP-TO-DATE +:airbyte-keycloak-setup:spotlessSqlCheck UP-TO-DATE +:airbyte-micronaut-temporal:spotlessKotlin +:airbyte-keycloak-setup:spotlessStylingCheck UP-TO-DATE +:airbyte-keycloak-setup:spotlessCheck UP-TO-DATE +:airbyte-notification:generateCatalogAsToml FROM-CACHE +:airbyte-notification:assemble +:airbyte-micronaut-temporal:spotlessKotlin FROM-CACHE +:airbyte-notification:assemble UP-TO-DATE +:airbyte-notification:checkstyleCopyRules +:airbyte-micronaut-temporal:spotlessKotlinApply UP-TO-DATE +:airbyte-micronaut-temporal:spotlessKotlinGradle +:airbyte-notification:checkstyleCopyRules FROM-CACHE +:airbyte-notification:checkstyleCopySuppressions FROM-CACHE +:airbyte-notification:processIntegrationTestResources NO-SOURCE +:airbyte-notification:processTestResources +:airbyte-notification:spotbugsCopyRules FROM-CACHE +:airbyte-notification:codeStyleCopyRules FROM-CACHE +:airbyte-notification:spotlessGroovyGradle FROM-CACHE +:airbyte-notification:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-notification:spotlessJava +:airbyte-micronaut-temporal:spotlessKotlinGradle FROM-CACHE +:airbyte-micronaut-temporal:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-micronaut-temporal:spotlessSql FROM-CACHE +:airbyte-micronaut-temporal:spotlessSqlApply UP-TO-DATE +:airbyte-micronaut-temporal:spotlessStyling +:airbyte-connector-sidecar:dockerCopyDockerfile +:airbyte-connector-sidecar:generateCatalogAsToml FROM-CACHE +:airbyte-connector-sidecar:checkstyleCopyRules FROM-CACHE +:airbyte-micronaut-temporal:spotlessStyling FROM-CACHE +:airbyte-connector-sidecar:checkstyleCopySuppressions +:airbyte-micronaut-temporal:spotlessStylingApply UP-TO-DATE +:airbyte-micronaut-temporal:spotlessApply UP-TO-DATE +:airbyte-connector-sidecar:checkstyleCopySuppressions FROM-CACHE +:airbyte-connector-sidecar:processIntegrationTestResources +:airbyte-micronaut-temporal:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-micronaut-temporal:spotlessJavaCheck +:airbyte-connector-sidecar:processIntegrationTestResources NO-SOURCE +:airbyte-micronaut-temporal:spotlessJavaCheck UP-TO-DATE +:airbyte-connector-sidecar:processTestResources +:airbyte-micronaut-temporal:spotlessKotlinCheck UP-TO-DATE +:airbyte-micronaut-temporal:spotlessKotlinGradleCheck +Using images 'airbyte/keycloak:0.58.0'. +:airbyte-micronaut-temporal:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-micronaut-temporal:spotlessSqlCheck UP-TO-DATE +:airbyte-micronaut-temporal:spotlessStylingCheck UP-TO-DATE +:airbyte-micronaut-temporal:spotlessCheck UP-TO-DATE +:airbyte-oauth:generateCatalogAsToml FROM-CACHE +:airbyte-oauth:assemble UP-TO-DATE +:airbyte-oauth:checkstyleCopyRules +:airbyte-connector-sidecar:spotbugsCopyRules FROM-CACHE +:airbyte-connector-sidecar:codeStyleCopyRules +:airbyte-oauth:checkstyleCopyRules FROM-CACHE +:airbyte-oauth:checkstyleCopySuppressions FROM-CACHE +:airbyte-connector-sidecar:codeStyleCopyRules FROM-CACHE +:airbyte-connector-sidecar:spotlessGroovyGradle +:airbyte-oauth:processIntegrationTestResources NO-SOURCE +:airbyte-oauth:processTestResources +:airbyte-notification:spotlessJava FROM-CACHE +:airbyte-oauth:processTestResources NO-SOURCE +:airbyte-oauth:spotbugsCopyRules +:airbyte-notification:spotlessJavaApply UP-TO-DATE +:airbyte-notification:spotlessKotlin +:airbyte-oauth:spotbugsCopyRules FROM-CACHE +:airbyte-oauth:codeStyleCopyRules FROM-CACHE +:airbyte-connector-sidecar:spotlessGroovyGradle FROM-CACHE +:airbyte-oauth:spotlessGroovyGradle +:airbyte-connector-sidecar:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-connector-sidecar:spotlessJava FROM-CACHE +:airbyte-connector-sidecar:spotlessJavaApply +:airbyte-oauth:spotlessGroovyGradle FROM-CACHE +:airbyte-connector-sidecar:spotlessJavaApply UP-TO-DATE +:airbyte-connector-sidecar:spotlessKotlin +:airbyte-oauth:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-oauth:spotlessJava +:airbyte-notification:spotlessKotlin FROM-CACHE +:airbyte-notification:spotlessKotlinApply UP-TO-DATE +:airbyte-notification:spotlessKotlinGradle +:airbyte-connector-sidecar:spotlessKotlin FROM-CACHE +:airbyte-connector-sidecar:spotlessKotlinApply UP-TO-DATE +:airbyte-connector-sidecar:spotlessKotlinGradle +:airbyte-oauth:spotlessJava FROM-CACHE +:airbyte-oauth:spotlessJavaApply UP-TO-DATE +:airbyte-container-orchestrator:dockerCopyDockerfile +:airbyte-oauth:spotlessKotlin FROM-CACHE +:airbyte-oauth:spotlessKotlinApply UP-TO-DATE +:airbyte-oauth:spotlessKotlinGradle +:airbyte-container-orchestrator:generateCatalogAsToml FROM-CACHE +:airbyte-container-orchestrator:checkstyleCopyRules FROM-CACHE +:airbyte-container-orchestrator:checkstyleCopySuppressions FROM-CACHE +:airbyte-container-orchestrator:processIntegrationTestResources NO-SOURCE +:airbyte-container-orchestrator:processTestResources +:airbyte-config:specs:processResources +:airbyte-container-orchestrator:spotbugsCopyRules FROM-CACHE +:airbyte-container-orchestrator:codeStyleCopyRules FROM-CACHE +:airbyte-container-orchestrator:spotlessGroovyGradle FROM-CACHE +:airbyte-container-orchestrator:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-container-orchestrator:spotlessJava +:airbyte-proxy:distTar NO-SOURCE +:airbyte-proxy:distZip SKIPPED +:airbyte-proxy:prepareBuild +:airbyte-proxy:dockerCopyDistribution NO-SOURCE +:airbyte-proxy:dockerCopyDockerfile +:airbyte-proxy:dockerBuildImage +Building image using context '/actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-proxy/build/airbyte/docker'. +Using images 'airbyte/proxy:0.58.0'. +:airbyte-notification:spotlessKotlinGradle FROM-CACHE +:airbyte-notification:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-notification:spotlessSql FROM-CACHE +:airbyte-notification:spotlessSqlApply UP-TO-DATE +:airbyte-connector-sidecar:spotlessKotlinGradle FROM-CACHE +:airbyte-notification:spotlessStyling +:airbyte-connector-sidecar:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-connector-sidecar:spotlessSql FROM-CACHE +:airbyte-connector-sidecar:spotlessSqlApply UP-TO-DATE +:airbyte-connector-sidecar:spotlessStyling +:airbyte-oauth:spotlessKotlinGradle FROM-CACHE +:airbyte-oauth:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-oauth:spotlessSql FROM-CACHE +:airbyte-oauth:spotlessSqlApply UP-TO-DATE +:airbyte-oauth:spotlessStyling FROM-CACHE +:airbyte-oauth:spotlessStylingApply UP-TO-DATE +:airbyte-oauth:spotlessApply UP-TO-DATE +:airbyte-oauth:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-oauth:spotlessJavaCheck UP-TO-DATE +:airbyte-oauth:spotlessKotlinCheck UP-TO-DATE +:airbyte-oauth:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-oauth:spotlessSqlCheck UP-TO-DATE +:airbyte-oauth:spotlessStylingCheck UP-TO-DATE +:airbyte-oauth:spotlessCheck UP-TO-DATE +:airbyte-server:copySeed +:airbyte-server:checkKotlinGradlePluginConfigurationErrors +:airbyte-server:processResources +:airbyte-server:dockerCopyDockerfile +:airbyte-server:generateCatalogAsToml FROM-CACHE +:airbyte-server:checkstyleCopyRules FROM-CACHE +:airbyte-server:checkstyleCopySuppressions FROM-CACHE +:airbyte-server:processIntegrationTestResources NO-SOURCE +:airbyte-server:processTestResources +:airbyte-server:spotbugsCopyRules +:airbyte-container-orchestrator:spotlessJava FROM-CACHE +:airbyte-container-orchestrator:spotlessJavaApply UP-TO-DATE +:airbyte-container-orchestrator:spotlessKotlin +Step 1/20 : FROM nginx:1.25.3 +Step 1/8 : FROM airbyte/mirrored-keycloak:23.0.3 +:airbyte-container-orchestrator:spotlessKotlin FROM-CACHE +:airbyte-container-orchestrator:spotlessKotlinApply UP-TO-DATE +:airbyte-container-orchestrator:spotlessKotlinGradle +:airbyte-connector-sidecar:spotlessStyling FROM-CACHE +:airbyte-connector-sidecar:spotlessStylingApply UP-TO-DATE +:airbyte-connector-sidecar:spotlessApply UP-TO-DATE +:airbyte-connector-sidecar:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-connector-sidecar:spotlessJavaCheck UP-TO-DATE +:airbyte-connector-sidecar:spotlessKotlinCheck UP-TO-DATE +:airbyte-connector-sidecar:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-connector-sidecar:spotlessSqlCheck UP-TO-DATE +:airbyte-connector-sidecar:spotlessStylingCheck UP-TO-DATE +:airbyte-connector-sidecar:spotlessCheck UP-TO-DATE +:airbyte-temporal:distTar NO-SOURCE +:airbyte-temporal:distZip SKIPPED +:airbyte-temporal:copyScripts +:airbyte-temporal:dockerCopyDistribution NO-SOURCE +:airbyte-temporal:dockerCopyDockerfile +:airbyte-temporal:dockerBuildImage +Building image using context '/actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-temporal/build/airbyte/docker'. +Using images 'airbyte/temporal:0.58.0'. +:airbyte-notification:spotlessStyling FROM-CACHE +:airbyte-notification:spotlessStylingApply UP-TO-DATE +:airbyte-notification:spotlessApply UP-TO-DATE +:airbyte-notification:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-notification:spotlessJavaCheck UP-TO-DATE +:airbyte-notification:spotlessKotlinCheck UP-TO-DATE +:airbyte-notification:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-notification:spotlessSqlCheck UP-TO-DATE +:airbyte-notification:spotlessStylingCheck UP-TO-DATE +:airbyte-notification:spotlessCheck UP-TO-DATE +:airbyte-test-utils:generateCatalogAsToml +Step 1/6 : FROM temporalio/auto-setup:1.22.7 +:airbyte-test-utils:generateCatalogAsToml FROM-CACHE +:airbyte-test-utils:assemble UP-TO-DATE +:airbyte-test-utils:checkstyleCopyRules FROM-CACHE +:airbyte-test-utils:checkstyleCopySuppressions FROM-CACHE +:airbyte-test-utils:processIntegrationTestResources NO-SOURCE +:airbyte-test-utils:processTestResources NO-SOURCE +:airbyte-server:spotbugsCopyRules FROM-CACHE +:airbyte-server:codeStyleCopyRules +:airbyte-test-utils:spotbugsCopyRules FROM-CACHE +:airbyte-test-utils:codeStyleCopyRules +:airbyte-server:codeStyleCopyRules FROM-CACHE +:airbyte-server:spotlessGroovyGradle +:airbyte-test-utils:codeStyleCopyRules FROM-CACHE +:airbyte-test-utils:spotlessGroovyGradle FROM-CACHE +:airbyte-test-utils:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-test-utils:spotlessJava +:airbyte-server:spotlessGroovyGradle FROM-CACHE +:airbyte-server:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-server:spotlessJava +:airbyte-container-orchestrator:spotlessKotlinGradle FROM-CACHE +:airbyte-container-orchestrator:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-container-orchestrator:spotlessSql FROM-CACHE +:airbyte-container-orchestrator:spotlessSqlApply UP-TO-DATE +:airbyte-container-orchestrator:spotlessStyling +:airbyte-test-utils:spotlessJava FROM-CACHE +:airbyte-test-utils:spotlessJavaApply UP-TO-DATE +:airbyte-test-utils:spotlessKotlin FROM-CACHE +:airbyte-test-utils:spotlessKotlinApply UP-TO-DATE +:airbyte-test-utils:spotlessKotlinGradle +:airbyte-server:spotlessJava FROM-CACHE +:airbyte-server:spotlessJavaApply UP-TO-DATE +:airbyte-server:spotlessKotlin +:airbyte-test-utils:spotlessKotlinGradle FROM-CACHE +:airbyte-test-utils:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-test-utils:spotlessSql FROM-CACHE +:airbyte-test-utils:spotlessSqlApply UP-TO-DATE +:airbyte-test-utils:spotlessStyling FROM-CACHE +:airbyte-test-utils:spotlessStylingApply UP-TO-DATE +:airbyte-test-utils:spotlessApply UP-TO-DATE +:airbyte-test-utils:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-test-utils:spotlessJavaCheck UP-TO-DATE +:airbyte-test-utils:spotlessKotlinCheck UP-TO-DATE +:airbyte-test-utils:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-test-utils:spotlessSqlCheck UP-TO-DATE +:airbyte-test-utils:spotlessStylingCheck UP-TO-DATE +:airbyte-test-utils:spotlessCheck UP-TO-DATE +:airbyte-tests:generateCatalogAsToml FROM-CACHE +:airbyte-tests:assemble UP-TO-DATE +:airbyte-tests:checkKotlinGradlePluginConfigurationErrors +:airbyte-tests:processAcceptanceTestResources +:airbyte-tests:checkstyleCopyRules FROM-CACHE +:airbyte-tests:checkstyleCopySuppressions FROM-CACHE +:airbyte-tests:processIntegrationTestResources NO-SOURCE +:airbyte-tests:processResources NO-SOURCE +:airbyte-tests:processTestResources NO-SOURCE +:airbyte-tests:spotbugsCopyRules FROM-CACHE +:airbyte-tests:codeStyleCopyRules FROM-CACHE +:airbyte-tests:spotlessGroovyGradle FROM-CACHE +:airbyte-tests:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-tests:spotlessJava +:airbyte-container-orchestrator:spotlessStyling FROM-CACHE +:airbyte-container-orchestrator:spotlessStylingApply UP-TO-DATE +:airbyte-container-orchestrator:spotlessApply UP-TO-DATE +:airbyte-container-orchestrator:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-container-orchestrator:spotlessJavaCheck UP-TO-DATE +:airbyte-container-orchestrator:spotlessKotlinCheck UP-TO-DATE +:airbyte-container-orchestrator:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-container-orchestrator:spotlessSqlCheck UP-TO-DATE +:airbyte-container-orchestrator:spotlessStylingCheck UP-TO-DATE +:airbyte-container-orchestrator:spotlessCheck UP-TO-DATE +:airbyte-webapp:distTar +:airbyte-server:spotlessKotlin FROM-CACHE +:airbyte-webapp:distTar NO-SOURCE +:airbyte-server:spotlessKotlinApply +:airbyte-webapp:distZip SKIPPED +:airbyte-server:spotlessKotlinApply UP-TO-DATE +:airbyte-server:spotlessKotlinGradle +:airbyte-webapp:nodeSetup +:airbyte-tests:spotlessJava FROM-CACHE +:airbyte-tests:spotlessJavaApply UP-TO-DATE +:airbyte-tests:spotlessKotlin FROM-CACHE +:airbyte-tests:spotlessKotlinApply UP-TO-DATE +:airbyte-tests:spotlessKotlinGradle +:airbyte-server:spotlessKotlinGradle FROM-CACHE +:airbyte-server:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-server:spotlessSql FROM-CACHE +:airbyte-server:spotlessSqlApply UP-TO-DATE +:airbyte-server:spotlessStyling +:airbyte-tests:spotlessKotlinGradle FROM-CACHE +:airbyte-tests:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-tests:spotlessSql +:airbyte-server:spotlessStyling FROM-CACHE +:airbyte-server:spotlessStylingApply UP-TO-DATE +:airbyte-server:spotlessApply UP-TO-DATE +:airbyte-server:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-server:spotlessJavaCheck UP-TO-DATE +:airbyte-server:spotlessKotlinCheck UP-TO-DATE +:airbyte-server:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-server:spotlessSqlCheck UP-TO-DATE +:airbyte-server:spotlessStylingCheck UP-TO-DATE +:airbyte-server:spotlessCheck UP-TO-DATE +:airbyte-worker-models:generateCatalogAsToml FROM-CACHE +:airbyte-worker-models:assemble UP-TO-DATE +:airbyte-worker-models:checkstyleCopyRules FROM-CACHE +:airbyte-worker-models:checkstyleCopySuppressions FROM-CACHE +:airbyte-worker-models:processIntegrationTestResources NO-SOURCE +:airbyte-worker-models:processTestResources NO-SOURCE +:airbyte-worker-models:spotbugsCopyRules FROM-CACHE +:airbyte-worker-models:codeStyleCopyRules FROM-CACHE +:airbyte-worker-models:spotlessGroovyGradle FROM-CACHE +:airbyte-worker-models:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-worker-models:spotlessJava +:airbyte-tests:spotlessSql FROM-CACHE +:airbyte-tests:spotlessSqlApply UP-TO-DATE +:airbyte-tests:spotlessStyling FROM-CACHE +:airbyte-tests:spotlessStylingApply UP-TO-DATE +:airbyte-tests:spotlessApply UP-TO-DATE +:airbyte-tests:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-tests:spotlessJavaCheck UP-TO-DATE +:airbyte-tests:spotlessKotlinCheck UP-TO-DATE +:airbyte-tests:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-tests:spotlessSqlCheck UP-TO-DATE +:airbyte-tests:spotlessStylingCheck UP-TO-DATE +:airbyte-tests:spotlessCheck UP-TO-DATE +:airbyte-workers:checkKotlinGradlePluginConfigurationErrors +:airbyte-workers:processResources +:airbyte-workers:generateWellKnownTypes +:airbyte-workers:dockerCopyDockerfile +:airbyte-workers:generateCatalogAsToml FROM-CACHE +:airbyte-workers:checkstyleCopyRules FROM-CACHE +:airbyte-workers:checkstyleCopySuppressions +:airbyte-worker-models:spotlessJava FROM-CACHE +:airbyte-worker-models:spotlessJavaApply +:airbyte-workers:checkstyleCopySuppressions FROM-CACHE +:airbyte-worker-models:spotlessJavaApply UP-TO-DATE +:airbyte-worker-models:spotlessKotlin +:airbyte-workers:processIntegrationTestResources +:airbyte-worker-models:spotlessKotlin FROM-CACHE +:airbyte-workers:processTestResources +:airbyte-worker-models:spotlessKotlinApply UP-TO-DATE +:airbyte-worker-models:spotlessKotlinGradle +:airbyte-workers:spotbugsCopyRules FROM-CACHE +:airbyte-workers:codeStyleCopyRules FROM-CACHE +:airbyte-workers:spotlessGroovyGradle FROM-CACHE +:airbyte-workers:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-workers:spotlessJava +:airbyte-worker-models:spotlessKotlinGradle FROM-CACHE +:airbyte-worker-models:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-worker-models:spotlessSql FROM-CACHE +:airbyte-worker-models:spotlessSqlApply UP-TO-DATE +:airbyte-worker-models:spotlessStyling +:airbyte-workers:spotlessJava FROM-CACHE +:airbyte-workers:spotlessJavaApply UP-TO-DATE +:airbyte-workers:spotlessKotlin +:airbyte-worker-models:spotlessStyling FROM-CACHE +:airbyte-worker-models:spotlessStylingApply UP-TO-DATE +:airbyte-worker-models:spotlessApply UP-TO-DATE +:airbyte-worker-models:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-worker-models:spotlessJavaCheck UP-TO-DATE +:airbyte-worker-models:spotlessKotlinCheck UP-TO-DATE +:airbyte-worker-models:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-worker-models:spotlessSqlCheck UP-TO-DATE +:airbyte-worker-models:spotlessStylingCheck UP-TO-DATE +:airbyte-worker-models:spotlessCheck UP-TO-DATE +:airbyte-workload-api-server:processResources +:airbyte-workload-api-server:dockerCopyDockerfile +:airbyte-workload-api-server:generateCatalogAsToml FROM-CACHE +:airbyte-workload-api-server:checkstyleCopyRules FROM-CACHE +:airbyte-workload-api-server:checkstyleCopySuppressions FROM-CACHE +:airbyte-workload-api-server:processIntegrationTestResources NO-SOURCE +:airbyte-workload-api-server:processTestResources +:airbyte-workload-api-server:spotbugsCopyRules FROM-CACHE +:airbyte-workload-api-server:codeStyleCopyRules FROM-CACHE +:airbyte-workload-api-server:spotlessGroovyGradle FROM-CACHE +:airbyte-workload-api-server:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-workload-api-server:spotlessJava FROM-CACHE +:airbyte-workload-api-server:spotlessJavaApply UP-TO-DATE +:airbyte-workload-api-server:spotlessKotlin +:airbyte-workers:spotlessKotlin FROM-CACHE +:airbyte-workers:spotlessKotlinApply UP-TO-DATE +:airbyte-workers:spotlessKotlinGradle +:airbyte-workload-api-server:spotlessKotlin FROM-CACHE +:airbyte-workload-api-server:spotlessKotlinApply UP-TO-DATE +:airbyte-workload-api-server:spotlessKotlinGradle +:airbyte-workers:spotlessKotlinGradle FROM-CACHE +:airbyte-workers:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-workers:spotlessSql +:airbyte-workload-api-server:spotlessKotlinGradle FROM-CACHE +:airbyte-workload-api-server:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-workload-api-server:spotlessSql FROM-CACHE +:airbyte-workload-api-server:spotlessSqlApply UP-TO-DATE +:airbyte-workload-api-server:spotlessStyling +:airbyte-workers:spotlessSql FROM-CACHE +:airbyte-workers:spotlessSqlApply UP-TO-DATE +:airbyte-workers:spotlessStyling +:airbyte-workload-api-server:spotlessStyling FROM-CACHE +:airbyte-workload-api-server:spotlessStylingApply UP-TO-DATE +:airbyte-workload-api-server:spotlessApply UP-TO-DATE +:airbyte-workload-api-server:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-workload-api-server:spotlessJavaCheck UP-TO-DATE +:airbyte-workload-api-server:spotlessKotlinCheck UP-TO-DATE +:airbyte-workload-api-server:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-workload-api-server:spotlessSqlCheck UP-TO-DATE +:airbyte-workload-api-server:spotlessStylingCheck UP-TO-DATE +:airbyte-workload-api-server:spotlessCheck UP-TO-DATE +:airbyte-workload-launcher:checkKotlinGradlePluginConfigurationErrors +:airbyte-workload-launcher:processResources +:airbyte-workload-launcher:dockerCopyDockerfile +:airbyte-workload-launcher:generateCatalogAsToml FROM-CACHE +:airbyte-workload-launcher:checkstyleCopyRules FROM-CACHE +:airbyte-workload-launcher:checkstyleCopySuppressions FROM-CACHE +:airbyte-workload-launcher:processIntegrationTestResources NO-SOURCE +:airbyte-workload-launcher:processTestResources NO-SOURCE +:airbyte-workload-launcher:spotbugsCopyRules FROM-CACHE +:airbyte-workload-launcher:codeStyleCopyRules FROM-CACHE +:airbyte-workload-launcher:spotlessGroovyGradle FROM-CACHE +:airbyte-workload-launcher:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-workload-launcher:spotlessJava FROM-CACHE +:airbyte-workload-launcher:spotlessJavaApply UP-TO-DATE +:airbyte-workload-launcher:spotlessKotlin +:airbyte-workers:spotlessStyling FROM-CACHE +:airbyte-workers:spotlessStylingApply UP-TO-DATE +:airbyte-workers:spotlessApply UP-TO-DATE +:airbyte-workers:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-workers:spotlessJavaCheck UP-TO-DATE +:airbyte-workers:spotlessKotlinCheck UP-TO-DATE +:airbyte-workers:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-workers:spotlessSqlCheck UP-TO-DATE +:airbyte-workers:spotlessStylingCheck UP-TO-DATE +:airbyte-workers:spotlessCheck UP-TO-DATE +:airbyte-config:config-models:generateCatalogAsToml FROM-CACHE +:airbyte-config:config-models:assemble UP-TO-DATE +:airbyte-config:config-models:checkstyleCopyRules FROM-CACHE +:airbyte-config:config-models:checkstyleCopySuppressions FROM-CACHE +:airbyte-config:config-models:processIntegrationTestResources NO-SOURCE +:airbyte-config:config-models:processTestResources +:airbyte-config:config-models:spotbugsCopyRules FROM-CACHE +:airbyte-config:config-models:codeStyleCopyRules FROM-CACHE +:airbyte-config:config-models:spotlessGroovyGradle FROM-CACHE +:airbyte-config:config-models:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-config:config-models:spotlessJava +:airbyte-workload-launcher:spotlessKotlin FROM-CACHE +:airbyte-workload-launcher:spotlessKotlinApply UP-TO-DATE +:airbyte-workload-launcher:spotlessKotlinGradle +:airbyte-config:config-models:spotlessJava FROM-CACHE +:airbyte-config:config-models:spotlessJavaApply UP-TO-DATE +:airbyte-config:config-models:spotlessKotlin +:airbyte-workload-launcher:spotlessKotlinGradle FROM-CACHE +:airbyte-workload-launcher:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-workload-launcher:spotlessSql FROM-CACHE +:airbyte-workload-launcher:spotlessSqlApply UP-TO-DATE +:airbyte-workload-launcher:spotlessStyling +:airbyte-config:config-models:spotlessKotlin FROM-CACHE +:airbyte-config:config-models:spotlessKotlinApply UP-TO-DATE +:airbyte-config:config-models:spotlessKotlinGradle +:airbyte-workload-launcher:spotlessStyling FROM-CACHE +:airbyte-workload-launcher:spotlessStylingApply UP-TO-DATE +:airbyte-workload-launcher:spotlessApply UP-TO-DATE +:airbyte-workload-launcher:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-workload-launcher:spotlessJavaCheck UP-TO-DATE +:airbyte-workload-launcher:spotlessKotlinCheck UP-TO-DATE +:airbyte-workload-launcher:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-workload-launcher:spotlessSqlCheck UP-TO-DATE +:airbyte-workload-launcher:spotlessStylingCheck UP-TO-DATE +:airbyte-workload-launcher:spotlessCheck UP-TO-DATE +:airbyte-config:config-persistence:generateCatalogAsToml FROM-CACHE +:airbyte-config:config-persistence:assemble UP-TO-DATE +:airbyte-config:config-persistence:checkstyleCopyRules FROM-CACHE +:airbyte-config:config-persistence:checkstyleCopySuppressions FROM-CACHE +:airbyte-config:config-persistence:processIntegrationTestResources NO-SOURCE +:airbyte-config:config-persistence:processTestResources NO-SOURCE +:airbyte-config:config-persistence:spotbugsCopyRules FROM-CACHE +:airbyte-config:config-persistence:codeStyleCopyRules FROM-CACHE +:airbyte-config:config-persistence:spotlessGroovyGradle FROM-CACHE +:airbyte-config:config-persistence:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-config:config-persistence:spotlessJava +:airbyte-config:config-models:spotlessKotlinGradle FROM-CACHE +:airbyte-config:config-models:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-config:config-models:spotlessSql FROM-CACHE +:airbyte-config:config-models:spotlessSqlApply UP-TO-DATE +:airbyte-config:config-models:spotlessStyling +:airbyte-config:config-persistence:spotlessJava FROM-CACHE +:airbyte-config:config-persistence:spotlessJavaApply UP-TO-DATE +:airbyte-config:config-persistence:spotlessKotlin +:airbyte-config:config-models:spotlessStyling FROM-CACHE +:airbyte-config:config-models:spotlessStylingApply UP-TO-DATE +:airbyte-config:config-models:spotlessApply UP-TO-DATE +:airbyte-config:config-models:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-config:config-models:spotlessJavaCheck UP-TO-DATE +:airbyte-config:config-models:spotlessKotlinCheck UP-TO-DATE +:airbyte-config:config-models:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-config:config-models:spotlessSqlCheck UP-TO-DATE +:airbyte-config:config-models:spotlessStylingCheck UP-TO-DATE +:airbyte-config:config-models:spotlessCheck UP-TO-DATE +:airbyte-config:config-secrets:generateCatalogAsToml FROM-CACHE +:airbyte-config:config-secrets:assemble UP-TO-DATE +:airbyte-config:config-secrets:checkstyleCopyRules FROM-CACHE +:airbyte-config:config-secrets:checkstyleCopySuppressions FROM-CACHE +:airbyte-config:config-secrets:processIntegrationTestResources NO-SOURCE +:airbyte-config:config-secrets:processTestResources +:airbyte-config:config-secrets:processTestFixturesResources NO-SOURCE +:airbyte-config:config-secrets:spotbugsCopyRules FROM-CACHE +:airbyte-config:config-secrets:codeStyleCopyRules FROM-CACHE +:airbyte-config:config-secrets:spotlessGroovyGradle FROM-CACHE +:airbyte-config:config-secrets:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-config:config-secrets:spotlessJava FROM-CACHE +:airbyte-config:config-secrets:spotlessJavaApply UP-TO-DATE +:airbyte-config:config-secrets:spotlessKotlin +:airbyte-config:config-persistence:spotlessKotlin FROM-CACHE +:airbyte-config:config-persistence:spotlessKotlinApply UP-TO-DATE +:airbyte-config:config-persistence:spotlessKotlinGradle FROM-CACHE +:airbyte-config:config-persistence:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-config:config-persistence:spotlessSql FROM-CACHE +:airbyte-config:config-persistence:spotlessSqlApply UP-TO-DATE +:airbyte-config:config-persistence:spotlessStyling FROM-CACHE +:airbyte-config:config-persistence:spotlessStylingApply UP-TO-DATE +:airbyte-config:config-persistence:spotlessApply UP-TO-DATE +:airbyte-config:config-persistence:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-config:config-persistence:spotlessJavaCheck UP-TO-DATE +:airbyte-config:config-persistence:spotlessKotlinCheck UP-TO-DATE +:airbyte-config:config-persistence:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-config:config-persistence:spotlessSqlCheck UP-TO-DATE +:airbyte-config:config-persistence:spotlessStylingCheck UP-TO-DATE +:airbyte-config:config-persistence:spotlessCheck UP-TO-DATE +:airbyte-config:init:distTar NO-SOURCE +:airbyte-config:init:distZip SKIPPED +:airbyte-config:init:copyScripts +:airbyte-config:init:dockerCopyDistribution NO-SOURCE +:airbyte-config:init:dockerCopyDockerfile +:airbyte-config:init:dockerBuildImage +Building image using context '/actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-config/init/build/airbyte/docker'. +Using images 'airbyte/init:0.58.0'. +:airbyte-config:config-secrets:spotlessKotlin FROM-CACHE +:airbyte-config:config-secrets:spotlessKotlinApply UP-TO-DATE +:airbyte-config:config-secrets:spotlessKotlinGradle +Step 1/6 : ARG ALPINE_IMAGE=alpine:3.18 +Step 2/6 : FROM ${ALPINE_IMAGE} AS seed +:airbyte-config:config-secrets:spotlessKotlinGradle FROM-CACHE +:airbyte-config:config-secrets:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-config:config-secrets:spotlessSql FROM-CACHE +:airbyte-config:config-secrets:spotlessSqlApply UP-TO-DATE +:airbyte-config:config-secrets:spotlessStyling FROM-CACHE +:airbyte-config:config-secrets:spotlessStylingApply UP-TO-DATE +:airbyte-config:config-secrets:spotlessApply UP-TO-DATE +:airbyte-config:config-secrets:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-config:config-secrets:spotlessJavaCheck UP-TO-DATE +:airbyte-config:config-secrets:spotlessKotlinCheck UP-TO-DATE +:airbyte-config:config-secrets:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-config:config-secrets:spotlessSqlCheck UP-TO-DATE +:airbyte-config:config-secrets:spotlessStylingCheck UP-TO-DATE +:airbyte-config:config-secrets:spotlessCheck UP-TO-DATE +:airbyte-config:specs:generateCatalogAsToml FROM-CACHE +:airbyte-config:specs:assemble UP-TO-DATE +:airbyte-config:specs:checkstyleCopyRules FROM-CACHE +:airbyte-config:specs:checkstyleCopySuppressions FROM-CACHE +:airbyte-config:specs:processIntegrationTestResources NO-SOURCE +:airbyte-webapp:pnpmSetup +:airbyte-config:specs:processTestResources +:airbyte-config:specs:spotbugsCopyRules FROM-CACHE +:airbyte-config:specs:codeStyleCopyRules FROM-CACHE +:airbyte-config:specs:spotlessGroovyGradle FROM-CACHE +:airbyte-config:specs:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-config:specs:spotlessJava FROM-CACHE +:airbyte-config:specs:spotlessJavaApply UP-TO-DATE +:airbyte-config:specs:spotlessKotlin FROM-CACHE +:airbyte-config:specs:spotlessKotlinApply UP-TO-DATE +:airbyte-config:specs:spotlessKotlinGradle FROM-CACHE +:airbyte-config:specs:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-config:specs:spotlessSql FROM-CACHE +:airbyte-config:specs:spotlessSqlApply UP-TO-DATE +:airbyte-config:specs:spotlessStyling FROM-CACHE +:airbyte-config:specs:spotlessStylingApply UP-TO-DATE +:airbyte-config:specs:spotlessApply UP-TO-DATE +:airbyte-config:specs:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-config:specs:spotlessJavaCheck UP-TO-DATE +:airbyte-config:specs:spotlessKotlinCheck UP-TO-DATE +:airbyte-config:specs:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-config:specs:spotlessSqlCheck UP-TO-DATE +:airbyte-config:specs:spotlessStylingCheck UP-TO-DATE +:airbyte-config:specs:spotlessCheck UP-TO-DATE +:airbyte-db:db-lib:distTar NO-SOURCE +:airbyte-db:db-lib:distZip SKIPPED +:airbyte-db:db-lib:copyInitSql +:airbyte-db:db-lib:dockerCopyDistribution NO-SOURCE +:airbyte-db:db-lib:dockerCopyDockerfile +:airbyte-db:db-lib:dockerBuildImage +Building image using context '/actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-db/db-lib/build/airbyte/docker'. +Using images 'airbyte/db:0.58.0'. +Step 1/4 : FROM postgres:13-alpine + ---> 247f7abff9f7 +Step 2/20 : ARG VERSION=0.58.0 + ---> d3782b16ccc9 +Step 3/6 : WORKDIR /app + +added 1 package in 4s + +1 package is looking for funding + run `npm fund` for details +:airbyte-webapp:pnpmInstall +Lockfile is up to date, resolution step is skipped +Progress: resolved 1, reused 0, downloaded 0, added 0 +Packages: +2118 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +Progress: resolved 2118, reused 0, downloaded 0, added 0 +Progress: resolved 2118, reused 0, downloaded 1, added 0 + ---> a4aaec860f01 +Step 2/6 : ENV TEMPORAL_HOME /etc/temporal +Progress: resolved 2118, reused 0, downloaded 4, added 0 +Progress: resolved 2118, reused 0, downloaded 15, added 0 +Progress: resolved 2118, reused 0, downloaded 50, added 0 +Packages are hard linked from the content-addressable store to the virtual store. + Content-addressable store is at: /root/.local/share/pnpm/store/v3 + Virtual store is at: node_modules/.pnpm +Progress: resolved 2118, reused 0, downloaded 98, added 1 +Progress: resolved 2118, reused 0, downloaded 134, added 1 +Progress: resolved 2118, reused 0, downloaded 307, added 9 +Progress: resolved 2118, reused 0, downloaded 387, added 38 +Progress: resolved 2118, reused 0, downloaded 441, added 43 + ---> 3a010290162a +Step 2/4 : COPY bin/init.sql /docker-entrypoint-initdb.d/000_init.sql +Progress: resolved 2118, reused 0, downloaded 540, added 49 + ---> 33825b7d2d9e +Step 2/8 : WORKDIR /opt/keycloak +Progress: resolved 2118, reused 0, downloaded 742, added 151 +Progress: resolved 2118, reused 0, downloaded 759, added 200 +Progress: resolved 2118, reused 0, downloaded 913, added 219 +Progress: resolved 2118, reused 0, downloaded 1153, added 419 +Progress: resolved 2118, reused 0, downloaded 1189, added 612 +Progress: resolved 2118, reused 0, downloaded 1337, added 631 +Progress: resolved 2118, reused 0, downloaded 1456, added 656 +Progress: resolved 2118, reused 0, downloaded 1655, added 799 +Progress: resolved 2118, reused 0, downloaded 1890, added 1094 +Progress: resolved 2118, reused 0, downloaded 2025, added 1180 +Progress: resolved 2118, reused 0, downloaded 2104, added 1664 +Progress: resolved 2118, reused 0, downloaded 2116, added 2118, done +.../node_modules/protobufjs postinstall$ node scripts/postinstall +.../node_modules/protobufjs postinstall: Done +.../esbuild@0.15.18/node_modules/esbuild postinstall$ node install.js +.../esbuild@0.18.20/node_modules/esbuild postinstall$ node install.js +.../esbuild@0.19.12/node_modules/esbuild postinstall$ node install.js +.../esbuild@0.15.18/node_modules/esbuild postinstall: Done +.../esbuild@0.18.20/node_modules/esbuild postinstall: Done +.../esbuild@0.19.12/node_modules/esbuild postinstall: Done +.../cypress@12.11.0/node_modules/cypress postinstall$ node index.js --exec install +.../cypress@12.11.0/node_modules/cypress postinstall: Installing Cypress (version: 12.11.0) +.../cypress@12.11.0/node_modules/cypress postinstall: [STARTED] Task without title. + ---> 5ce91ff29a41 +Step 3/4 : LABEL io.airbyte.app=db-lib + ---> Running in 02de53a17557 + ---> Running in 670b7e6a7893 + ---> Running in e9480eb2ac6a + ---> Running in f0635b7ab7cb + ---> Running in d70f1623d67c +Removing intermediate container 670b7e6a7893 + ---> a9dc0854ba25 +Step 3/20 : ENV APPLICATION airbyte-proxy +Removing intermediate container e9480eb2ac6a + ---> d4cf232ab908 +Step 3/6 : COPY update-and-start-temporal.sh update-and-start-temporal.sh +Removing intermediate container f0635b7ab7cb + ---> 6baee3c02880 +Step 3/8 : COPY bin/scripts/entrypoint.sh entrypoint.sh +Removing intermediate container 02de53a17557 + ---> e0e95788adc1 +Step 4/6 : COPY bin/scripts scripts +Removing intermediate container d70f1623d67c + ---> 41ecb66d2608 +Step 4/4 : LABEL io.airbyte.version=0.58.0 + ---> Running in dcb35c799896 + ---> Running in e87d383b8d79 + ---> d55b65814055 +Step 4/8 : COPY bin/themes themes + ---> 83d78b6f13d7 +Step 4/6 : ENTRYPOINT ["./update-and-start-temporal.sh"] +.../cypress@12.11.0/node_modules/cypress postinstall: [SUCCESS] Task without title. +.../cypress@12.11.0/node_modules/cypress postinstall: [STARTED] Task without title. + ---> 25441627a369 +Step 5/6 : LABEL io.airbyte.app=init +Removing intermediate container dcb35c799896 + ---> ec8cd059c728 +Step 4/20 : ENV VERSION ${VERSION} + ---> ff6c6ea46aff +Step 5/8 : RUN cp conf/cache-ispn.xml conf/cache-ispn-override.xml && sed -i conf/cache-ispn-override.xml -e 's///g' && sed -i conf/cache-ispn-override.xml -e 's///g' && grep '' conf/cache-ispn-override.xml -q && grep '' conf/cache-ispn-override.xml -q && mkdir -p /opt/keycloak/data/infinispan && sed -i '/<\/global-state>' conf/cache-ispn-override.xml && grep '' conf/cache-ispn-override.xml -q +Removing intermediate container e87d383b8d79 + ---> 60a2e27c0928 +[Warning] One or more build-args [JDK_VERSION APPLICATION DOCKER_BUILD_ARCH] were not consumed +Successfully built 60a2e27c0928 +Successfully tagged airbyte/db:0.58.0 +Created image with ID '60a2e27c0928'. +:airbyte-db:db-lib:generateCatalogAsToml FROM-CACHE +:airbyte-db:db-lib:assemble +:airbyte-db:db-lib:checkstyleCopyRules FROM-CACHE +:airbyte-db:db-lib:checkstyleCopySuppressions FROM-CACHE +:airbyte-db:db-lib:processIntegrationTestResources NO-SOURCE +:airbyte-db:db-lib:processTestResources +:airbyte-db:db-lib:spotbugsCopyRules FROM-CACHE +:airbyte-db:db-lib:codeStyleCopyRules FROM-CACHE +:airbyte-db:db-lib:spotlessGroovyGradle + ---> Running in e2d2832e1786 +:airbyte-db:db-lib:spotlessGroovyGradle FROM-CACHE +:airbyte-db:db-lib:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-db:db-lib:spotlessJava + ---> Running in 3eac0712f9d8 + ---> Running in 868b67fae180 + ---> Running in 5281164a9c11 +:airbyte-db:db-lib:spotlessJava FROM-CACHE +:airbyte-db:db-lib:spotlessJavaApply UP-TO-DATE +:airbyte-db:db-lib:spotlessKotlin FROM-CACHE +:airbyte-db:db-lib:spotlessKotlinApply UP-TO-DATE +:airbyte-db:db-lib:spotlessKotlinGradle +Removing intermediate container 3eac0712f9d8 + ---> 29016fedd0bb +Step 6/6 : LABEL io.airbyte.version=0.58.0 +Removing intermediate container 5281164a9c11 + ---> c3255f6f3926 +Step 5/6 : LABEL io.airbyte.app=airbyte-temporal +Removing intermediate container 868b67fae180 + ---> 8f68efcfcfc5 +Step 5/20 : RUN apt-get update -y && apt-get install -y apache2-utils && rm -rf /var/lib/apt/lists/* +:airbyte-db:db-lib:spotlessKotlinGradle FROM-CACHE +:airbyte-db:db-lib:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-db:db-lib:spotlessSql + ---> Running in dcf25228d11f +:airbyte-db:db-lib:spotlessSql FROM-CACHE +:airbyte-db:db-lib:spotlessSqlApply UP-TO-DATE +:airbyte-db:db-lib:spotlessStyling + ---> Running in 4e051dfbde72 + ---> Running in 1b9c92e0ed17 +Removing intermediate container dcf25228d11f + ---> 7e2199f1ab20 +[Warning] One or more build-args [JDK_VERSION APPLICATION DOCKER_BUILD_ARCH] were not consumed +Successfully built 7e2199f1ab20 +Successfully tagged airbyte/init:0.58.0 +Created image with ID '7e2199f1ab20'. +:airbyte-config:init:generateCatalogAsToml FROM-CACHE +:airbyte-config:init:assemble +:airbyte-config:init:checkstyleCopyRules FROM-CACHE +:airbyte-config:init:checkstyleCopySuppressions FROM-CACHE +:airbyte-config:init:processIntegrationTestResources NO-SOURCE +:airbyte-config:init:processTestResources +:airbyte-config:init:spotbugsCopyRules FROM-CACHE +:airbyte-config:init:codeStyleCopyRules FROM-CACHE +:airbyte-config:init:spotlessGroovyGradle FROM-CACHE +:airbyte-config:init:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-config:init:spotlessJava +:airbyte-db:db-lib:spotlessStyling FROM-CACHE +:airbyte-db:db-lib:spotlessStylingApply UP-TO-DATE +:airbyte-db:db-lib:spotlessApply UP-TO-DATE +:airbyte-db:db-lib:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-db:db-lib:spotlessJavaCheck UP-TO-DATE +:airbyte-db:db-lib:spotlessKotlinCheck UP-TO-DATE +:airbyte-db:db-lib:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-db:db-lib:spotlessSqlCheck UP-TO-DATE +:airbyte-db:db-lib:spotlessStylingCheck UP-TO-DATE +:airbyte-db:db-lib:spotlessCheck UP-TO-DATE +:airbyte-db:jooq:generateCatalogAsToml FROM-CACHE +:airbyte-db:jooq:assemble UP-TO-DATE +:airbyte-db:jooq:checkstyleCopyRules FROM-CACHE +:airbyte-db:jooq:checkstyleCopySuppressions FROM-CACHE +:airbyte-db:jooq:processIntegrationTestResources NO-SOURCE +:airbyte-db:jooq:processTestResources NO-SOURCE +:airbyte-db:jooq:spotbugsCopyRules FROM-CACHE +:airbyte-db:jooq:codeStyleCopyRules FROM-CACHE +:airbyte-db:jooq:spotlessGroovyGradle FROM-CACHE +:airbyte-db:jooq:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-db:jooq:spotlessJava FROM-CACHE +:airbyte-db:jooq:spotlessJavaApply UP-TO-DATE +:airbyte-db:jooq:spotlessKotlin FROM-CACHE +:airbyte-db:jooq:spotlessKotlinApply UP-TO-DATE +:airbyte-db:jooq:spotlessKotlinGradle +:airbyte-config:init:spotlessJava FROM-CACHE +:airbyte-config:init:spotlessJavaApply UP-TO-DATE +:airbyte-config:init:spotlessKotlin FROM-CACHE +:airbyte-config:init:spotlessKotlinApply UP-TO-DATE +:airbyte-config:init:spotlessKotlinGradle +:airbyte-db:jooq:spotlessKotlinGradle FROM-CACHE +:airbyte-db:jooq:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-db:jooq:spotlessSql FROM-CACHE +:airbyte-db:jooq:spotlessSqlApply UP-TO-DATE +:airbyte-db:jooq:spotlessStyling FROM-CACHE +:airbyte-db:jooq:spotlessStylingApply UP-TO-DATE +:airbyte-db:jooq:spotlessApply UP-TO-DATE +:airbyte-db:jooq:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-db:jooq:spotlessJavaCheck UP-TO-DATE +:airbyte-db:jooq:spotlessKotlinCheck UP-TO-DATE +:airbyte-db:jooq:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-db:jooq:spotlessSqlCheck UP-TO-DATE +:airbyte-db:jooq:spotlessStylingCheck UP-TO-DATE +:airbyte-db:jooq:spotlessCheck UP-TO-DATE +:airbyte-metrics:metrics-lib:generateCatalogAsToml FROM-CACHE +:airbyte-metrics:metrics-lib:assemble UP-TO-DATE +:airbyte-config:init:spotlessKotlinGradle FROM-CACHE +:airbyte-metrics:metrics-lib:checkstyleCopyRules +:airbyte-config:init:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-config:init:spotlessSql +:airbyte-metrics:metrics-lib:checkstyleCopyRules FROM-CACHE +:airbyte-metrics:metrics-lib:checkstyleCopySuppressions FROM-CACHE +:airbyte-metrics:metrics-lib:processIntegrationTestResources NO-SOURCE +:airbyte-metrics:metrics-lib:processTestResources NO-SOURCE +:airbyte-metrics:metrics-lib:spotbugsCopyRules FROM-CACHE +:airbyte-metrics:metrics-lib:codeStyleCopyRules FROM-CACHE +:airbyte-metrics:metrics-lib:spotlessGroovyGradle +:airbyte-config:init:spotlessSql FROM-CACHE +:airbyte-config:init:spotlessSqlApply UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessGroovyGradle FROM-CACHE +:airbyte-config:init:spotlessStyling +:airbyte-metrics:metrics-lib:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessJava +:airbyte-config:init:spotlessStyling FROM-CACHE +:airbyte-config:init:spotlessStylingApply UP-TO-DATE +:airbyte-config:init:spotlessApply UP-TO-DATE +:airbyte-config:init:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-config:init:spotlessJavaCheck UP-TO-DATE +:airbyte-config:init:spotlessKotlinCheck UP-TO-DATE +:airbyte-config:init:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-config:init:spotlessSqlCheck UP-TO-DATE +:airbyte-config:init:spotlessStylingCheck UP-TO-DATE +:airbyte-config:init:spotlessCheck UP-TO-DATE +:airbyte-metrics:reporter:checkKotlinGradlePluginConfigurationErrors +:airbyte-metrics:reporter:processResources +:airbyte-metrics:metrics-lib:spotlessJava FROM-CACHE +:airbyte-metrics:metrics-lib:spotlessJavaApply UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessKotlin +:airbyte-metrics:reporter:dockerCopyDockerfile +:airbyte-metrics:reporter:generateCatalogAsToml FROM-CACHE +:airbyte-metrics:reporter:checkstyleCopyRules FROM-CACHE +:airbyte-metrics:reporter:checkstyleCopySuppressions FROM-CACHE +:airbyte-metrics:reporter:processIntegrationTestResources NO-SOURCE +:airbyte-metrics:reporter:processTestResources NO-SOURCE +:airbyte-metrics:reporter:spotbugsCopyRules FROM-CACHE +:airbyte-metrics:reporter:codeStyleCopyRules FROM-CACHE +:airbyte-metrics:reporter:spotlessGroovyGradle FROM-CACHE +:airbyte-metrics:reporter:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-metrics:reporter:spotlessJava +:airbyte-metrics:metrics-lib:spotlessKotlin FROM-CACHE +:airbyte-metrics:metrics-lib:spotlessKotlinApply UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessKotlinGradle +:airbyte-metrics:reporter:spotlessJava FROM-CACHE +:airbyte-metrics:reporter:spotlessJavaApply UP-TO-DATE +:airbyte-metrics:reporter:spotlessKotlin FROM-CACHE +:airbyte-metrics:reporter:spotlessKotlinApply UP-TO-DATE +:airbyte-metrics:reporter:spotlessKotlinGradle +:airbyte-metrics:metrics-lib:spotlessKotlinGradle FROM-CACHE +:airbyte-metrics:metrics-lib:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessSql FROM-CACHE +:airbyte-metrics:metrics-lib:spotlessSqlApply UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessStyling FROM-CACHE +:airbyte-metrics:metrics-lib:spotlessStylingApply UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessApply UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessJavaCheck UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessKotlinCheck UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessSqlCheck UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessStylingCheck UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessCheck UP-TO-DATE +:airbyte-persistence:job-persistence:generateCatalogAsToml FROM-CACHE +:airbyte-persistence:job-persistence:assemble UP-TO-DATE +:airbyte-persistence:job-persistence:checkstyleCopyRules FROM-CACHE +:airbyte-persistence:job-persistence:checkstyleCopySuppressions FROM-CACHE +:airbyte-persistence:job-persistence:processIntegrationTestResources NO-SOURCE +:airbyte-persistence:job-persistence:processTestResources +:airbyte-metrics:reporter:spotlessKotlinGradle FROM-CACHE +:airbyte-metrics:reporter:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-metrics:reporter:spotlessSql +:airbyte-persistence:job-persistence:spotbugsCopyRules FROM-CACHE +:airbyte-persistence:job-persistence:codeStyleCopyRules FROM-CACHE +:airbyte-metrics:reporter:spotlessSql FROM-CACHE +:airbyte-persistence:job-persistence:spotlessGroovyGradle +:airbyte-metrics:reporter:spotlessSqlApply UP-TO-DATE +:airbyte-metrics:reporter:spotlessStyling +:airbyte-persistence:job-persistence:spotlessGroovyGradle FROM-CACHE +:airbyte-persistence:job-persistence:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessJava +:airbyte-metrics:reporter:spotlessStyling FROM-CACHE +:airbyte-metrics:reporter:spotlessStylingApply UP-TO-DATE +:airbyte-metrics:reporter:spotlessApply UP-TO-DATE +:airbyte-metrics:reporter:spotlessGroovyGradleCheck +:airbyte-persistence:job-persistence:spotlessJava FROM-CACHE +:airbyte-persistence:job-persistence:spotlessJavaApply UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessKotlin +:airbyte-metrics:reporter:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-metrics:reporter:spotlessJavaCheck UP-TO-DATE +:airbyte-metrics:reporter:spotlessKotlinCheck UP-TO-DATE +:airbyte-metrics:reporter:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-metrics:reporter:spotlessSqlCheck UP-TO-DATE +:airbyte-metrics:reporter:spotlessStylingCheck UP-TO-DATE +:airbyte-metrics:reporter:spotlessCheck UP-TO-DATE +Removing intermediate container 1b9c92e0ed17 + ---> 16634cec3dcd +Step 6/6 : LABEL io.airbyte.version=0.58.0 +:airbyte-persistence:job-persistence:spotlessKotlin FROM-CACHE +:airbyte-persistence:job-persistence:spotlessKotlinApply UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessKotlinGradle FROM-CACHE +:airbyte-persistence:job-persistence:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessSql FROM-CACHE +:airbyte-persistence:job-persistence:spotlessSqlApply UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessStyling FROM-CACHE +:airbyte-persistence:job-persistence:spotlessStylingApply UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessApply UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessJavaCheck UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessKotlinCheck UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessSqlCheck UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessStylingCheck UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessCheck UP-TO-DATE +Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] +Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] +Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] +Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8786 kB] +Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [13.8 kB] +Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB] +:airbyte-commons:compileKotlin FROM-CACHE +:airbyte-commons:compileJava +Fetched 9209 kB in 1s (6985 kB/s) +:airbyte-featureflag:kaptGenerateStubsKotlin FROM-CACHE +:airbyte-featureflag:kaptKotlin +Reading package lists... +Reading package lists... +Building dependency tree... +Reading state information... +The following additional packages will be installed: + libapr1 libaprutil1 libgdbm6 +Suggested packages: + gdbm-l10n +The following NEW packages will be installed: + apache2-utils libapr1 libaprutil1 libgdbm6 +:airbyte-featureflag:kaptKotlin FROM-CACHE +:airbyte-featureflag:compileKotlin +0 upgraded, 4 newly installed, 0 to remove and 10 not upgraded. +Need to get 469 kB of archives. +After this operation, 1160 kB of additional disk space will be used. +Get:1 http://deb.debian.org/debian bookworm/main amd64 libapr1 amd64 1.7.2-3 [102 kB] +.../cypress@12.11.0/node_modules/cypress postinstall: [SUCCESS] Task without title. +.../cypress@12.11.0/node_modules/cypress postinstall: [STARTED] Task without title. +Get:2 http://deb.debian.org/debian bookworm/main amd64 libgdbm6 amd64 1.23-3 [72.2 kB] +.../cypress@12.11.0/node_modules/cypress postinstall: [SUCCESS] Task without title. +Get:3 http://deb.debian.org/debian bookworm/main amd64 libaprutil1 amd64 1.6.3-1 [87.8 kB] +Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 apache2-utils amd64 2.4.59-1~deb12u1 [207 kB] +:airbyte-featureflag:compileKotlin FROM-CACHE +:airbyte-featureflag:compileJava NO-SOURCE +:airbyte-featureflag:processResources NO-SOURCE +:airbyte-featureflag:classes UP-TO-DATE +:airbyte-featureflag:jar +:airbyte-featureflag:generateCatalogAsToml FROM-CACHE +:airbyte-featureflag:assemble UP-TO-DATE +:airbyte-featureflag:checkstyleCopyRules FROM-CACHE +:airbyte-featureflag:checkstyleCopySuppressions FROM-CACHE +:airbyte-featureflag:kaptGenerateStubsIntegrationTestKotlin +debconf: delaying package configuration, since apt-utils is not installed +Fetched 469 kB in 0s (3674 kB/s) + ---> Running in b42d9a990859 +Selecting previously unselected package libapr1:amd64. +(Reading database ... +(Reading database ... 5% +(Reading database ... 10% +(Reading database ... 15% +(Reading database ... 20% +(Reading database ... 25% +(Reading database ... 30% +(Reading database ... 35% +(Reading database ... 40% +(Reading database ... 45% +(Reading database ... 50% +(Reading database ... 55% +(Reading database ... 60% +(Reading database ... 65% +(Reading database ... 70% +(Reading database ... 75% +(Reading database ... 80% +(Reading database ... 85% +(Reading database ... 90% +(Reading database ... 95% +(Reading database ... 100% +(Reading database ... 7590 files and directories currently installed.) +Preparing to unpack .../libapr1_1.7.2-3_amd64.deb ... +.../cypress@12.11.0/node_modules/cypress postinstall: You can now open Cypress by running: node_modules/.bin/cypress open +.../cypress@12.11.0/node_modules/cypress postinstall: https://on.cypress.io/installing-cypress +.../cypress@12.11.0/node_modules/cypress postinstall: Done +Unpacking libapr1:amd64 (1.7.2-3) ... +Selecting previously unselected package libgdbm6:amd64. +Preparing to unpack .../libgdbm6_1.23-3_amd64.deb ... +Unpacking libgdbm6:amd64 (1.23-3) ... +Removing intermediate container b42d9a990859 + ---> 7b85d0f3d97c +[Warning] One or more build-args [JDK_VERSION APPLICATION DOCKER_BUILD_ARCH] were not consumed +Successfully built 7b85d0f3d97c +Successfully tagged airbyte/temporal:0.58.0 +Created image with ID '7b85d0f3d97c'. +:airbyte-temporal:generateCatalogAsToml +Removing intermediate container e2d2832e1786 + ---> 7d72e07ced87 +Step 6/8 : ENTRYPOINT ["./entrypoint.sh"] +:airbyte-temporal:generateCatalogAsToml FROM-CACHE +:airbyte-temporal:assemble +:airbyte-temporal:checkstyleCopyRules FROM-CACHE +:airbyte-temporal:checkstyleCopySuppressions FROM-CACHE +:airbyte-temporal:checkKotlinGradlePluginConfigurationErrors +:airbyte-temporal:compileKotlin NO-SOURCE +:airbyte-temporal:compileJava NO-SOURCE +:airbyte-temporal:compileIntegrationTestKotlin NO-SOURCE +:airbyte-temporal:compileIntegrationTestJava NO-SOURCE +:airbyte-temporal:processIntegrationTestResources NO-SOURCE +:airbyte-temporal:integrationTestClasses UP-TO-DATE +:airbyte-temporal:checkstyleIntegrationTest NO-SOURCE +:airbyte-temporal:processResources NO-SOURCE +:airbyte-temporal:classes UP-TO-DATE +:airbyte-temporal:checkstyleMain NO-SOURCE +:airbyte-temporal:compileTestKotlin NO-SOURCE +Selecting previously unselected package libaprutil1:amd64. +:airbyte-temporal:compileTestJava NO-SOURCE +Preparing to unpack .../libaprutil1_1.6.3-1_amd64.deb ... +:airbyte-temporal:processTestResources NO-SOURCE +:airbyte-temporal:testClasses UP-TO-DATE +:airbyte-temporal:checkstyleTest NO-SOURCE +:airbyte-temporal:spotbugsCopyRules +Unpacking libaprutil1:amd64 (1.6.3-1) ... +:airbyte-temporal:spotbugsCopyRules FROM-CACHE +:airbyte-temporal:spotbugsIntegrationTest NO-SOURCE +:airbyte-temporal:spotbugsMain NO-SOURCE +:airbyte-temporal:spotbugsTest SKIPPED +:airbyte-temporal:codeStyleCopyRules FROM-CACHE +:airbyte-temporal:spotlessGroovyGradle FROM-CACHE +:airbyte-temporal:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-temporal:spotlessJava FROM-CACHE +:airbyte-temporal:spotlessJavaApply UP-TO-DATE + ---> Running in d90b12905ee5 +:airbyte-temporal:spotlessKotlin FROM-CACHE +:airbyte-temporal:spotlessKotlinApply UP-TO-DATE +:airbyte-temporal:spotlessKotlinGradle +Selecting previously unselected package apache2-utils. +Preparing to unpack .../apache2-utils_2.4.59-1~deb12u1_amd64.deb ... +Unpacking apache2-utils (2.4.59-1~deb12u1) ... +:airbyte-commons:compileJava FROM-CACHE +:airbyte-json-validation:compileKotlin NO-SOURCE +:airbyte-json-validation:compileJava +Removing intermediate container d90b12905ee5 + ---> f54d1b80be58 +Step 7/8 : LABEL io.airbyte.app=airbyte-keycloak +:airbyte-commons:downloadSpecSecretMask +:airbyte-commons-auth:kaptGenerateStubsKotlin +Setting up libapr1:amd64 (1.7.2-3) ... +Setting up libgdbm6:amd64 (1.23-3) ... + ---> Running in 65463057469c +Setting up libaprutil1:amd64 (1.6.3-1) ... + +dependencies: ++ @cfworker/json-schema 1.12.7 ++ @datadog/browser-rum 4.30.1 ++ @dnd-kit/core 6.0.8 ++ @dnd-kit/sortable 7.0.2 ++ @dnd-kit/utilities 3.2.1 ++ @floating-ui/react-dom 1.2.1 ++ @headlessui-float/react 0.11.2 ++ @headlessui/react 1.7.13 ++ @hookform/resolvers 2.9.11 ++ @monaco-editor/react 4.4.6 ++ @tanstack/react-query 4.29.5 ++ @tanstack/react-query-devtools 4.29.6 ++ @tanstack/react-table 8.7.6 ++ @types/diff 5.0.7 ++ @types/path-browserify 1.0.1 ++ @types/segment-analytics 0.0.36 ++ @types/semver 7.3.13 ++ @types/uuid 9.0.6 ++ anser 2.1.1 ++ any-base 1.1.0 ++ broadcast-channel 7.0.0 ++ classnames 2.3.2 ++ country-flag-icons 1.5.7 ++ cronstrue 2.47.0 ++ date-fns 2.29.3 ++ dayjs 1.11.7 ++ diff 5.1.0 ++ escape-string-regexp 5.0.0 ++ firebase 10.5.0 ++ framer-motion 6.5.1 ++ js-yaml 4.1.0 ++ json-schema 0.4.0 ++ keycloak-js 23.0.7 ++ launchdarkly-js-client-sdk 3.1.0 ++ lodash 4.17.21 ++ markdown-to-jsx 7.3.2 ++ monaco-editor 0.34.1 ++ normalize.css 8.0.1 ++ oidc-client-ts 2.4.0 ++ path-browserify 1.0.1 ++ query-string 8.1.0 ++ react 18.2.0 ++ react-datepicker 4.8.0 ++ react-dom 18.2.0 ++ react-helmet-async 2.0.4 ++ react-hook-form 7.45.4 ++ react-intersection-observer 9.4.2 ++ react-intl 6.2.5 ++ react-lazylog 4.5.3 ++ react-markdown 7.1.2 ++ react-oidc-context 2.2.2 ++ react-paginate 8.1.4 ++ react-reflex 4.0.9 ++ react-resize-detector 8.0.3 ++ react-rnd 10.4.1 ++ react-router-dom 6.14.2 ++ react-select 5.7.7 ++ react-use 17.4.0 ++ react-virtuoso 4.6.2 ++ react-widgets 4.6.1 ++ recharts 2.3.2 ++ remark 14.0.3 ++ remark-gfm 3.0.1 ++ rxjs 7.8.1 ++ sanitize-html 2.11.0 ++ semver 7.5.4 ++ ts-pattern 4.2.1 ++ typesafe-actions 5.1.0 ++ uuid 9.0.1 ++ yup 0.32.11 + +devDependencies: ++ @airbyte/eslint-plugin 0.0.0 <- packages/eslint-plugin ++ @babel/core 7.23.9 ++ @babel/preset-env 7.23.9 ++ @babel/preset-react 7.23.3 ++ @babel/preset-typescript 7.23.3 ++ @formatjs/icu-messageformat-parser 2.4.0 ++ @modyfi/vite-plugin-yaml 1.1.0 ++ @storybook/addon-actions 7.6.12 ++ @storybook/addon-docs 7.6.12 ++ @storybook/addon-essentials 7.6.12 ++ @storybook/addon-links 7.6.12 ++ @storybook/react 7.6.12 ++ @storybook/react-vite 7.6.12 ++ @storybook/theming 7.6.12 ++ @svgr/plugin-jsx 8.1.0 ++ @svgr/plugin-svgo 8.1.0 ++ @testing-library/jest-dom 6.4.2 ++ @testing-library/react 14.2.1 ++ @testing-library/user-event 14.5.2 ++ @types/byte-size 8.1.1 ++ @types/jest 29.5.12 ++ @types/js-yaml 4.0.8 ++ @types/json-schema 7.0.14 ++ @types/lodash 4.14.200 ++ @types/node 18.16.3 ++ @types/node-fetch 2.6.11 ++ @types/react 18.2.34 ++ @types/react-datepicker 4.8.0 ++ @types/react-dom 18.2.14 ++ @types/react-helmet 6.1.8 ++ @types/react-lazylog 4.5.3 ++ @types/react-paginate 7.1.3 ++ @types/react-slick 0.23.11 ++ @types/react-table 7.7.17 ++ @types/react-widgets 4.4.10 ++ @types/sanitize-html 2.9.3 ++ @types/unist 2.0.6 ++ @typescript-eslint/eslint-plugin 6.21.0 ++ @typescript-eslint/parser 6.21.0 ++ @vitejs/plugin-basic-ssl 1.1.0 ++ @vitejs/plugin-react 4.2.1 ++ babel-jest 29.7.0 ++ camelcase 8.0.0 ++ chalk 4.1.2 ++ cypress 12.11.0 ++ dotenv 16.0.3 ++ eslint 8.56.0 ++ eslint-config-prettier 9.1.0 ++ eslint-import-resolver-typescript 3.6.1 ++ eslint-plugin-check-file 2.6.2 ++ eslint-plugin-css-modules 2.12.0 ++ eslint-plugin-cypress 2.15.1 ++ eslint-plugin-import 2.29.1 ++ eslint-plugin-jest 27.6.3 ++ eslint-plugin-jsx-a11y 6.8.0 ++ eslint-plugin-prettier 5.1.3 ++ eslint-plugin-react 7.33.2 ++ eslint-plugin-react-hooks 4.6.0 ++ eslint-plugin-unused-imports 3.0.0 ++ express 4.18.2 ++ glob 9.3.1 ++ history 5.3.0 ++ jest 29.7.0 ++ jest-environment-jsdom 29.7.0 ++ knip 5.2.2 ++ license-checker 25.0.1 ++ lint-staged 12.5.0 ++ meow 9.0.0 ++ mime-types 2.1.35 ++ node-fetch 2.6.9 ++ optionator 0.9.3 ++ orval 6.19.1 ++ pg-promise 10.15.4 ++ prettier 3.0.3 ++ react-select-event 5.5.1 ++ sass 1.70.0 ++ start-server-and-test 2.0.3 ++ storybook 7.6.12 ++ storybook-dark-mode 3.0.3 ++ stylelint 16.2.1 ++ stylelint-config-css-modules 4.4.0 ++ stylelint-config-prettier-scss 1.0.0 ++ stylelint-config-standard 36.0.0 ++ stylelint-config-standard-scss 13.0.0 ++ svgo 3.2.0 ++ tar 6.2.0 ++ tmpl 1.0.5 ++ ts-node 10.9.2 ++ typescript 5.0.2 ++ typescript-plugin-css-modules 5.0.2 ++ vite 5.0.12 ++ vite-plugin-checker 0.6.4 ++ vite-plugin-svgr 4.2.0 ++ vite-tsconfig-paths 4.3.1 + +Setting up apache2-utils (2.4.59-1~deb12u1) ... +:airbyte-temporal:spotlessKotlinGradle FROM-CACHE +:airbyte-commons:generateCatalogAsToml FROM-CACHE +:airbyte-commons:assemble UP-TO-DATE +:airbyte-commons:checkstyleCopyRules FROM-CACHE +:airbyte-commons:checkstyleCopySuppressions FROM-CACHE +:airbyte-commons:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons:compileIntegrationTestJava NO-SOURCE +:airbyte-commons:processIntegrationTestResources NO-SOURCE +:airbyte-commons:integrationTestClasses UP-TO-DATE +:airbyte-commons:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons:processTestResources +Processing triggers for libc-bin (2.36-9+deb12u4) ... +:airbyte-commons:spotbugsCopyRules FROM-CACHE +:airbyte-commons:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons:codeStyleCopyRules FROM-CACHE +:airbyte-commons:spotlessGroovyGradle + +> airbyte-webapp@ prepare /actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> ./scripts/install-githooks.sh + +Removing intermediate container 65463057469c + ---> da99864ddeeb +Step 8/8 : LABEL io.airbyte.version=0.58.0 +:airbyte-commons:spotlessGroovyGradle FROM-CACHE +:airbyte-commons:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons:spotlessJava +Done in 34.9s + ---> Running in a6b70c5d88f5 +Removing intermediate container a6b70c5d88f5 + ---> a44b02170153 +[Warning] One or more build-args [DOCKER_BUILD_ARCH JDK_VERSION APPLICATION] were not consumed +Successfully built a44b02170153 +Download https://connectors.airbyte.com/files/registries/v0/specs_secrets_mask.yaml +Successfully tagged airbyte/keycloak:0.58.0 +Created image with ID 'a44b02170153'. +:airbyte-commons-micronaut-security:compileKotlin NO-SOURCE +:airbyte-commons-micronaut-security:compileJava +:airbyte-commons:spotlessJava FROM-CACHE +:airbyte-commons:spotlessJavaApply UP-TO-DATE +:airbyte-commons:spotlessKotlin FROM-CACHE +:airbyte-commons:spotlessKotlinApply UP-TO-DATE +:airbyte-commons:spotlessKotlinGradle FROM-CACHE +:airbyte-commons:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons:spotlessSql FROM-CACHE +:airbyte-commons:spotlessSqlApply UP-TO-DATE +:airbyte-commons:spotlessStyling FROM-CACHE +:airbyte-commons:spotlessStylingApply UP-TO-DATE +:airbyte-commons:spotlessApply UP-TO-DATE +:airbyte-commons:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons:spotlessJavaCheck UP-TO-DATE +:airbyte-commons:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons:spotlessSqlCheck UP-TO-DATE +:airbyte-commons:spotlessStylingCheck UP-TO-DATE +:airbyte-commons:spotlessCheck UP-TO-DATE +:airbyte-keycloak:generateCatalogAsToml FROM-CACHE +:airbyte-keycloak:assemble +:airbyte-keycloak:checkstyleCopyRules FROM-CACHE +:airbyte-keycloak:checkstyleCopySuppressions FROM-CACHE +:airbyte-keycloak:checkKotlinGradlePluginConfigurationErrors +:airbyte-keycloak:compileKotlin NO-SOURCE +:airbyte-keycloak:compileJava NO-SOURCE +:airbyte-keycloak:processResources NO-SOURCE +:airbyte-keycloak:classes UP-TO-DATE +:airbyte-keycloak:jar +:airbyte-keycloak:compileIntegrationTestKotlin +Removing intermediate container 4e051dfbde72 + ---> 15429ebe4ce2 +Step 6/20 : ENV PROXY_PASS_WEB "http://airbyte-webapp:8080" +:airbyte-commons:processResources + ---> Running in b924fbe79631 +:airbyte-commons:classes +:airbyte-commons:jar +:airbyte-commons:checkstyleMain +Removing intermediate container b924fbe79631 + ---> 80473e06e0be +Step 7/20 : ENV PROXY_PASS_API "http://airbyte-server:8001" + ---> Running in 80be7270e7ae +Removing intermediate container 80be7270e7ae + ---> 639bd25fa2ad +Step 8/20 : ENV CONNECTOR_BUILDER_SERVER_API "http://airbyte-connector-builder-server:8080" + ---> Running in f5b87e7024d0 +Removing intermediate container f5b87e7024d0 + ---> bddbdce98e2b +Step 9/20 : ENV PROXY_PASS_AIRBYTE_API_SERVER "http://airbyte-api-server:8006" + ---> Running in 932448a05bc7 +Removing intermediate container 932448a05bc7 + ---> f7efedc7acc4 +Step 10/20 : WORKDIR / + ---> Running in 491b768b01c6 +Removing intermediate container 491b768b01c6 + ---> e0ad5afeffb0 +Step 11/20 : RUN mkdir -p /etc/nginx/templates + ---> Running in cbd2bca2fa04 +Removing intermediate container cbd2bca2fa04 + ---> ccac2d488357 +Step 12/20 : COPY nginx-auth.conf.template /etc/nginx/templates/nginx-auth.conf.template + ---> 6e495bf8b603 +Step 13/20 : COPY nginx-no-auth.conf.template /etc/nginx/templates/nginx-no-auth.conf.template + ---> 8435a383265d +Step 14/20 : COPY 401.html /etc/nginx/401.html + ---> b9106e43f7e0 +Step 15/20 : COPY run.sh ./ + ---> 12d741911970 +Step 16/20 : RUN chmod 0755 ./run.sh + ---> Running in e6ae4931567c +Removing intermediate container e6ae4931567c + ---> 5ea730c6a9f1 +Step 17/20 : CMD [ "./run.sh" ] +:airbyte-json-validation:compileJava FROM-CACHE +:airbyte-config:config-models:kaptGenerateStubsKotlin + ---> Running in 07b03e9a5d1d +Removing intermediate container 07b03e9a5d1d + ---> 3492c676b545 +Step 18/20 : ENTRYPOINT ["./run.sh"] + ---> Running in 24cb9acdfec6 +Removing intermediate container 24cb9acdfec6 + ---> 7ba9c17f95f4 +Step 19/20 : LABEL io.airbyte.app=airbyte-proxy + ---> Running in 4aab032b9824 +Removing intermediate container 4aab032b9824 + ---> a8dc79078033 +Step 20/20 : LABEL io.airbyte.version=0.58.0 + ---> Running in 15b5fd0de933 +Removing intermediate container 15b5fd0de933 + ---> f0aefe7362a1 +[Warning] One or more build-args [JDK_VERSION APPLICATION DOCKER_BUILD_ARCH] were not consumed +Successfully built f0aefe7362a1 +Successfully tagged airbyte/proxy:0.58.0 +Created image with ID 'f0aefe7362a1'. +:airbyte-json-validation:classes UP-TO-DATE +:airbyte-json-validation:jar +:airbyte-commons-protocol:compileKotlin NO-SOURCE +:airbyte-commons-protocol:compileJava +:airbyte-commons-micronaut-security:compileJava FROM-CACHE +:airbyte-commons-micronaut-security:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons-micronaut-security:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-micronaut-security:integrationTestClasses UP-TO-DATE +:airbyte-commons-micronaut-security:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons-micronaut-security:classes UP-TO-DATE +:airbyte-commons-micronaut-security:checkstyleMain +:airbyte-keycloak:compileIntegrationTestKotlin NO-SOURCE +:airbyte-json-validation:compileIntegrationTestKotlin NO-SOURCE +:airbyte-json-validation:compileIntegrationTestJava NO-SOURCE +:airbyte-json-validation:integrationTestClasses UP-TO-DATE +:airbyte-json-validation:checkstyleIntegrationTest NO-SOURCE +:airbyte-json-validation:checkstyleMain +:airbyte-featureflag:kaptGenerateStubsIntegrationTestKotlin FROM-CACHE +:airbyte-featureflag:kaptIntegrationTestKotlin +:airbyte-keycloak:compileIntegrationTestJava NO-SOURCE +:airbyte-keycloak:processIntegrationTestResources NO-SOURCE +:airbyte-keycloak:integrationTestClasses UP-TO-DATE +:airbyte-keycloak:checkstyleIntegrationTest NO-SOURCE +:airbyte-keycloak:checkstyleMain NO-SOURCE +:airbyte-keycloak:compileTestKotlin NO-SOURCE +:airbyte-keycloak:compileTestJava NO-SOURCE +:airbyte-keycloak:processTestResources NO-SOURCE +:airbyte-keycloak:testClasses UP-TO-DATE +:airbyte-keycloak:checkstyleTest NO-SOURCE +:airbyte-keycloak:spotbugsCopyRules FROM-CACHE +:airbyte-keycloak:spotbugsIntegrationTest NO-SOURCE +:airbyte-keycloak:spotbugsMain NO-SOURCE +:airbyte-keycloak:spotbugsTest SKIPPED +:airbyte-keycloak:codeStyleCopyRules FROM-CACHE +:airbyte-keycloak:spotlessGroovyGradle FROM-CACHE +:airbyte-keycloak:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-keycloak:spotlessJava FROM-CACHE +:airbyte-keycloak:spotlessJavaApply UP-TO-DATE +:airbyte-keycloak:spotlessKotlin FROM-CACHE +:airbyte-keycloak:spotlessKotlinApply UP-TO-DATE +:airbyte-keycloak:spotlessKotlinGradle +:airbyte-commons-protocol:compileJava FROM-CACHE +:airbyte-commons-protocol:classes UP-TO-DATE +:airbyte-commons-protocol:jar +:airbyte-commons-protocol:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons-protocol:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-protocol:integrationTestClasses UP-TO-DATE +:airbyte-commons-protocol:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons-protocol:checkstyleMain +:airbyte-keycloak:spotlessKotlinGradle FROM-CACHE +:airbyte-keycloak:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-keycloak:spotlessSql FROM-CACHE +:airbyte-keycloak:spotlessSqlApply UP-TO-DATE +:airbyte-keycloak:spotlessStyling FROM-CACHE +:airbyte-keycloak:spotlessStylingApply UP-TO-DATE +:airbyte-keycloak:spotlessApply UP-TO-DATE +:airbyte-keycloak:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-keycloak:spotlessJavaCheck UP-TO-DATE +:airbyte-keycloak:spotlessKotlinCheck UP-TO-DATE +:airbyte-keycloak:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-keycloak:spotlessSqlCheck UP-TO-DATE +:airbyte-keycloak:spotlessStylingCheck UP-TO-DATE +:airbyte-keycloak:spotlessCheck UP-TO-DATE +:airbyte-keycloak:test NO-SOURCE +:airbyte-keycloak:jacocoTestReport SKIPPED +:airbyte-keycloak:check UP-TO-DATE +:airbyte-keycloak:build +:airbyte-proxy:generateCatalogAsToml FROM-CACHE +:airbyte-proxy:assemble +:airbyte-proxy:checkstyleCopyRules FROM-CACHE +:airbyte-proxy:checkstyleCopySuppressions FROM-CACHE +:airbyte-proxy:checkKotlinGradlePluginConfigurationErrors +:airbyte-proxy:compileKotlin NO-SOURCE +:airbyte-proxy:compileJava +:airbyte-commons-protocol:checkstyleMain FROM-CACHE +:airbyte-proxy:compileJava NO-SOURCE +:airbyte-commons-protocol:compileTestKotlin +:airbyte-proxy:processResources NO-SOURCE +:airbyte-proxy:classes UP-TO-DATE +:airbyte-proxy:jar +:airbyte-commons-protocol:compileTestKotlin NO-SOURCE +:airbyte-commons-protocol:compileTestJava +:airbyte-proxy:compileIntegrationTestKotlin NO-SOURCE +:airbyte-proxy:compileIntegrationTestJava NO-SOURCE +:airbyte-proxy:processIntegrationTestResources NO-SOURCE +:airbyte-proxy:integrationTestClasses UP-TO-DATE +:airbyte-proxy:checkstyleIntegrationTest NO-SOURCE +:airbyte-proxy:checkstyleMain NO-SOURCE +:airbyte-proxy:compileTestKotlin NO-SOURCE +:airbyte-proxy:compileTestJava NO-SOURCE +:airbyte-proxy:processTestResources NO-SOURCE +:airbyte-proxy:testClasses UP-TO-DATE +:airbyte-proxy:checkstyleTest NO-SOURCE +:airbyte-proxy:spotbugsCopyRules FROM-CACHE +:airbyte-proxy:spotbugsIntegrationTest NO-SOURCE +:airbyte-proxy:spotbugsMain NO-SOURCE +:airbyte-proxy:spotbugsTest SKIPPED +:airbyte-proxy:codeStyleCopyRules FROM-CACHE +:airbyte-proxy:spotlessGroovyGradle FROM-CACHE +:airbyte-proxy:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-proxy:spotlessJava FROM-CACHE +:airbyte-proxy:spotlessJavaApply UP-TO-DATE +:airbyte-proxy:spotlessKotlin FROM-CACHE +:airbyte-proxy:spotlessKotlinApply UP-TO-DATE +:airbyte-proxy:spotlessKotlinGradle +:airbyte-json-validation:checkstyleMain FROM-CACHE +:airbyte-json-validation:compileTestKotlin NO-SOURCE +:airbyte-json-validation:compileTestJava +:airbyte-proxy:spotlessKotlinGradle FROM-CACHE +:airbyte-proxy:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-proxy:spotlessSql FROM-CACHE +:airbyte-proxy:spotlessSqlApply UP-TO-DATE +:airbyte-proxy:spotlessStyling FROM-CACHE +:airbyte-proxy:spotlessStylingApply UP-TO-DATE +:airbyte-proxy:spotlessApply UP-TO-DATE +:airbyte-proxy:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-proxy:spotlessJavaCheck UP-TO-DATE +:airbyte-proxy:spotlessKotlinCheck UP-TO-DATE +:airbyte-proxy:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-proxy:spotlessSqlCheck UP-TO-DATE +:airbyte-proxy:spotlessStylingCheck UP-TO-DATE +:airbyte-proxy:spotlessCheck UP-TO-DATE +:airbyte-proxy:bashTest +testing with proxy container airbyte/proxy:0.58.0 +Testing airbyte proxy... +docker run -d -p 8000:8000 --env BASIC_AUTH_USERNAME=airbyte --env BASIC_AUTH_PASSWORD=password --env BASIC_AUTH_PROXY_TIMEOUT=120 --env PROXY_PASS_WEB=http://localhost --env PROXY_PASS_API=http://localhost --env CONNECTOR_BUILDER_SERVER_API=http://localhost --env PROXY_PASS_AIRBYTE_API_SERVER=http://localhost --name airbyte-proxy-test-container-8000 airbyte/proxy:0.58.0 +:airbyte-commons-micronaut-security:checkstyleMain FROM-CACHE +:airbyte-commons-micronaut-security:compileTestKotlin NO-SOURCE +:airbyte-commons-micronaut-security:compileTestJava NO-SOURCE +:airbyte-commons-micronaut-security:testClasses UP-TO-DATE +:airbyte-commons-micronaut-security:checkstyleTest NO-SOURCE +:airbyte-commons-micronaut-security:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons-micronaut-security:spotbugsMain FROM-CACHE +:airbyte-commons-micronaut-security:spotbugsTest SKIPPED +:airbyte-commons-micronaut-security:jar +:airbyte-commons-micronaut-security:test NO-SOURCE +:airbyte-commons-micronaut-security:jacocoTestReport SKIPPED +:airbyte-commons-micronaut-security:check UP-TO-DATE +:airbyte-commons-micronaut-security:build UP-TO-DATE +:airbyte-temporal:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-temporal:spotlessSql FROM-CACHE +:airbyte-temporal:spotlessSqlApply UP-TO-DATE +:airbyte-temporal:spotlessStyling FROM-CACHE +:airbyte-temporal:spotlessStylingApply UP-TO-DATE +:airbyte-temporal:spotlessApply UP-TO-DATE +:airbyte-temporal:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-temporal:spotlessJavaCheck UP-TO-DATE +:airbyte-temporal:spotlessKotlinCheck UP-TO-DATE +:airbyte-temporal:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-temporal:spotlessSqlCheck UP-TO-DATE +:airbyte-temporal:spotlessStylingCheck UP-TO-DATE +:airbyte-temporal:spotlessCheck UP-TO-DATE +:airbyte-temporal:test NO-SOURCE +:airbyte-temporal:jacocoTestReport SKIPPED +:airbyte-temporal:check UP-TO-DATE +:airbyte-temporal:build +:airbyte-webapp:pnpmBuild +123e5700d8d8177c577de6d95497458cb0fecf029a465a53c0b8a3ea64c527f9 +:airbyte-commons:checkstyleMain FROM-CACHE +:airbyte-commons:compileTestKotlin + +> airbyte-webapp@ prebuild /actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> pnpm run generate-client + +:airbyte-config:config-models:kaptGenerateStubsKotlin FROM-CACHE +:airbyte-config:config-models:kaptKotlin +:airbyte-featureflag:kaptIntegrationTestKotlin FROM-CACHE +:airbyte-featureflag:compileIntegrationTestKotlin NO-SOURCE +:airbyte-featureflag:compileIntegrationTestJava NO-SOURCE +:airbyte-featureflag:processIntegrationTestResources NO-SOURCE +:airbyte-featureflag:integrationTestClasses UP-TO-DATE +:airbyte-featureflag:checkstyleIntegrationTest NO-SOURCE +:airbyte-featureflag:checkstyleMain NO-SOURCE +:airbyte-featureflag:kaptGenerateStubsTestKotlin + +> airbyte-webapp@ generate-client /actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> ./scripts/load-declarative-schema.sh && orval + +Downloading CDK manifest schema 0.85.0 from pypi +:airbyte-featureflag:kaptGenerateStubsTestKotlin FROM-CACHE +:airbyte-featureflag:kaptTestKotlin + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0:airbyte-featureflag:kaptTestKotlin FROM-CACHE +:airbyte-featureflag:compileTestKotlin + 100 269k 100 269k 0 0 1690k 0 --:--:-- --:--:-- --:--:-- 1697k +:airbyte-commons-protocol:compileTestJava FROM-CACHE +:airbyte-commons-protocol:testClasses +:airbyte-commons-protocol:checkstyleTest +:airbyte-featureflag:compileTestKotlin FROM-CACHE +:airbyte-featureflag:compileTestJava NO-SOURCE +:airbyte-featureflag:processTestResources +:airbyte-featureflag:testClasses +:airbyte-featureflag:checkstyleTest NO-SOURCE +:airbyte-featureflag:spotbugsCopyRules FROM-CACHE +:airbyte-featureflag:spotbugsIntegrationTest NO-SOURCE +:airbyte-featureflag:spotbugsMain +:airbyte-json-validation:compileTestJava FROM-CACHE +:airbyte-json-validation:testClasses UP-TO-DATE +:airbyte-json-validation:checkstyleTest +:airbyte-commons-protocol:checkstyleTest FROM-CACHE +:airbyte-commons-protocol:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons-protocol:spotbugsMain +:airbyte-json-validation:checkstyleTest FROM-CACHE +:airbyte-json-validation:spotbugsIntegrationTest NO-SOURCE +:airbyte-json-validation:spotbugsMain +:airbyte-commons-protocol:spotbugsMain FROM-CACHE +:airbyte-commons-protocol:spotbugsTest SKIPPED +:airbyte-commons-protocol:test +:airbyte-json-validation:spotbugsMain FROM-CACHE +:airbyte-json-validation:spotbugsTest SKIPPED +:airbyte-json-validation:test +🍻 Start orval v6.19.1 - A swagger client generator for typescript +Running afterAllFilesWrite hook... +Post process generated content in AirbyteClient.ts... +Write type re-export file for AirbyteClient... +Testing access without auth +* Trying 127.0.0.1:8000... + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to localhost (127.0.0.1) port 8000 (#0) +> GET / HTTP/1.1 +> Host: localhost:8000 +> User-Agent: curl/7.81.0 +> Accept: */* +> +* Mark bundle as not supporting multiuse +< HTTP/1.1 401 Unauthorized +< Server: nginx/1.25.3 +< Date: Fri, 26 Apr 2024 00:47:31 GMT +< Content-Type: text/html +< Content-Length: 701 +✔️ access without auth blocked +< Connection: keep-alive +Testing access with auth +< WWW-Authenticate: Basic realm="Welcome to Airbyte" +< ETag: "662af968-2bd" +< +{ [701 bytes data] + 100 701 100 701 0 0 527k 0 --:--:-- --:--:-- --:--:-- 684k +* Connection #0 to host localhost left intact +* Trying 127.0.0.1:8000... + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to localhost (127.0.0.1) port 8000 (#0) +* Server auth using Basic with user 'airbyte' +> GET / HTTP/1.1 +> Host: localhost:8000 +> Authorization: Basic YWlyYnl0ZTpwYXNzd29yZA== +> User-Agent: curl/7.81.0 +> Accept: */* +> +* Mark bundle as not supporting multiuse +< HTTP/1.1 502 Bad Gateway +< Server: nginx/1.25.3 +< Date: Fri, 26 Apr 2024 00:47:31 GMT +< Content-Type: text/html +< Content-Length: 157 +< Connection: keep-alive +< +{ [157 bytes data] + 100 157 100 157 0 0 223k 0 --:--:-- --:--:-- --:--:-- 153k +* Connection #0 to host localhost left intact +✔️ access with auth worked +Stopping airbyte-proxy-test-container-8000 +:airbyte-commons:compileTestKotlin FROM-CACHE +:airbyte-commons:compileTestJava +🎉 api - Your OpenAPI spec has been converted into ready to use orval! +:airbyte-config:config-models:kaptKotlin FROM-CACHE +:airbyte-config:config-models:compileKotlin +airbyte-proxy-test-container-8000 +:airbyte-commons:compileTestJava FROM-CACHE +:airbyte-commons:testClasses +:airbyte-commons:checkstyleTest +airbyte-proxy-test-container-8000 +docker run -d -p 8001:8000 --env BASIC_AUTH_USERNAME=airbyte --env BASIC_AUTH_PASSWORD=pa55w0rd --env BASIC_AUTH_PROXY_TIMEOUT=120 --env PROXY_PASS_WEB=http://localhost --env PROXY_PASS_API=http://localhost --env CONNECTOR_BUILDER_SERVER_API=http://localhost --env PROXY_PASS_AIRBYTE_API_SERVER=http://localhost --name airbyte-proxy-test-container-8001 airbyte/proxy:0.58.0 +Running afterAllFilesWrite hook... +Post process generated content in CloudApi.ts... +Write type re-export file for CloudApi... +:airbyte-commons:checkstyleTest FROM-CACHE +:airbyte-commons:spotbugsMain +e3717ead304ced2e71399b305fb06b8b32a4b70c23f88d10e49063a957bd512f +:airbyte-config:config-models:compileKotlin FROM-CACHE +:airbyte-config:config-models:compileJava +🎉 cloudApi - Your OpenAPI spec has been converted into ready to use orval! +Running afterAllFilesWrite hook... +Post process generated content in ConnectorBuilderClient.ts... +Write type re-export file for ConnectorBuilderClient... +:airbyte-config:config-models:compileJava FROM-CACHE +:airbyte-db:db-lib:compileKotlin NO-SOURCE +:airbyte-db:db-lib:compileJava +🎉 connectorBuilder - Your OpenAPI spec has been converted into ready to use orval! +Running afterAllFilesWrite hook... +Post process generated content in ConnectorManifest.ts... +Write type re-export file for ConnectorManifest... +:airbyte-json-validation:test FROM-CACHE +:airbyte-config:config-models:classes +:airbyte-config:config-models:jar +:airbyte-commons-protocol:test FROM-CACHE +:airbyte-commons-micronaut:compileKotlin NO-SOURCE +:airbyte-commons-micronaut:compileJava +:airbyte-config:specs:compileKotlin NO-SOURCE +:airbyte-config:specs:compileJava +:airbyte-commons-micronaut:compileJava FROM-CACHE +:airbyte-commons-license:compileKotlin NO-SOURCE +:airbyte-commons-license:compileJava FROM-CACHE +:airbyte-commons-license:classes UP-TO-DATE +:airbyte-commons-license:jar +:airbyte-commons-micronaut:classes +:airbyte-commons-micronaut:jar +:airbyte-commons:spotbugsTest SKIPPED +:airbyte-commons:test +🎉 connectorManifest - Your OpenAPI spec has been converted into ready to use orval! + +> airbyte-webapp@ build /actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> . ./scripts/calculate-source-hash.sh && vite build + +:airbyte-commons:test FROM-CACHE +:airbyte-commons:jacocoTestReport +🔨 Use build hash d803078d65c59bfdf6d22512146cd181bbe13c77 + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +Testing access with original password +* Trying 127.0.0.1:8001... + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to localhost (127.0.0.1) port 8001 (#0) +* Server auth using Basic with user 'airbyte' +> GET / HTTP/1.1 +> Host: localhost:8001 +> Authorization: Basic YWlyYnl0ZTpwYXNzd29yZA== +> User-Agent: curl/7.81.0 +> Accept: */* +> +* Mark bundle as not supporting multiuse +< HTTP/1.1 401 Unauthorized +< Server: nginx/1.25.3 +< Date: Fri, 26 Apr 2024 00:47:35 GMT +< Content-Type: text/html +< Content-Length: 701 +< Connection: keep-alive +* Authentication problem. Ignoring this. +< WWW-Authenticate: Basic realm="Welcome to Airbyte" +< ETag: "662af968-2bd" +< +{ [701 bytes data] + 100 701 100 701 0 0 130k 0 --:--:-- --:--:-- --:--:-- 171k +* Connection #0 to host localhost left intact +✔️ access with original auth blocked +Testing access updated auth +* Trying 127.0.0.1:8001... + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to localhost (127.0.0.1) port 8001 (#0) +* Server auth using Basic with user 'airbyte' +> GET / HTTP/1.1 +> Host: localhost:8001 +> Authorization: Basic YWlyYnl0ZTpwYTU1dzByZA== +> User-Agent: curl/7.81.0 +> Accept: */* +> +* Mark bundle as not supporting multiuse +< HTTP/1.1 502 Bad Gateway +< Server: nginx/1.25.3 +< Date: Fri, 26 Apr 2024 00:47:35 GMT +< Content-Type: text/html +< Content-Length: 157 +< Connection: keep-alive +< +{ [157 bytes data] + 100 157 100 157 0 0 75626 0 --:--:-- --:--:-- --:--:-- 153k +* Connection #0 to host localhost left intact +✔️ access with updated auth worked +Stopping airbyte-proxy-test-container-8001 +Replacing the following process.env values in the frontend code: + { + 'process.env.REACT_APP_VERSION': '"0.58.0"', + 'process.env.NODE_ENV': '"production"', + 'process.env.REACT_APP_SEGMENT_TOKEN': '"6cxNSmQyGSKcATLdJ2pL6WsawkzEMDAN"', + 'process.env.REACT_APP_OSANO': '"16A0CTTE7vE8m1Qif/67beec9b-e563-4736-bdb4-4fe4adc39d48"' +} +airbyte-proxy-test-container-8001 +airbyte-proxy-test-container-8001 +docker run -d -p 8002:8000 --env BASIC_AUTH_USERNAME= --env BASIC_AUTH_PASSWORD= --env BASIC_AUTH_PROXY_TIMEOUT= --env PROXY_PASS_WEB=http://localhost --env PROXY_PASS_API=http://localhost --env CONNECTOR_BUILDER_SERVER_API=http://localhost --env PROXY_PASS_AIRBYTE_API_SERVER=http://localhost --name airbyte-proxy-test-container-8002 airbyte/proxy:0.58.0 +vite v5.0.12 building for production... +a97e063802412c5ce6a954047371f25d15059f5adfeec9cd84203d618f198736 +transforming... +:airbyte-commons:jacocoTestReport FROM-CACHE +:airbyte-commons-license:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons-license:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-license:integrationTestClasses UP-TO-DATE +:airbyte-commons-license:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons-license:checkstyleMain +:airbyte-commons-auth:kaptGenerateStubsKotlin FROM-CACHE +:airbyte-commons-auth:kaptKotlin +:airbyte-commons-license:checkstyleMain FROM-CACHE +:airbyte-commons-license:compileTestKotlin NO-SOURCE +:airbyte-commons-license:compileTestJava NO-SOURCE +:airbyte-commons-license:testClasses UP-TO-DATE +:airbyte-commons-license:checkstyleTest NO-SOURCE +:airbyte-commons-license:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons-license:spotbugsMain FROM-CACHE +:airbyte-commons-license:spotbugsTest SKIPPED +:airbyte-commons-license:test NO-SOURCE +:airbyte-commons-license:jacocoTestReport SKIPPED +:airbyte-commons-license:check UP-TO-DATE +:airbyte-commons-license:build UP-TO-DATE +:airbyte-commons-micronaut:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons-micronaut:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-micronaut:integrationTestClasses UP-TO-DATE +:airbyte-commons-micronaut:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons-micronaut:checkstyleMain FROM-CACHE +:airbyte-commons-micronaut:compileTestKotlin NO-SOURCE +:airbyte-commons-micronaut:compileTestJava NO-SOURCE +:airbyte-commons-micronaut:testClasses UP-TO-DATE +:airbyte-commons-micronaut:checkstyleTest NO-SOURCE +:airbyte-commons-micronaut:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons-micronaut:spotbugsMain FROM-CACHE +:airbyte-commons-micronaut:spotbugsTest SKIPPED +:airbyte-commons-micronaut:test NO-SOURCE +:airbyte-commons-micronaut:jacocoTestReport SKIPPED +:airbyte-commons-micronaut:check UP-TO-DATE +:airbyte-commons-micronaut:build UP-TO-DATE +:airbyte-commons-protocol:jacocoTestReport FROM-CACHE +:airbyte-commons-protocol:check UP-TO-DATE +:airbyte-commons-protocol:build UP-TO-DATE +:airbyte-featureflag:spotbugsTest SKIPPED +:airbyte-featureflag:codeStyleCopyRules FROM-CACHE +:airbyte-featureflag:spotlessGroovyGradle FROM-CACHE +:airbyte-featureflag:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-featureflag:spotlessJava FROM-CACHE +:airbyte-featureflag:spotlessJavaApply UP-TO-DATE +:airbyte-featureflag:spotlessKotlin FROM-CACHE +:airbyte-featureflag:spotlessKotlinApply UP-TO-DATE +:airbyte-featureflag:spotlessKotlinGradle FROM-CACHE +:airbyte-featureflag:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-featureflag:spotlessSql FROM-CACHE +:airbyte-featureflag:spotlessSqlApply UP-TO-DATE +:airbyte-featureflag:spotlessStyling FROM-CACHE +:airbyte-featureflag:spotlessStylingApply UP-TO-DATE +:airbyte-featureflag:spotlessApply UP-TO-DATE +:airbyte-featureflag:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-featureflag:spotlessJavaCheck UP-TO-DATE +:airbyte-featureflag:spotlessKotlinCheck UP-TO-DATE +:airbyte-featureflag:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-featureflag:spotlessSqlCheck UP-TO-DATE +:airbyte-featureflag:spotlessStylingCheck UP-TO-DATE +:airbyte-featureflag:spotlessCheck UP-TO-DATE +:airbyte-featureflag:test FROM-CACHE +:airbyte-featureflag:jacocoTestReport FROM-CACHE +:airbyte-json-validation:jacocoTestReport FROM-CACHE +:airbyte-json-validation:check UP-TO-DATE +:airbyte-json-validation:build UP-TO-DATE +:airbyte-config:config-models:kaptGenerateStubsIntegrationTestKotlin FROM-CACHE +:airbyte-config:config-models:kaptIntegrationTestKotlin FROM-CACHE +:airbyte-config:config-models:compileIntegrationTestKotlin NO-SOURCE +:airbyte-config:config-models:compileIntegrationTestJava NO-SOURCE +:airbyte-config:config-models:integrationTestClasses UP-TO-DATE +:airbyte-config:config-models:checkstyleIntegrationTest NO-SOURCE +:airbyte-config:config-models:checkstyleMain FROM-CACHE +:airbyte-config:config-models:kaptGenerateStubsTestKotlin +Testing access without auth +* Trying 127.0.0.1:8002... + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* connect to 127.0.0.1 port 8002 failed: Connection refused +* Trying ::1:8002... +* connect to ::1 port 8002 failed: Connection refused +* Failed to connect to localhost port 8002 after 5 ms: Connection refused + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 +* Closing connection 0 +curl: (7) Failed to connect to localhost port 8002 after 5 ms: Connection refused +✔️ access without auth allowed when configured +Stopping airbyte-proxy-test-container-8002 +:airbyte-config:specs:compileJava FROM-CACHE +:airbyte-config:specs:classes +:airbyte-config:specs:jar +Error response from daemon: Cannot kill container: airbyte-proxy-test-container-8002: Container a97e063802412c5ce6a954047371f25d15059f5adfeec9cd84203d618f198736 is not running +:airbyte-config:specs:compileIntegrationTestKotlin +airbyte-proxy-test-container-8002 +Tests Passed ✅ +:airbyte-proxy:test NO-SOURCE +:airbyte-proxy:jacocoTestReport SKIPPED +:airbyte-proxy:check UP-TO-DATE +:airbyte-proxy:build +:airbyte-config:specs:compileIntegrationTestKotlin NO-SOURCE +:airbyte-config:specs:compileIntegrationTestJava NO-SOURCE +:airbyte-config:specs:integrationTestClasses UP-TO-DATE +:airbyte-config:specs:checkstyleIntegrationTest NO-SOURCE +:airbyte-config:specs:checkstyleMain +:airbyte-config:config-models:kaptGenerateStubsTestKotlin FROM-CACHE +:airbyte-config:config-models:kaptTestKotlin FROM-CACHE +:airbyte-config:config-models:compileTestKotlin +:airbyte-config:specs:checkstyleMain FROM-CACHE +:airbyte-config:specs:compileTestKotlin NO-SOURCE +:airbyte-config:specs:compileTestJava +:airbyte-config:config-models:compileTestKotlin FROM-CACHE +:airbyte-config:config-models:compileTestJava FROM-CACHE +:airbyte-config:config-models:testClasses +:airbyte-config:config-models:checkstyleTest +:airbyte-commons-auth:kaptKotlin FROM-CACHE +:airbyte-commons-auth:compileKotlin NO-SOURCE +:airbyte-commons-auth:compileJava +:airbyte-config:specs:compileTestJava FROM-CACHE +:airbyte-config:specs:testClasses +:airbyte-config:specs:checkstyleTest +:airbyte-config:config-models:checkstyleTest FROM-CACHE +:airbyte-config:config-models:spotbugsIntegrationTest NO-SOURCE +:airbyte-config:config-models:spotbugsMain +:airbyte-config:specs:checkstyleTest FROM-CACHE +:airbyte-config:specs:spotbugsIntegrationTest NO-SOURCE +:airbyte-config:specs:spotbugsMain +:airbyte-config:config-models:spotbugsMain FROM-CACHE +:airbyte-config:config-models:spotbugsTest SKIPPED +:airbyte-config:config-models:test +:airbyte-config:specs:spotbugsTest SKIPPED +:airbyte-config:specs:test +:airbyte-db:db-lib:compileJava FROM-CACHE +:airbyte-db:db-lib:classes +:airbyte-db:db-lib:jar +:airbyte-db:jooq:generateConfigsDatabaseJooq +:airbyte-commons-auth:compileJava FROM-CACHE +:airbyte-commons-auth:classes UP-TO-DATE +:airbyte-commons-auth:jar +:airbyte-commons-auth:kaptGenerateStubsIntegrationTestKotlin +The following classes needed for analysis were missing: + makeConcatWithConstants +:airbyte-commons-auth:kaptGenerateStubsIntegrationTestKotlin FROM-CACHE +:airbyte-commons-auth:kaptIntegrationTestKotlin +:airbyte-config:config-models:test FROM-CACHE +:airbyte-config:config-models:jacocoTestReport +:airbyte-config:specs:test FROM-CACHE +:airbyte-config:specs:jacocoTestReport FROM-CACHE +:airbyte-db:db-lib:checkstyleMain +:airbyte-featureflag:check +:airbyte-featureflag:build +:airbyte-db:jooq:generateConfigsDatabaseJooq FROM-CACHE +:airbyte-db:jooq:generateJobsDatabaseJooq +:airbyte-config:config-models:jacocoTestReport FROM-CACHE +:airbyte-config:config-models:check UP-TO-DATE +:airbyte-config:config-models:build UP-TO-DATE +:airbyte-db:db-lib:checkstyleMain FROM-CACHE +:airbyte-db:db-lib:spotbugsMain +:airbyte-db:jooq:generateJobsDatabaseJooq FROM-CACHE +:airbyte-db:jooq:compileKotlin NO-SOURCE +:airbyte-db:jooq:compileJava +:airbyte-commons-auth:kaptIntegrationTestKotlin FROM-CACHE +:airbyte-commons-auth:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons-auth:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-auth:integrationTestClasses UP-TO-DATE +:airbyte-commons-auth:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons-auth:checkstyleMain FROM-CACHE +:airbyte-commons-auth:kaptGenerateStubsTestKotlin +:airbyte-db:db-lib:spotbugsMain FROM-CACHE +:airbyte-commons-auth:kaptGenerateStubsTestKotlin FROM-CACHE +:airbyte-commons-auth:kaptTestKotlin +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + applyAsInt + test + get + accept + equals + toString + hashCode + run + call +:airbyte-commons-auth:kaptTestKotlin FROM-CACHE +:airbyte-commons-auth:compileTestKotlin NO-SOURCE +:airbyte-commons-auth:compileTestJava +:airbyte-commons:check +:airbyte-commons:build +:airbyte-commons-auth:compileTestJava FROM-CACHE +:airbyte-commons-auth:testClasses UP-TO-DATE +:airbyte-commons-auth:checkstyleTest +:airbyte-db:jooq:compileJava FROM-CACHE +:airbyte-db:jooq:classes UP-TO-DATE +:airbyte-metrics:metrics-lib:kaptGenerateStubsKotlin +:airbyte-db:jooq:jar +:airbyte-commons-auth:checkstyleTest FROM-CACHE +:airbyte-commons-auth:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons-auth:spotbugsMain +:airbyte-db:jooq:compileIntegrationTestKotlin NO-SOURCE +:airbyte-db:jooq:compileIntegrationTestJava NO-SOURCE +:airbyte-db:jooq:integrationTestClasses UP-TO-DATE +:airbyte-db:jooq:checkstyleIntegrationTest NO-SOURCE +:airbyte-db:jooq:checkstyleMain NO-SOURCE +:airbyte-db:jooq:compileTestKotlin NO-SOURCE +:airbyte-db:jooq:compileTestJava NO-SOURCE +:airbyte-db:jooq:testClasses UP-TO-DATE +:airbyte-db:jooq:checkstyleTest NO-SOURCE +:airbyte-db:jooq:spotbugsIntegrationTest NO-SOURCE +:airbyte-db:jooq:spotbugsMain +:airbyte-commons-auth:spotbugsMain FROM-CACHE +:airbyte-commons-auth:spotbugsTest SKIPPED +:airbyte-commons-auth:test +:airbyte-db:jooq:spotbugsMain FROM-CACHE +:airbyte-db:jooq:spotbugsTest SKIPPED +:airbyte-db:jooq:test NO-SOURCE +:airbyte-db:jooq:jacocoTestReport SKIPPED +:airbyte-db:jooq:check UP-TO-DATE +:airbyte-db:jooq:build UP-TO-DATE +:airbyte-metrics:metrics-lib:kaptGenerateStubsKotlin FROM-CACHE +:airbyte-metrics:metrics-lib:kaptKotlin FROM-CACHE +:airbyte-metrics:metrics-lib:compileKotlin FROM-CACHE +:airbyte-metrics:metrics-lib:compileJava +The following classes needed for analysis were missing: + makeConcatWithConstants + apply +:airbyte-config:specs:check +:airbyte-config:specs:build +:airbyte-commons-auth:test FROM-CACHE +:airbyte-commons-auth:jacocoTestReport +:airbyte-metrics:metrics-lib:compileJava FROM-CACHE +:airbyte-commons-temporal-core:compileKotlin +:airbyte-metrics:metrics-lib:classes UP-TO-DATE +:airbyte-config:config-secrets:kaptGenerateStubsKotlin +:airbyte-metrics:metrics-lib:jar +:airbyte-metrics:reporter:compileKotlin NO-SOURCE +:airbyte-metrics:reporter:compileJava +:airbyte-metrics:metrics-lib:checkstyleMain FROM-CACHE +:airbyte-metrics:metrics-lib:spotbugsMain +:airbyte-commons-auth:jacocoTestReport FROM-CACHE +:airbyte-commons-auth:check UP-TO-DATE +:airbyte-commons-auth:build UP-TO-DATE +:airbyte-metrics:reporter:compileJava FROM-CACHE +:airbyte-metrics:reporter:classes +:airbyte-metrics:reporter:jar +:airbyte-metrics:reporter:startScripts +:airbyte-metrics:metrics-lib:spotbugsMain FROM-CACHE +:airbyte-config:config-secrets:kaptGenerateStubsKotlin FROM-CACHE +:airbyte-config:config-secrets:kaptKotlin FROM-CACHE +:airbyte-config:config-secrets:compileKotlin FROM-CACHE +:airbyte-config:config-secrets:compileJava NO-SOURCE +:airbyte-data:kaptGenerateStubsKotlin +:airbyte-config:config-secrets:classes UP-TO-DATE +:airbyte-config:config-secrets:jar +:airbyte-config:config-secrets:kaptGenerateStubsTestFixturesKotlin FROM-CACHE +:airbyte-config:config-secrets:kaptTestFixturesKotlin +:airbyte-commons-temporal-core:compileKotlin FROM-CACHE +:airbyte-commons-temporal-core:compileJava +:airbyte-config:config-secrets:kaptTestFixturesKotlin FROM-CACHE +:airbyte-config:config-secrets:compileTestFixturesKotlin FROM-CACHE +:airbyte-config:config-secrets:compileTestFixturesJava NO-SOURCE +:airbyte-config:config-secrets:checkstyleMain NO-SOURCE +:airbyte-config:config-secrets:testFixturesClasses UP-TO-DATE +:airbyte-config:config-secrets:checkstyleTestFixtures NO-SOURCE +:airbyte-config:config-secrets:spotbugsMain FROM-CACHE +:airbyte-config:config-secrets:spotbugsTestFixtures FROM-CACHE +:airbyte-config:config-secrets:testFixturesJar +:airbyte-commons-temporal-core:compileJava FROM-CACHE +:airbyte-commons-temporal-core:classes UP-TO-DATE +:airbyte-commons-temporal-core:jar +:airbyte-workload-api-server:kaptGenerateStubsKotlin +:airbyte-micronaut-temporal:compileKotlin NO-SOURCE +:airbyte-micronaut-temporal:compileJava +:airbyte-commons-temporal-core:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons-temporal-core:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-temporal-core:integrationTestClasses UP-TO-DATE +:airbyte-commons-temporal-core:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons-temporal-core:checkstyleMain +:airbyte-data:kaptGenerateStubsKotlin FROM-CACHE +:airbyte-data:kaptKotlin +:airbyte-commons-temporal-core:checkstyleMain FROM-CACHE +:airbyte-commons-temporal-core:compileTestKotlin +:airbyte-data:kaptKotlin FROM-CACHE +:airbyte-data:compileKotlin FROM-CACHE +:airbyte-data:compileJava FROM-CACHE +:airbyte-config:config-persistence:kaptGenerateStubsKotlin +:airbyte-micronaut-temporal:compileJava FROM-CACHE +:airbyte-data:classes UP-TO-DATE +:airbyte-data:jar +:airbyte-keycloak-setup:compileKotlin NO-SOURCE +:airbyte-keycloak-setup:compileJava +:airbyte-data:kaptGenerateStubsTestFixturesKotlin +:airbyte-commons-temporal-core:compileTestKotlin FROM-CACHE +:airbyte-commons-temporal-core:compileTestJava FROM-CACHE +:airbyte-commons-temporal-core:testClasses UP-TO-DATE +:airbyte-commons-temporal-core:checkstyleTest +:airbyte-micronaut-temporal:compileIntegrationTestKotlin NO-SOURCE +:airbyte-micronaut-temporal:compileIntegrationTestJava NO-SOURCE +:airbyte-micronaut-temporal:integrationTestClasses UP-TO-DATE +:airbyte-micronaut-temporal:checkstyleIntegrationTest NO-SOURCE +:airbyte-micronaut-temporal:classes UP-TO-DATE +:airbyte-micronaut-temporal:checkstyleMain +:airbyte-data:kaptGenerateStubsTestFixturesKotlin FROM-CACHE +:airbyte-data:kaptTestFixturesKotlin +:airbyte-config:config-persistence:kaptGenerateStubsKotlin FROM-CACHE +:airbyte-config:config-persistence:kaptKotlin +:airbyte-commons-temporal-core:checkstyleTest FROM-CACHE +:airbyte-commons-temporal-core:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons-temporal-core:spotbugsMain +:airbyte-micronaut-temporal:checkstyleMain FROM-CACHE +:airbyte-micronaut-temporal:compileTestKotlin NO-SOURCE +:airbyte-micronaut-temporal:compileTestJava +:airbyte-commons-temporal-core:spotbugsMain FROM-CACHE +:airbyte-commons-temporal-core:spotbugsTest SKIPPED +:airbyte-commons-temporal-core:test +:airbyte-micronaut-temporal:compileTestJava FROM-CACHE +:airbyte-micronaut-temporal:testClasses UP-TO-DATE +:airbyte-micronaut-temporal:checkstyleTest +:airbyte-data:kaptTestFixturesKotlin FROM-CACHE +:airbyte-data:compileTestFixturesKotlin NO-SOURCE +:airbyte-data:compileTestFixturesJava NO-SOURCE +:airbyte-data:checkstyleMain +:airbyte-micronaut-temporal:checkstyleTest FROM-CACHE +:airbyte-micronaut-temporal:spotbugsIntegrationTest NO-SOURCE +:airbyte-micronaut-temporal:spotbugsMain FROM-CACHE +:airbyte-micronaut-temporal:spotbugsTest SKIPPED +:airbyte-micronaut-temporal:jar +:airbyte-micronaut-temporal:test +:airbyte-data:checkstyleMain FROM-CACHE +:airbyte-data:testFixturesClasses UP-TO-DATE +:airbyte-data:checkstyleTestFixtures NO-SOURCE +:airbyte-data:spotbugsMain SKIPPED +:airbyte-data:spotbugsTestFixtures NO-SOURCE +:airbyte-data:testFixturesJar +:airbyte-keycloak-setup:compileJava FROM-CACHE +:airbyte-keycloak-setup:classes +:airbyte-keycloak-setup:jar +:airbyte-keycloak-setup:startScripts +:airbyte-config:config-persistence:kaptKotlin FROM-CACHE +:airbyte-config:config-persistence:compileKotlin FROM-CACHE +:airbyte-config:config-persistence:compileJava FROM-CACHE +:airbyte-oauth:compileKotlin NO-SOURCE +:airbyte-oauth:compileJava +:airbyte-config:config-persistence:classes UP-TO-DATE +:airbyte-config:config-persistence:jar +:airbyte-metrics:reporter:distTar +:airbyte-config:config-persistence:kaptGenerateStubsTestFixturesKotlin FROM-CACHE +:airbyte-config:config-persistence:kaptTestFixturesKotlin FROM-CACHE +:airbyte-config:config-persistence:compileTestFixturesKotlin NO-SOURCE +:airbyte-config:config-persistence:compileTestFixturesJava FROM-CACHE +:airbyte-config:config-persistence:testFixturesClasses UP-TO-DATE +:airbyte-config:config-persistence:testFixturesJar +:airbyte-config:config-persistence:checkstyleMain FROM-CACHE +:airbyte-config:config-persistence:checkstyleTestFixtures FROM-CACHE +:airbyte-config:config-persistence:spotbugsMain +:airbyte-micronaut-temporal:test FROM-CACHE +:airbyte-micronaut-temporal:jacocoTestReport +:airbyte-commons-temporal-core:test FROM-CACHE +:airbyte-commons-temporal-core:jacocoTestReport +:airbyte-config:config-persistence:spotbugsTestFixtures +:airbyte-micronaut-temporal:jacocoTestReport FROM-CACHE +:airbyte-micronaut-temporal:check UP-TO-DATE +:airbyte-micronaut-temporal:build UP-TO-DATE +:airbyte-commons-temporal-core:jacocoTestReport FROM-CACHE +:airbyte-config:config-secrets:kaptGenerateStubsIntegrationTestKotlin +:airbyte-commons-temporal-core:check UP-TO-DATE +:airbyte-commons-temporal-core:build UP-TO-DATE +:airbyte-metrics:reporter:distZip SKIPPED +:airbyte-metrics:reporter:dockerCopyDistribution +:airbyte-metrics:reporter:dockerBuildImage +Building image using context '/actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-metrics/reporter/build/airbyte/docker'. +:airbyte-oauth:compileJava FROM-CACHE +:airbyte-oauth:classes UP-TO-DATE +:airbyte-oauth:jar +:airbyte-oauth:compileIntegrationTestKotlin NO-SOURCE +:airbyte-oauth:compileIntegrationTestJava FROM-CACHE +:airbyte-oauth:integrationTestClasses UP-TO-DATE +:airbyte-oauth:checkstyleIntegrationTest +:airbyte-workload-api-server:kaptGenerateStubsKotlin FROM-CACHE +:airbyte-workload-api-server:kaptKotlin +:airbyte-oauth:checkstyleIntegrationTest FROM-CACHE +:airbyte-oauth:checkstyleMain FROM-CACHE +:airbyte-oauth:compileTestKotlin NO-SOURCE +:airbyte-oauth:compileTestJava FROM-CACHE +:airbyte-oauth:testClasses UP-TO-DATE +:airbyte-keycloak-setup:distTar +:airbyte-oauth:checkstyleTest FROM-CACHE +:airbyte-oauth:spotbugsIntegrationTest FROM-CACHE +:airbyte-oauth:spotbugsMain FROM-CACHE +:airbyte-oauth:spotbugsTest SKIPPED +:airbyte-oauth:test +:airbyte-keycloak-setup:distZip SKIPPED +:airbyte-keycloak-setup:dockerCopyDistribution +:airbyte-keycloak-setup:dockerBuildImage +Building image using context '/actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-keycloak-setup/build/airbyte/docker'. +:airbyte-oauth:test FROM-CACHE +:airbyte-oauth:jacocoTestReport FROM-CACHE +:airbyte-oauth:check UP-TO-DATE +:airbyte-oauth:build UP-TO-DATE +:airbyte-config:config-secrets:kaptGenerateStubsIntegrationTestKotlin FROM-CACHE +:airbyte-config:config-secrets:kaptIntegrationTestKotlin +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + get +V +Note: Generating OpenAPI Documentation +Note: Using LOWER_CAMEL_CASE property naming strategy. +Note: Writing OpenAPI file to destination: /actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-workload-api-server/../airbyte-api/src/main/openapi/workload-openapi.yaml +Note: Writing OpenAPI views to destination: /actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-workload-api-server/build/tmp/kapt3/classes/main/META-INF/swagger/views +Note: Creating bean classes for 18 type elements +Using images 'airbyte/metrics-reporter:0.58.0'. +:airbyte-config:config-secrets:kaptIntegrationTestKotlin FROM-CACHE +:airbyte-config:config-secrets:compileIntegrationTestKotlin NO-SOURCE +:airbyte-config:config-secrets:compileIntegrationTestJava NO-SOURCE +:airbyte-config:config-secrets:integrationTestClasses UP-TO-DATE +:airbyte-config:config-secrets:checkstyleIntegrationTest NO-SOURCE +:airbyte-config:config-secrets:kaptGenerateStubsTestKotlin SKIPPED +:airbyte-config:config-secrets:kaptTestKotlin +✓ 5008 modules transformed. +[WARN] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: io.micronaut.annotation.processing.TypeElementVisitorProcessor (DYNAMIC), io.micronaut.annotation.processing.AggregatingTypeElementVisitorProcessor (DYNAMIC), io.micronaut.annotation.processing.PackageConfigurationInjectProcessor (DYNAMIC), io.micronaut.annotation.processing.BeanDefinitionInjectProcessor (DYNAMIC), io.micronaut.annotation.processing.ConfigurationMetadataProcessor (DYNAMIC). +:airbyte-config:config-secrets:kaptTestKotlin FROM-CACHE +:airbyte-config:config-secrets:compileTestKotlin FROM-CACHE +:airbyte-config:config-secrets:compileTestJava NO-SOURCE +:airbyte-config:config-secrets:testClasses +:airbyte-config:config-secrets:checkstyleTest NO-SOURCE +:airbyte-config:config-secrets:spotbugsIntegrationTest NO-SOURCE +:airbyte-config:config-secrets:spotbugsTest SKIPPED +:airbyte-config:config-secrets:test +:airbyte-workload-api-server:compileKotlin FROM-CACHE +:airbyte-api:genWorkloadApiClient +:airbyte-workload-api-server:compileJava NO-SOURCE +:airbyte-workload-api-server:classes +:airbyte-workload-api-server:jar +:airbyte-workload-api-server:startScripts +:airbyte-api:genWorkloadApiClient FROM-CACHE +:airbyte-api:kaptGenerateStubsKotlin +Step 1/11 : ARG JDK_IMAGE=airbyte/airbyte-base-java-image:3.2.1 +Step 2/11 : FROM scratch as builder + ---> +Step 3/11 : WORKDIR /app +rendering chunks... +:airbyte-config:config-secrets:test FROM-CACHE +:airbyte-workload-api-server:distTar +:airbyte-config:config-secrets:jacocoTestReport FROM-CACHE +:airbyte-config:config-secrets:check UP-TO-DATE +:airbyte-config:config-secrets:build UP-TO-DATE +computing gzip size... +build/app/assets/rw-widgets-YLLUqhs_.svg  2.77 kB │ gzip: 1.21 kB +build/app/assets/pixel-octavia-W3D3dB4G.png  4.32 kB +build/app/assets/googleAuthButton-Q3i1DDrk.svg  4.36 kB │ gzip: 1.37 kB +build/app/assets/rw-widgets-DmMF0Z1E.ttf  6.23 kB +build/app/assets/rw-widgets-yCL6Doge.eot  6.41 kB +build/app/assets/quickbooksAuthButton-Ue2wObXO.svg  6.64 kB │ gzip: 2.42 kB +build/app/assets/quickbooksAuthButtonHover-D6pTB0LW.svg  6.72 kB │ gzip: 2.44 kB +build/app/assets/octavia-worker-Uox2EoaS.png  14.41 kB +build/app/assets/cactus-unG19be2.png  17.02 kB +build/app/index.html  17.56 kB │ gzip: 3.45 kB +build/app/assets/biting-nails-omQS3Dlw.png  19.05 kB +build/app/assets/loader-big-o1w7JXRv.gif  23.28 kB +build/app/assets/SchemaWorker-9O6QZf74.js  28.53 kB +build/app/assets/octavia-pointing-ntry66Qa.svg  67.67 kB │ gzip: 29.62 kB +build/app/assets/cartdotcom-person-photo-1-k3iU9V.png  268.49 kB +build/app/assets/add-stream-screenshot-dark-CRAoaiaP.png  291.90 kB +build/app/assets/add-stream-screenshot-light-x2JU463x.png  425.83 kB +build/app/assets/CodeEditor-f0mNRiTD.css  0.00 kB │ gzip: 0.02 kB +build/app/assets/zendesk-Zm3A8-OV.css  0.03 kB │ gzip: 0.05 kB +build/app/assets/DataResidencyDropdown-YjCmY4uJ.css  0.06 kB │ gzip: 0.08 kB +build/app/assets/SourceConnectionTable-GSOZrq6K.css  0.06 kB │ gzip: 0.08 kB +build/app/assets/index-f1kotYS5.css  0.07 kB │ gzip: 0.09 kB +build/app/assets/index-D696Ly8h.css  0.07 kB │ gzip: 0.09 kB +build/app/assets/index-p1HjsjvW.css  0.08 kB │ gzip: 0.09 kB +build/app/assets/index-nLNhzuR9.css  0.08 kB │ gzip: 0.10 kB +build/app/assets/ConnectionSyncButtons-4aLxamYV.css  0.08 kB │ gzip: 0.10 kB +build/app/assets/ConnectorDefinitionBranding-b4XyGPxk.css  0.08 kB │ gzip: 0.10 kB +build/app/assets/index-MIpDbKvW.css  0.09 kB │ gzip: 0.10 kB +build/app/assets/index-Qqoc_biw.css  0.09 kB │ gzip: 0.10 kB +build/app/assets/ConnectorIcon-_bf5sOq6.css  0.09 kB │ gzip: 0.11 kB +build/app/assets/PageContainer-H30WVlpw.css  0.15 kB │ gzip: 0.12 kB +build/app/assets/UpcomingFeaturesPage-q6oqZMri.css  0.18 kB │ gzip: 0.13 kB +build/app/assets/index-pNSIbpJL.css  0.20 kB │ gzip: 0.16 kB +build/app/assets/FormDevToolsInternal-IvNkgWLP.css  0.22 kB │ gzip: 0.19 kB +build/app/assets/App-YYQkobzb.css  0.23 kB │ gzip: 0.18 kB +build/app/assets/TableItemTitle-5bUDQcSe.css  0.27 kB │ gzip: 0.19 kB +build/app/assets/index-jxTAy8NT.css  0.27 kB │ gzip: 0.19 kB +build/app/assets/index-bl8J_ycG.css  0.30 kB │ gzip: 0.21 kB +build/app/assets/ConnectorEmptyStateContent-DDjZ3-3t.css  0.33 kB │ gzip: 0.20 kB +build/app/assets/ConnectorCard-PNOlxDTm.css  0.36 kB │ gzip: 0.24 kB +build/app/assets/index-PoaDLjzD.css  0.36 kB │ gzip: 0.21 kB +build/app/assets/index-fS68gq2v.css  0.38 kB │ gzip: 0.23 kB +build/app/assets/ConnectorDocumentationWrapper-73a-w2d3.css  0.42 kB │ gzip: 0.25 kB +build/app/assets/ChangesStatusIcon-dudybqlL.css  0.45 kB │ gzip: 0.21 kB +build/app/assets/useCreateAndNavigate-P6w9oeOd.css  0.48 kB │ gzip: 0.25 kB +build/app/assets/index-SJNmQQt6.css  0.48 kB │ gzip: 0.24 kB +build/app/assets/index-2kzTxmBO.css  0.52 kB │ gzip: 0.27 kB +build/app/assets/DocumentationPanel-ClCIQHPu.css  0.55 kB │ gzip: 0.28 kB +build/app/assets/index-_A0954yW.css  0.55 kB │ gzip: 0.27 kB +build/app/assets/index-MxK6cGn0.css  0.59 kB │ gzip: 0.25 kB +build/app/assets/index-EwPK9t4z.css  0.60 kB │ gzip: 0.33 kB +build/app/assets/useTrackConnectionFrequency-s4rtvQtM.css  0.60 kB │ gzip: 0.25 kB +build/app/assets/index-ghk7L1xn.css  0.70 kB │ gzip: 0.32 kB +build/app/assets/index-QA05P6Mj.css  0.87 kB │ gzip: 0.44 kB +build/app/assets/ConnectorTitleBlock-ReKsKn_Z.css  0.89 kB │ gzip: 0.34 kB +build/app/assets/NumberBadge-57QAKjtq.css  0.91 kB │ gzip: 0.31 kB +build/app/assets/CreateNewSource--wF2eKHn.css  0.98 kB │ gzip: 0.37 kB +build/app/assets/ProgressBar-DScg_lbq.css  1.16 kB │ gzip: 0.51 kB +build/app/assets/CreateConnectionTitleBlock-OellLCWf.css  1.21 kB │ gzip: 0.46 kB +build/app/assets/ResizablePanels-DbAOLzG7.css  1.31 kB │ gzip: 0.56 kB +build/app/assets/RadioButtonTiles-j6ozVf4U.css  1.32 kB │ gzip: 0.49 kB +build/app/assets/App--PV4bxM-.css  1.37 kB │ gzip: 0.61 kB +build/app/assets/LinkTab-djPhjb18.css  1.39 kB │ gzip: 0.37 kB +build/app/assets/SimplifiedConnectionSettingsCard-8vQ6cR2h.css  1.54 kB │ gzip: 0.60 kB +build/app/assets/OAuthLogin-p3id2wD0.css  1.77 kB │ gzip: 0.50 kB +build/app/assets/index-P5I2V33g.css  1.80 kB │ gzip: 0.55 kB +build/app/assets/SettingsNavigation-7nXX7b3T.css  1.92 kB │ gzip: 0.63 kB +build/app/assets/index-6j1AhnWY.css  1.97 kB │ gzip: 0.67 kB +build/app/assets/index-mxeJcUoL.css  2.05 kB │ gzip: 0.69 kB +build/app/assets/StatusIcon-rtVdhZob.css  2.29 kB │ gzip: 0.60 kB +build/app/assets/StreamStatusIndicator-TiaZ-74K.css  2.42 kB │ gzip: 0.53 kB +build/app/assets/Markdown-OCXzrCC8.css  2.90 kB │ gzip: 0.85 kB +build/app/assets/index-oWBnl8lq.css  2.90 kB │ gzip: 0.94 kB +build/app/assets/index--YUppqcE.css  3.22 kB │ gzip: 1.09 kB +build/app/assets/utils-xHJernv6.css  3.85 kB │ gzip: 0.96 kB +build/app/assets/SelectConnector-40p3_goA.css  3.99 kB │ gzip: 1.17 kB +build/app/assets/SideBar-8WlmdHbj.css  4.33 kB │ gzip: 1.18 kB +build/app/assets/index-wMB9I9Md.css  6.24 kB │ gzip: 1.66 kB +build/app/assets/index-OyOPDNvc.css  9.95 kB │ gzip: 1.75 kB +build/app/assets/ConnectionOnboarding-pp8z1DE_.css  11.58 kB │ gzip: 1.67 kB +build/app/assets/index-H8vtRaM0.css  13.63 kB │ gzip: 3.13 kB +build/app/assets/index-4Aoz0WZ8.css  21.57 kB │ gzip: 3.26 kB +build/app/assets/index-7e-3Owow.css  22.86 kB │ gzip: 5.22 kB +build/app/assets/ConnectionConfigurationCard-RsHgFgBZ.css  25.17 kB │ gzip: 3.64 kB +build/app/assets/ConnectorForm-K3mjRsoA.css  29.86 kB │ gzip: 9.92 kB +build/app/assets/WorkspaceAccessManagementSection-PcV4Oegl.css  105.92 kB │ gzip: 16.82 kB +build/app/assets/zendesk.module-mcy_qB6p.js  0.00 kB │ gzip: 0.02 kB +build/app/assets/index-LUQw5HiB.js  0.13 kB │ gzip: 0.14 kB +build/app/assets/cloneDeep-7ky5PXVq.js  0.19 kB │ gzip: 0.18 kB +build/app/assets/set-oqe0FUaj.js  0.20 kB │ gzip: 0.18 kB +build/app/assets/TableItemTitle.module-mIeqn4jZ.js  0.20 kB │ gzip: 0.16 kB +build/app/assets/useUpdateEffect-1pDPtv5R.js  0.21 kB │ gzip: 0.18 kB +build/app/assets/useCurrentWorkspaceLink-DREei815.js  0.21 kB │ gzip: 0.19 kB +build/app/assets/isBoolean-7RCEVduR.js  0.24 kB │ gzip: 0.21 kB +build/app/assets/useSuggestedSources-VkNzcaLu.js  0.24 kB │ gzip: 0.21 kB +build/app/assets/useSuggestedDestinations-C29RmHNQ.js  0.25 kB │ gzip: 0.21 kB +build/app/assets/form-jIuPZG1H.js  0.27 kB │ gzip: 0.21 kB +build/app/assets/FormPageContent-xAOIkPA4.js  0.27 kB │ gzip: 0.23 kB +build/app/assets/ChangesStatusIcon.module-mmcnT_E3.js  0.29 kB │ gzip: 0.17 kB +build/app/assets/_baseEach-cWC5AsuK.js  0.29 kB │ gzip: 0.24 kB +build/app/assets/CloudDefaultView-Pe9l6JlE.js  0.31 kB │ gzip: 0.24 kB +build/app/assets/ConnectorIcon-Du_EQ6z2.js  0.31 kB │ gzip: 0.25 kB +build/app/assets/useGetSourceFromParams-7fApHOL6.js  0.34 kB │ gzip: 0.23 kB +build/app/assets/useZendesk-lKHHx8O_.js  0.35 kB │ gzip: 0.28 kB +build/app/assets/index-W9WtK26L.js  0.35 kB │ gzip: 0.25 kB +build/app/assets/ClearFiltersButton-rm9mU5_k.js  0.35 kB │ gzip: 0.27 kB +build/app/assets/LabeledRadioButtonFormControl-6yWAAeQs.js  0.36 kB │ gzip: 0.26 kB +build/app/assets/useGetDestinationFromParams-c9QlIq7M.js  0.36 kB │ gzip: 0.24 kB +build/app/assets/NumberBadge.module-cE9WBbXP.js  0.37 kB │ gzip: 0.20 kB +build/app/assets/useSchemaChanges-hRN9yxUv.js  0.38 kB │ gzip: 0.27 kB +build/app/assets/Disclaimer-RlZAtGej.js  0.39 kB │ gzip: 0.26 kB +build/app/assets/PageContainer-BsMghrek.js  0.39 kB │ gzip: 0.26 kB +build/app/assets/DefaultView-O4uG6RPh.js  0.41 kB │ gzip: 0.31 kB +build/app/assets/CloudApi.schemas-c5_cMtWB.js  0.41 kB │ gzip: 0.20 kB +build/app/assets/throttle-mQdy64P3.js  0.42 kB │ gzip: 0.30 kB +build/app/assets/Breadcrumbs-HyZpBqN2.js  0.47 kB │ gzip: 0.30 kB +build/app/assets/actionCodes-w3SL0Qa1.js  0.48 kB │ gzip: 0.22 kB +build/app/assets/ConnectorBuilderLocalStorageService-X4b5Wgwa.js  0.48 kB │ gzip: 0.33 kB +build/app/assets/PageHeaderWithNavigation-yEmc8LRH.js  0.50 kB │ gzip: 0.30 kB +build/app/assets/isEmpty-uk6eXH3C.js  0.56 kB │ gzip: 0.39 kB +build/app/assets/ButtonTab-sM67vMnq.js  0.56 kB │ gzip: 0.40 kB +build/app/assets/dndSensors-vPzj07vG.js  0.59 kB │ gzip: 0.39 kB +build/app/assets/filters-1ATFwlNd.js  0.59 kB │ gzip: 0.39 kB +build/app/assets/useDeleteModal-VjM4CuPU.js  0.59 kB │ gzip: 0.38 kB +build/app/assets/DocumentationPanelContext-uzoHBvse.js  0.60 kB │ gzip: 0.36 kB +build/app/assets/useDebounce-kw3i4Wlk.js  0.63 kB │ gzip: 0.30 kB +build/app/assets/NumberBadge-hDzGqUGp.js  0.63 kB │ gzip: 0.40 kB +build/app/assets/UpcomingFeaturesPage-iKNoJlEw.js  0.64 kB │ gzip: 0.40 kB +build/app/assets/LinkTab-M5nyTVrj.js  0.66 kB │ gzip: 0.39 kB +build/app/assets/objects-51SCJmhv.js  0.68 kB │ gzip: 0.37 kB +build/app/assets/ChangesStatusIcon-ntHdRj0P.js  0.73 kB │ gzip: 0.45 kB +build/app/assets/FormDevToolsInternal-H5hENQx4.js  0.73 kB │ gzip: 0.43 kB +build/app/assets/NormalizationFormField-zitMWa_4.js  0.74 kB │ gzip: 0.41 kB +build/app/assets/LinkTab.module-eG_Y3Gmy.js  0.85 kB │ gzip: 0.38 kB +build/app/assets/TextWithOverflowTooltip-qG6gv6Br.js  0.93 kB │ gzip: 0.56 kB +build/app/assets/index-iYd6fdtR.js  0.95 kB │ gzip: 0.52 kB +build/app/assets/index--PHRMDJu.js  0.98 kB │ gzip: 0.53 kB +build/app/assets/index-lef4MHSZ.js  1.00 kB │ gzip: 0.57 kB +build/app/assets/SourceConnectionTable-F2gtpfOh.js  1.00 kB │ gzip: 0.56 kB +build/app/assets/_baseUniq-ruQwbaDJ.js  1.08 kB │ gzip: 0.61 kB +build/app/assets/debounce-XhfMVe2o.js  1.15 kB │ gzip: 0.64 kB +build/app/assets/SourceForm-mZ0amNMe.js  1.20 kB │ gzip: 0.65 kB +build/app/assets/DestinationForm-ZgydQa2b.js  1.26 kB │ gzip: 0.66 kB +build/app/assets/index-2abhgi6a.js  1.38 kB │ gzip: 0.74 kB +build/app/assets/sortBy-UgKU2NYX.js  1.41 kB │ gzip: 0.79 kB +build/app/assets/index-nsU0fA4a.js  1.42 kB │ gzip: 0.75 kB +build/app/assets/index-GabKxDLb.js  1.49 kB │ gzip: 0.73 kB +build/app/assets/useCreateAndNavigate--3QCwE2r.js  1.50 kB │ gzip: 0.77 kB +build/app/assets/ConnectorDefinitionBranding-LQXIO85L.js  1.62 kB │ gzip: 0.70 kB +build/app/assets/index-FXG0_82Y.js  1.68 kB │ gzip: 0.65 kB +build/app/assets/RadioButtonTiles-Jf6jRgKN.js  1.70 kB │ gzip: 0.67 kB +build/app/assets/index-CmMkFCmn.js  1.83 kB │ gzip: 0.94 kB +build/app/assets/AcceptEmailInvite-RmB30nsI.js  1.86 kB │ gzip: 0.97 kB +build/app/assets/index-oTJV_i6k.js  1.89 kB │ gzip: 1.03 kB +build/app/assets/index-TIYI37Jy.js  1.90 kB │ gzip: 0.71 kB +build/app/assets/index-BTtM-5kW.js  1.91 kB │ gzip: 0.99 kB +build/app/assets/react-intersection-observer.modern-ujn4ocb4.js  1.95 kB │ gzip: 1.01 kB +build/app/assets/index-t47QSxaq.js  1.97 kB │ gzip: 1.01 kB +build/app/assets/index-1Xicny0-.js  1.98 kB │ gzip: 1.03 kB +build/app/assets/ConnectionSyncButtons-JmjF0aSd.js  2.00 kB │ gzip: 0.96 kB +build/app/assets/index--f8GFrqi.js  2.09 kB │ gzip: 1.11 kB +build/app/assets/CloudSettingsPage-i5jqLIjx.js  2.11 kB │ gzip: 0.87 kB +build/app/assets/index-nKdgLgnN.js  2.13 kB │ gzip: 1.10 kB +build/app/assets/index-KWsyX_U5.js  2.15 kB │ gzip: 1.13 kB +build/app/assets/index-_nyxkdT7.js  2.23 kB │ gzip: 1.14 kB +build/app/assets/index-apkYbi_p.js  2.25 kB │ gzip: 1.03 kB +build/app/assets/index-rZ_FKWSC.js  2.42 kB │ gzip: 1.18 kB +build/app/assets/dbtCloud-9js-GE2i.js  2.44 kB │ gzip: 1.10 kB +build/app/assets/ImplementationTable-oPj_d0G-.js  2.53 kB │ gzip: 0.89 kB +build/app/assets/StatusIcon-m67d-N2_.js  2.60 kB │ gzip: 1.20 kB +build/app/assets/SettingsNavigation-7Ury416I.js  2.75 kB │ gzip: 0.99 kB +build/app/assets/index-3WHXQEU_.js  2.78 kB │ gzip: 1.37 kB +build/app/assets/ConnectorEmptyStateContent-Srbv4Swk.js  2.81 kB │ gzip: 1.19 kB +build/app/assets/airbyte-logo-yhMOLaM0.js  2.96 kB │ gzip: 1.47 kB +build/app/assets/index-iIG3CNhD.js  3.12 kB │ gzip: 1.51 kB +build/app/assets/index-mDdgEaWi.js  3.14 kB │ gzip: 1.41 kB +build/app/assets/ConnectorDocumentationWrapper-4kXoECco.js  3.37 kB │ gzip: 1.54 kB +build/app/assets/index-5xOruTdV.js  3.50 kB │ gzip: 1.56 kB +build/app/assets/ProgressBar-6ilHfF2J.js  3.51 kB │ gzip: 1.40 kB +build/app/assets/index-svkOCMlG.js  3.52 kB │ gzip: 1.61 kB +build/app/assets/index-4Yhc0wvh.js  4.00 kB │ gzip: 1.66 kB +build/app/assets/CreateNewSource-c-lwoHX1.js  4.28 kB │ gzip: 1.79 kB +build/app/assets/useConnectionStatus-ymNOwE2g.js  4.40 kB │ gzip: 1.48 kB +build/app/assets/index.esm-UDB3sRBx.js  4.86 kB │ gzip: 1.93 kB +build/app/assets/index-kS5PdCVE.js  5.03 kB │ gzip: 2.00 kB +build/app/assets/ConnectionTable-bEP8_mSv.js  5.04 kB │ gzip: 1.66 kB +build/app/assets/index-AcmYNL1G.js  5.63 kB │ gzip: 2.36 kB +build/app/assets/StreamStatusIndicator-8wwd1RYt.js  5.83 kB │ gzip: 2.08 kB +build/app/assets/ConnectionsRoutes--surWCuv.js  6.85 kB │ gzip: 2.58 kB +build/app/assets/CreateConnectionTitleBlock-gDd72U5u.js  6.90 kB │ gzip: 2.50 kB +build/app/assets/ConnectorTitleBlock-LlIpTyIW.js  7.04 kB │ gzip: 2.47 kB +build/app/assets/OAuthLogin-2aJhcxyM.js  7.13 kB │ gzip: 3.00 kB +build/app/assets/DocumentationPanel-Ixp1nOzV.js  7.51 kB │ gzip: 3.17 kB +build/app/assets/index-9RyiNw4-.js  8.32 kB │ gzip: 3.01 kB +build/app/assets/ConnectorCard-7Gtg4Gt6.js  9.03 kB │ gzip: 3.45 kB +build/app/assets/utils-nU7iwhDX.js  9.26 kB │ gzip: 3.54 kB +build/app/assets/index-26rYSzQy.js  10.51 kB │ gzip: 3.38 kB +build/app/assets/index-HC1K4yTl.js  12.33 kB │ gzip: 4.05 kB +build/app/assets/useTrackConnectionFrequency-4H8aCAyh.js  13.38 kB │ gzip: 4.87 kB +build/app/assets/SideBar-5QEEbMwl.js  13.47 kB │ gzip: 5.07 kB +build/app/assets/index-C6DDmKsM.js  13.86 kB │ gzip: 5.07 kB +build/app/assets/ConnectionOnboarding-vGcEhi01.js  15.02 kB │ gzip: 5.19 kB +build/app/assets/SimplifiedConnectionSettingsCard-ClRso6Gv.js  15.82 kB │ gzip: 4.24 kB +build/app/assets/CodeEditor-U7ySzEda.js  18.07 kB │ gzip: 6.06 kB +build/app/assets/convertManifestToBuilderForm-HSyQrhDN.js  18.43 kB │ gzip: 5.93 kB +build/app/assets/index-BvS0pGu-.js  19.05 kB │ gzip: 6.62 kB +build/app/assets/App-pDURU_Ev.js  20.09 kB │ gzip: 6.54 kB +build/app/assets/cron-4H_T5bIN.js  20.51 kB │ gzip: 5.73 kB +build/app/assets/index-MvnidJIO.js  25.07 kB │ gzip: 8.42 kB +build/app/assets/index-rc9OcBOO.js  30.85 kB │ gzip: 10.13 kB +build/app/assets/ResizablePanels-uLDRQrim.js  33.35 kB │ gzip: 9.63 kB +build/app/assets/index-XErfvcQy.js  34.96 kB │ gzip: 11.75 kB +build/app/assets/SelectConnector-nM8RlrT5.js  45.86 kB │ gzip: 17.22 kB +build/app/assets/ConnectionConfigurationCard-iPEvg2X7.js  54.33 kB │ gzip: 14.91 kB +build/app/assets/Markdown--q9msG6W.js  60.73 kB │ gzip: 20.15 kB +build/app/assets/index-e1p77kzt.js  68.60 kB │ gzip: 21.04 kB +build/app/assets/index-HjHKYx9I.js  235.77 kB │ gzip: 101.43 kB +build/app/assets/DataResidencyDropdown-IZ4HneK7.js  236.10 kB │ gzip: 53.24 kB +build/app/assets/App-jbtN1jE4.js  272.38 kB │ gzip: 69.61 kB +build/app/assets/index-PGI997oK.js  274.69 kB │ gzip: 38.56 kB +build/app/assets/index-FZnulZa_.js  296.65 kB │ gzip: 220.74 kB + +build/app/assets/ConnectorForm-mxq2nPaP.js  301.38 kB │ gzip: 93.48 kB +(!) Some chunks are larger than 500 kB after minification. Consider: +build/app/assets/index-q6IQR4T_.js  308.33 kB │ gzip: 102.32 kB +- Using dynamic import() to code-split the application +build/app/assets/BarChart-4VocD8-z.js  339.51 kB │ gzip: 95.06 kB +- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks +build/app/assets/index-APMZv80M.js  351.21 kB │ gzip: 96.78 kB +- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit. +build/app/assets/WorkspaceAccessManagementSection-yMjQV6gE.js 2,159.74 kB │ gzip: 626.67 kB +✓ built in 38.43s +:airbyte-workload-api-server:distZip SKIPPED +:airbyte-workload-api-server:dockerCopyDistribution +:airbyte-api:kaptGenerateStubsKotlin FROM-CACHE +:airbyte-api:kaptKotlin +The following classes needed for analysis were missing: + makeConcatWithConstants + hashCode + equals + toString + V + test + compare + apply + query + accept + map + get +:airbyte-workload-api-server:dockerBuildImage +Building image using context '/actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-workload-api-server/build/airbyte/docker'. +Using images 'airbyte/keycloak-setup:0.58.0'. +:airbyte-api:kaptKotlin FROM-CACHE +:airbyte-api:compileKotlin +Step 1/11 : ARG JDK_IMAGE=airbyte/airbyte-base-java-image:3.2.1 +Step 2/11 : FROM scratch as builder + ---> +Step 3/11 : WORKDIR /app +:airbyte-api:compileKotlin FROM-CACHE +:airbyte-api:compileJava FROM-CACHE +:airbyte-api:classes +:airbyte-analytics:kaptGenerateStubsKotlin +:airbyte-api:jar +:airbyte-notification:kaptGenerateStubsKotlin +:airbyte-worker-models:compileKotlin NO-SOURCE +:airbyte-worker-models:compileJava FROM-CACHE +:airbyte-worker-models:classes +:airbyte-worker-models:jar +:airbyte-worker-models:compileIntegrationTestKotlin NO-SOURCE +:airbyte-worker-models:compileIntegrationTestJava NO-SOURCE +:airbyte-worker-models:integrationTestClasses UP-TO-DATE +:airbyte-worker-models:checkstyleIntegrationTest NO-SOURCE +:airbyte-worker-models:checkstyleMain FROM-CACHE +:airbyte-worker-models:compileTestKotlin NO-SOURCE +:airbyte-worker-models:compileTestJava NO-SOURCE +:airbyte-worker-models:testClasses UP-TO-DATE +:airbyte-worker-models:checkstyleTest NO-SOURCE +:airbyte-api:kaptGenerateStubsIntegrationTestKotlin +:airbyte-worker-models:spotbugsIntegrationTest NO-SOURCE +:airbyte-worker-models:spotbugsMain FROM-CACHE +:airbyte-worker-models:spotbugsTest SKIPPED +:airbyte-worker-models:test NO-SOURCE +:airbyte-worker-models:jacocoTestReport SKIPPED +:airbyte-worker-models:check UP-TO-DATE +:airbyte-worker-models:build UP-TO-DATE +:airbyte-notification:kaptGenerateStubsKotlin FROM-CACHE +:airbyte-notification:kaptKotlin +:airbyte-api:kaptGenerateStubsIntegrationTestKotlin FROM-CACHE +:airbyte-api:kaptIntegrationTestKotlin +:airbyte-notification:kaptKotlin FROM-CACHE +:airbyte-notification:compileKotlin +:airbyte-analytics:kaptGenerateStubsKotlin FROM-CACHE +:airbyte-analytics:kaptKotlin +:airbyte-api:kaptIntegrationTestKotlin FROM-CACHE +:airbyte-api:compileIntegrationTestKotlin NO-SOURCE +:airbyte-api:compileIntegrationTestJava NO-SOURCE +:airbyte-api:integrationTestClasses UP-TO-DATE +:airbyte-api:checkstyleIntegrationTest NO-SOURCE +:airbyte-api:checkstyleMain FROM-CACHE +:airbyte-api:kaptGenerateStubsTestKotlin +:airbyte-notification:compileKotlin FROM-CACHE +:airbyte-notification:compileJava FROM-CACHE +:airbyte-notification:classes +:airbyte-notification:jar +:airbyte-notification:kaptGenerateStubsIntegrationTestKotlin +:airbyte-analytics:kaptKotlin FROM-CACHE +:airbyte-analytics:compileKotlin +:airbyte-api:kaptGenerateStubsTestKotlin FROM-CACHE +:airbyte-api:kaptTestKotlin +:airbyte-notification:kaptGenerateStubsIntegrationTestKotlin FROM-CACHE +:airbyte-notification:kaptIntegrationTestKotlin +:airbyte-analytics:compileKotlin FROM-CACHE +:airbyte-analytics:compileJava NO-SOURCE +:airbyte-analytics:kaptGenerateStubsIntegrationTestKotlin +:airbyte-api-server:kaptGenerateStubsKotlin +:airbyte-api:kaptTestKotlin FROM-CACHE +:airbyte-api:compileTestKotlin FROM-CACHE +:airbyte-api:compileTestJava +:airbyte-notification:kaptIntegrationTestKotlin FROM-CACHE +:airbyte-persistence:job-persistence:kaptGenerateStubsKotlin +:airbyte-analytics:kaptGenerateStubsIntegrationTestKotlin FROM-CACHE +:airbyte-analytics:kaptIntegrationTestKotlin +:airbyte-api:compileTestJava FROM-CACHE +:airbyte-api:testClasses UP-TO-DATE +:airbyte-api:checkstyleTest +:airbyte-analytics:kaptIntegrationTestKotlin FROM-CACHE +:airbyte-analytics:compileIntegrationTestKotlin NO-SOURCE +:airbyte-analytics:compileIntegrationTestJava NO-SOURCE +:airbyte-analytics:integrationTestClasses UP-TO-DATE +:airbyte-analytics:checkstyleIntegrationTest NO-SOURCE +:airbyte-analytics:classes UP-TO-DATE +:airbyte-analytics:checkstyleMain NO-SOURCE +:airbyte-analytics:kaptGenerateStubsTestKotlin SKIPPED +:airbyte-analytics:kaptTestKotlin +:airbyte-api:checkstyleTest FROM-CACHE +:airbyte-api:spotbugsIntegrationTest NO-SOURCE +:airbyte-api:spotbugsMain SKIPPED +:airbyte-api:spotbugsTest SKIPPED +:airbyte-api:test +:airbyte-analytics:kaptTestKotlin FROM-CACHE +:airbyte-analytics:compileTestKotlin +:airbyte-api:test FROM-CACHE +:airbyte-api:jacocoTestReport +:airbyte-analytics:compileTestKotlin FROM-CACHE +:airbyte-analytics:compileTestJava NO-SOURCE +:airbyte-analytics:testClasses UP-TO-DATE +:airbyte-analytics:checkstyleTest NO-SOURCE +:airbyte-analytics:spotbugsIntegrationTest NO-SOURCE +:airbyte-analytics:spotbugsMain +:airbyte-api-server:kaptGenerateStubsKotlin FROM-CACHE +:airbyte-api-server:kaptKotlin +:airbyte-analytics:spotbugsMain FROM-CACHE +:airbyte-analytics:spotbugsTest SKIPPED +:airbyte-analytics:jar +:airbyte-analytics:test +:airbyte-persistence:job-persistence:kaptGenerateStubsKotlin FROM-CACHE +:airbyte-persistence:job-persistence:kaptKotlin +:airbyte-analytics:test FROM-CACHE +:airbyte-analytics:jacocoTestReport +:airbyte-api-server:kaptKotlin FROM-CACHE +:airbyte-api-server:compileKotlin +:airbyte-persistence:job-persistence:kaptKotlin FROM-CACHE +:airbyte-persistence:job-persistence:compileKotlin +:airbyte-analytics:jacocoTestReport FROM-CACHE +:airbyte-analytics:check UP-TO-DATE +:airbyte-analytics:build UP-TO-DATE +:airbyte-notification:compileIntegrationTestKotlin NO-SOURCE +:airbyte-notification:compileIntegrationTestJava NO-SOURCE +:airbyte-notification:integrationTestClasses UP-TO-DATE +:airbyte-notification:checkstyleIntegrationTest NO-SOURCE +:airbyte-notification:checkstyleMain +:airbyte-api-server:compileKotlin FROM-CACHE +:airbyte-persistence:job-persistence:compileKotlin FROM-CACHE +:airbyte-persistence:job-persistence:compileJava +:airbyte-api-server:compileJava NO-SOURCE +:airbyte-api-server:classes +:airbyte-notification:checkstyleMain FROM-CACHE +:airbyte-notification:kaptGenerateStubsTestKotlin +:airbyte-api-server:jar +:airbyte-api-server:startScripts +:airbyte-api-server:distTar +:airbyte-persistence:job-persistence:compileJava FROM-CACHE +:airbyte-commons-temporal:compileKotlin NO-SOURCE +:airbyte-commons-temporal:compileJava +:airbyte-notification:kaptGenerateStubsTestKotlin FROM-CACHE +:airbyte-commons-converters:compileKotlin NO-SOURCE +:airbyte-commons-converters:compileJava +:airbyte-commons-temporal:compileJava FROM-CACHE +:airbyte-commons-with-dependencies:compileKotlin +:airbyte-commons-converters:compileJava FROM-CACHE +:airbyte-commons-converters:classes UP-TO-DATE +:airbyte-commons-with-dependencies:compileKotlin NO-SOURCE +:airbyte-commons-with-dependencies:compileJava +:airbyte-commons-converters:jar +:airbyte-commons-temporal:classes +:airbyte-commons-temporal:jar +:airbyte-persistence:job-persistence:classes +:airbyte-persistence:job-persistence:jar +:airbyte-commons-with-dependencies:compileJava FROM-CACHE +:airbyte-commons-worker:kaptGenerateStubsKotlin +:airbyte-commons-with-dependencies:classes UP-TO-DATE +:airbyte-commons-with-dependencies:jar +:airbyte-config:init:compileKotlin NO-SOURCE +:airbyte-config:init:compileJava FROM-CACHE +:airbyte-bootloader:compileKotlin NO-SOURCE +:airbyte-bootloader:compileJava +Using images 'airbyte/workload-api-server:0.58.0'. +:airbyte-api-server:distZip SKIPPED +:airbyte-api-server:dockerCopyDistribution +:airbyte-api-server:dockerBuildImage +Building image using context '/actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-api-server/build/airbyte/docker'. +:airbyte-bootloader:compileJava FROM-CACHE +:airbyte-bootloader:classes +:airbyte-bootloader:jar +:airbyte-config:init:classes +:airbyte-config:init:jar +:airbyte-bootloader:startScripts +:airbyte-bootloader:distTar +Step 1/14 : ARG JDK_IMAGE=airbyte/airbyte-base-java-image:3.2.1 +Step 2/14 : FROM scratch as builder + ---> +Step 3/14 : WORKDIR /app +:airbyte-bootloader:distZip SKIPPED +:airbyte-bootloader:dockerCopyDistribution +:airbyte-bootloader:dockerBuildImage +Building image using context '/actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-bootloader/build/airbyte/docker'. +:airbyte-api:check UP-TO-DATE +:airbyte-api:build UP-TO-DATE +:airbyte-commons-converters:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons-converters:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-converters:integrationTestClasses UP-TO-DATE +:airbyte-commons-converters:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons-converters:checkstyleMain FROM-CACHE +:airbyte-commons-converters:compileTestKotlin NO-SOURCE +:airbyte-commons-converters:compileTestJava +Using images 'airbyte/airbyte-api-server:0.58.0'. +Step 1/14 : ARG JDK_IMAGE=airbyte/airbyte-base-java-image:3.2.1 +Step 2/14 : FROM scratch as builder + ---> +Step 3/14 : WORKDIR /app +:airbyte-commons-converters:compileTestJava FROM-CACHE +:airbyte-commons-converters:testClasses UP-TO-DATE +:airbyte-commons-converters:checkstyleTest +:airbyte-commons-worker:kaptGenerateStubsKotlin FROM-CACHE +:airbyte-commons-worker:kaptKotlin +:airbyte-commons-converters:checkstyleTest FROM-CACHE +:airbyte-commons-converters:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons-converters:spotbugsMain +Using images 'airbyte/bootloader:0.58.0'. +:airbyte-commons-converters:spotbugsTest SKIPPED +:airbyte-commons-converters:test FROM-CACHE +:airbyte-commons-converters:jacocoTestReport FROM-CACHE +:airbyte-commons-server:kaptGenerateStubsKotlin +Step 1/11 : ARG JDK_IMAGE=airbyte/airbyte-base-java-image:3.2.1 +Step 2/11 : FROM scratch as builder + ---> +Step 3/11 : WORKDIR /app +:airbyte-commons-worker:kaptKotlin FROM-CACHE +:airbyte-commons-worker:compileKotlin FROM-CACHE +:airbyte-commons-worker:compileJava + ---> Running in 173c8a7e275f + ---> Running in 4110556c0d10 + ---> Running in cd3aa72a8e90 + ---> Running in c1e16530ed1a + ---> Running in 13eb83f793bc +Removing intermediate container 4110556c0d10 +Removing intermediate container cd3aa72a8e90 +Removing intermediate container 173c8a7e275f + ---> 68977c59879b + ---> 1977bf17140a + ---> 55f0e7575a72 +Step 4/14 : ADD airbyte-app.tar /app +Step 4/14 : ADD airbyte-app.tar /app +Step 4/11 : ADD airbyte-app.tar /app +Removing intermediate container 13eb83f793bc + ---> a6bb55cac39a +Step 4/11 : ADD airbyte-app.tar /app +Removing intermediate container c1e16530ed1a + ---> e682b750bdaf +Step 4/11 : ADD airbyte-app.tar /app +:airbyte-commons-server:kaptGenerateStubsKotlin FROM-CACHE +:airbyte-commons-server:kaptKotlin +:airbyte-commons-worker:compileJava FROM-CACHE +:airbyte-test-utils:compileKotlin NO-SOURCE +:airbyte-test-utils:compileJava +:airbyte-commons-server:kaptKotlin FROM-CACHE +:airbyte-commons-worker:classes +:airbyte-commons-worker:jar +:airbyte-commons-server:compileKotlin FROM-CACHE +:airbyte-commons-server:compileJava FROM-CACHE +:airbyte-commons-server:classes UP-TO-DATE +:airbyte-commons-server:checkstyleMain FROM-CACHE +:airbyte-commons-server:spotbugsMain SKIPPED +:airbyte-commons-server:jar +:airbyte-test-utils:compileJava FROM-CACHE +:airbyte-test-utils:classes UP-TO-DATE +:airbyte-test-utils:jar +:airbyte-commons-temporal:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons-temporal:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-temporal:integrationTestClasses UP-TO-DATE +:airbyte-commons-temporal:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons-server:kaptGenerateStubsIntegrationTestKotlin +:airbyte-commons-temporal:checkstyleMain FROM-CACHE +:airbyte-commons-temporal:compileTestKotlin NO-SOURCE +:airbyte-commons-temporal:compileTestJava FROM-CACHE +:airbyte-commons-temporal:testClasses UP-TO-DATE +:airbyte-commons-temporal:checkstyleTest FROM-CACHE +:airbyte-commons-temporal:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons-temporal:spotbugsMain +The following classes needed for analysis were missing: + makeConcatWithConstants + call + apply + toString +:airbyte-commons-converters:check +:airbyte-commons-converters:build +:airbyte-commons-temporal:spotbugsTest SKIPPED +:airbyte-commons-temporal:test FROM-CACHE +:airbyte-commons-temporal:jacocoTestReport +:airbyte-commons-server:kaptGenerateStubsIntegrationTestKotlin FROM-CACHE +:airbyte-commons-server:kaptIntegrationTestKotlin +:airbyte-commons-temporal:jacocoTestReport FROM-CACHE +:airbyte-commons-with-dependencies:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons-with-dependencies:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-with-dependencies:integrationTestClasses UP-TO-DATE +:airbyte-commons-with-dependencies:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons-with-dependencies:checkstyleMain FROM-CACHE +:airbyte-commons-with-dependencies:compileTestKotlin NO-SOURCE +:airbyte-commons-with-dependencies:compileTestJava FROM-CACHE +:airbyte-commons-with-dependencies:testClasses +:airbyte-commons-with-dependencies:checkstyleTest FROM-CACHE +:airbyte-commons-with-dependencies:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons-with-dependencies:spotbugsMain +:airbyte-commons-server:kaptIntegrationTestKotlin FROM-CACHE +:airbyte-commons-server:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons-server:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-server:integrationTestClasses UP-TO-DATE +:airbyte-commons-server:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons-server:kaptGenerateStubsTestKotlin FROM-CACHE +:airbyte-commons-server:kaptTestKotlin FROM-CACHE +:airbyte-commons-server:compileTestKotlin FROM-CACHE +:airbyte-commons-server:compileTestJava FROM-CACHE +:airbyte-commons-server:testClasses +:airbyte-commons-server:checkstyleTest FROM-CACHE +:airbyte-commons-server:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons-server:spotbugsTest SKIPPED +:airbyte-commons-server:test FROM-CACHE +:airbyte-commons-server:jacocoTestReport FROM-CACHE +:airbyte-commons-server:check UP-TO-DATE +:airbyte-commons-server:build UP-TO-DATE +:airbyte-commons-with-dependencies:spotbugsTest SKIPPED +:airbyte-commons-with-dependencies:test FROM-CACHE +:airbyte-commons-with-dependencies:jacocoTestReport FROM-CACHE +:airbyte-commons-worker:kaptGenerateStubsIntegrationTestKotlin +The following classes needed for analysis were missing: + test + apply + hashCode + toString + equals + makeConcatWithConstants + get +:airbyte-commons-with-dependencies:check +:airbyte-commons-with-dependencies:build +:airbyte-connector-builder-server:compileKotlin NO-SOURCE +:airbyte-connector-builder-server:compileJava +The following classes needed for analysis were missing: + makeConcatWithConstants + call + get + apply + accept + test +:airbyte-commons-temporal:check +:airbyte-commons-temporal:build +:airbyte-connector-sidecar:kaptGenerateStubsKotlin FROM-CACHE +:airbyte-connector-sidecar:kaptKotlin FROM-CACHE +:airbyte-connector-sidecar:compileKotlin FROM-CACHE +:airbyte-connector-sidecar:compileJava NO-SOURCE +:airbyte-connector-sidecar:classes +:airbyte-connector-sidecar:jar +:airbyte-connector-sidecar:startScripts +Note: /actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-connector-builder-server/build/generated/api/server/src/gen/java/io/airbyte/connector_builder/api/generated/V1Api.java uses or overrides a deprecated API. +Note: Recompile with -Xlint:deprecation for details. + ---> 90932b7a9e26 +Step 5/14 : FROM ${JDK_IMAGE} + ---> 1621b9442092 +Step 5/11 : FROM ${JDK_IMAGE} + ---> 5641410ebb71 +Step 5/14 : FROM ${JDK_IMAGE} + ---> 6e1c77561841 +Step 5/11 : FROM ${JDK_IMAGE} AS keycloak-setup + ---> a1e8b63396cf +Step 5/11 : FROM ${JDK_IMAGE} +:airbyte-connector-sidecar:distTar +:airbyte-connector-builder-server:classes +:airbyte-connector-builder-server:jar +:airbyte-connector-builder-server:startScripts +:airbyte-connector-builder-server:distTar +:airbyte-connector-sidecar:distZip SKIPPED +:airbyte-connector-sidecar:dockerCopyDistribution +:airbyte-connector-builder-server:distZip SKIPPED +:airbyte-connector-builder-server:dockerCopyDistribution +:airbyte-connector-sidecar:dockerBuildImage +Building image using context '/actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-connector-sidecar/build/airbyte/docker'. +:airbyte-connector-builder-server:dockerBuildImage +Building image using context '/actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-connector-builder-server/build/airbyte/docker'. +:airbyte-commons-worker:kaptGenerateStubsIntegrationTestKotlin FROM-CACHE +:airbyte-commons-worker:kaptIntegrationTestKotlin + ---> 07733ca33d63 +Step 6/14 : EXPOSE 8006 5005 + ---> 07733ca33d63 +Step 6/11 : WORKDIR /app + ---> 07733ca33d63 +Step 6/14 : EXPOSE 8007 5005 + ---> 07733ca33d63 +Step 6/11 : WORKDIR /app + ---> 07733ca33d63 +Step 6/11 : WORKDIR /app +:airbyte-commons-worker:kaptIntegrationTestKotlin FROM-CACHE +:airbyte-commons-worker:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons-worker:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-worker:integrationTestClasses UP-TO-DATE +:airbyte-commons-worker:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons-worker:checkstyleMain FROM-CACHE +:airbyte-commons-worker:kaptGenerateStubsTestKotlin FROM-CACHE +:airbyte-commons-worker:kaptTestKotlin FROM-CACHE +:airbyte-commons-worker:compileTestKotlin FROM-CACHE +:airbyte-commons-worker:compileTestJava +Using images 'airbyte/connector-sidecar:0.58.0'. +:airbyte-commons-worker:compileTestJava FROM-CACHE +:airbyte-commons-worker:testClasses +:airbyte-commons-worker:checkstyleTest FROM-CACHE +:airbyte-commons-worker:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons-worker:spotbugsMain +Using images 'airbyte/connector-builder-server:0.58.0'. +Step 1/15 : ARG JAVA_WORKER_BASE_IMAGE_VERSION=2.2.0 +Step 2/15 : FROM scratch as builder + ---> +Step 3/15 : WORKDIR /app + ---> Using cache + ---> e682b750bdaf +Step 4/15 : ADD airbyte-app.tar /app +Step 1/21 : ARG JAVA_PYTHON_BASE_IMAGE_VERSION=2.1.0 +Step 2/21 : FROM airbyte/airbyte-base-java-python-image:${JAVA_PYTHON_BASE_IMAGE_VERSION} AS connector-builder-server +The following classes needed for analysis were missing: + makeConcatWithConstants + test + accept + toString + hashCode + equals + run + apply + applyAsLong + resolveCredentials + get + call + voidCall +:airbyte-commons-worker:spotbugsTest SKIPPED +:airbyte-commons-worker:test + +RecordSchemaValidatorTest > testValidateInvalidSchema() STARTED + ---> Running in 27d7f2f30ef0 + ---> Running in 4e28f5e256fe + ---> Running in a08e98f29be2 + ---> 4e99dc73d0dd +Step 5/15 : FROM airbyte/airbyte-base-java-worker-image:${JAVA_WORKER_BASE_IMAGE_VERSION} + ---> Running in acd55de572cc + ---> Running in 1936fa0c7c80 +Removing intermediate container 27d7f2f30ef0 + ---> 89d219254390 +Step 7/14 : ENV APPLICATION airbyte-api-server +Removing intermediate container 4e28f5e256fe + ---> c659ba554177 +Step 7/14 : ENV APPLICATION airbyte-workload-api-server +Removing intermediate container 1936fa0c7c80 +Removing intermediate container a08e98f29be2 + ---> 5fde269f6c39 + ---> 8022819ef7cb +Step 7/11 : COPY --chown=airbyte:airbyte --from=builder /app /app +Step 7/11 : COPY --chown=airbyte:airbyte --from=builder /app /app +Removing intermediate container acd55de572cc + ---> df337821df42 +Step 7/11 : COPY --chown=airbyte:airbyte --from=builder /app /app + ---> Running in edd49a35b401 + ---> Running in 564d720aa80c +Removing intermediate container edd49a35b401 + ---> 67041e7e1bc7 +Step 8/14 : ENV VERSION ${VERSION} +Removing intermediate container 564d720aa80c + ---> 34be99d045ef +Step 8/14 : ENV VERSION ${VERSION} + ---> Running in af0118f573f1 + ---> Running in 1d9570806426 +Removing intermediate container 1d9570806426 + ---> bc3e2ec7f96c +Step 9/14 : WORKDIR /app +Removing intermediate container af0118f573f1 + ---> 025f6bfdd8a5 +Step 9/14 : WORKDIR /app + ---> Running in d1ecaac37a6a + ---> Running in 92e33a84ffb2 +Removing intermediate container d1ecaac37a6a + ---> b3cdc9abb528 +Step 10/14 : COPY --chown=airbyte:airbyte --from=builder /app /app +Removing intermediate container 92e33a84ffb2 + ---> ef7234200044 +Step 10/14 : COPY --chown=airbyte:airbyte --from=builder /app /app + +RecordSchemaValidatorTest > testValidateInvalidSchema() PASSED + +RecordSchemaValidatorTest > testValidateValidSchemaWithoutCounting() STARTED + +RecordSchemaValidatorTest > testValidateValidSchemaWithoutCounting() PASSED + +RecordSchemaValidatorTest > testValidateValidSchema() STARTED + +RecordSchemaValidatorTest > testValidateValidSchema() PASSED + +RecordSchemaValidatorTest > testValidateInvalidSchemaWithoutCounting() STARTED + +RecordSchemaValidatorTest > testValidateInvalidSchemaWithoutCounting() PASSED + +ReplicationInputHydratorTest > testGenerateReplicationInputRetrievesInputs(boolean) > [1] true STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +ReplicationInputHydratorTest > testGenerateReplicationInputRetrievesInputs(boolean) > [1] true PASSED + +ReplicationInputHydratorTest > testGenerateReplicationInputRetrievesInputs(boolean) > [2] false STARTED + +ReplicationInputHydratorTest > testGenerateReplicationInputRetrievesInputs(boolean) > [2] false PASSED + +ReplicationInputHydratorTest > testGenerateReplicationInputHandlesBackfills(boolean) > [1] true STARTED + +ReplicationInputHydratorTest > testGenerateReplicationInputHandlesBackfills(boolean) > [1] true PASSED + +ReplicationInputHydratorTest > testGenerateReplicationInputHandlesBackfills(boolean) > [2] false STARTED + +ReplicationInputHydratorTest > testGenerateReplicationInputHandlesBackfills(boolean) > [2] false PASSED + +ReplicationInputHydratorTest > testGenerateReplicationInputHandlesResets(boolean) > [1] true STARTED + +ReplicationInputHydratorTest > testGenerateReplicationInputHandlesResets(boolean) > [1] true PASSED + +ReplicationInputHydratorTest > testGenerateReplicationInputHandlesResets(boolean) > [2] false STARTED + +ReplicationInputHydratorTest > testGenerateReplicationInputHandlesResets(boolean) > [2] false PASSED + +StateWithIdTest > globalStateTest(String) > [1] {"{\"schema\":null,\"payload\":[\"db_jagkjrgxhw\",{\"server\":\"db_jagkjrgxhw\"}]}":"{\"last_snapshot_record\":true,\"lsn\":23896935,\"txId\":505,\"ts_usec\":1659422332985000,\"snapshot\":true}"} STARTED + ---> 461ff0eaea5b +Step 6/15 : ARG DOCKER_BUILD_ARCH=amd64 + +StateWithIdTest > globalStateTest(String) > [1] {"{\"schema\":null,\"payload\":[\"db_jagkjrgxhw\",{\"server\":\"db_jagkjrgxhw\"}]}":"{\"last_snapshot_record\":true,\"lsn\":23896935,\"txId\":505,\"ts_usec\":1659422332985000,\"snapshot\":true}"} PASSED + +StateWithIdTest > globalStateTest(String) > [2] {"[\"db_jagkjrgxhw\",{\"server\":\"db_jagkjrgxhw\"}]}":"{\"last_snapshot_record\":true,\"lsn\":23896935,\"txId\":505,\"ts_usec\":1659422332985000,\"snapshot\":true}"} STARTED + +StateWithIdTest > globalStateTest(String) > [2] {"[\"db_jagkjrgxhw\",{\"server\":\"db_jagkjrgxhw\"}]}":"{\"last_snapshot_record\":true,\"lsn\":23896935,\"txId\":505,\"ts_usec\":1659422332985000,\"snapshot\":true}"} PASSED + +StateWithIdTest > globalStateTest(String) > [3] {"[\"db_jagkjrgxhw\",{\"server\":\"db_jagkjrgxhw\"}]":"{\"transaction_id\":null,\"lsn\":23896935,\"txId\":505,\"ts_usec\":1677520006097984}"} STARTED + +StateWithIdTest > globalStateTest(String) > [3] {"[\"db_jagkjrgxhw\",{\"server\":\"db_jagkjrgxhw\"}]":"{\"transaction_id\":null,\"lsn\":23896935,\"txId\":505,\"ts_usec\":1677520006097984}"} PASSED + +StateWithIdTest > streamStateTest() STARTED + +StateWithIdTest > streamStateTest() PASSED + +WorkerMetricReporterTest > trackStateMetricTrackerError() STARTED + +WorkerMetricReporterTest > trackStateMetricTrackerError() PASSED + +WorkerMetricReporterTest > trackUnexpectedFields() STARTED + +WorkerMetricReporterTest > trackUnexpectedFields() PASSED + +WorkerMetricReporterTest > trackSchemaValidationErrors() STARTED + +WorkerMetricReporterTest > trackSchemaValidationErrors() PASSED + +WorkerUtilsTest > testMapStreamNamesToSchemasWithMultipleNamespaces() STARTED + +WorkerUtilsTest > testMapStreamNamesToSchemasWithMultipleNamespaces() PASSED + +WorkerUtilsTest > testMapStreamNamesToSchemasWithNullNamespace() STARTED + +WorkerUtilsTest > testMapStreamNamesToSchemasWithNullNamespace() PASSED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Test heartbeat ends and graceful shutdown. STARTED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Test heartbeat ends and graceful shutdown. PASSED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Test process dies. STARTED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Test process dies. PASSED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Test heartbeat ends and shutdown is forced. STARTED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Test heartbeat ends and shutdown is forced. PASSED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Verify that shutdown waits indefinitely when heartbeat and process are healthy. STARTED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Verify that shutdown waits indefinitely when heartbeat and process are healthy. PASSED + +AttemptContextTest > addTagsToTrace() STARTED + +AttemptContextTest > addTagsToTrace() PASSED + +AttemptContextTest > addTagsToTraceShouldIgnoreNullValues() STARTED + +AttemptContextTest > addTagsToTraceShouldIgnoreNullValues() PASSED + +BufferedReplicationWorkerTest > testAllFieldsDeliveredWithFieldSelectionDisabled() STARTED + +BufferedReplicationWorkerTest > testAllFieldsDeliveredWithFieldSelectionDisabled() PASSED + +BufferedReplicationWorkerTest > testDestinationWriteExceptionWithStreamStatus(boolean) > [1] true STARTED + +BufferedReplicationWorkerTest > testDestinationWriteExceptionWithStreamStatus(boolean) > [1] true PASSED + +BufferedReplicationWorkerTest > testDestinationWriteExceptionWithStreamStatus(boolean) > [2] false STARTED + +BufferedReplicationWorkerTest > testDestinationWriteExceptionWithStreamStatus(boolean) > [2] false PASSED + +BufferedReplicationWorkerTest > testReplicationTimesAreUpdated() STARTED + ---> ea31f497b2d2 +Step 3/21 : ARG CDK_VERSION=0.85.0 + +BufferedReplicationWorkerTest > testReplicationTimesAreUpdated() PASSED + +BufferedReplicationWorkerTest > testReplicationRunnableWorkerFailure() STARTED + +BufferedReplicationWorkerTest > testReplicationRunnableWorkerFailure() PASSED + +BufferedReplicationWorkerTest > testPlatformExceptionWithStreamStatus(boolean) > [1] true STARTED + +BufferedReplicationWorkerTest > testPlatformExceptionWithStreamStatus(boolean) > [1] true PASSED + +BufferedReplicationWorkerTest > testPlatformExceptionWithStreamStatus(boolean) > [2] false STARTED + +BufferedReplicationWorkerTest > testPlatformExceptionWithStreamStatus(boolean) > [2] false PASSED + +BufferedReplicationWorkerTest > testSourceConfigPersistError() STARTED + +BufferedReplicationWorkerTest > testSourceConfigPersistError() PASSED + +BufferedReplicationWorkerTest > testReplicationRunnableDestinationFailure() STARTED + +BufferedReplicationWorkerTest > testReplicationRunnableDestinationFailure() PASSED + +BufferedReplicationWorkerTest > testStreamStatusCompletionTracking() STARTED + +BufferedReplicationWorkerTest > testStreamStatusCompletionTracking() PASSED + +BufferedReplicationWorkerTest > testReplicationRunnableSourceUpdateConfig() STARTED + +BufferedReplicationWorkerTest > testReplicationRunnableSourceUpdateConfig() PASSED + +BufferedReplicationWorkerTest > testSourceExceptionWithStreamStatus(boolean) > [1] true STARTED + +BufferedReplicationWorkerTest > testSourceExceptionWithStreamStatus(boolean) > [1] true PASSED + +BufferedReplicationWorkerTest > testSourceExceptionWithStreamStatus(boolean) > [2] false STARTED + ---> Running in 3fce2b415d36 + ---> Running in 2d5c6f93918b + ---> a6ca7f95431e +Step 11/14 : USER airbyte:airbyte + ---> 29fccc93bd1c + ---> 5f2190109ae6 +Step 11/14 : USER airbyte:airbyte +Step 8/11 : USER airbyte:airbyte + ---> dafd0bb297f1 + ---> ea621a89add6 +Step 8/11 : USER airbyte:airbyte +Step 8/11 : USER airbyte:airbyte + ---> Running in 9eceaa188ff0 +Removing intermediate container 3fce2b415d36 + ---> ea0a1d77eb4f +Step 7/15 : ARG VERSION=dev + ---> Running in 164a3f7e2fdd + ---> Running in 7f1a8785cd49 +Removing intermediate container 2d5c6f93918b + ---> 32b568489ead +Step 4/21 : ENV CDK_PYTHON=${PYENV_ROOT}/versions/${PYTHON_VERSION}/bin/python + ---> Running in 8aa8ab0da64d + ---> Running in 47e91a76d944 + ---> Running in 3e9da64a25a1 + ---> Running in da86c7cd3c35 +Removing intermediate container 9eceaa188ff0 + ---> c078254176cb +Step 12/14 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/${APPLICATION}"] +Removing intermediate container 7f1a8785cd49 + ---> a1cd78379d37 +Step 9/11 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/airbyte-metrics-reporter"] +Removing intermediate container 164a3f7e2fdd + ---> 7e61db9e064d +Step 12/14 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/${APPLICATION}"] +Removing intermediate container 47e91a76d944 + ---> 28bb82a69903 +Step 9/11 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/airbyte-keycloak-setup"] +Removing intermediate container 8aa8ab0da64d + ---> 21fadbf7572d +Step 9/11 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/airbyte-bootloader"] + ---> Running in bec09ed2c8ef +Removing intermediate container 3e9da64a25a1 + ---> 5a82e4aac73c +Step 8/15 : ENV APPLICATION airbyte-connector-sidecar + ---> Running in 4961a2f79d96 +Removing intermediate container da86c7cd3c35 + ---> 81ab00a96eb8 +Step 5/21 : ENV CDK_ENTRYPOINT ${PYENV_ROOT}/versions/${PYTHON_VERSION}/lib/python3.9/site-packages/airbyte_cdk/connector_builder/main.py + ---> Running in c268129b238a + ---> Running in 3d309be023ee + ---> Running in 6ef75a84bbc6 + ---> Running in 7bccb551750a + ---> Running in 4ece167de73b +Removing intermediate container bec09ed2c8ef + ---> ef01318db729 +Step 13/14 : LABEL io.airbyte.app=airbyte-api-server +Removing intermediate container 4961a2f79d96 + ---> 44f120f3320e +Step 10/11 : LABEL io.airbyte.app=reporter +Removing intermediate container c268129b238a + ---> 1c3eafd1be6b +Step 10/11 : LABEL io.airbyte.app=airbyte-keycloak-setup +Removing intermediate container 3d309be023ee + ---> 13ec42ca4485 +Step 13/14 : LABEL io.airbyte.app=airbyte-workload-api-server +Removing intermediate container 6ef75a84bbc6 + ---> 0a3bc4c2ea14 +Step 10/11 : LABEL io.airbyte.app=airbyte-bootloader +Removing intermediate container 7bccb551750a + ---> 844cbd75b1ef +Step 9/15 : ENV VERSION=${VERSION} + ---> Running in fd6f4ed38632 +Removing intermediate container 4ece167de73b + ---> 104a819dc95d +Step 6/21 : ENV PIP=${PYENV_ROOT}/versions/${PYTHON_VERSION}/bin/pip + ---> Running in 01e328a5f220 + ---> Running in 63afc9527068 + ---> Running in 119ce9ba05a2 + ---> Running in 677539f91bd9 + ---> Running in 0740274fec7b + ---> Running in c79fa32e9df9 +Removing intermediate container fd6f4ed38632 + ---> d7e9be099ab3 +Step 14/14 : LABEL io.airbyte.version=0.58.0 +Removing intermediate container 63afc9527068 + ---> 7bdf9640b098 +Step 11/11 : LABEL io.airbyte.version=0.58.0 +Removing intermediate container 01e328a5f220 + ---> 0c74b0bce8c7 +Step 11/11 : LABEL io.airbyte.version=0.58.0 +Removing intermediate container 677539f91bd9 + ---> bf2a646c4c20 +Step 11/11 : LABEL io.airbyte.version=0.58.0 +Removing intermediate container 119ce9ba05a2 + ---> 56e2b5d634b9 +Step 14/14 : LABEL io.airbyte.version=0.58.0 +Removing intermediate container 0740274fec7b + ---> 4700fcdc4e75 +Step 10/15 : COPY --chown=airbyte:airbyte WellKnownTypes.json /app +Removing intermediate container c79fa32e9df9 + ---> f3f2d04f38fe +Step 7/21 : COPY requirements.txt requirements.txt + ---> Running in aef5dc2c17b9 + ---> Running in c9ca00331709 + ---> Running in a07645dfd8bc + ---> Running in f7d94f560c86 + ---> Running in d94ed7a4580a + ---> a8405ac06a36 +Step 11/15 : COPY --chown=airbyte:airbyte --from=builder /app /app +Removing intermediate container aef5dc2c17b9 + ---> e37e384c41a3 +[Warning] One or more build-args [DOCKER_BUILD_ARCH JDK_VERSION APPLICATION] were not consumed +Successfully built e37e384c41a3 +Successfully tagged airbyte/airbyte-api-server:0.58.0 +Removing intermediate container c9ca00331709 +Created image with ID 'e37e384c41a3'. + ---> 33a90bb05595 +[Warning] One or more build-args [JDK_VERSION APPLICATION DOCKER_BUILD_ARCH] were not consumed +:airbyte-api-server:assemble +:airbyte-api-server:kaptGenerateStubsIntegrationTestKotlin + ---> 0b83b4bb32f8 +Step 8/21 : RUN ${PIP} install -r requirements.txt +Successfully built 33a90bb05595 +Removing intermediate container a07645dfd8bc + ---> da87b46f3c2d +[Warning] One or more build-args [JDK_VERSION APPLICATION DOCKER_BUILD_ARCH] were not consumed +Successfully tagged airbyte/keycloak-setup:0.58.0 +Created image with ID '33a90bb05595'. +:airbyte-container-orchestrator:kaptGenerateStubsKotlin +Removing intermediate container d94ed7a4580a + ---> cfc1ae4ff76a +Removing intermediate container f7d94f560c86 +[Warning] One or more build-args [JDK_VERSION APPLICATION DOCKER_BUILD_ARCH] were not consumed + ---> 3c4d5f751090 +[Warning] One or more build-args [JDK_VERSION APPLICATION DOCKER_BUILD_ARCH] were not consumed +Successfully built da87b46f3c2d +Successfully tagged airbyte/metrics-reporter:0.58.0 +Created image with ID 'da87b46f3c2d'. +:airbyte-cron:kaptGenerateStubsKotlin +Successfully built 3c4d5f751090 +Successfully tagged airbyte/workload-api-server:0.58.0 +Created image with ID '3c4d5f751090'. + ---> Running in c30958734282 +:airbyte-data:kaptGenerateStubsIntegrationTestKotlin +Successfully built cfc1ae4ff76a +Successfully tagged airbyte/bootloader:0.58.0 +Created image with ID 'cfc1ae4ff76a'. +:airbyte-bootloader:assemble +:airbyte-bootloader:compileIntegrationTestKotlin NO-SOURCE +:airbyte-bootloader:compileIntegrationTestJava NO-SOURCE +:airbyte-bootloader:integrationTestClasses UP-TO-DATE +:airbyte-bootloader:checkstyleIntegrationTest NO-SOURCE +:airbyte-bootloader:checkstyleMain FROM-CACHE +:airbyte-bootloader:compileTestKotlin NO-SOURCE +:airbyte-bootloader:compileTestJava +:airbyte-cron:kaptGenerateStubsKotlin FROM-CACHE +:airbyte-cron:kaptKotlin + +BufferedReplicationWorkerTest > testSourceExceptionWithStreamStatus(boolean) > [2] false PASSED + +BufferedReplicationWorkerTest > testReplicationRunnableDestinationFailureViaTraceMessage() STARTED +:airbyte-container-orchestrator:kaptGenerateStubsKotlin FROM-CACHE +:airbyte-container-orchestrator:kaptKotlin SKIPPED +:airbyte-container-orchestrator:compileKotlin NO-SOURCE +:airbyte-container-orchestrator:compileJava +:airbyte-cron:kaptKotlin FROM-CACHE +:airbyte-cron:compileKotlin +:airbyte-container-orchestrator:compileJava FROM-CACHE +:airbyte-container-orchestrator:classes +:airbyte-container-orchestrator:jar +:airbyte-container-orchestrator:startScripts +:airbyte-api-server:kaptGenerateStubsIntegrationTestKotlin FROM-CACHE +:airbyte-api-server:kaptIntegrationTestKotlin +:airbyte-container-orchestrator:distTar +:airbyte-cron:compileKotlin FROM-CACHE +:airbyte-cron:compileJava +Collecting airbyte-cdk==0.85.0 +:airbyte-data:kaptGenerateStubsIntegrationTestKotlin FROM-CACHE +:airbyte-data:kaptIntegrationTestKotlin +:airbyte-api-server:kaptIntegrationTestKotlin FROM-CACHE +:airbyte-api-server:compileIntegrationTestKotlin NO-SOURCE +:airbyte-api-server:compileIntegrationTestJava NO-SOURCE +:airbyte-api-server:integrationTestClasses UP-TO-DATE +:airbyte-api-server:checkstyleIntegrationTest NO-SOURCE +:airbyte-api-server:checkstyleMain NO-SOURCE +:airbyte-api-server:kaptGenerateStubsTestKotlin +:airbyte-cron:compileJava FROM-CACHE +:airbyte-cron:classes +:airbyte-cron:jar +:airbyte-cron:startScripts + Downloading airbyte_cdk-0.85.0-py3-none-any.whl (406 kB) +:airbyte-cron:distTar + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 406.6/406.6 KB 8.4 MB/s eta 0:00:00 +:airbyte-bootloader:compileTestJava FROM-CACHE +:airbyte-bootloader:testClasses UP-TO-DATE +:airbyte-bootloader:checkstyleTest +Collecting airbyte-protocol-models==0.9.0 + Downloading airbyte_protocol_models-0.9.0-py3-none-any.whl (10 kB) +Collecting attrs==23.2.0 +:airbyte-bootloader:checkstyleTest FROM-CACHE +:airbyte-bootloader:spotbugsIntegrationTest NO-SOURCE +:airbyte-bootloader:spotbugsMain + Downloading attrs-23.2.0-py3-none-any.whl (60 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 KB 9.3 MB/s eta 0:00:00 +Collecting backoff==2.2.1 + Downloading backoff-2.2.1-py3-none-any.whl (15 kB) +Collecting bracex==2.4 + Downloading bracex-2.4-py3-none-any.whl (11 kB) +Collecting cachetools==5.3.3 + Downloading cachetools-5.3.3-py3-none-any.whl (9.3 kB) +:airbyte-api-server:kaptGenerateStubsTestKotlin FROM-CACHE +:airbyte-api-server:kaptTestKotlin +Collecting cattrs==23.2.3 + Downloading cattrs-23.2.3-py3-none-any.whl (57 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 KB 7.9 MB/s eta 0:00:00 +Collecting certifi==2024.2.2 +:airbyte-data:kaptIntegrationTestKotlin FROM-CACHE +:airbyte-bootloader:spotbugsTest SKIPPED +:airbyte-bootloader:test + Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 KB 21.0 MB/s eta 0:00:00 +:airbyte-api-server:kaptTestKotlin FROM-CACHE +:airbyte-api-server:compileTestKotlin +:airbyte-bootloader:test FROM-CACHE +:airbyte-bootloader:jacocoTestReport +:airbyte-api-server:compileTestKotlin FROM-CACHE +:airbyte-api-server:compileTestJava NO-SOURCE +:airbyte-api-server:testClasses +:airbyte-api-server:checkstyleTest NO-SOURCE +:airbyte-api-server:spotbugsIntegrationTest NO-SOURCE +:airbyte-api-server:spotbugsMain SKIPPED +:airbyte-api-server:spotbugsTest SKIPPED +:airbyte-api-server:test +:airbyte-bootloader:jacocoTestReport FROM-CACHE +:airbyte-data:compileIntegrationTestKotlin NO-SOURCE +:airbyte-data:compileIntegrationTestJava NO-SOURCE +:airbyte-data:integrationTestClasses UP-TO-DATE +:airbyte-data:checkstyleIntegrationTest NO-SOURCE +:airbyte-data:kaptGenerateStubsTestKotlin +Collecting cffi==1.16.0 + Downloading cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 443.4/443.4 KB 43.8 MB/s eta 0:00:00 +:airbyte-api-server:test FROM-CACHE +:airbyte-api-server:jacocoTestReport +:airbyte-data:kaptGenerateStubsTestKotlin FROM-CACHE +:airbyte-data:kaptTestKotlin FROM-CACHE +:airbyte-data:compileTestKotlin +:airbyte-api-server:jacocoTestReport FROM-CACHE +:airbyte-api-server:check UP-TO-DATE +:airbyte-api-server:build +:airbyte-keycloak-setup:assemble +:airbyte-keycloak-setup:compileIntegrationTestKotlin NO-SOURCE +Collecting charset-normalizer==3.3.2 +:airbyte-keycloak-setup:compileIntegrationTestJava NO-SOURCE +:airbyte-keycloak-setup:integrationTestClasses UP-TO-DATE +:airbyte-keycloak-setup:checkstyleIntegrationTest NO-SOURCE +:airbyte-keycloak-setup:checkstyleMain + Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB) + +BufferedReplicationWorkerTest > testReplicationRunnableDestinationFailureViaTraceMessage() PASSED + +BufferedReplicationWorkerTest > testDestinationNotifyEndOfInputTimeout() STARTED + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.3/142.3 KB 14.4 MB/s eta 0:00:00 +:airbyte-container-orchestrator:distZip SKIPPED +:airbyte-container-orchestrator:dockerCopyDistribution +:airbyte-keycloak-setup:checkstyleMain FROM-CACHE +:airbyte-keycloak-setup:compileTestKotlin NO-SOURCE +:airbyte-keycloak-setup:compileTestJava +:airbyte-data:compileTestKotlin FROM-CACHE +:airbyte-data:compileTestJava +:airbyte-keycloak-setup:compileTestJava FROM-CACHE +:airbyte-keycloak-setup:testClasses UP-TO-DATE +:airbyte-keycloak-setup:checkstyleTest FROM-CACHE +:airbyte-data:compileTestJava FROM-CACHE +:airbyte-keycloak-setup:spotbugsIntegrationTest +:airbyte-data:testClasses UP-TO-DATE +:airbyte-keycloak-setup:spotbugsIntegrationTest NO-SOURCE +:airbyte-keycloak-setup:spotbugsMain +:airbyte-data:checkstyleTest +:airbyte-cron:distZip SKIPPED +:airbyte-cron:dockerCopyDistribution +:airbyte-keycloak-setup:spotbugsMain FROM-CACHE +:airbyte-keycloak-setup:spotbugsTest SKIPPED +:airbyte-keycloak-setup:test +:airbyte-data:checkstyleTest FROM-CACHE +:airbyte-data:spotbugsIntegrationTest NO-SOURCE +:airbyte-data:spotbugsTest SKIPPED +:airbyte-data:test +Collecting cryptography==42.0.5 + Downloading cryptography-42.0.5-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB) +:airbyte-keycloak-setup:test FROM-CACHE +:airbyte-keycloak-setup:jacocoTestReport +:airbyte-data:test FROM-CACHE +:airbyte-data:jacocoTestReport + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 43.6 MB/s eta 0:00:00 +Collecting deprecated==1.2.14 +:airbyte-keycloak-setup:jacocoTestReport FROM-CACHE +:airbyte-keycloak-setup:check UP-TO-DATE +:airbyte-keycloak-setup:build +:airbyte-notification:kaptTestKotlin +:airbyte-container-orchestrator:dockerBuildImage +Building image using context '/actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-container-orchestrator/build/airbyte/docker'. + Downloading Deprecated-1.2.14-py2.py3-none-any.whl (9.6 kB) +:airbyte-data:jacocoTestReport FROM-CACHE +:airbyte-data:check UP-TO-DATE +:airbyte-data:build UP-TO-DATE +:airbyte-server:kaptGenerateStubsKotlin +Collecting dpath==2.0.8 + Downloading dpath-2.0.8-py3-none-any.whl (15 kB) + +BufferedReplicationWorkerTest > testDestinationNotifyEndOfInputTimeout() PASSED + +BufferedReplicationWorkerTest > testLogMaskRegex() STARTED +:airbyte-notification:kaptTestKotlin FROM-CACHE +:airbyte-notification:compileTestKotlin +:airbyte-server:kaptGenerateStubsKotlin FROM-CACHE +:airbyte-server:kaptKotlin +:airbyte-cron:dockerBuildImage +Building image using context '/actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-cron/build/airbyte/docker'. + +BufferedReplicationWorkerTest > testLogMaskRegex() PASSED + +BufferedReplicationWorkerTest > testOnlyStateAndRecordMessagesDeliveredToDestination() STARTED +:airbyte-notification:compileTestKotlin FROM-CACHE +:airbyte-notification:compileTestJava +Collecting exceptiongroup==1.2.1 + Downloading exceptiongroup-1.2.1-py3-none-any.whl (16 kB) +:airbyte-notification:compileTestJava FROM-CACHE +:airbyte-notification:testClasses +:airbyte-notification:checkstyleTest +Collecting genson==1.2.2 + Downloading genson-1.2.2.tar.gz (34 kB) +:airbyte-server:kaptKotlin FROM-CACHE +:airbyte-server:compileKotlin +:airbyte-notification:checkstyleTest FROM-CACHE +:airbyte-notification:spotbugsIntegrationTest NO-SOURCE + Preparing metadata (setup.py): started +:airbyte-notification:spotbugsMain FROM-CACHE +:airbyte-notification:spotbugsTest SKIPPED +:airbyte-notification:test +:airbyte-server:compileKotlin FROM-CACHE +:airbyte-server:compileJava +:airbyte-notification:test FROM-CACHE + Preparing metadata (setup.py): finished with status 'done' +:airbyte-notification:jacocoTestReport +Collecting idna==3.7 + Downloading idna-3.7-py3-none-any.whl (66 kB) +:airbyte-notification:jacocoTestReport FROM-CACHE +:airbyte-notification:check UP-TO-DATE +:airbyte-notification:build UP-TO-DATE +:airbyte-test-utils:compileIntegrationTestKotlin +:airbyte-server:compileJava FROM-CACHE +:airbyte-server:classes +:airbyte-test-utils:compileIntegrationTestKotlin NO-SOURCE +:airbyte-server:jar +:airbyte-test-utils:compileIntegrationTestJava NO-SOURCE +:airbyte-test-utils:integrationTestClasses UP-TO-DATE +:airbyte-test-utils:checkstyleIntegrationTest NO-SOURCE +:airbyte-test-utils:checkstyleMain + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 KB 1.0 MB/s eta 0:00:00 +Collecting isodate==0.6.1 + Downloading isodate-0.6.1-py2.py3-none-any.whl (41 kB) +:airbyte-test-utils:checkstyleMain FROM-CACHE +:airbyte-test-utils:compileTestKotlin NO-SOURCE +:airbyte-test-utils:compileTestJava +:airbyte-server:startScripts + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.7/41.7 KB 388.4 kB/s eta 0:00:00 +Collecting jinja2==3.1.3 + Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB) +:airbyte-test-utils:compileTestJava FROM-CACHE +:airbyte-test-utils:testClasses UP-TO-DATE +:airbyte-test-utils:checkstyleTest +:airbyte-server:distTar + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.2/133.2 KB 1.4 MB/s eta 0:00:00 +:airbyte-test-utils:checkstyleTest FROM-CACHE +:airbyte-test-utils:spotbugsIntegrationTest NO-SOURCE +:airbyte-test-utils:spotbugsMain +Collecting jsonpatch==1.33 + Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB) + +BufferedReplicationWorkerTest > testOnlyStateAndRecordMessagesDeliveredToDestination() PASSED + +BufferedReplicationWorkerTest > testDoesNotPopulatesStateOnFailureIfNotAvailable() STARTED +Collecting jsonpointer==2.4 + Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) +Collecting jsonref==0.2 + Downloading jsonref-0.2-py3-none-any.whl (9.3 kB) +Collecting jsonschema==3.2.0 + Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.3/56.3 KB 741.4 kB/s eta 0:00:00 +Collecting langchain-core==0.1.42 + Downloading langchain_core-0.1.42-py3-none-any.whl (287 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 287.5/287.5 KB 4.3 MB/s eta 0:00:00 +Collecting langsmith==0.1.50 + Downloading langsmith-0.1.50-py3-none-any.whl (115 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.5/115.5 KB 1.7 MB/s eta 0:00:00 +Collecting markupsafe==2.1.5 + Downloading MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) +:airbyte-server:distZip SKIPPED +:airbyte-server:dockerCopyDistribution + +BufferedReplicationWorkerTest > testDoesNotPopulatesStateOnFailureIfNotAvailable() PASSED + +BufferedReplicationWorkerTest > testReplicationRunnableSourceFailure() STARTED +:airbyte-server:dockerBuildImage +Building image using context '/actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-server/build/airbyte/docker'. +Collecting orjson==3.10.1 + Downloading orjson-3.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.9/140.9 KB 2.0 MB/s eta 0:00:00 +Collecting packaging==23.2 + Downloading packaging-23.2-py3-none-any.whl (53 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 KB 783.1 kB/s eta 0:00:00 +Collecting pendulum==2.1.2 + +BufferedReplicationWorkerTest > testReplicationRunnableSourceFailure() PASSED + Downloading pendulum-2.1.2-cp39-cp39-manylinux1_x86_64.whl (155 kB) + +BufferedReplicationWorkerTest > testDestinationRunnableWorkerFailure() STARTED + +BufferedReplicationWorkerTest > testDestinationRunnableWorkerFailure() SKIPPED + +BufferedReplicationWorkerTest > testDestinationTimeoutWithCloseFailure() STARTED + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 KB 3.0 MB/s eta 0:00:00 +Collecting platformdirs==4.2.1 + Downloading platformdirs-4.2.1-py3-none-any.whl (17 kB) +Collecting pycparser==2.22 + Downloading pycparser-2.22-py3-none-any.whl (117 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 KB 1.5 MB/s eta 0:00:00 +Collecting pydantic==1.10.15 + Downloading pydantic-1.10.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 21.7 MB/s eta 0:00:00 +Collecting pyjwt==2.8.0 + Downloading PyJWT-2.8.0-py3-none-any.whl (22 kB) +Collecting pyrate-limiter==3.1.1 + Downloading pyrate_limiter-3.1.1-py3-none-any.whl (23 kB) +Collecting pyrsistent==0.20.0 + Downloading pyrsistent-0.20.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (117 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.5/117.5 KB 1.6 MB/s eta 0:00:00 +The following classes needed for analysis were missing: + apply + test + accept +Collecting python-dateutil==2.9.0.post0 + Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 KB 3.5 MB/s eta 0:00:00 +:airbyte-bootloader:check +:airbyte-bootloader:build +:airbyte-test-utils:spotbugsTest SKIPPED +:airbyte-test-utils:test +Collecting pytzdata==2020.1 + Downloading pytzdata-2020.1-py2.py3-none-any.whl (489 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 490.0/490.0 KB 7.0 MB/s eta 0:00:00 +Collecting pyyaml==6.0.1 + Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 738.9/738.9 KB 9.4 MB/s eta 0:00:00 +:airbyte-test-utils:test FROM-CACHE +:airbyte-test-utils:jacocoTestReport FROM-CACHE +:airbyte-tests:compileKotlin NO-SOURCE +:airbyte-tests:compileJava NO-SOURCE +:airbyte-tests:compileAcceptanceTestKotlin NO-SOURCE +:airbyte-tests:compileAcceptanceTestJava +Collecting requests==2.31.0 + Downloading requests-2.31.0-py3-none-any.whl (62 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 KB 702.1 kB/s eta 0:00:00 +Collecting requests-cache==1.2.0 + Downloading requests_cache-1.2.0-py3-none-any.whl (61 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.4/61.4 KB 880.0 kB/s eta 0:00:00 +Collecting six==1.16.0 + Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) +Collecting tenacity==8.2.3 +:airbyte-tests:compileAcceptanceTestJava FROM-CACHE +:airbyte-tests:acceptanceTestClasses +:airbyte-tests:checkstyleAcceptanceTest + Downloading tenacity-8.2.3-py3-none-any.whl (24 kB) + +BufferedReplicationWorkerTest > testDestinationTimeoutWithCloseFailure() PASSED + +BufferedReplicationWorkerTest > testPopulatesStatsOnFailureIfAvailable() STARTED +Collecting typing-extensions==4.11.0 + Downloading typing_extensions-4.11.0-py3-none-any.whl (34 kB) +:airbyte-tests:checkstyleAcceptanceTest FROM-CACHE +:airbyte-tests:compileIntegrationTestKotlin NO-SOURCE +:airbyte-tests:compileIntegrationTestJava NO-SOURCE +:airbyte-tests:integrationTestClasses UP-TO-DATE +:airbyte-tests:checkstyleIntegrationTest NO-SOURCE +:airbyte-tests:classes UP-TO-DATE +:airbyte-tests:checkstyleMain NO-SOURCE +:airbyte-tests:compileTestKotlin NO-SOURCE +:airbyte-tests:compileTestJava NO-SOURCE +:airbyte-tests:testClasses UP-TO-DATE +:airbyte-tests:checkstyleTest NO-SOURCE +:airbyte-tests:spotbugsAcceptanceTest +Collecting url-normalize==1.4.3 + Downloading url_normalize-1.4.3-py2.py3-none-any.whl (6.8 kB) +Collecting urllib3==2.2.1 + Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 KB 1.4 MB/s eta 0:00:00 +Collecting wcmatch==8.4 + Downloading wcmatch-8.4-py3-none-any.whl (40 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.0/40.0 KB 275.5 kB/s eta 0:00:00 +Collecting wrapt==1.16.0 + Downloading wrapt-1.16.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.1/80.1 KB 698.7 kB/s eta 0:00:00 +Requirement already satisfied: setuptools in /home/airbyte/.pyenv/versions/3.9.11/lib/python3.9/site-packages (from jsonschema==3.2.0->-r requirements.txt (line 52)) (58.1.0) + +BufferedReplicationWorkerTest > testPopulatesStatsOnFailureIfAvailable() PASSED + +BufferedReplicationWorkerTest > testCancellation() STARTED + +BufferedReplicationWorkerTest > testCancellation() PASSED + +BufferedReplicationWorkerTest > testCallHeartbeat() STARTED + +BufferedReplicationWorkerTest > testCallHeartbeat() PASSED + +BufferedReplicationWorkerTest > test() STARTED + +BufferedReplicationWorkerTest > test() PASSED + +BufferedReplicationWorkerTest > testDestinationConfigPersistError() STARTED + +BufferedReplicationWorkerTest > testDestinationConfigPersistError() PASSED + +BufferedReplicationWorkerTest > testGetFailureReason() STARTED + +BufferedReplicationWorkerTest > testGetFailureReason() PASSED + +BufferedReplicationWorkerTest > testLoggingInThreads() STARTED + +BufferedReplicationWorkerTest > testLoggingInThreads() PASSED + +BufferedReplicationWorkerTest > testDestinationNonZeroExitValue() STARTED +Using legacy 'setup.py install' for genson, since package 'wheel' is not installed. +Installing collected packages: jsonref, genson, wrapt, urllib3, typing-extensions, tenacity, six, pyyaml, pytzdata, pyrsistent, pyrate-limiter, pyjwt, pycparser, platformdirs, packaging, orjson, markupsafe, jsonpointer, idna, exceptiongroup, dpath, charset-normalizer, certifi, cachetools, bracex, backoff, attrs, wcmatch, url-normalize, requests, python-dateutil, pydantic, jsonschema, jsonpatch, jinja2, isodate, deprecated, cffi, cattrs, requests-cache, pendulum, langsmith, cryptography, airbyte-protocol-models, langchain-core, airbyte-cdk + Running setup.py install for genson: started + +BufferedReplicationWorkerTest > testDestinationNonZeroExitValue() PASSED + +BufferedReplicationWorkerTest > testInvalidSchema() STARTED +The following classes needed for analysis were missing: + makeConcatWithConstants + toString + equals + hashCode + query + call + apply + get + accept + test + +BufferedReplicationWorkerTest > testInvalidSchema() PASSED + +BufferedReplicationWorkerTest > testSourceNonZeroExitValue() STARTED + +BufferedReplicationWorkerTest > testSourceNonZeroExitValue() PASSED + +BufferedReplicationWorkerTest > testSourceFailingTimeout() STARTED + Running setup.py install for genson: finished with status 'done' +:airbyte-test-utils:check +:airbyte-test-utils:build +:airbyte-tests:spotbugsIntegrationTest NO-SOURCE +:airbyte-tests:spotbugsMain NO-SOURCE +:airbyte-tests:spotbugsTest SKIPPED +:airbyte-tests:test NO-SOURCE +:airbyte-tests:jacocoTestReport SKIPPED +:airbyte-webapp:copyBuildOutput +:airbyte-webapp:copyNginx +:airbyte-webapp:dockerCopyDistribution NO-SOURCE +:airbyte-webapp:dockerCopyDockerfile +:airbyte-webapp:dockerBuildImage +Building image using context '/actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp/build/airbyte/docker'. +Using images 'airbyte/webapp:0.58.0'. + +BufferedReplicationWorkerTest > testSourceFailingTimeout() PASSED + +BufferedReplicationWorkerTest > testStreamStatusCompletionTrackingTrackSourceMessage() STARTED + +BufferedReplicationWorkerTest > testStreamStatusCompletionTrackingTrackSourceMessage() PASSED + +BufferedReplicationWorkerTest > testDestinationAcceptTimeout() STARTED +Step 1/10 : ARG NGINX_IMAGE=nginxinc/nginx-unprivileged:alpine3.18 +Step 2/10 : FROM ${NGINX_IMAGE} +Using images 'airbyte/cron:0.58.0'. +Using images 'airbyte/container-orchestrator:0.58.0'. +The following classes needed for analysis were missing: + accept + makeConcatWithConstants + query + call + execute + apply + +BufferedReplicationWorkerTest > testDestinationAcceptTimeout() PASSED + +BufferedReplicationWorkerTest > testDestinationExceptionWithStreamStatus(boolean) > [1] true STARTED +:airbyte-tests:check +:airbyte-tests:build +:airbyte-workers:compileKotlin NO-SOURCE +:airbyte-workers:compileJava +Step 1/11 : ARG JDK_IMAGE=airbyte/airbyte-base-java-image:3.2.1 +Step 2/11 : FROM scratch as builder + ---> +Step 3/11 : WORKDIR /app + ---> Using cache + ---> e682b750bdaf +Step 4/11 : ADD airbyte-app.tar /app +:airbyte-workers:compileJava FROM-CACHE +:airbyte-workers:classes +:airbyte-workers:jar +:airbyte-workers:startScripts +Step 1/15 : ARG JAVA_WORKER_BASE_IMAGE_VERSION=2.2.0 +Step 2/15 : FROM scratch as builder + ---> +Step 3/15 : WORKDIR /app + ---> Using cache + ---> e682b750bdaf +Step 4/15 : ADD airbyte-app.tar /app +:airbyte-workers:distTar + +BufferedReplicationWorkerTest > testDestinationExceptionWithStreamStatus(boolean) > [1] true PASSED + +BufferedReplicationWorkerTest > testDestinationExceptionWithStreamStatus(boolean) > [2] false STARTED +:airbyte-workers:distZip SKIPPED +:airbyte-workers:dockerCopyDistribution +:airbyte-workers:dockerBuildImage +Building image using context '/actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-workers/build/airbyte/docker'. + +BufferedReplicationWorkerTest > testDestinationExceptionWithStreamStatus(boolean) > [2] false PASSED + +BufferedReplicationWorkerTest > testOnlySelectedFieldsDeliveredToDestinationWithFieldSelectionEnabled() STARTED +Using images 'airbyte/server:0.58.0'. + +BufferedReplicationWorkerTest > testOnlySelectedFieldsDeliveredToDestinationWithFieldSelectionEnabled() PASSED + +BufferedReplicationWorkerTest > testWorkerShutsDownLongRunningSchemaValidationThread() STARTED + ---> 64997a8aa9d0 +Step 3/10 : EXPOSE 8080 +Step 1/15 : ARG JDK_IMAGE=airbyte/airbyte-base-java-image:3.2.1 +Step 2/15 : FROM scratch as builder + ---> +Step 3/15 : WORKDIR /app + ---> Using cache + ---> e682b750bdaf +Step 4/15 : ADD airbyte-app.tar /app +Successfully installed airbyte-cdk-0.85.0 airbyte-protocol-models-0.9.0 attrs-23.2.0 backoff-2.2.1 bracex-2.4 cachetools-5.3.3 cattrs-23.2.3 certifi-2024.2.2 cffi-1.16.0 charset-normalizer-3.3.2 cryptography-42.0.5 deprecated-1.2.14 dpath-2.0.8 exceptiongroup-1.2.1 genson-1.2.2 idna-3.7 isodate-0.6.1 jinja2-3.1.3 jsonpatch-1.33 jsonpointer-2.4 jsonref-0.2 jsonschema-3.2.0 langchain-core-0.1.42 langsmith-0.1.50 markupsafe-2.1.5 orjson-3.10.1 packaging-23.2 pendulum-2.1.2 platformdirs-4.2.1 pycparser-2.22 pydantic-1.10.15 pyjwt-2.8.0 pyrate-limiter-3.1.1 pyrsistent-0.20.0 python-dateutil-2.9.0.post0 pytzdata-2020.1 pyyaml-6.0.1 requests-2.31.0 requests-cache-1.2.0 six-1.16.0 tenacity-8.2.3 typing-extensions-4.11.0 url-normalize-1.4.3 urllib3-2.2.1 wcmatch-8.4 wrapt-1.16.0 +WARNING: You are using pip version 22.0.4; however, version 24.0 is available. +You should consider upgrading via the '/home/airbyte/.pyenv/versions/3.9.11/bin/python3.9 -m pip install --upgrade pip' command. + +BufferedReplicationWorkerTest > testWorkerShutsDownLongRunningSchemaValidationThread() PASSED + +BufferedReplicationWorkerTest > testPopulatesOutputOnSuccess() STARTED + +BufferedReplicationWorkerTest > testPopulatesOutputOnSuccess() PASSED + +BufferedReplicationWorkerTest > testDoesNotPopulateOnIrrecoverableFailure() STARTED + +BufferedReplicationWorkerTest > testDoesNotPopulateOnIrrecoverableFailure() PASSED + +BufferedReplicationWorkerTest > testReplicationRunnableDestinationUpdateConfig() STARTED + +BufferedReplicationWorkerTest > testReplicationRunnableDestinationUpdateConfig() PASSED + +BufferedReplicationWorkerTest > testWithStreamStatus(boolean) > [1] true STARTED +Using images 'airbyte/worker:0.58.0'. + +BufferedReplicationWorkerTest > testWithStreamStatus(boolean) > [1] true PASSED + +BufferedReplicationWorkerTest > testWithStreamStatus(boolean) > [2] false STARTED +Step 1/15 : ARG JAVA_WORKER_BASE_IMAGE_VERSION=2.2.0 +Step 2/15 : FROM scratch as builder + ---> +Step 3/15 : WORKDIR /app + ---> Using cache + ---> e682b750bdaf +Step 4/15 : ADD airbyte-app.tar /app + +BufferedReplicationWorkerTest > testWithStreamStatus(boolean) > [2] false PASSED + +BufferedReplicationWorkerTest > testDontCallHeartbeat() STARTED + +BufferedReplicationWorkerTest > testDontCallHeartbeat() PASSED + +BufferedReplicationWorkerTest > testDestinationRunnableDestinationFailure() STARTED + +BufferedReplicationWorkerTest > testDestinationRunnableDestinationFailure() PASSED + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashInWriteTodestination() STARTED + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashInWriteTodestination() PASSED + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashInReadFromDestination() STARTED + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashInReadFromDestination() PASSED + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashInProcessMessage() STARTED + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashInProcessMessage() PASSED + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashReadFromSource() STARTED + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashReadFromSource() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testAllFieldsDeliveredWithFieldSelectionDisabled() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testAllFieldsDeliveredWithFieldSelectionDisabled() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationWriteExceptionWithStreamStatus(boolean) > [1] true STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationWriteExceptionWithStreamStatus(boolean) > [1] true PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationWriteExceptionWithStreamStatus(boolean) > [2] false STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationWriteExceptionWithStreamStatus(boolean) > [2] false PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationTimesAreUpdated() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationTimesAreUpdated() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableWorkerFailure() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableWorkerFailure() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testPlatformExceptionWithStreamStatus(boolean) > [1] true STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testPlatformExceptionWithStreamStatus(boolean) > [1] true PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testPlatformExceptionWithStreamStatus(boolean) > [2] false STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testPlatformExceptionWithStreamStatus(boolean) > [2] false PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testSourceConfigPersistError() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testSourceConfigPersistError() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableDestinationFailure() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableDestinationFailure() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testStreamStatusCompletionTracking() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testStreamStatusCompletionTracking() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableSourceUpdateConfig() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableSourceUpdateConfig() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testSourceExceptionWithStreamStatus(boolean) > [1] true STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testSourceExceptionWithStreamStatus(boolean) > [1] true PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testSourceExceptionWithStreamStatus(boolean) > [2] false STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testSourceExceptionWithStreamStatus(boolean) > [2] false PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableDestinationFailureViaTraceMessage() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableDestinationFailureViaTraceMessage() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationNotifyEndOfInputTimeout() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationNotifyEndOfInputTimeout() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testLogMaskRegex() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testLogMaskRegex() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testOnlyStateAndRecordMessagesDeliveredToDestination() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testOnlyStateAndRecordMessagesDeliveredToDestination() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testDoesNotPopulatesStateOnFailureIfNotAvailable() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testDoesNotPopulatesStateOnFailureIfNotAvailable() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableSourceFailure() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableSourceFailure() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationRunnableWorkerFailure() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationRunnableWorkerFailure() SKIPPED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationTimeoutWithCloseFailure() STARTED + ---> 74d62cfd2906 +Step 12/15 : USER airbyte:airbyte + ---> 8629d4c170bc +Step 5/15 : FROM airbyte/airbyte-base-java-worker-image:${JAVA_WORKER_BASE_IMAGE_VERSION} + ---> 461ff0eaea5b +Step 6/15 : ARG VERSION=0.58.0 + ---> be65ad538b89 +Step 5/11 : FROM ${JDK_IMAGE} + ---> 07733ca33d63 +Step 6/11 : WORKDIR /app + ---> Using cache + ---> df337821df42 +Step 7/11 : COPY --chown=airbyte:airbyte --from=builder /app /app + ---> d9a0735fda74 +Step 5/15 : FROM ${JDK_IMAGE} AS server + ---> 07733ca33d63 +Step 6/15 : EXPOSE 8000 5005 + ---> Running in a870196655fd + ---> 1ec92eab75b4 +Step 5/15 : FROM airbyte/airbyte-base-java-worker-image:${JAVA_WORKER_BASE_IMAGE_VERSION} + ---> Running in 86bcdf4923d4 + ---> 461ff0eaea5b +Step 6/15 : ENV APPLICATION airbyte-workers + ---> Running in d67853010a16 + ---> Running in 77a125836705 +Removing intermediate container a870196655fd + ---> ba88e3a6c397 +Step 4/10 : USER root + ---> Running in 55628622bd37 +Removing intermediate container 86bcdf4923d4 + ---> 08f7cd6486e8 +Step 13/15 : ENTRYPOINT ["/bin/bash", "-c", "/app/airbyte-app/bin/${APPLICATION}"] +Removing intermediate container d67853010a16 + ---> 0471ac434e99 +Step 7/15 : ENV APPLICATION airbyte-container-orchestrator +Removing intermediate container 77a125836705 + ---> 9fb0b585dea1 +Step 7/15 : ARG VERSION=0.58.0 + ---> Running in 463b39a50d43 + ---> Running in ad27d1d3dbe5 +Removing intermediate container 55628622bd37 + ---> 821c1f71be1e +Step 7/15 : ENV VERSION ${VERSION} + ---> Running in 8200ae3a02e0 + ---> Running in bb070bd71196 +Removing intermediate container 463b39a50d43 + ---> 88747e6f36da +Step 5/10 : COPY bin/build /usr/share/nginx/html + ---> Running in 3c86b3989f03 +Removing intermediate container ad27d1d3dbe5 + ---> 5d203c4329f8 +Step 14/15 : LABEL io.airbyte.app=airbyte-connector-sidecar +Removing intermediate container 8200ae3a02e0 + ---> 9235660f624c +Step 8/15 : ENV VERSION=${VERSION} +Removing intermediate container bb070bd71196 + ---> 9d781c8db4eb +Step 8/15 : ENV APPLICATION airbyte-server +Removing intermediate container 3c86b3989f03 + ---> 5cf3818d4caf +Step 8/15 : EXPOSE 5005 + ---> Running in 906b7db1e7cf + ---> Running in d011a18f3d8d + ---> Running in 25afd8a76d8c + ---> Running in f1c4559d96ce +Removing intermediate container d011a18f3d8d + ---> ddedd0666d3c +Step 9/15 : WORKDIR /app +Removing intermediate container 906b7db1e7cf + ---> 5bb51e75215c +Step 15/15 : LABEL io.airbyte.version=0.58.0 +Removing intermediate container 25afd8a76d8c + ---> 398b9be75c2e +Step 9/15 : ENV VERSION ${VERSION} +Removing intermediate container f1c4559d96ce + ---> 70653eaa6d19 +Step 9/15 : WORKDIR /app + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationTimeoutWithCloseFailure() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testPopulatesStatsOnFailureIfAvailable() STARTED + ---> 2592a19c1069 +Step 6/10 : RUN < testPopulatesStatsOnFailureIfAvailable() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testCancellation() STARTED + ---> Running in 7fb91f55bcdc + ---> Running in 9c8d15b66f3d + +ConcurrentQueueBufferedReplicationWorkerTest > testCancellation() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testCallHeartbeat() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testCallHeartbeat() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > test() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > test() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationConfigPersistError() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationConfigPersistError() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testGetFailureReason() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testGetFailureReason() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testLoggingInThreads() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testLoggingInThreads() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationNonZeroExitValue() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationNonZeroExitValue() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testInvalidSchema() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testInvalidSchema() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testSourceNonZeroExitValue() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testSourceNonZeroExitValue() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testSourceFailingTimeout() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testSourceFailingTimeout() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testStreamStatusCompletionTrackingTrackSourceMessage() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testStreamStatusCompletionTrackingTrackSourceMessage() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationAcceptTimeout() STARTED + ---> Running in 8898a5623f85 + ---> Running in b2fafa4acbcc + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationAcceptTimeout() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationExceptionWithStreamStatus(boolean) > [1] true STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationExceptionWithStreamStatus(boolean) > [1] true PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationExceptionWithStreamStatus(boolean) > [2] false STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationExceptionWithStreamStatus(boolean) > [2] false PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testOnlySelectedFieldsDeliveredToDestinationWithFieldSelectionEnabled() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testOnlySelectedFieldsDeliveredToDestinationWithFieldSelectionEnabled() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testWorkerShutsDownLongRunningSchemaValidationThread() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testWorkerShutsDownLongRunningSchemaValidationThread() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testPopulatesOutputOnSuccess() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testPopulatesOutputOnSuccess() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testDoesNotPopulateOnIrrecoverableFailure() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testDoesNotPopulateOnIrrecoverableFailure() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableDestinationUpdateConfig() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableDestinationUpdateConfig() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testWithStreamStatus(boolean) > [1] true STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testWithStreamStatus(boolean) > [1] true PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testWithStreamStatus(boolean) > [2] false STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testWithStreamStatus(boolean) > [2] false PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testDontCallHeartbeat() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testDontCallHeartbeat() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationRunnableDestinationFailure() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationRunnableDestinationFailure() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testClosurePropagationWhenCrashInWriteTodestination() STARTED + ---> Running in e0a7078f3539 + +ConcurrentQueueBufferedReplicationWorkerTest > testClosurePropagationWhenCrashInWriteTodestination() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testClosurePropagationWhenCrashInReadFromDestination() STARTED +Removing intermediate container 9c8d15b66f3d + ---> 08a3360c0ef1 +Removing intermediate container b2fafa4acbcc + ---> 64eb925c8fb6 +Step 10/15 : WORKDIR /app +[Warning] One or more build-args [APPLICATION JDK_VERSION] were not consumed +Removing intermediate container 7fb91f55bcdc + ---> d59643a3e880 +Step 10/15 : COPY --chown=airbyte:airbyte WellKnownTypes.json /app +Successfully built 08a3360c0ef1 +Successfully tagged airbyte/connector-sidecar:0.58.0 +Created image with ID '08a3360c0ef1'. +:airbyte-connector-sidecar:assemble +:airbyte-connector-sidecar:kaptGenerateStubsIntegrationTestKotlin + +ConcurrentQueueBufferedReplicationWorkerTest > testClosurePropagationWhenCrashInReadFromDestination() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testClosurePropagationWhenCrashInProcessMessage() STARTED + ---> Running in cf6cc384de21 +Removing intermediate container 8898a5623f85 + ---> 4afbd66a0ee3 +Step 10/15 : COPY --chown=airbyte:airbyte WellKnownTypes.json /app + ---> 4803c629d25c +Step 11/15 : COPY --chown=airbyte:airbyte --from=builder /app /app + ---> f4a0d6b337ff +Step 8/11 : USER airbyte:airbyte + ---> 65bf9c882e7e +Step 11/15 : COPY --chown=airbyte:airbyte --from=builder /app /app + ---> Running in e3ea54f1a9b0 + +ConcurrentQueueBufferedReplicationWorkerTest > testClosurePropagationWhenCrashInProcessMessage() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testClosurePropagationWhenCrashReadFromSource() STARTED +Removing intermediate container cf6cc384de21 + ---> 251d4b023ae5 +Step 11/15 : COPY --chown=airbyte:airbyte --from=builder /app /app + +ConcurrentQueueBufferedReplicationWorkerTest > testClosurePropagationWhenCrashReadFromSource() PASSED + +DbtTransformationRunnerTest > configureDbtTest() STARTED +Removing intermediate container e3ea54f1a9b0 + ---> d10318136680 +Step 9/11 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/airbyte-cron"] + ---> Running in ca54199949f5 +Removing intermediate container ca54199949f5 + ---> 215c5aacdfa6 +Step 10/11 : LABEL io.airbyte.app=airbyte-cron + ---> Running in c2efb0f57ff3 + +DbtTransformationRunnerTest > configureDbtTest() PASSED +Removing intermediate container c2efb0f57ff3 + ---> f5290027987a +Step 11/11 : LABEL io.airbyte.version=0.58.0 + +DbtTransformationRunnerTest > getAirbyteDestinationNameTest(String, String) > [1] airbyte/destination-bigquery:0.1.0, bigquery STARTED + +DbtTransformationRunnerTest > getAirbyteDestinationNameTest(String, String) > [1] airbyte/destination-bigquery:0.1.0, bigquery PASSED + +DbtTransformationRunnerTest > getAirbyteDestinationNameTest(String, String) > [2] airbyte/destination-snowflake:0.1.0, snowflake STARTED + +DbtTransformationRunnerTest > getAirbyteDestinationNameTest(String, String) > [2] airbyte/destination-snowflake:0.1.0, snowflake PASSED + +DefaultNormalizationWorkerTest > testFailure() STARTED + ---> Running in 7bb2ba39eae3 + +DefaultNormalizationWorkerTest > testFailure() PASSED + +DefaultNormalizationWorkerTest > testFailureWithTraceMessage() STARTED + +DefaultNormalizationWorkerTest > testFailureWithTraceMessage() PASSED + +DefaultNormalizationWorkerTest > test() STARTED + +DefaultNormalizationWorkerTest > test() PASSED + +DefaultReplicationWorkerTest > testAllFieldsDeliveredWithFieldSelectionDisabled() STARTED +Removing intermediate container 7bb2ba39eae3 + ---> 2ebd260f799e +[Warning] One or more build-args [JDK_VERSION APPLICATION DOCKER_BUILD_ARCH] were not consumed + +DefaultReplicationWorkerTest > testAllFieldsDeliveredWithFieldSelectionDisabled() PASSED + +DefaultReplicationWorkerTest > testDestinationWriteExceptionWithStreamStatus(boolean) > [1] true STARTED + +DefaultReplicationWorkerTest > testDestinationWriteExceptionWithStreamStatus(boolean) > [1] true PASSED + +DefaultReplicationWorkerTest > testDestinationWriteExceptionWithStreamStatus(boolean) > [2] false STARTED + +DefaultReplicationWorkerTest > testDestinationWriteExceptionWithStreamStatus(boolean) > [2] false PASSED + +DefaultReplicationWorkerTest > testReplicationTimesAreUpdated() STARTED +Successfully built 2ebd260f799e +Successfully tagged airbyte/cron:0.58.0 +Created image with ID '2ebd260f799e'. + +DefaultReplicationWorkerTest > testReplicationTimesAreUpdated() PASSED +:airbyte-cron:assemble + +DefaultReplicationWorkerTest > testReplicationRunnableWorkerFailure() STARTED +:airbyte-cron:kaptGenerateStubsIntegrationTestKotlin + +DefaultReplicationWorkerTest > testReplicationRunnableWorkerFailure() PASSED + +DefaultReplicationWorkerTest > testPlatformExceptionWithStreamStatus(boolean) > [1] true STARTED + +DefaultReplicationWorkerTest > testPlatformExceptionWithStreamStatus(boolean) > [1] true PASSED + +DefaultReplicationWorkerTest > testPlatformExceptionWithStreamStatus(boolean) > [2] false STARTED + +DefaultReplicationWorkerTest > testPlatformExceptionWithStreamStatus(boolean) > [2] false PASSED + +DefaultReplicationWorkerTest > testSourceConfigPersistError() STARTED + +DefaultReplicationWorkerTest > testSourceConfigPersistError() PASSED + +DefaultReplicationWorkerTest > testReplicationRunnableDestinationFailure() STARTED + +DefaultReplicationWorkerTest > testReplicationRunnableDestinationFailure() PASSED + +DefaultReplicationWorkerTest > testStreamStatusCompletionTracking() STARTED +:airbyte-connector-sidecar:kaptGenerateStubsIntegrationTestKotlin FROM-CACHE +:airbyte-connector-sidecar:kaptIntegrationTestKotlin + +DefaultReplicationWorkerTest > testStreamStatusCompletionTracking() PASSED + +DefaultReplicationWorkerTest > testReplicationRunnableSourceUpdateConfig() STARTED + +DefaultReplicationWorkerTest > testReplicationRunnableSourceUpdateConfig() PASSED + +DefaultReplicationWorkerTest > testSourceExceptionWithStreamStatus(boolean) > [1] true STARTED + +DefaultReplicationWorkerTest > testSourceExceptionWithStreamStatus(boolean) > [1] true PASSED + +DefaultReplicationWorkerTest > testSourceExceptionWithStreamStatus(boolean) > [2] false STARTED + +DefaultReplicationWorkerTest > testSourceExceptionWithStreamStatus(boolean) > [2] false PASSED + +DefaultReplicationWorkerTest > testReplicationRunnableDestinationFailureViaTraceMessage() STARTED + +DefaultReplicationWorkerTest > testReplicationRunnableDestinationFailureViaTraceMessage() PASSED + +DefaultReplicationWorkerTest > testDestinationNotifyEndOfInputTimeout() STARTED +Removing intermediate container e0a7078f3539 + ---> f9bbde2ca86b +Step 7/10 : COPY bin/nginx/default.conf.template /etc/nginx/templates/default.conf.template + ---> dbb36a4a98c7 +Step 8/10 : USER nginx:nginx +:airbyte-connector-sidecar:kaptIntegrationTestKotlin FROM-CACHE +:airbyte-connector-sidecar:compileIntegrationTestKotlin NO-SOURCE +:airbyte-connector-sidecar:compileIntegrationTestJava NO-SOURCE +:airbyte-connector-sidecar:integrationTestClasses UP-TO-DATE +:airbyte-connector-sidecar:checkstyleIntegrationTest NO-SOURCE +:airbyte-connector-sidecar:checkstyleMain NO-SOURCE +:airbyte-connector-sidecar:kaptGenerateStubsTestKotlin SKIPPED +:airbyte-connector-sidecar:kaptTestKotlin + ---> Running in aa01088d16bc +Removing intermediate container aa01088d16bc + ---> 8cc4b09a437f +Step 9/10 : LABEL io.airbyte.app=airbyte-webapp +:airbyte-cron:kaptGenerateStubsIntegrationTestKotlin FROM-CACHE +:airbyte-cron:kaptIntegrationTestKotlin +Removing intermediate container c30958734282 + ---> 326b3713ee4c +Step 9/21 : ARG VERSION=0.58.0 +:airbyte-connector-sidecar:kaptTestKotlin FROM-CACHE +:airbyte-connector-sidecar:compileTestKotlin +:airbyte-cron:kaptIntegrationTestKotlin FROM-CACHE +:airbyte-cron:compileIntegrationTestKotlin NO-SOURCE +:airbyte-cron:compileIntegrationTestJava NO-SOURCE +:airbyte-cron:integrationTestClasses UP-TO-DATE +:airbyte-cron:checkstyleIntegrationTest NO-SOURCE +:airbyte-cron:checkstyleMain FROM-CACHE +:airbyte-cron:kaptGenerateStubsTestKotlin +:airbyte-connector-sidecar:compileTestKotlin FROM-CACHE +:airbyte-connector-sidecar:compileTestJava NO-SOURCE +:airbyte-connector-sidecar:testClasses +:airbyte-connector-sidecar:checkstyleTest NO-SOURCE +:airbyte-connector-sidecar:spotbugsIntegrationTest NO-SOURCE +:airbyte-connector-sidecar:spotbugsMain +:airbyte-cron:kaptGenerateStubsTestKotlin FROM-CACHE +:airbyte-connector-sidecar:spotbugsTest SKIPPED +:airbyte-connector-sidecar:test FROM-CACHE +:airbyte-connector-sidecar:jacocoTestReport FROM-CACHE +:airbyte-cron:kaptTestKotlin + +DefaultReplicationWorkerTest > testDestinationNotifyEndOfInputTimeout() PASSED + +DefaultReplicationWorkerTest > testLogMaskRegex() STARTED + +DefaultReplicationWorkerTest > testLogMaskRegex() PASSED + +DefaultReplicationWorkerTest > testOnlyStateAndRecordMessagesDeliveredToDestination() STARTED + +DefaultReplicationWorkerTest > testOnlyStateAndRecordMessagesDeliveredToDestination() PASSED + +DefaultReplicationWorkerTest > testDoesNotPopulatesStateOnFailureIfNotAvailable() STARTED + +DefaultReplicationWorkerTest > testDoesNotPopulatesStateOnFailureIfNotAvailable() PASSED + +DefaultReplicationWorkerTest > testReplicationRunnableSourceFailure() STARTED + +DefaultReplicationWorkerTest > testReplicationRunnableSourceFailure() PASSED + +DefaultReplicationWorkerTest > testDestinationRunnableWorkerFailure() STARTED + +DefaultReplicationWorkerTest > testDestinationRunnableWorkerFailure() SKIPPED + +DefaultReplicationWorkerTest > testDestinationTimeoutWithCloseFailure() STARTED +:airbyte-cron:kaptTestKotlin FROM-CACHE +:airbyte-cron:compileTestKotlin FROM-CACHE +:airbyte-cron:compileTestJava NO-SOURCE +:airbyte-cron:testClasses UP-TO-DATE +:airbyte-cron:checkstyleTest NO-SOURCE +:airbyte-cron:spotbugsIntegrationTest NO-SOURCE +:airbyte-cron:spotbugsMain + +DefaultReplicationWorkerTest > testDestinationTimeoutWithCloseFailure() PASSED + +DefaultReplicationWorkerTest > testPopulatesStatsOnFailureIfAvailable() STARTED + +DefaultReplicationWorkerTest > testPopulatesStatsOnFailureIfAvailable() PASSED + +DefaultReplicationWorkerTest > testCancellation() STARTED +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + test + accept +:airbyte-connector-sidecar:check +:airbyte-connector-sidecar:build +:airbyte-cron:spotbugsTest SKIPPED +:airbyte-cron:test FROM-CACHE +:airbyte-cron:jacocoTestReport FROM-CACHE +:airbyte-workload-api-server:assemble +:airbyte-workload-api-server:kaptGenerateStubsIntegrationTestKotlin FROM-CACHE +:airbyte-workload-api-server:kaptIntegrationTestKotlin +:airbyte-workload-api-server:compileIntegrationTestKotlin NO-SOURCE +:airbyte-workload-api-server:compileIntegrationTestJava NO-SOURCE +:airbyte-workload-api-server:integrationTestClasses UP-TO-DATE +:airbyte-workload-api-server:checkstyleIntegrationTest NO-SOURCE +:airbyte-workload-api-server:checkstyleMain NO-SOURCE +:airbyte-workload-api-server:kaptGenerateStubsTestKotlin FROM-CACHE +:airbyte-workload-api-server:kaptTestKotlin +The following classes needed for analysis were missing: + invoke + makeConcatWithConstants + apply + test + accept +:airbyte-cron:check +:airbyte-cron:build +:airbyte-workload-launcher:kaptGenerateStubsKotlin FROM-CACHE +:airbyte-workload-api-server:spotbugsIntegrationTest NO-SOURCE +:airbyte-workload-api-server:spotbugsMain SKIPPED +:airbyte-workload-launcher:kaptKotlin + ---> Running in 5c7817d4a287 + ---> Running in 63d991c6f8e3 +Removing intermediate container 5c7817d4a287 + ---> 83b876780086 +Step 10/10 : LABEL io.airbyte.version=0.58.0 + ---> Running in beae399308c9 + ---> b8aba68647d9 +Step 12/15 : USER airbyte:airbyte + ---> Running in 05f2c9fe1105 + ---> 55591af13ab9 +Step 12/15 : USER airbyte:airbyte +Removing intermediate container 63d991c6f8e3 + ---> 7a5e4139d728 +Step 10/21 : ENV APPLICATION airbyte-connector-builder-server + ---> Running in c4293fa1b58a + ---> 14b7ceae32b7 +Step 12/15 : USER airbyte:airbyte + ---> Running in 1610edb2192c + ---> Running in 5b776c405283 +Removing intermediate container beae399308c9 + ---> 11b6e1606620 +[Warning] One or more build-args [JDK_VERSION APPLICATION DOCKER_BUILD_ARCH] were not consumed +Successfully built 11b6e1606620 +Successfully tagged airbyte/webapp:0.58.0 +Created image with ID '11b6e1606620'. +:airbyte-webapp:assemble +Removing intermediate container 05f2c9fe1105 + ---> d54de339a9ed +Step 13/15 : ENTRYPOINT ["/bin/bash", "-c", "/app/airbyte-app/bin/${APPLICATION}"] +:airbyte-webapp:buildStorybook +Removing intermediate container 5b776c405283 + ---> 7bcbed2d751f +Step 13/15 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/${APPLICATION}"] +Removing intermediate container 1610edb2192c + ---> 67f765811d5f +Step 13/15 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/${APPLICATION}"] +Removing intermediate container c4293fa1b58a + ---> 325f0a6f8b8b +Step 11/21 : ENV VERSION ${VERSION} + ---> Running in 48caa0e56d7a + ---> Running in 065e0b28a12f +Note: Creating bean classes for 2 type elements + ---> Running in 8619e7990d7e + ---> Running in 99fc32144650 +Removing intermediate container 48caa0e56d7a + ---> 4f350c389338 +Step 14/15 : LABEL io.airbyte.app=airbyte-workers +Removing intermediate container 065e0b28a12f + ---> 7d1e25857c2d +Step 14/15 : LABEL io.airbyte.app=airbyte-container-orchestrator +Removing intermediate container 8619e7990d7e + ---> 990d6dcb153c +Step 14/15 : LABEL io.airbyte.app=airbyte-server +Removing intermediate container 99fc32144650 + ---> f1adaa46c288 +Step 12/21 : WORKDIR /app + ---> Running in 4779b987ca86 +[WARN] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: io.micronaut.annotation.processing.TypeElementVisitorProcessor (DYNAMIC), io.micronaut.annotation.processing.AggregatingTypeElementVisitorProcessor (DYNAMIC), io.micronaut.annotation.processing.PackageConfigurationInjectProcessor (DYNAMIC), io.micronaut.annotation.processing.BeanDefinitionInjectProcessor (DYNAMIC), io.micronaut.annotation.processing.ConfigurationMetadataProcessor (DYNAMIC). + ---> Running in 80a10a80cf91 + ---> Running in baa7c2480285 + ---> Running in 664cdb8666cc +Removing intermediate container 4779b987ca86 + ---> b4dc9538de13 +Step 15/15 : LABEL io.airbyte.version=0.58.0 +Removing intermediate container 80a10a80cf91 + ---> 8bf53e9331fc +Step 15/15 : LABEL io.airbyte.version=0.58.0 +Removing intermediate container baa7c2480285 + ---> eaabd896c6f9 +Step 15/15 : LABEL io.airbyte.version=0.58.0 +:airbyte-workload-launcher:kaptKotlin FROM-CACHE +:airbyte-workload-launcher:compileKotlin + ---> Running in 1f2590558f06 + ---> Running in c689a4032f6b +Removing intermediate container 664cdb8666cc + ---> 452ad18f09b7 +Step 13/21 : USER root + ---> Running in dc655140eb71 + ---> Running in c7faa240f363 +Removing intermediate container 1f2590558f06 + ---> c265a9eadd7e +[Warning] One or more build-args [JDK_VERSION APPLICATION DOCKER_BUILD_ARCH] were not consumed +Removing intermediate container c689a4032f6b + ---> d2f1ca1a09ef +[Warning] One or more build-args [JDK_VERSION APPLICATION DOCKER_BUILD_ARCH] were not consumed +Removing intermediate container dc655140eb71 + ---> 81968feed7db +[Warning] One or more build-args [DOCKER_BUILD_ARCH JDK_VERSION APPLICATION] were not consumed +Successfully built d2f1ca1a09ef +Successfully built c265a9eadd7e +Removing intermediate container c7faa240f363 +Successfully built 81968feed7db + ---> b2b80512cc8a +Successfully tagged airbyte/worker:0.58.0 +Step 14/21 : ADD airbyte-app.tar /app +Successfully tagged airbyte/container-orchestrator:0.58.0 +Successfully tagged airbyte/server:0.58.0 +Created image with ID 'd2f1ca1a09ef'. +Created image with ID 'c265a9eadd7e'. +Created image with ID '81968feed7db'. +:airbyte-container-orchestrator:assemble +:airbyte-workers:assemble +:airbyte-server:assemble +:airbyte-workload-api-server:compileTestKotlin +:airbyte-container-orchestrator:kaptGenerateStubsIntegrationTestKotlin +:airbyte-server:kaptGenerateStubsIntegrationTestKotlin +:airbyte-workers:compileIntegrationTestKotlin NO-SOURCE +:airbyte-workers:compileIntegrationTestJava NO-SOURCE +:airbyte-workers:integrationTestClasses +:airbyte-workers:checkstyleIntegrationTest NO-SOURCE +:airbyte-workers:checkstyleMain +:airbyte-workload-launcher:compileKotlin FROM-CACHE +:airbyte-workload-launcher:compileJava NO-SOURCE +:airbyte-workload-launcher:classes +:airbyte-workload-launcher:jar +:airbyte-workload-launcher:startScripts + +> airbyte-webapp@ prebuild:storybook /actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> TS_NODE_TRANSPILE_ONLY=true pnpm run generate-client + +:airbyte-workload-launcher:distTar +:airbyte-workers:checkstyleMain FROM-CACHE +:airbyte-workers:compileTestKotlin +:airbyte-workload-api-server:compileTestKotlin FROM-CACHE +:airbyte-workload-api-server:compileTestJava NO-SOURCE +:airbyte-workload-api-server:testClasses +:airbyte-workload-api-server:checkstyleTest NO-SOURCE +:airbyte-workload-api-server:spotbugsTest SKIPPED +:airbyte-workload-api-server:test FROM-CACHE +:airbyte-workload-api-server:jacocoTestReport +:airbyte-container-orchestrator:kaptGenerateStubsIntegrationTestKotlin FROM-CACHE +:airbyte-container-orchestrator:kaptIntegrationTestKotlin SKIPPED +:airbyte-container-orchestrator:compileIntegrationTestKotlin NO-SOURCE +:airbyte-container-orchestrator:compileIntegrationTestJava NO-SOURCE +:airbyte-container-orchestrator:integrationTestClasses UP-TO-DATE +:airbyte-container-orchestrator:checkstyleIntegrationTest NO-SOURCE +:airbyte-container-orchestrator:checkstyleMain + +> airbyte-webapp@ generate-client /actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> ./scripts/load-declarative-schema.sh && orval + +Found cached CDK manifest schema 0.85.0 +:airbyte-workers:compileTestKotlin FROM-CACHE +:airbyte-workers:compileTestJava +:airbyte-container-orchestrator:checkstyleMain FROM-CACHE +:airbyte-container-orchestrator:kaptGenerateStubsTestKotlin +:airbyte-workload-api-server:jacocoTestReport FROM-CACHE +:airbyte-workload-api-server:check UP-TO-DATE +:airbyte-workload-api-server:build +:airbyte-config:config-persistence:kaptGenerateStubsIntegrationTestKotlin +:airbyte-container-orchestrator:kaptGenerateStubsTestKotlin FROM-CACHE +:airbyte-container-orchestrator:kaptTestKotlin SKIPPED +:airbyte-container-orchestrator:compileTestKotlin NO-SOURCE +:airbyte-container-orchestrator:compileTestJava FROM-CACHE +:airbyte-container-orchestrator:testClasses +:airbyte-container-orchestrator:checkstyleTest +:airbyte-server:kaptGenerateStubsIntegrationTestKotlin FROM-CACHE +:airbyte-server:kaptIntegrationTestKotlin +:airbyte-container-orchestrator:checkstyleTest FROM-CACHE +:airbyte-container-orchestrator:spotbugsIntegrationTest NO-SOURCE +:airbyte-container-orchestrator:spotbugsMain +:airbyte-workers:compileTestJava FROM-CACHE +:airbyte-workers:testClasses +:airbyte-workers:checkstyleTest +:airbyte-config:config-persistence:kaptGenerateStubsIntegrationTestKotlin FROM-CACHE +:airbyte-container-orchestrator:spotbugsTest SKIPPED +:airbyte-container-orchestrator:test +:airbyte-workers:checkstyleTest FROM-CACHE +:airbyte-workers:spotbugsIntegrationTest NO-SOURCE +:airbyte-workers:spotbugsMain +🍻 Start orval v6.19.1 - A swagger client generator for typescript +:airbyte-workload-launcher:distZip SKIPPED +:airbyte-workload-launcher:dockerCopyDistribution +:airbyte-container-orchestrator:test FROM-CACHE +:airbyte-container-orchestrator:jacocoTestReport +:airbyte-server:kaptIntegrationTestKotlin FROM-CACHE +:airbyte-server:compileIntegrationTestKotlin NO-SOURCE +:airbyte-server:compileIntegrationTestJava NO-SOURCE +:airbyte-server:integrationTestClasses UP-TO-DATE +:airbyte-server:checkstyleIntegrationTest NO-SOURCE +:airbyte-server:checkstyleMain FROM-CACHE +:airbyte-server:kaptGenerateStubsTestKotlin +:airbyte-container-orchestrator:jacocoTestReport FROM-CACHE +:airbyte-workers:spotbugsTest SKIPPED +:airbyte-workers:test + +DefaultReplicationWorkerTest > testCancellation() PASSED + +DefaultReplicationWorkerTest > testCallHeartbeat() STARTED + +DefaultReplicationWorkerTest > testCallHeartbeat() PASSED + +DefaultReplicationWorkerTest > test() STARTED + +DefaultReplicationWorkerTest > test() PASSED + +DefaultReplicationWorkerTest > testDestinationConfigPersistError() STARTED + +DefaultReplicationWorkerTest > testDestinationConfigPersistError() PASSED + +DefaultReplicationWorkerTest > testGetFailureReason() STARTED + +DefaultReplicationWorkerTest > testGetFailureReason() PASSED + +DefaultReplicationWorkerTest > testLoggingInThreads() STARTED +:airbyte-workers:test FROM-CACHE +:airbyte-workers:jacocoTestReport + +DefaultReplicationWorkerTest > testLoggingInThreads() PASSED + +DefaultReplicationWorkerTest > testDestinationNonZeroExitValue() STARTED + +DefaultReplicationWorkerTest > testDestinationNonZeroExitValue() PASSED + +DefaultReplicationWorkerTest > testInvalidSchema() STARTED + +DefaultReplicationWorkerTest > testInvalidSchema() PASSED + +DefaultReplicationWorkerTest > testSourceNonZeroExitValue() STARTED + +DefaultReplicationWorkerTest > testSourceNonZeroExitValue() PASSED + +DefaultReplicationWorkerTest > testSourceFailingTimeout() STARTED +:airbyte-workload-launcher:dockerBuildImage +Building image using context '/actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-workload-launcher/build/airbyte/docker'. +:airbyte-workers:jacocoTestReport FROM-CACHE +:airbyte-config:config-persistence:kaptIntegrationTestKotlin FROM-CACHE +:airbyte-config:config-persistence:compileIntegrationTestKotlin NO-SOURCE +:airbyte-config:config-persistence:compileIntegrationTestJava NO-SOURCE +:airbyte-config:config-persistence:integrationTestClasses UP-TO-DATE +:airbyte-config:config-persistence:checkstyleIntegrationTest NO-SOURCE +:airbyte-config:config-persistence:kaptGenerateStubsTestKotlin +:airbyte-server:kaptGenerateStubsTestKotlin FROM-CACHE +:airbyte-server:kaptTestKotlin +:airbyte-config:config-persistence:kaptGenerateStubsTestKotlin FROM-CACHE +:airbyte-config:config-persistence:kaptTestKotlin FROM-CACHE +:airbyte-config:config-persistence:compileTestKotlin FROM-CACHE +:airbyte-config:config-persistence:compileTestJava FROM-CACHE +:airbyte-config:config-persistence:testClasses UP-TO-DATE +:airbyte-config:config-persistence:checkstyleTest FROM-CACHE +:airbyte-config:config-persistence:spotbugsIntegrationTest NO-SOURCE +:airbyte-config:config-persistence:spotbugsTest SKIPPED +:airbyte-config:config-persistence:test FROM-CACHE +:airbyte-config:config-persistence:jacocoTestReport +:airbyte-server:kaptTestKotlin FROM-CACHE +:airbyte-server:compileTestKotlin +:airbyte-config:config-persistence:jacocoTestReport FROM-CACHE +:airbyte-config:config-persistence:check +:airbyte-config:config-persistence:build +:airbyte-config:init:compileIntegrationTestKotlin NO-SOURCE +:airbyte-config:init:compileIntegrationTestJava NO-SOURCE +:airbyte-config:init:integrationTestClasses UP-TO-DATE +:airbyte-config:init:checkstyleIntegrationTest NO-SOURCE +:airbyte-config:init:checkstyleMain +Running afterAllFilesWrite hook... +Post process generated content in AirbyteClient.ts... +Write type re-export file for AirbyteClient... +:airbyte-config:init:checkstyleMain FROM-CACHE +:airbyte-config:init:compileTestKotlin NO-SOURCE +:airbyte-config:init:compileTestJava +:airbyte-server:compileTestKotlin FROM-CACHE +:airbyte-server:compileTestJava +:airbyte-config:init:compileTestJava FROM-CACHE +:airbyte-config:init:testClasses +:airbyte-config:init:checkstyleTest FROM-CACHE +:airbyte-config:init:spotbugsIntegrationTest NO-SOURCE +:airbyte-config:init:spotbugsMain +:airbyte-server:compileTestJava FROM-CACHE +:airbyte-server:testClasses +:airbyte-server:checkstyleTest FROM-CACHE +:airbyte-server:spotbugsIntegrationTest NO-SOURCE +:airbyte-server:spotbugsMain +🎉 api - Your OpenAPI spec has been converted into ready to use orval! +Running afterAllFilesWrite hook... +Post process generated content in CloudApi.ts... +Write type re-export file for CloudApi... +🎉 cloudApi - Your OpenAPI spec has been converted into ready to use orval! +Running afterAllFilesWrite hook... +Post process generated content in ConnectorBuilderClient.ts... +Write type re-export file for ConnectorBuilderClient... +🎉 connectorBuilder - Your OpenAPI spec has been converted into ready to use orval! +Running afterAllFilesWrite hook... +Post process generated content in ConnectorManifest.ts... +Write type re-export file for ConnectorManifest... + +DefaultReplicationWorkerTest > testSourceFailingTimeout() PASSED + +DefaultReplicationWorkerTest > testStreamStatusCompletionTrackingTrackSourceMessage() STARTED + +DefaultReplicationWorkerTest > testStreamStatusCompletionTrackingTrackSourceMessage() PASSED + +DefaultReplicationWorkerTest > testDestinationAcceptTimeout() STARTED + ---> a8d427e09a0a +Step 15/21 : RUN chown -R airbyte:airbyte /app + ---> Running in ed9661fd5f96 + +DefaultReplicationWorkerTest > testDestinationAcceptTimeout() PASSED + +DefaultReplicationWorkerTest > testDestinationExceptionWithStreamStatus(boolean) > [1] true STARTED + +DefaultReplicationWorkerTest > testDestinationExceptionWithStreamStatus(boolean) > [1] true PASSED + +DefaultReplicationWorkerTest > testDestinationExceptionWithStreamStatus(boolean) > [2] false STARTED + +DefaultReplicationWorkerTest > testDestinationExceptionWithStreamStatus(boolean) > [2] false PASSED + +DefaultReplicationWorkerTest > testOnlySelectedFieldsDeliveredToDestinationWithFieldSelectionEnabled() STARTED + +DefaultReplicationWorkerTest > testOnlySelectedFieldsDeliveredToDestinationWithFieldSelectionEnabled() PASSED + +DefaultReplicationWorkerTest > testWorkerShutsDownLongRunningSchemaValidationThread() STARTED + +DefaultReplicationWorkerTest > testWorkerShutsDownLongRunningSchemaValidationThread() PASSED + +DefaultReplicationWorkerTest > testPopulatesOutputOnSuccess() STARTED + +DefaultReplicationWorkerTest > testPopulatesOutputOnSuccess() PASSED + +DefaultReplicationWorkerTest > testDoesNotPopulateOnIrrecoverableFailure() STARTED + +DefaultReplicationWorkerTest > testDoesNotPopulateOnIrrecoverableFailure() PASSED + +DefaultReplicationWorkerTest > testReplicationRunnableDestinationUpdateConfig() STARTED + +DefaultReplicationWorkerTest > testReplicationRunnableDestinationUpdateConfig() PASSED + +DefaultReplicationWorkerTest > testWithStreamStatus(boolean) > [1] true STARTED +🎉 connectorManifest - Your OpenAPI spec has been converted into ready to use orval! + +DefaultReplicationWorkerTest > testWithStreamStatus(boolean) > [1] true PASSED + +DefaultReplicationWorkerTest > testWithStreamStatus(boolean) > [2] false STARTED + +> airbyte-webapp@ build:storybook /actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> storybook build -o 'build/storybook' + + +DefaultReplicationWorkerTest > testWithStreamStatus(boolean) > [2] false PASSED + +DefaultReplicationWorkerTest > testDontCallHeartbeat() STARTED + +DefaultReplicationWorkerTest > testDontCallHeartbeat() PASSED + +DefaultReplicationWorkerTest > testDestinationRunnableDestinationFailure() STARTED + +DefaultReplicationWorkerTest > testDestinationRunnableDestinationFailure() PASSED + +ReplicationWorkerHelperTest > testGetReplicationOutput() STARTED +The following classes needed for analysis were missing: + test + accept + apply + makeConcatWithConstants + voidCall +:airbyte-container-orchestrator:check +:airbyte-container-orchestrator:build +:airbyte-server:spotbugsTest SKIPPED + +ReplicationWorkerHelperTest > testGetReplicationOutput() PASSED + +ReplicationWorkerHelperTest > testMessageIsMappedAfterProcessing() STARTED +:airbyte-server:test + +ReplicationWorkerHelperTest > testMessageIsMappedAfterProcessing() PASSED + +ReplicationWorkerHelperTest > testMessageMapIsRevertedBeforeProcessing() STARTED + +ReplicationWorkerHelperTest > testMessageMapIsRevertedBeforeProcessing() PASSED + +ReplicationWorkerHelperTest > testAnalyticsMessageHandling() STARTED + +ReplicationWorkerHelperTest > testAnalyticsMessageHandling() PASSED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorStateMessageWithoutStream() STARTED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorStateMessageWithoutStream() PASSED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorStateMessage() STARTED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorStateMessage() PASSED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorEstimateTraceMessage() STARTED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorEstimateTraceMessage() PASSED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorControlMessage() STARTED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorControlMessage() PASSED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorErrorTraceMessage() STARTED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorErrorTraceMessage() PASSED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorStreamStatusTraceMessage() STARTED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorStreamStatusTraceMessage() PASSED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorRecordMessage() STARTED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorRecordMessage() PASSED + +BackfillHelperTest > testGetStreamsToBackfillWithNewColumn() STARTED + +BackfillHelperTest > testGetStreamsToBackfillWithNewColumn() PASSED + +BackfillHelperTest > testClearStateForStreamsToBackfill() STARTED + +BackfillHelperTest > testClearStateForStreamsToBackfill() PASSED + +BackfillHelperTest > testGetStreamsToBackfillExcludesFullRefresh() STARTED + +BackfillHelperTest > testGetStreamsToBackfillExcludesFullRefresh() PASSED + +ConnectorApmSupportHelperTest > testAddServerNameAndVersionToEnvVarsNullImage() STARTED + +ConnectorApmSupportHelperTest > testAddServerNameAndVersionToEnvVarsNullImage() PASSED + +ConnectorApmSupportHelperTest > testAddServerNameAndVersionToEnvVars() STARTED + +ConnectorApmSupportHelperTest > testAddServerNameAndVersionToEnvVars() PASSED + +ConnectorApmSupportHelperTest > testExtractAirbyteVersionFromImageName() STARTED + +ConnectorApmSupportHelperTest > testExtractAirbyteVersionFromImageName() PASSED + +ConnectorApmSupportHelperTest > testAddApmEnvVarsMissingEnvVars() STARTED + +ConnectorApmSupportHelperTest > testAddApmEnvVarsMissingEnvVars() PASSED + +ConnectorApmSupportHelperTest > testAddApmEnvVars() STARTED + +ConnectorApmSupportHelperTest > testAddApmEnvVars() PASSED + +ConnectorApmSupportHelperTest > testAddServerNameAndVersionToEnvVarsNullEnvVars() STARTED + +ConnectorApmSupportHelperTest > testAddServerNameAndVersionToEnvVarsNullEnvVars() PASSED + +ConnectorApmSupportHelperTest > testExtractAirbyteVersionFromBlankImageName() STARTED + +ConnectorApmSupportHelperTest > testExtractAirbyteVersionFromBlankImageName() PASSED + +FailureHelperTest > testExceptionChainContains() STARTED + +FailureHelperTest > testExceptionChainContains() PASSED + +FailureHelperTest > testFailureWithTransientFailureType() STARTED + +FailureHelperTest > testFailureWithTransientFailureType() PASSED + +FailureHelperTest > testConnectorCommandFailure() STARTED + +FailureHelperTest > testConnectorCommandFailure() PASSED + +FailureHelperTest > testExtractStreamDescriptorNoNamespace() STARTED + +FailureHelperTest > testExtractStreamDescriptorNoNamespace() PASSED + +FailureHelperTest > testGenericFailureFromTrace() STARTED + +FailureHelperTest > testGenericFailureFromTrace() PASSED + +FailureHelperTest > truncateWithPlatformMessageHandlesSmallStrings() STARTED + +FailureHelperTest > truncateWithPlatformMessageHandlesSmallStrings() PASSED + +FailureHelperTest > testExtractStreamDescriptor() STARTED + +FailureHelperTest > testExtractStreamDescriptor() PASSED + +FailureHelperTest > testDestinationFailureFromTrace() STARTED + +FailureHelperTest > testDestinationFailureFromTrace() PASSED + +FailureHelperTest > testSourceFailureFromTrace() STARTED + +FailureHelperTest > testSourceFailureFromTrace() PASSED + +FailureHelperTest > truncateWithPlatformMessageTruncatesStrings() STARTED + +FailureHelperTest > truncateWithPlatformMessageTruncatesStrings() PASSED + +FailureHelperTest > testCheckFailure() STARTED + +FailureHelperTest > testCheckFailure() PASSED + +FailureHelperTest > testDestinationFailure() STARTED + +FailureHelperTest > testDestinationFailure() PASSED + +FailureHelperTest > genericFailureFromTraceTruncatesStrings() STARTED + +FailureHelperTest > genericFailureFromTraceTruncatesStrings() PASSED + +FailureHelperTest > testSourceHeartbeatFailure() STARTED + +FailureHelperTest > testSourceHeartbeatFailure() PASSED + +FailureHelperTest > testSourceFailure() STARTED + +FailureHelperTest > testSourceFailure() PASSED + +FailureHelperTest > testUnknownOriginFailure() STARTED + +FailureHelperTest > testUnknownOriginFailure() PASSED + +FailureHelperTest > testConnectorCommandFailureFromTrace() STARTED + +FailureHelperTest > testConnectorCommandFailureFromTrace() PASSED + +FailureHelperTest > testGenericFailureFromTraceNoFailureType() STARTED + +FailureHelperTest > testGenericFailureFromTraceNoFailureType() PASSED + +FailureHelperTest > testOrderedFailures() STARTED + +FailureHelperTest > testOrderedFailures() PASSED + +GsonPksExtractorTest > testExistingVeryLongRecord() STARTED +:airbyte-server:test FROM-CACHE +:airbyte-server:jacocoTestReport +The following classes needed for analysis were missing: + toString + equals + hashCode + apply + makeConcatWithConstants + test +:airbyte-config:init:spotbugsTest SKIPPED +:airbyte-config:init:test +:airbyte-server:jacocoTestReport FROM-CACHE +:airbyte-db:db-lib:compileIntegrationTestKotlin NO-SOURCE +:airbyte-db:db-lib:compileIntegrationTestJava NO-SOURCE +:airbyte-db:db-lib:integrationTestClasses UP-TO-DATE +:airbyte-db:db-lib:checkstyleIntegrationTest NO-SOURCE +:airbyte-db:db-lib:compileTestKotlin NO-SOURCE +:airbyte-db:db-lib:compileTestJava +@storybook/cli v7.6.12 + +info => Cleaning outputDir: /build/storybook +:airbyte-config:init:test FROM-CACHE +:airbyte-config:init:jacocoTestReport + +GsonPksExtractorTest > testExistingVeryLongRecord() PASSED + +GsonPksExtractorTest > testNonExistingPk() STARTED + +GsonPksExtractorTest > testNonExistingPk() PASSED + +GsonPksExtractorTest > testExistingPkLevel1() STARTED + +GsonPksExtractorTest > testExistingPkLevel1() PASSED + +GsonPksExtractorTest > testExistingPkLevel2() STARTED + +GsonPksExtractorTest > testExistingPkLevel2() PASSED + +GsonPksExtractorTest > testExistingPkMultipleKey() STARTED + +GsonPksExtractorTest > testExistingPkMultipleKey() PASSED + +AirbyteProtocolPredicateTest > testValid() STARTED +:airbyte-config:init:jacocoTestReport FROM-CACHE +:airbyte-config:init:check +:airbyte-config:init:build +:airbyte-metrics:metrics-lib:kaptGenerateStubsIntegrationTestKotlin +:airbyte-db:db-lib:compileTestJava FROM-CACHE +:airbyte-db:db-lib:testClasses +:airbyte-db:db-lib:checkstyleTest FROM-CACHE +:airbyte-db:db-lib:spotbugsIntegrationTest NO-SOURCE +:airbyte-db:db-lib:spotbugsTest SKIPPED +:airbyte-db:db-lib:test +:airbyte-metrics:metrics-lib:kaptGenerateStubsIntegrationTestKotlin FROM-CACHE +:airbyte-metrics:metrics-lib:kaptIntegrationTestKotlin +info => Loading presets + +AirbyteProtocolPredicateTest > testValid() PASSED + +AirbyteProtocolPredicateTest > testConcatenatedValid() STARTED +:airbyte-metrics:metrics-lib:kaptIntegrationTestKotlin FROM-CACHE +:airbyte-metrics:metrics-lib:compileIntegrationTestKotlin NO-SOURCE +:airbyte-metrics:metrics-lib:compileIntegrationTestJava NO-SOURCE +:airbyte-metrics:metrics-lib:integrationTestClasses UP-TO-DATE +:airbyte-metrics:metrics-lib:checkstyleIntegrationTest NO-SOURCE +:airbyte-metrics:metrics-lib:kaptGenerateStubsTestKotlin +info Found existing addon {"name":"@storybook/addon-actions","options":{"mdxPluginOptions":{"mdxCompileOptions":{"remarkPlugins":[null]}}}}, skipping. +:airbyte-db:db-lib:test FROM-CACHE +:airbyte-db:db-lib:jacocoTestReport +Using images 'airbyte/workload-launcher:0.58.0'. +:airbyte-metrics:metrics-lib:kaptGenerateStubsTestKotlin FROM-CACHE +:airbyte-metrics:metrics-lib:kaptTestKotlin + +AirbyteProtocolPredicateTest > testConcatenatedValid() PASSED + +AirbyteProtocolPredicateTest > testMissingNewLineAndLineStartsWithInvalidRecord() STARTED +:airbyte-metrics:metrics-lib:kaptTestKotlin FROM-CACHE +:airbyte-metrics:metrics-lib:compileTestKotlin +:airbyte-db:db-lib:jacocoTestReport FROM-CACHE +:airbyte-db:db-lib:check UP-TO-DATE +:airbyte-db:db-lib:build +:airbyte-metrics:reporter:assemble +:airbyte-metrics:reporter:compileIntegrationTestKotlin +info:airbyte-metrics:reporter:compileIntegrationTestKotlin NO-SOURCE +:airbyte-metrics:reporter:compileIntegrationTestJava NO-SOURCE +:airbyte-metrics:reporter:integrationTestClasses UP-TO-DATE +:airbyte-metrics:reporter:checkstyleIntegrationTest + Found existing addon {"name":"@storybook/addon-actions","options":{"mdxPluginOptions":{"mdxCompileOptions":{"remarkPlugins":[null]}}}}, skipping. +:airbyte-metrics:reporter:checkstyleIntegrationTest NO-SOURCE +:airbyte-metrics:reporter:checkstyleMain +info => Building manager.. +:airbyte-metrics:reporter:checkstyleMain FROM-CACHE +:airbyte-metrics:reporter:compileTestKotlin NO-SOURCE +:airbyte-metrics:reporter:compileTestJava +:airbyte-metrics:metrics-lib:compileTestKotlin FROM-CACHE +:airbyte-metrics:metrics-lib:compileTestJava +WARN unable to find package.json for @airbyte/eslint-plugin +:airbyte-metrics:metrics-lib:compileTestJava FROM-CACHE +:airbyte-metrics:metrics-lib:testClasses UP-TO-DATE +:airbyte-metrics:metrics-lib:checkstyleTest FROM-CACHE +:airbyte-metrics:metrics-lib:spotbugsIntegrationTest NO-SOURCE +:airbyte-metrics:metrics-lib:spotbugsTest SKIPPED +:airbyte-metrics:metrics-lib:test +:airbyte-metrics:reporter:compileTestJava FROM-CACHE +:airbyte-metrics:reporter:testClasses UP-TO-DATE +:airbyte-metrics:reporter:checkstyleTest + +AirbyteProtocolPredicateTest > testMissingNewLineAndLineStartsWithInvalidRecord() PASSED + +AirbyteProtocolPredicateTest > testMissingNewLineAndLineStartsWithValidRecord() STARTED +:airbyte-metrics:reporter:checkstyleTest FROM-CACHE +:airbyte-metrics:reporter:spotbugsIntegrationTest NO-SOURCE +:airbyte-metrics:reporter:spotbugsMain + +AirbyteProtocolPredicateTest > testMissingNewLineAndLineStartsWithValidRecord() PASSED + +AirbyteProtocolPredicateTest > testInValid() STARTED +:airbyte-metrics:reporter:spotbugsMain FROM-CACHE +:airbyte-metrics:reporter:spotbugsTest SKIPPED +:airbyte-metrics:reporter:test + +AirbyteProtocolPredicateTest > testInValid() PASSED + +BasicAirbyteMessageValidatorTest > testNotIncrementalDedup() STARTED + +BasicAirbyteMessageValidatorTest > testNotIncrementalDedup() PASSED + +BasicAirbyteMessageValidatorTest > testInvalidPk() STARTED + +BasicAirbyteMessageValidatorTest > testInvalidPk() PASSED + +BasicAirbyteMessageValidatorTest > testObviousInvalid() STARTED + +BasicAirbyteMessageValidatorTest > testObviousInvalid() PASSED + +BasicAirbyteMessageValidatorTest > testValidState() STARTED + +BasicAirbyteMessageValidatorTest > testValidState() PASSED + +BasicAirbyteMessageValidatorTest > testSubtleInvalidRecord() STARTED + +BasicAirbyteMessageValidatorTest > testSubtleInvalidRecord() PASSED + +BasicAirbyteMessageValidatorTest > testValidPk() STARTED + +BasicAirbyteMessageValidatorTest > testValidPk() PASSED + +BasicAirbyteMessageValidatorTest > testSubtleInvalidControl() STARTED + +BasicAirbyteMessageValidatorTest > testSubtleInvalidControl() PASSED + +BasicAirbyteMessageValidatorTest > testValidPkWithOneMissingPk() STARTED + +BasicAirbyteMessageValidatorTest > testValidPkWithOneMissingPk() PASSED + +BasicAirbyteMessageValidatorTest > testValidControl() STARTED + +BasicAirbyteMessageValidatorTest > testValidControl() PASSED + +BasicAirbyteMessageValidatorTest > testValidPkInAnotherStream() STARTED + +BasicAirbyteMessageValidatorTest > testValidPkInAnotherStream() PASSED + +BasicAirbyteMessageValidatorTest > testSubtleInvalidState() STARTED + +BasicAirbyteMessageValidatorTest > testSubtleInvalidState() PASSED + +BasicAirbyteMessageValidatorTest > testValidRecord() STARTED + +BasicAirbyteMessageValidatorTest > testValidRecord() PASSED + +DefaultAirbyteDestinationTest > testCloseNotifiesLifecycle() STARTED +:airbyte-metrics:metrics-lib:test FROM-CACHE +:airbyte-metrics:metrics-lib:jacocoTestReport +info => Manager built (1.08 s) +info => Building preview.. +info => Copying static files: /actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp/node_modules/.pnpm/@storybook+manager@7.6.12/node_modules/@storybook/manager/static at /actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp/build/storybook/sb-common-assets +:airbyte-metrics:reporter:test FROM-CACHE +:airbyte-metrics:reporter:jacocoTestReport +:airbyte-metrics:metrics-lib:jacocoTestReport FROM-CACHE +:airbyte-metrics:metrics-lib:check UP-TO-DATE +:airbyte-metrics:metrics-lib:build UP-TO-DATE +:airbyte-persistence:job-persistence:kaptGenerateStubsIntegrationTestKotlin +:airbyte-metrics:reporter:jacocoTestReport FROM-CACHE +:airbyte-metrics:reporter:check UP-TO-DATE +:airbyte-metrics:reporter:build + +DefaultAirbyteDestinationTest > testCloseNotifiesLifecycle() PASSED + +DefaultAirbyteDestinationTest > testIgnoredExitCodes() STARTED + +DefaultAirbyteDestinationTest > testIgnoredExitCodes() PASSED + +DefaultAirbyteDestinationTest > testSuccessfulLifecycle() STARTED +:airbyte-persistence:job-persistence:kaptGenerateStubsIntegrationTestKotlin FROM-CACHE +:airbyte-persistence:job-persistence:kaptIntegrationTestKotlin + +DefaultAirbyteDestinationTest > testSuccessfulLifecycle() PASSED + +DefaultAirbyteDestinationTest > testGetExitValue() STARTED + +DefaultAirbyteDestinationTest > testGetExitValue() PASSED + +DefaultAirbyteDestinationTest > testNonzeroExitCodeThrowsException() STARTED + +DefaultAirbyteDestinationTest > testNonzeroExitCodeThrowsException() PASSED + +DefaultAirbyteDestinationTest > testTaggedLogs() STARTED + +DefaultAirbyteDestinationTest > testTaggedLogs() PASSED + +DefaultAirbyteSourceTest > testIgnoredExitCodes() STARTED +:airbyte-persistence:job-persistence:kaptIntegrationTestKotlin FROM-CACHE +:airbyte-persistence:job-persistence:compileIntegrationTestKotlin NO-SOURCE +:airbyte-persistence:job-persistence:compileIntegrationTestJava NO-SOURCE +:airbyte-persistence:job-persistence:integrationTestClasses UP-TO-DATE +:airbyte-persistence:job-persistence:checkstyleIntegrationTest NO-SOURCE +:airbyte-persistence:job-persistence:checkstyleMain + +DefaultAirbyteSourceTest > testIgnoredExitCodes() PASSED + +DefaultAirbyteSourceTest > testNonzeroExitCodeThrows() STARTED + +DefaultAirbyteSourceTest > testNonzeroExitCodeThrows() PASSED + +DefaultAirbyteSourceTest > testSuccessfulLifecycle() STARTED + +DefaultAirbyteSourceTest > testSuccessfulLifecycle() PASSED + +DefaultAirbyteSourceTest > testGetExitValue() STARTED + +DefaultAirbyteSourceTest > testGetExitValue() PASSED + +DefaultAirbyteSourceTest > testHeartbeatEligibility() STARTED + +DefaultAirbyteSourceTest > testHeartbeatEligibility() PASSED + +DefaultAirbyteSourceTest > testTaggedLogs() STARTED +:airbyte-persistence:job-persistence:checkstyleMain FROM-CACHE +:airbyte-persistence:job-persistence:kaptGenerateStubsTestKotlin +Removing intermediate container ed9661fd5f96 + ---> e647baee7431 +Step 16/21 : USER airbyte:airbyte + +DefaultAirbyteSourceTest > testTaggedLogs() PASSED + +DestinationTimeoutMonitorTest > testAcceptTimeout() STARTED +:airbyte-persistence:job-persistence:kaptGenerateStubsTestKotlin FROM-CACHE +:airbyte-persistence:job-persistence:kaptTestKotlin FROM-CACHE +:airbyte-persistence:job-persistence:compileTestKotlin NO-SOURCE +:airbyte-persistence:job-persistence:compileTestJava FROM-CACHE +:airbyte-persistence:job-persistence:testClasses +:airbyte-persistence:job-persistence:checkstyleTest + ---> Running in 0dcaab1cca01 +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details. +:airbyte-persistence:job-persistence:checkstyleTest FROM-CACHE +:airbyte-persistence:job-persistence:spotbugsIntegrationTest NO-SOURCE +:airbyte-persistence:job-persistence:spotbugsMain +Removing intermediate container 0dcaab1cca01 + ---> 1587df884f64 +Step 17/21 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/${APPLICATION}"] +:airbyte-persistence:job-persistence:spotbugsTest SKIPPED +:airbyte-persistence:job-persistence:test + ---> Running in c604bf4e554d +Removing intermediate container c604bf4e554d + ---> b38081fe96c7 +Step 18/21 : LABEL io.airbyte.version=${VERSION} + ---> Running in 533f30bf5035 +Removing intermediate container 533f30bf5035 + ---> 4dea68279067 +Step 19/21 : LABEL io.airbyte.name=airbyte/connector-builder-server +:airbyte-persistence:job-persistence:test FROM-CACHE +:airbyte-persistence:job-persistence:jacocoTestReport + ---> Running in 050c395c8612 +Removing intermediate container 050c395c8612 + ---> 8fa998f5fc97 +Step 20/21 : LABEL io.airbyte.app=airbyte-connector-builder-server + ---> Running in 15154f7d0a3f +:airbyte-persistence:job-persistence:jacocoTestReport FROM-CACHE +Removing intermediate container 15154f7d0a3f + ---> a70e5f4c5d55 +Step 21/21 : LABEL io.airbyte.version=0.58.0 + ---> Running in 8d5d4bfc1d68 +Removing intermediate container 8d5d4bfc1d68 + ---> 4517893cb419 +[Warning] One or more build-args [JDK_VERSION APPLICATION DOCKER_BUILD_ARCH] were not consumed +Successfully built 4517893cb419 +Successfully tagged airbyte/connector-builder-server:0.58.0 +Created image with ID '4517893cb419'. +:airbyte-connector-builder-server:assemble +:airbyte-connector-builder-server:compileIntegrationTestKotlin NO-SOURCE +:airbyte-connector-builder-server:compileIntegrationTestJava NO-SOURCE +:airbyte-connector-builder-server:integrationTestClasses UP-TO-DATE +:airbyte-connector-builder-server:checkstyleIntegrationTest NO-SOURCE +:airbyte-connector-builder-server:checkstyleMain FROM-CACHE +:airbyte-connector-builder-server:compileTestKotlin NO-SOURCE +:airbyte-connector-builder-server:compileTestJava +Step 1/14 : ARG JAVA_WORKER_BASE_IMAGE_VERSION=2.2.0 +Step 2/14 : FROM scratch as builder + ---> +Step 3/14 : WORKDIR /app +:airbyte-connector-builder-server:compileTestJava FROM-CACHE +:airbyte-connector-builder-server:testClasses UP-TO-DATE +:airbyte-connector-builder-server:checkstyleTest + ---> Using cache + ---> e682b750bdaf +Step 4/14 : ADD airbyte-app.tar /app +:airbyte-connector-builder-server:checkstyleTest FROM-CACHE +:airbyte-connector-builder-server:spotbugsIntegrationTest NO-SOURCE +:airbyte-connector-builder-server:spotbugsMain +:airbyte-connector-builder-server:spotbugsTest SKIPPED +:airbyte-connector-builder-server:test FROM-CACHE +:airbyte-connector-builder-server:jacocoTestReport +The following classes needed for analysis were missing: + makeConcatWithConstants + call + accept + apply + test + get + run + voidCall + invoke +:airbyte-workers:check +:airbyte-workers:build + ---> e5c05a771b6e +Step 5/14 : FROM airbyte/airbyte-base-java-worker-image:${JAVA_WORKER_BASE_IMAGE_VERSION} + ---> 461ff0eaea5b +Step 6/14 : ENV APPLICATION airbyte-workload-launcher + ---> Running in 97a9987a665e +Removing intermediate container 97a9987a665e + ---> e0665cb25b8c +Step 7/14 : ENV VERSION ${VERSION} + ---> Running in f36ee087da17 +Removing intermediate container f36ee087da17 + ---> 0bd054638c54 +Step 8/14 : EXPOSE 8016 5005 + ---> Running in aa2e191411f8 +Removing intermediate container aa2e191411f8 + ---> ba7ddda7e009 +Step 9/14 : WORKDIR /app + ---> Running in ef651d5ef516 +Removing intermediate container ef651d5ef516 + ---> dd189f806236 +Step 10/14 : COPY --chown=airbyte:airbyte --from=builder /app /app + +DestinationTimeoutMonitorTest > testAcceptTimeout() PASSED + +DestinationTimeoutMonitorTest > testTimeoutNoException() STARTED + +DestinationTimeoutMonitorTest > testTimeoutNoException() PASSED + +DestinationTimeoutMonitorTest > testNoTimeout() STARTED +Replacing the following process.env values in the frontend code: + { + 'process.env.REACT_APP_VERSION': '"0.58.0"', + 'process.env.NODE_ENV': '"production"', + 'process.env.REACT_APP_SEGMENT_TOKEN': '"6cxNSmQyGSKcATLdJ2pL6WsawkzEMDAN"', + 'process.env.REACT_APP_OSANO': '"16A0CTTE7vE8m1Qif/67beec9b-e563-4736-bdb4-4fe4adc39d48"' +} + +DestinationTimeoutMonitorTest > testNoTimeout() PASSED + +DestinationTimeoutMonitorTest > testNotifyEndOfInputTimeout() STARTED +vite v5.0.12 building for production... + +./sb-common-assets/fonts.css doesn't exist at build time, it will remain unchanged to be resolved at runtime +transforming... + +DestinationTimeoutMonitorTest > testNotifyEndOfInputTimeout() PASSED + +EmptyAirbyteSourceTest > testLegacyWithResettingExtraStreamNotInCatalog() STARTED + +EmptyAirbyteSourceTest > testLegacyWithResettingExtraStreamNotInCatalog() PASSED + +EmptyAirbyteSourceTest > testGlobalNewStream() STARTED + +EmptyAirbyteSourceTest > testGlobalNewStream() PASSED + +EmptyAirbyteSourceTest > testLegacyWithEmptyConfig() STARTED + +EmptyAirbyteSourceTest > testLegacyWithEmptyConfig() PASSED + +EmptyAirbyteSourceTest > testPerStreamWithExtraState() STARTED + +EmptyAirbyteSourceTest > testPerStreamWithExtraState() PASSED + +EmptyAirbyteSourceTest > testLegacyWithMissingCatalogStream() STARTED + +EmptyAirbyteSourceTest > testLegacyWithMissingCatalogStream() PASSED + +EmptyAirbyteSourceTest > testGlobalPartial() STARTED + +EmptyAirbyteSourceTest > testGlobalPartial() PASSED + +EmptyAirbyteSourceTest > testLegacyWithNullState() STARTED + +EmptyAirbyteSourceTest > testLegacyWithNullState() PASSED + +EmptyAirbyteSourceTest > testPerStreamWithMissingState() STARTED + +EmptyAirbyteSourceTest > testPerStreamWithMissingState() PASSED + +EmptyAirbyteSourceTest > testPerStream() STARTED + +EmptyAirbyteSourceTest > testPerStream() PASSED + +EmptyAirbyteSourceTest > testLegacyWithWrongConfigFormat() STARTED + +EmptyAirbyteSourceTest > testLegacyWithWrongConfigFormat() PASSED + +EmptyAirbyteSourceTest > testEmptyListOfStreams() STARTED + +EmptyAirbyteSourceTest > testEmptyListOfStreams() PASSED + +EmptyAirbyteSourceTest > testGlobal() STARTED + +EmptyAirbyteSourceTest > testGlobal() PASSED + +EmptyAirbyteSourceTest > emptyLegacyStateShouldNotEmitState() STARTED + +EmptyAirbyteSourceTest > emptyLegacyStateShouldNotEmitState() PASSED + +EmptyAirbyteSourceTest > testLegacy() STARTED + +EmptyAirbyteSourceTest > testLegacy() PASSED + +EmptyAirbyteSourceTest > nonStartedSource() STARTED + +EmptyAirbyteSourceTest > nonStartedSource() PASSED + +EmptyAirbyteSourceTest > testLegacyWithNewConfig() STARTED + +EmptyAirbyteSourceTest > testLegacyWithNewConfig() PASSED + +HeartBeatTimeoutChaperoneTest > testNotFailingHeartbeatIfFalseFlag() STARTED + +HeartBeatTimeoutChaperoneTest > testNotFailingHeartbeatIfFalseFlag() PASSED + +HeartBeatTimeoutChaperoneTest > testNotFailingHeartbeat() STARTED + +HeartBeatTimeoutChaperoneTest > testNotFailingHeartbeat() PASSED + +HeartBeatTimeoutChaperoneTest > testFailHeartbeat() STARTED + +HeartBeatTimeoutChaperoneTest > testFailHeartbeat() PASSED + +HeartBeatTimeoutChaperoneTest > testMonitorDontFailIfDontStopBeating() STARTED + +HeartBeatTimeoutChaperoneTest > testMonitorDontFailIfDontStopBeating() PASSED + +HeartBeatTimeoutChaperoneTest > testMonitor() STARTED + +HeartBeatTimeoutChaperoneTest > testMonitor() PASSED + +HeartbeatMonitorTest > testStaleBeat() STARTED + +HeartbeatMonitorTest > testStaleBeat() PASSED + +HeartbeatMonitorTest > testNeverBeat() STARTED + +HeartbeatMonitorTest > testNeverBeat() PASSED + +HeartbeatMonitorTest > testFreshBeat() STARTED + +HeartbeatMonitorTest > testFreshBeat() PASSED + +NamespacingMapperTest > testCustomFormatWithVariableNamespace() STARTED + +NamespacingMapperTest > testCustomFormatWithVariableNamespace() PASSED + +NamespacingMapperTest > testCustomFormatWithoutVariableNamespace() STARTED + +NamespacingMapperTest > testCustomFormatWithoutVariableNamespace() PASSED + +NamespacingMapperTest > testRevertMapStateMessage() STARTED + +NamespacingMapperTest > testRevertMapStateMessage() PASSED + +NamespacingMapperTest > testEmptyCustomFormatWithVariableNamespace() STARTED + +NamespacingMapperTest > testEmptyCustomFormatWithVariableNamespace() PASSED + +NamespacingMapperTest > testEmptySourceNamespace() STARTED + +NamespacingMapperTest > testEmptySourceNamespace() PASSED + +NamespacingMapperTest > testEmptyPrefix() STARTED + +NamespacingMapperTest > testEmptyPrefix() PASSED + +NamespacingMapperTest > testDestinationNamespace() STARTED + +NamespacingMapperTest > testDestinationNamespace() PASSED + +NamespacingMapperTest > testSourceNamespace() STARTED + +NamespacingMapperTest > testSourceNamespace() PASSED + +NamespacingMapperTest > testMapStateMessage() STARTED + +NamespacingMapperTest > testMapStateMessage() PASSED + +SimpleAirbyteDestinationTest > testDestinationWillReturnAllStateMessagesBeforeClosing() STARTED + +SimpleAirbyteDestinationTest > testDestinationWillReturnAllStateMessagesBeforeClosing() PASSED + +SimpleAirbyteDestinationTest > testDestinationEchoesStateMessages() STARTED + +SimpleAirbyteDestinationTest > testDestinationEchoesStateMessages() PASSED + +SimpleAirbyteDestinationTest > testNotifyEndOfInputTerminatesTheDestination() STARTED + +SimpleAirbyteDestinationTest > testNotifyEndOfInputTerminatesTheDestination() PASSED + +SimpleAirbyteSourceTest > testMessages() STARTED + +SimpleAirbyteSourceTest > testMessages() PASSED + +SimpleAirbyteSourceTest > testInfiniteMessages() STARTED + +SimpleAirbyteSourceTest > testInfiniteMessages() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreateWithVersionDetectionWithoutSpecMessage() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreateWithVersionDetectionWithoutSpecMessage() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreateWithVersionDetectionFallback() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreateWithVersionDetectionFallback() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreateWithVersionDetection() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreateWithVersionDetection() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreate() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreate() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testMalformedRecordShouldOnlyDebugLog(String) > [1] {"type":"RECORD", "record": {"stream": "transactions", "data": {"amount": "100.00" STARTED + ---> 70a350bb4f10 +Step 11/14 : USER airbyte:airbyte + ---> Running in 7246369b9fc5 +Removing intermediate container 7246369b9fc5 + ---> e661ff51270f +Step 12/14 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/${APPLICATION}"] + ---> Running in c5b6cb0030ac +Removing intermediate container c5b6cb0030ac + ---> 474480f848f7 +Step 13/14 : LABEL io.airbyte.app=airbyte-workload-launcher + ---> Running in 15140a2a66b2 +Removing intermediate container 15140a2a66b2 + ---> ced43da6a185 +Step 14/14 : LABEL io.airbyte.version=0.58.0 + ---> Running in 1631f8493b39 +Removing intermediate container 1631f8493b39 + ---> 6faf103645a5 +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testMalformedRecordShouldOnlyDebugLog(String) > [1] {"type":"RECORD", "record": {"stream": "transactions", "data": {"amount": "100.00" PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testMalformedRecordShouldOnlyDebugLog(String) > [2] {"type":"RECORD", "record": {"stream": "transactions", "data": {"transaction_id": Infinity }}} STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testMalformedRecordShouldOnlyDebugLog(String) > [2] {"type":"RECORD", "record": {"stream": "transactions", "data": {"transaction_id": Infinity }}} PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testMalformedRecordShouldOnlyDebugLog(String) > [3] {"type": "RECORD", "record": {"stream": "transactions", "data": {"transaction_id": Infinity }}} STARTED +Successfully built 6faf103645a5 +Successfully tagged airbyte/workload-launcher:0.58.0 +Created image with ID '6faf103645a5'. + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testMalformedRecordShouldOnlyDebugLog(String) > [3] {"type": "RECORD", "record": {"stream": "transactions", "data": {"transaction_id": Infinity }}} PASSED +:airbyte-workload-launcher:assemble + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testMalformedRecordShouldOnlyDebugLog(String) > [4] {"type": "record", "record": {"stream": "transactions", "data": {"transaction_id": Infinity }}} STARTED +:airbyte-workload-launcher:kaptGenerateStubsIntegrationTestKotlin + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testMalformedRecordShouldOnlyDebugLog(String) > [4] {"type": "record", "record": {"stream": "transactions", "data": {"transaction_id": Infinity }}} PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageVeryLongMessageDontFail() STARTED +:airbyte-workload-launcher:kaptGenerateStubsIntegrationTestKotlin FROM-CACHE +:airbyte-workload-launcher:kaptIntegrationTestKotlin FROM-CACHE +:airbyte-workload-launcher:compileIntegrationTestKotlin NO-SOURCE +:airbyte-workload-launcher:compileIntegrationTestJava NO-SOURCE +:airbyte-workload-launcher:integrationTestClasses UP-TO-DATE +:airbyte-workload-launcher:checkstyleIntegrationTest NO-SOURCE +:airbyte-workload-launcher:checkstyleMain NO-SOURCE +:airbyte-workload-launcher:kaptGenerateStubsTestKotlin SKIPPED +:airbyte-workload-launcher:kaptTestKotlin + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageVeryLongMessageDontFail() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testFailDeserializationObvious() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testFailDeserializationObvious() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testValid() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testValid() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageRandomLog() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageRandomLog() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageMixedUpRecordFailureDisable() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageMixedUpRecordFailureDisable() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageValid() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageValid() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testLoggingLevel() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testLoggingLevel() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testValidBigDecimal() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testValidBigDecimal() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testValidBigInteger() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testValidBigInteger() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testFailDeserializationSubtle() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testFailDeserializationSubtle() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageMixedUpRecordShouldOnlyDebugLog() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageMixedUpRecordShouldOnlyDebugLog() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testLoggingLine() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testLoggingLine() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testFailValidation() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testFailValidation() PASSED + +AirbyteMessageTrackerTest > testAcceptFromSourceControl() STARTED +:airbyte-workload-launcher:kaptTestKotlin FROM-CACHE +:airbyte-workload-launcher:compileTestKotlin + +AirbyteMessageTrackerTest > testAcceptFromSourceControl() PASSED + +AirbyteMessageTrackerTest > testAcceptFromSourceRecord() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceRecord() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationRecord() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationRecord() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceError() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceError() PASSED + +AirbyteMessageTrackerTest > testErrorTraceMessageFailureWithMultipleTraceErrors() STARTED +:airbyte-workload-launcher:compileTestKotlin FROM-CACHE +:airbyte-workload-launcher:compileTestJava NO-SOURCE + +AirbyteMessageTrackerTest > testErrorTraceMessageFailureWithMultipleTraceErrors() PASSED +:airbyte-workload-launcher:testClasses UP-TO-DATE +:airbyte-workload-launcher:checkstyleTest + +AirbyteMessageTrackerTest > testAcceptFromDestinationControl() STARTED +:airbyte-workload-launcher:checkstyleTest NO-SOURCE +:airbyte-workload-launcher:spotbugsIntegrationTest + +AirbyteMessageTrackerTest > testAcceptFromDestinationControl() PASSED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceEstimate() STARTED +:airbyte-workload-launcher:spotbugsIntegrationTest NO-SOURCE +:airbyte-workload-launcher:spotbugsMain + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceEstimate() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceAnalytics() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceAnalytics() PASSED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceError() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceError() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceStreamStatus() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceStreamStatus() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceEstimateOther() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceEstimateOther() PASSED + +AirbyteMessageTrackerTest > testErrorTraceMessageFailureWithOneTraceError() STARTED + +AirbyteMessageTrackerTest > testErrorTraceMessageFailureWithOneTraceError() PASSED + +AirbyteMessageTrackerTest > testErrorTraceMessageFailureWithNoTraceErrors() STARTED + +AirbyteMessageTrackerTest > testErrorTraceMessageFailureWithNoTraceErrors() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceEstimate() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceEstimate() PASSED + +AirbyteMessageTrackerTest > testAcceptFromSourceState() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceState() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationState() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationState() PASSED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceAnalytics() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceAnalytics() PASSED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceEstimateOther() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceEstimateOther() PASSED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceStreamStatus() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceStreamStatus() PASSED + +StreamStatusTrackerTest > testTrackingCompleteDestinationAndIncompleteSource(boolean) > [1] true STARTED +:airbyte-workload-launcher:spotbugsTest SKIPPED +:airbyte-workload-launcher:test FROM-CACHE +:airbyte-workload-launcher:jacocoTestReport + +StreamStatusTrackerTest > testTrackingCompleteDestinationAndIncompleteSource(boolean) > [1] true PASSED + +StreamStatusTrackerTest > testTrackingCompleteDestinationAndIncompleteSource(boolean) > [2] false STARTED + +StreamStatusTrackerTest > testTrackingCompleteDestinationAndIncompleteSource(boolean) > [2] false PASSED + +StreamStatusTrackerTest > testTrackingCompleteDestinationAndCompleteSource(boolean) > [1] true STARTED + +StreamStatusTrackerTest > testTrackingCompleteDestinationAndCompleteSource(boolean) > [1] true PASSED + +StreamStatusTrackerTest > testTrackingCompleteDestinationAndCompleteSource(boolean) > [2] false STARTED + +StreamStatusTrackerTest > testTrackingCompleteDestinationAndCompleteSource(boolean) > [2] false PASSED + +StreamStatusTrackerTest > testTrackingIncompleteSourceOnly(boolean) > [1] true STARTED + +StreamStatusTrackerTest > testTrackingIncompleteSourceOnly(boolean) > [1] true PASSED + +StreamStatusTrackerTest > testTrackingIncompleteSourceOnly(boolean) > [2] false STARTED + +StreamStatusTrackerTest > testTrackingIncompleteSourceOnly(boolean) > [2] false PASSED + +StreamStatusTrackerTest > testTrackingIncompleteSourceAndCompleteDestination(boolean) > [1] true STARTED + +StreamStatusTrackerTest > testTrackingIncompleteSourceAndCompleteDestination(boolean) > [1] true PASSED + +StreamStatusTrackerTest > testTrackingIncompleteSourceAndCompleteDestination(boolean) > [2] false STARTED + +StreamStatusTrackerTest > testTrackingIncompleteSourceAndCompleteDestination(boolean) > [2] false PASSED + +StreamStatusTrackerTest > testTrackingCompleteSourceOnly() STARTED + +StreamStatusTrackerTest > testTrackingCompleteSourceOnly() PASSED + +StreamStatusTrackerTest > testTrackingRunningStatus() STARTED + +StreamStatusTrackerTest > testTrackingRunningStatus() PASSED + +StreamStatusTrackerTest > testTrackingIncompleteSourceAndIncompleteDestination(boolean) > [1] true STARTED +:airbyte-workload-launcher:jacocoTestReport FROM-CACHE + +StreamStatusTrackerTest > testTrackingIncompleteSourceAndIncompleteDestination(boolean) > [1] true PASSED + +StreamStatusTrackerTest > testTrackingIncompleteSourceAndIncompleteDestination(boolean) > [2] false STARTED + +StreamStatusTrackerTest > testTrackingIncompleteSourceAndIncompleteDestination(boolean) > [2] false PASSED + +StreamStatusTrackerTest > testTrackingCompleteSourceAndIncompleteDestination(boolean) > [1] true STARTED + +StreamStatusTrackerTest > testTrackingCompleteSourceAndIncompleteDestination(boolean) > [1] true PASSED + +StreamStatusTrackerTest > testTrackingCompleteSourceAndIncompleteDestination(boolean) > [2] false STARTED + +StreamStatusTrackerTest > testTrackingCompleteSourceAndIncompleteDestination(boolean) > [2] false PASSED + +StreamStatusTrackerTest > testTrackingCompleteSourceAndCompleteDestination(boolean) > [1] true STARTED + +StreamStatusTrackerTest > testTrackingCompleteSourceAndCompleteDestination(boolean) > [1] true PASSED + +StreamStatusTrackerTest > testTrackingCompleteSourceAndCompleteDestination(boolean) > [2] false STARTED + +StreamStatusTrackerTest > testTrackingCompleteSourceAndCompleteDestination(boolean) > [2] false PASSED + +StreamStatusTrackerTest > testLazyMdc() STARTED + +StreamStatusTrackerTest > testLazyMdc() PASSED + +StreamStatusTrackerTest > testTrackingOutOfOrderIncompleteStatus() STARTED + +StreamStatusTrackerTest > testTrackingOutOfOrderIncompleteStatus() PASSED + +StreamStatusTrackerTest > testTrackingStartedStatus(boolean) > [1] true STARTED + +StreamStatusTrackerTest > testTrackingStartedStatus(boolean) > [1] true PASSED + +StreamStatusTrackerTest > testTrackingStartedStatus(boolean) > [2] false STARTED + +StreamStatusTrackerTest > testTrackingStartedStatus(boolean) > [2] false PASSED + +StreamStatusTrackerTest > testForceCompletionPartiallyComplete(boolean) > [1] true STARTED +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + accept + +StreamStatusTrackerTest > testForceCompletionPartiallyComplete(boolean) > [1] true PASSED + +StreamStatusTrackerTest > testForceCompletionPartiallyComplete(boolean) > [2] false STARTED + +StreamStatusTrackerTest > testForceCompletionPartiallyComplete(boolean) > [2] false PASSED + +StreamStatusTrackerTest > testForceCompletionAlreadyComplete(boolean) > [1] true STARTED + +StreamStatusTrackerTest > testForceCompletionAlreadyComplete(boolean) > [1] true PASSED + +StreamStatusTrackerTest > testForceCompletionAlreadyComplete(boolean) > [2] false STARTED + +StreamStatusTrackerTest > testForceCompletionAlreadyComplete(boolean) > [2] false PASSED + +StreamStatusTrackerTest > testTrackingIncompleteDestinationOnly(boolean) > [1] true STARTED + +StreamStatusTrackerTest > testTrackingIncompleteDestinationOnly(boolean) > [1] true PASSED + +StreamStatusTrackerTest > testTrackingIncompleteDestinationOnly(boolean) > [2] false STARTED + +StreamStatusTrackerTest > testTrackingIncompleteDestinationOnly(boolean) > [2] false PASSED + +StreamStatusTrackerTest > testForceCompletionAlreadyIncomplete(boolean) > [1] true STARTED + +StreamStatusTrackerTest > testForceCompletionAlreadyIncomplete(boolean) > [1] true PASSED + +StreamStatusTrackerTest > testForceCompletionAlreadyIncomplete(boolean) > [2] false STARTED + +StreamStatusTrackerTest > testForceCompletionAlreadyIncomplete(boolean) > [2] false PASSED + +StreamStatusTrackerTest > testForceCompletionDifferentConnectionId(boolean) > [1] true STARTED + +StreamStatusTrackerTest > testForceCompletionDifferentConnectionId(boolean) > [1] true PASSED + +StreamStatusTrackerTest > testForceCompletionDifferentConnectionId(boolean) > [2] false STARTED + +StreamStatusTrackerTest > testForceCompletionDifferentConnectionId(boolean) > [2] false PASSED + +StreamStatusTrackerTest > testTrackingOutOfOrderRunningStatus() STARTED +:airbyte-connector-builder-server:check +:airbyte-connector-builder-server:build + +StreamStatusTrackerTest > testTrackingOutOfOrderRunningStatus() PASSED + +StreamStatusTrackerTest > testForceCompletionRunning(boolean) > [1] true STARTED + +StreamStatusTrackerTest > testForceCompletionRunning(boolean) > [1] true PASSED + +StreamStatusTrackerTest > testForceCompletionRunning(boolean) > [2] false STARTED + +StreamStatusTrackerTest > testForceCompletionRunning(boolean) > [2] false PASSED + +StreamStatusTrackerTest > testForceCompletionHandleException(boolean) > [1] true STARTED + +StreamStatusTrackerTest > testForceCompletionHandleException(boolean) > [1] true PASSED + +StreamStatusTrackerTest > testForceCompletionHandleException(boolean) > [2] false STARTED + +StreamStatusTrackerTest > testForceCompletionHandleException(boolean) > [2] false PASSED + +StreamStatusTrackerTest > testTrackingIncompleteDestinationAndCompleteSource(boolean) > [1] true STARTED + +StreamStatusTrackerTest > testTrackingIncompleteDestinationAndCompleteSource(boolean) > [1] true PASSED + +StreamStatusTrackerTest > testTrackingIncompleteDestinationAndCompleteSource(boolean) > [2] false STARTED + +StreamStatusTrackerTest > testTrackingIncompleteDestinationAndCompleteSource(boolean) > [2] false PASSED + +StreamStatusTrackerTest > testTrackingOutOfOrderCompleteStatus() STARTED + +StreamStatusTrackerTest > testTrackingOutOfOrderCompleteStatus() PASSED + +StreamStatusTrackerTest > testCurrentStatusNoStatus() STARTED + +StreamStatusTrackerTest > testCurrentStatusNoStatus() PASSED + +StreamStatusTrackerTest > testTrackingOutOfOrderStartedStatus() STARTED + +StreamStatusTrackerTest > testTrackingOutOfOrderStartedStatus() PASSED + +StreamStatusTrackerTest > testTrackingIncompleteDestinationAndIncompleteSource(boolean) > [1] true STARTED + +StreamStatusTrackerTest > testTrackingIncompleteDestinationAndIncompleteSource(boolean) > [1] true PASSED + +StreamStatusTrackerTest > testTrackingIncompleteDestinationAndIncompleteSource(boolean) > [2] false STARTED + +StreamStatusTrackerTest > testTrackingIncompleteDestinationAndIncompleteSource(boolean) > [2] false PASSED + +StreamStatusTrackerTest > testTrackingInternalIncomplete(boolean) > [1] true STARTED + +StreamStatusTrackerTest > testTrackingInternalIncomplete(boolean) > [1] true PASSED + +StreamStatusTrackerTest > testTrackingInternalIncomplete(boolean) > [2] false STARTED + +StreamStatusTrackerTest > testTrackingInternalIncomplete(boolean) > [2] false PASSED + +StreamStatusTrackerTest > testTrackingCompleteDestinationOnly() STARTED + +StreamStatusTrackerTest > testTrackingCompleteDestinationOnly() PASSED + +AirbyteControlMessageEventListenerTest > testSupportsDestinationEvent() STARTED + +AirbyteControlMessageEventListenerTest > testSupportsDestinationEvent() PASSED + +AirbyteControlMessageEventListenerTest > testDoesNotSupportNonControlEvent() STARTED + +AirbyteControlMessageEventListenerTest > testDoesNotSupportNonControlEvent() PASSED + +AirbyteControlMessageEventListenerTest > testInternalControlMessage() STARTED + +AirbyteControlMessageEventListenerTest > testInternalControlMessage() PASSED + +AirbyteControlMessageEventListenerTest > testSourceControlMessage() STARTED + +AirbyteControlMessageEventListenerTest > testSourceControlMessage() PASSED + +AirbyteControlMessageEventListenerTest > testDestinationControlMessage() STARTED + +AirbyteControlMessageEventListenerTest > testDestinationControlMessage() PASSED + +AirbyteControlMessageEventListenerTest > testSupportsSourceEvent() STARTED + +AirbyteControlMessageEventListenerTest > testSupportsSourceEvent() PASSED + +AirbyteStreamStatusMessageEventListenerTest > testDoesNotSupportNonTraceEvent() STARTED + +AirbyteStreamStatusMessageEventListenerTest > testDoesNotSupportNonTraceEvent() PASSED + +AirbyteStreamStatusMessageEventListenerTest > testDestinationStatusMessage() STARTED + +AirbyteStreamStatusMessageEventListenerTest > testDestinationStatusMessage() PASSED + +AirbyteStreamStatusMessageEventListenerTest > testSupportsStatusEvent() STARTED + +AirbyteStreamStatusMessageEventListenerTest > testSupportsStatusEvent() PASSED + +AirbyteStreamStatusMessageEventListenerTest > testSourceStatusMessage() STARTED + +AirbyteStreamStatusMessageEventListenerTest > testSourceStatusMessage() PASSED + +AirbyteStreamStatusMessageEventListenerTest > testDoesNotSupportNonStatusTraceEvent() STARTED + +AirbyteStreamStatusMessageEventListenerTest > testDoesNotSupportNonStatusTraceEvent() PASSED + +StateAggregatorTest > testGlobalState() STARTED + +StateAggregatorTest > testGlobalState() PASSED + +StateAggregatorTest > testIngestFromAnotherStateAggregatorSingleState() STARTED + +StateAggregatorTest > testIngestFromAnotherStateAggregatorSingleState() PASSED + +StateAggregatorTest > testIsEmptyForSingleStates() STARTED + +StateAggregatorTest > testIsEmptyForSingleStates() PASSED + +StateAggregatorTest > testIngestFromAnotherStateAggregatorStreamStates() STARTED + +StateAggregatorTest > testIngestFromAnotherStateAggregatorStreamStates() PASSED + +StateAggregatorTest > testStreamState() STARTED + +StateAggregatorTest > testStreamState() PASSED + +StateAggregatorTest > testIngestFromAnotherStateAggregatorChecksStateType() STARTED + +StateAggregatorTest > testIngestFromAnotherStateAggregatorChecksStateType() PASSED + +StateAggregatorTest > testCantMixNullType() STARTED + +StateAggregatorTest > testCantMixNullType() PASSED + +StateAggregatorTest > testLegacyState() STARTED + +StateAggregatorTest > testLegacyState() PASSED + +StateAggregatorTest > testIsEmptyWhenIngestFromAggregatorSingle() STARTED + +StateAggregatorTest > testIsEmptyWhenIngestFromAggregatorSingle() PASSED + +StateAggregatorTest > testIsEmptyWhenIngestFromAggregatorStream() STARTED + +StateAggregatorTest > testIsEmptyWhenIngestFromAggregatorStream() PASSED + +StateAggregatorTest > testNullState() STARTED + +StateAggregatorTest > testNullState() PASSED + +StateAggregatorTest > testCantMixType(AirbyteStateType) > [1] GLOBAL STARTED + +StateAggregatorTest > testCantMixType(AirbyteStateType) > [1] GLOBAL PASSED + +StateAggregatorTest > testCantMixType(AirbyteStateType) > [2] STREAM STARTED + +StateAggregatorTest > testCantMixType(AirbyteStateType) > [2] STREAM PASSED + +StateAggregatorTest > testCantMixType(AirbyteStateType) > [3] LEGACY STARTED + +StateAggregatorTest > testCantMixType(AirbyteStateType) > [3] LEGACY PASSED + +StateAggregatorTest > testIsEmptyForStreamStates() STARTED + +StateAggregatorTest > testIsEmptyForStreamStates() PASSED + +SyncPersistenceImplTest > testStatsFailuresAreRetriedOnFollowingRunsEvenWithoutNewStates() STARTED + +SyncPersistenceImplTest > testStatsFailuresAreRetriedOnFollowingRunsEvenWithoutNewStates() PASSED + +SyncPersistenceImplTest > testStatsAreNotPersistedWhenStateFails() STARTED + +SyncPersistenceImplTest > testStatsAreNotPersistedWhenStateFails() PASSED + +SyncPersistenceImplTest > testCloseWhenFailBecauseThreadInterrupted() STARTED + +SyncPersistenceImplTest > testCloseWhenFailBecauseThreadInterrupted() PASSED + +SyncPersistenceImplTest > testStatsFlushBasicEmissions() STARTED + +SyncPersistenceImplTest > testStatsFlushBasicEmissions() PASSED + +SyncPersistenceImplTest > testCloseWhenFailBecauseFlushTookTooLong() STARTED + +SyncPersistenceImplTest > testCloseWhenFailBecauseFlushTookTooLong() PASSED + +SyncPersistenceImplTest > testClose() STARTED + +SyncPersistenceImplTest > testClose() PASSED + +SyncPersistenceImplTest > testCloseShouldAttemptToRetryFinalFlush() STARTED + +SyncPersistenceImplTest > testCloseShouldAttemptToRetryFinalFlush() PASSED + +SyncPersistenceImplTest > testCloseMergeStatesFromPreviousFailure() STARTED + +SyncPersistenceImplTest > testCloseMergeStatesFromPreviousFailure() PASSED + +SyncPersistenceImplTest > testCloseWithPendingFlushShouldCallTheApi() STARTED + +SyncPersistenceImplTest > testCloseWithPendingFlushShouldCallTheApi() PASSED + +SyncPersistenceImplTest > testSyncStatsTrackerWrapping() STARTED + +SyncPersistenceImplTest > testSyncStatsTrackerWrapping() PASSED + +SyncPersistenceImplTest > testLegacyStatesAreGettingIntoTheScheduledFlushLogic() STARTED + +SyncPersistenceImplTest > testLegacyStatesAreGettingIntoTheScheduledFlushLogic() PASSED + +SyncPersistenceImplTest > testBadFinalStateFlushThrowsAnException() STARTED +V +The following classes needed for analysis were missing: + makeConcatWithConstants + hashCode + toString + equals + apply + accept + query + test + get + call + map + run +:airbyte-persistence:job-persistence:check +:airbyte-persistence:job-persistence:build + +SyncPersistenceImplTest > testBadFinalStateFlushThrowsAnException() PASSED + +SyncPersistenceImplTest > testPreventMixingDataFromDifferentConnections() STARTED + +SyncPersistenceImplTest > testPreventMixingDataFromDifferentConnections() PASSED + +SyncPersistenceImplTest > testPersistHappyPath() STARTED + +SyncPersistenceImplTest > testPersistHappyPath() PASSED + +SyncPersistenceImplTest > testBadFinalStatsFlushThrowsAnException() STARTED + +SyncPersistenceImplTest > testBadFinalStatsFlushThrowsAnException() PASSED + +SyncPersistenceImplTest > testPersistWithApiFailures() STARTED + +SyncPersistenceImplTest > testPersistWithApiFailures() PASSED + +DefaultNormalizationRunnerTest > testFailure() STARTED + +DefaultNormalizationRunnerTest > testFailure() PASSED + +DefaultNormalizationRunnerTest > testLog() STARTED + +DefaultNormalizationRunnerTest > testLog() PASSED + +DefaultNormalizationRunnerTest > testClose() STARTED + +DefaultNormalizationRunnerTest > testClose() PASSED + +DefaultNormalizationRunnerTest > testFailureWithTraceMessage() STARTED + +DefaultNormalizationRunnerTest > testFailureWithTraceMessage() PASSED + +DefaultNormalizationRunnerTest > test() STARTED + +DefaultNormalizationRunnerTest > test() PASSED + +DefaultNormalizationRunnerTest > testFailureWithDbtErrorJsonFormat() STARTED + +DefaultNormalizationRunnerTest > testFailureWithDbtErrorJsonFormat() PASSED + +DefaultNormalizationRunnerTest > testFailureWithDbtError() STARTED + +DefaultNormalizationRunnerTest > testFailureWithDbtError() PASSED + +KubeOrchestratorHandleFactoryTest > JavaOptsInjection > shouldNotInjectIfConnectionIdIsNotIncluded() STARTED + +KubeOrchestratorHandleFactoryTest > JavaOptsInjection > shouldNotInjectIfConnectionIdIsNotIncluded() PASSED + +KubeOrchestratorHandleFactoryTest > JavaOptsInjection > shouldInjectIfConnectionIdIsIncluded() STARTED + +KubeOrchestratorHandleFactoryTest > JavaOptsInjection > shouldInjectIfConnectionIdIsIncluded() PASSED + +KubeOrchestratorHandleFactoryTest > ContainerImageInjection > shouldNotInjectIfConnectionIdIsNotIncluded() STARTED + +KubeOrchestratorHandleFactoryTest > ContainerImageInjection > shouldNotInjectIfConnectionIdIsNotIncluded() PASSED + +KubeOrchestratorHandleFactoryTest > ContainerImageInjection > shouldInjectIfConnectionIdIsIncluded() STARTED + +KubeOrchestratorHandleFactoryTest > ContainerImageInjection > shouldInjectIfConnectionIdIsIncluded() PASSED +[plugin:vite:resolve] Module "os" has been externalized for browser compatibility, imported by "/actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp/node_modules/.pnpm/svgo@3.2.0/node_modules/svgo/lib/svgo-node.js". See https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details. +[plugin:vite:resolve] Module "fs" has been externalized for browser compatibility, imported by "/actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp/node_modules/.pnpm/svgo@3.2.0/node_modules/svgo/lib/svgo-node.js". See https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details. +[plugin:vite:resolve] Module "url" has been externalized for browser compatibility, imported by "/actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp/node_modules/.pnpm/svgo@3.2.0/node_modules/svgo/lib/svgo-node.js". See https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details. +[plugin:vite:resolve] Module "path" has been externalized for browser compatibility, imported by "/actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp/node_modules/.pnpm/svgo@3.2.0/node_modules/svgo/lib/svgo-node.js". See https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details. + +OrchestratorHandleFactoryTest > testDockerInstantiation() STARTED +The following classes needed for analysis were missing: + get + makeConcatWithConstants + apply + toPredicate + call + accept + test + V + compare + +OrchestratorHandleFactoryTest > testDockerInstantiation() PASSED + +OrchestratorHandleFactoryTest > testKubeInstantiation() STARTED +:airbyte-server:check +:airbyte-server:build + +OrchestratorHandleFactoryTest > testKubeInstantiation() PASSED + +OrchestratorHandleFactoryTest > testDockerInstantiationWithDefaultConfig() STARTED + +OrchestratorHandleFactoryTest > testDockerInstantiationWithDefaultConfig() PASSED + +AirbyteIntegrationLauncherTest > writeWithoutSyncResources() STARTED + +AirbyteIntegrationLauncherTest > writeWithoutSyncResources() PASSED + +AirbyteIntegrationLauncherTest > readWithoutSyncResources() STARTED + +AirbyteIntegrationLauncherTest > readWithoutSyncResources() PASSED + +AirbyteIntegrationLauncherTest > read() STARTED + +AirbyteIntegrationLauncherTest > read() PASSED + +AirbyteIntegrationLauncherTest > spec() STARTED + +AirbyteIntegrationLauncherTest > spec() PASSED + +AirbyteIntegrationLauncherTest > check() STARTED + +AirbyteIntegrationLauncherTest > check() PASSED + +AirbyteIntegrationLauncherTest > write() STARTED + +AirbyteIntegrationLauncherTest > write() PASSED + +AirbyteIntegrationLauncherTest > discover() STARTED + +AirbyteIntegrationLauncherTest > discover() PASSED + +DockerProcessFactoryTest > testImageDoesNotExist() STARTED + +DockerProcessFactoryTest > testImageDoesNotExist() PASSED + +DockerProcessFactoryTest > testFileWriting() STARTED + +DockerProcessFactoryTest > testFileWriting() PASSED + +DockerProcessFactoryTest > testJqExists() STARTED + +DockerProcessFactoryTest > testJqExists() PASSED + +DockerProcessFactoryTest > testEnvMapSet() STARTED + +DockerProcessFactoryTest > testEnvMapSet() PASSED + +DockerProcessFactoryTest > testImageExists() STARTED + +DockerProcessFactoryTest > testImageExists() PASSED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [1] repo/project/destination-postgres:latest, destination-postgres:5005, OPTIONS, [-e, JAVA_TOOL_OPTIONS=OPTIONS:5005, -p5005:5005] STARTED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [1] repo/project/destination-postgres:latest, destination-postgres:5005, OPTIONS, [-e, JAVA_TOOL_OPTIONS=OPTIONS:5005, -p5005:5005] PASSED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [2] repo/project/destination-bigquery:latest, destination-postgres:5005, OPTIONS, [] STARTED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [2] repo/project/destination-bigquery:latest, destination-postgres:5005, OPTIONS, [] PASSED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [3] repo/project/destination-postgres:latest, destination-postgres:5005,source-postgres:5010, OPTIONS, [-e, JAVA_TOOL_OPTIONS=OPTIONS:5005, -p5005:5005] STARTED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [3] repo/project/destination-postgres:latest, destination-postgres:5005,source-postgres:5010, OPTIONS, [-e, JAVA_TOOL_OPTIONS=OPTIONS:5005, -p5005:5005] PASSED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [4] repo/project/source-postgres:latest, destination-postgres:5005,source-postgres:5010, OPTIONS, [-e, JAVA_TOOL_OPTIONS=OPTIONS:5010, -p5010:5010] STARTED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [4] repo/project/source-postgres:latest, destination-postgres:5005,source-postgres:5010, OPTIONS, [-e, JAVA_TOOL_OPTIONS=OPTIONS:5010, -p5010:5010] PASSED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [5] repo/project/destination-postgres:latest, null, OPTIONS, [] STARTED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [5] repo/project/destination-postgres:latest, null, OPTIONS, [] PASSED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [6] repo/project/destination-postgres:latest, null, null, [] STARTED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [6] repo/project/destination-postgres:latest, null, null, [] PASSED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [7] repo/project/destination-postgres:latest, destination-postgres:5005, null, [] STARTED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [7] repo/project/destination-postgres:latest, destination-postgres:5005, null, [] PASSED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [8] repo/project/destination-postgres:latest, an-obviously-bad-value, OPTIONS, [] STARTED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [8] repo/project/destination-postgres:latest, an-obviously-bad-value, OPTIONS, [] PASSED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [9] repo/project/destination-postgres:latest, destination-postgres:a-bad-middle:5005, OPTIONS, [] STARTED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [9] repo/project/destination-postgres:latest, destination-postgres:a-bad-middle:5005, OPTIONS, [] PASSED + +KubePodProcessTest > Should build resource requirements. STARTED + +KubePodProcessTest > Should build resource requirements. PASSED + +KubePodProcessTest > Should build resource requirements with partial infos. STARTED + +KubePodProcessTest > Should build resource requirements with partial infos. PASSED + +KubePodProcessTest > Should build resource requirements that don't have conflicts. STARTED + +KubePodProcessTest > Should build resource requirements that don't have conflicts. PASSED + +KubePodProcessTest > GetPodIp > Should return the correct pod ip. STARTED + +KubePodProcessTest > GetPodIp > Should return the correct pod ip. SKIPPED + +KubePodProcessTest > GetPodIp > Should error when the given pod does not exists. STARTED + +KubePodProcessTest > GetPodIp > Should error when the given pod does not exists. SKIPPED + +KubePortManagerSingletonTest > testInitialization() STARTED + +KubePortManagerSingletonTest > testInitialization() PASSED + +ProcessFactoryTest > testGetImageVersion() STARTED + +ProcessFactoryTest > testGetImageVersion() PASSED + +ProcessFactoryTest > testGetShortImageNameEmpty() STARTED + +ProcessFactoryTest > testGetShortImageNameEmpty() PASSED + +ProcessFactoryTest > getPodNameTruncated() STARTED + +ProcessFactoryTest > getPodNameTruncated() PASSED + +ProcessFactoryTest > testOnlyDashes() STARTED + +ProcessFactoryTest > testOnlyDashes() PASSED + +ProcessFactoryTest > getPodNameNormal() STARTED + +ProcessFactoryTest > getPodNameNormal() PASSED + +ProcessFactoryTest > testOnlyNumeric() STARTED + +ProcessFactoryTest > testOnlyNumeric() PASSED + +ProcessFactoryTest > testGetImageVersionNoVersion() STARTED + +ProcessFactoryTest > testGetImageVersionNoVersion() PASSED + +ProcessFactoryTest > testHandlingDashAsFirstCharacter() STARTED + +ProcessFactoryTest > testHandlingDashAsFirstCharacter() PASSED + +ProcessFactoryTest > testGetImageVersionEmpty() STARTED + +ProcessFactoryTest > testGetImageVersionEmpty() PASSED + +ProcessFactoryTest > testGetImageVersionNull() STARTED + +ProcessFactoryTest > testGetImageVersionNull() PASSED + +ProcessFactoryTest > testGetShortImageNameNull() STARTED + +ProcessFactoryTest > testGetShortImageNameNull() PASSED + +ProcessFactoryTest > testGetShortImageName() STARTED + +ProcessFactoryTest > testGetShortImageName() PASSED + +ConfigReplacerTest > nullAllowedHostsRemainsNull() STARTED + +ConfigReplacerTest > nullAllowedHostsRemainsNull() PASSED + +ConfigReplacerTest > ensureEmptyArrayIncludesAlwaysAllowedHosts() STARTED + +ConfigReplacerTest > ensureEmptyArrayIncludesAlwaysAllowedHosts() PASSED + +ConfigReplacerTest > getAllowedHostsGeneralTest() STARTED + +ConfigReplacerTest > getAllowedHostsGeneralTest() PASSED + +ConfigReplacerTest > alwaysAllowedHostsListIsImmutable() STARTED + +ConfigReplacerTest > alwaysAllowedHostsListIsImmutable() PASSED + +ConfigReplacerTest > sanitization() STARTED + +ConfigReplacerTest > sanitization() PASSED + +ConfigReplacerTest > getAllowedHostsNestingTest() STARTED + +ConfigReplacerTest > getAllowedHostsNestingTest() PASSED + +CheckConnectionInputHydratorTest > hydrates from base hydrator and copies expected values over() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +CheckConnectionInputHydratorTest > hydrates from base hydrator and copies expected values over() PASSED + +ConnectorSecretsHydratorTest > uses runtime hydration if ff enabled for organization id() STARTED + +ConnectorSecretsHydratorTest > uses runtime hydration if ff enabled for organization id() PASSED + +ConnectorSecretsHydratorTest > uses default hydration if ff not enabled for organization id() STARTED + +ConnectorSecretsHydratorTest > uses default hydration if ff not enabled for organization id() PASSED + +DiscoverCatalogInputHydratorTest > hydrates from base hydrator and copies expected values over() STARTED + +DiscoverCatalogInputHydratorTest > hydrates from base hydrator and copies expected values over() PASSED +The following classes needed for analysis were missing: + makeConcatWithConstants + test + accept + apply + get + applyAsDouble + run + +StreamStatusCompletionTrackerTest > test that we get all the streams if the exit code is 0 and some stream status is send() STARTED + +StreamStatusCompletionTrackerTest > test that we get all the streams if the exit code is 0 and some stream status is send() PASSED + +StreamStatusCompletionTrackerTest > test that we get all the streams if the exit code is 0 and no stream status is send() STARTED + +StreamStatusCompletionTrackerTest > test that we get all the streams if the exit code is 0 and no stream status is send() PASSED + +StreamStatusCompletionTrackerTest > test that we get the status of the streams that send a status if the exit code is 1 and no stream status is send() STARTED + +StreamStatusCompletionTrackerTest > test that we get the status of the streams that send a status if the exit code is 1 and no stream status is send() PASSED + +StreamStatusCompletionTrackerTest > test that no message is send if the flag is false() STARTED + +StreamStatusCompletionTrackerTest > test that no message is send if the flag is false() PASSED + +StreamStatusCompletionTrackerTest > test that we get no streams if the exit code is 1 and no stream status is send() STARTED + +StreamStatusCompletionTrackerTest > test that we get no streams if the exit code is 1 and no stream status is send() PASSED +:airbyte-workload-launcher:check +:airbyte-workload-launcher:build + +AnalyticsMessageTrackerTest > test ignoring non-analytics and non-trace messages() STARTED + +AnalyticsMessageTrackerTest > test ignoring non-analytics and non-trace messages() PASSED + +AnalyticsMessageTrackerTest > test payload of track method() STARTED + +AnalyticsMessageTrackerTest > test payload of track method() PASSED + +AnalyticsMessageTrackerTest > test flush with empty analytics message array() STARTED + +AnalyticsMessageTrackerTest > test flush with empty analytics message array() PASSED + +AnalyticsMessageTrackerTest > test flush with non-empty messages() STARTED + +AnalyticsMessageTrackerTest > test flush with non-empty messages() PASSED + +AnalyticsMessageTrackerTest > test addMessage and flush is called() STARTED + +AnalyticsMessageTrackerTest > test addMessage and flush is called() PASSED + +AnalyticsMessageTrackerTest > test max message limit() STARTED + +AnalyticsMessageTrackerTest > test max message limit() PASSED + +ParallelStreamStatsTrackerTest > test that an exception is raised when the source stats do not match the destination stats in the state message$io_airbyte_airbyte_commons_worker_test() STARTED + +ParallelStreamStatsTrackerTest > test that an exception is raised when the source stats do not match the destination stats in the state message$io_airbyte_airbyte_commons_worker_test() PASSED + +ParallelStreamStatsTrackerTest > testSerialStreamStatsTrackingOnSingleStream() STARTED + +ParallelStreamStatsTrackerTest > testSerialStreamStatsTrackingOnSingleStream() PASSED + +ParallelStreamStatsTrackerTest > testNoStatsForNullStreamAreReturned() STARTED + +ParallelStreamStatsTrackerTest > testNoStatsForNullStreamAreReturned() PASSED + +ParallelStreamStatsTrackerTest > testSerialStreamStatsTrackingCompletedSync() STARTED + +ParallelStreamStatsTrackerTest > testSerialStreamStatsTrackingCompletedSync() PASSED + +ParallelStreamStatsTrackerTest > test that no exception is raised when the state message checksum comparison is disables for global state collision$io_airbyte_airbyte_commons_worker_test() STARTED + +ParallelStreamStatsTrackerTest > test that no exception is raised when the state message checksum comparison is disables for global state collision$io_airbyte_airbyte_commons_worker_test() PASSED + +ParallelStreamStatsTrackerTest > testAccessors() STARTED + +ParallelStreamStatsTrackerTest > testAccessors() PASSED + +ParallelStreamStatsTrackerTest > testStreamEstimates() STARTED + +ParallelStreamStatsTrackerTest > testStreamEstimates() PASSED + +ParallelStreamStatsTrackerTest > testGetMaxSecondsBetweenStateMessageEmittedAndCommittedReturnsNullWhenEmpty() STARTED + +ParallelStreamStatsTrackerTest > testGetMaxSecondsBetweenStateMessageEmittedAndCommittedReturnsNullWhenEmpty() PASSED + +ParallelStreamStatsTrackerTest > testReceivingTheSameStateFromDestinationDoesntFlushUnexpectedStates() STARTED + +ParallelStreamStatsTrackerTest > testReceivingTheSameStateFromDestinationDoesntFlushUnexpectedStates() PASSED + +ParallelStreamStatsTrackerTest > testGettersDontCrashWhenThereIsNoData() STARTED + +ParallelStreamStatsTrackerTest > testGettersDontCrashWhenThereIsNoData() PASSED + +ParallelStreamStatsTrackerTest > test that an exception is raised when the destination stats do not match the tracked committed stats$io_airbyte_airbyte_commons_worker_test() STARTED + +ParallelStreamStatsTrackerTest > test that an exception is raised when the destination stats do not match the tracked committed stats$io_airbyte_airbyte_commons_worker_test() PASSED + +ParallelStreamStatsTrackerTest > testParallelStreamStatsTracking() STARTED + +ParallelStreamStatsTrackerTest > testParallelStreamStatsTracking() PASSED + +ParallelStreamStatsTrackerTest > test that an exception is raised when the state message checksum comparison fails for global state$io_airbyte_airbyte_commons_worker_test() STARTED + +ParallelStreamStatsTrackerTest > test that an exception is raised when the state message checksum comparison fails for global state$io_airbyte_airbyte_commons_worker_test() PASSED + +ParallelStreamStatsTrackerTest > test that no exception is raised when the state message checksum comparison is disabled due to collisions$io_airbyte_airbyte_commons_worker_test() STARTED + +ParallelStreamStatsTrackerTest > test that no exception is raised when the state message checksum comparison is disabled due to collisions$io_airbyte_airbyte_commons_worker_test() PASSED + +ParallelStreamStatsTrackerTest > testCheckpointingMetrics() STARTED + +ParallelStreamStatsTrackerTest > testCheckpointingMetrics() PASSED + +ParallelStreamStatsTrackerTest > test that an exception is raised when the source stats do not match the tracked emitted stats$io_airbyte_airbyte_commons_worker_test() STARTED + +ParallelStreamStatsTrackerTest > test that an exception is raised when the source stats do not match the tracked emitted stats$io_airbyte_airbyte_commons_worker_test() PASSED + +ParallelStreamStatsTrackerTest > testSyncEstimates() STARTED + +ParallelStreamStatsTrackerTest > testSyncEstimates() PASSED + +ParallelStreamStatsTrackerTest > testSerialStreamStatsTracking() STARTED + +ParallelStreamStatsTrackerTest > testSerialStreamStatsTracking() PASSED + +ParallelStreamStatsTrackerTest > testDuplicatedSourceStates() STARTED + +ParallelStreamStatsTrackerTest > testDuplicatedSourceStates() PASSED + +ParallelStreamStatsTrackerTest > testUnexpectedStateFromDestination() STARTED + +ParallelStreamStatsTrackerTest > testUnexpectedStateFromDestination() PASSED + +ParallelStreamStatsTrackerTest > test that hash collision doesnt happen when same state messages arrive$io_airbyte_airbyte_commons_worker_test() STARTED + +ParallelStreamStatsTrackerTest > test that hash collision doesnt happen when same state messages arrive$io_airbyte_airbyte_commons_worker_test() PASSED + +ParallelStreamStatsTrackerTest > testEstimateTypeConflicts() STARTED + +ParallelStreamStatsTrackerTest > testEstimateTypeConflicts() PASSED + +ParallelStreamStatsTrackerTest > testSerialStreamStatsTrackingOnSingleStreamWhileSkippingStates() STARTED + +ParallelStreamStatsTrackerTest > testSerialStreamStatsTrackingOnSingleStreamWhileSkippingStates() PASSED + +ParallelStreamStatsTrackerTest > test that no exception is raised when the state message checksum comparison passes$io_airbyte_airbyte_commons_worker_test() STARTED + +ParallelStreamStatsTrackerTest > test that no exception is raised when the state message checksum comparison passes$io_airbyte_airbyte_commons_worker_test() PASSED + +ParallelStreamStatsTrackerTest > testCommittedStatsTrackingWithGlobalStates() STARTED + +ParallelStreamStatsTrackerTest > testCommittedStatsTrackingWithGlobalStates() PASSED + +ParallelStreamStatsTrackerTest > testGetMaxSecondsToReceiveSourceStateMessageReturnsZeroWhenEmpty() STARTED + +ParallelStreamStatsTrackerTest > testGetMaxSecondsToReceiveSourceStateMessageReturnsZeroWhenEmpty() PASSED + +ParallelStreamStatsTrackerTest > test that no exception is raised when the state message checksum comparison passes for global state$io_airbyte_airbyte_commons_worker_test() STARTED + +ParallelStreamStatsTrackerTest > test that no exception is raised when the state message checksum comparison passes for global state$io_airbyte_airbyte_commons_worker_test() PASSED + +ParallelStreamStatsTrackerTest > test that no exception is raised when the state message checksum comparison passes for global state out of order$io_airbyte_airbyte_commons_worker_test() STARTED + +ParallelStreamStatsTrackerTest > test that no exception is raised when the state message checksum comparison passes for global state out of order$io_airbyte_airbyte_commons_worker_test() PASSED + +ParallelStreamStatsTrackerTest > testGetMeanSecondsToReceiveSourceStateMessageReturnsZeroWhenEmpty() STARTED + +ParallelStreamStatsTrackerTest > testGetMeanSecondsToReceiveSourceStateMessageReturnsZeroWhenEmpty() PASSED + +StatsTrackerTest > test that state hash code generation ignores state stats fields$io_airbyte_airbyte_commons_worker_test() STARTED + +StatsTrackerTest > test that state hash code generation ignores state stats fields$io_airbyte_airbyte_commons_worker_test() PASSED + +WorkloadApiWorkerTest > testFailedReplicationWithDestinationFailure() STARTED + +WorkloadApiWorkerTest > testFailedReplicationWithDestinationFailure() PASSED + +WorkloadApiWorkerTest > testReplicationWithMissingOutput() STARTED + +WorkloadApiWorkerTest > testReplicationWithMissingOutput() PASSED + +WorkloadApiWorkerTest > testResumeReplicationThatAlreadyStarted() STARTED + +WorkloadApiWorkerTest > testResumeReplicationThatAlreadyStarted() PASSED + +WorkloadApiWorkerTest > testFailedReplicationWithPlatformFailure() STARTED + +WorkloadApiWorkerTest > testFailedReplicationWithPlatformFailure() PASSED + +WorkloadApiWorkerTest > testSuccessfulReplication() STARTED + +WorkloadApiWorkerTest > testSuccessfulReplication() PASSED + +WorkloadApiWorkerTest > testFailedReplicationWithSourceFailure() STARTED + +WorkloadApiWorkerTest > testFailedReplicationWithSourceFailure() PASSED + +WorkloadApiWorkerTest > testCancelledReplication() STARTED + +WorkloadApiWorkerTest > testCancelledReplication() PASSED + +WorkloadApiWorkerTest > testFailedReplicationWithOutput() STARTED + +WorkloadApiWorkerTest > testFailedReplicationWithOutput() PASSED + +DocumentTypeTest > prefixes are correct() STARTED + +DocumentTypeTest > prefixes are correct() PASSED + +GcsStorageClientFactoryTest > get returns correct class() STARTED + +GcsStorageClientFactoryTest > get returns correct class() PASSED + +GcsStorageClientTest > write doc() STARTED + +GcsStorageClientTest > write doc() PASSED + +GcsStorageClientTest > read missing doc() STARTED + +GcsStorageClientTest > read missing doc() PASSED + +GcsStorageClientTest > read existing doc() STARTED + +GcsStorageClientTest > read existing doc() PASSED + +GcsStorageClientTest > blobId matches() STARTED + +GcsStorageClientTest > blobId matches() PASSED + +GcsStorageClientTest > delete doc() STARTED + +GcsStorageClientTest > delete doc() PASSED +node_modules/.pnpm/telejson@7.2.0/node_modules/telejson/dist/index.mjs (1413:15) Use of eval in "node_modules/.pnpm/telejson@7.2.0/node_modules/telejson/dist/index.mjs" is strongly discouraged as it poses security risks and may cause issues with minification. +node_modules/.pnpm/telejson@7.2.0/node_modules/telejson/dist/index.mjs (1416:18) Use of eval in "node_modules/.pnpm/telejson@7.2.0/node_modules/telejson/dist/index.mjs" is strongly discouraged as it poses security risks and may cause issues with minification. + +LocalStorageClientFactoryTest > get returns correct class() STARTED + +LocalStorageClientFactoryTest > get returns correct class() PASSED + +LocalStorageClientTest > happy path(Path) STARTED + +LocalStorageClientTest > happy path(Path) PASSED + +MinioStorageClientFactoryTest > get returns correct class() STARTED + +MinioStorageClientFactoryTest > get returns correct class() PASSED + +MinioStorageClientTest > write doc() STARTED + +MinioStorageClientTest > write doc() PASSED + +MinioStorageClientTest > key matches() STARTED + +MinioStorageClientTest > key matches() PASSED + +MinioStorageClientTest > read missing doc() STARTED + +MinioStorageClientTest > read missing doc() PASSED + +MinioStorageClientTest > read existing doc() STARTED + +MinioStorageClientTest > read existing doc() PASSED + +MinioStorageClientTest > delete doc() STARTED + +MinioStorageClientTest > delete doc() PASSED + +S3StorageClientFactoryTest > get returns correct class() STARTED + +S3StorageClientFactoryTest > get returns correct class() PASSED + +S3StorageClientTest > write doc() STARTED + +S3StorageClientTest > write doc() PASSED + +S3StorageClientTest > key matches() STARTED + +S3StorageClientTest > key matches() PASSED + +S3StorageClientTest > read missing doc() STARTED + +S3StorageClientTest > read missing doc() PASSED + +S3StorageClientTest > read existing doc() STARTED + +S3StorageClientTest > read existing doc() PASSED + +S3StorageClientTest > delete doc() STARTED + +S3StorageClientTest > delete doc() PASSED + +ActivityPayloadStorageClientTest > validateOutput records read failure on client read exception() STARTED + +ActivityPayloadStorageClientTest > validateOutput records read failure on client read exception() PASSED + +ActivityPayloadStorageClientTest > validateOutput records a result for a read miss() STARTED + +ActivityPayloadStorageClientTest > validateOutput records a result for a read miss() PASSED + +ActivityPayloadStorageClientTest > validateOutput records a result for a mismatch() STARTED + +ActivityPayloadStorageClientTest > validateOutput records a result for a mismatch() PASSED + +ActivityPayloadStorageClientTest > validateOutput records read failure for null uri() STARTED + +ActivityPayloadStorageClientTest > validateOutput records read failure for null uri() PASSED + +ActivityPayloadStorageClientTest > readJSON reads json and unmarshalls to specified class for a given uri() STARTED + +ActivityPayloadStorageClientTest > readJSON reads json and unmarshalls to specified class for a given uri() PASSED + +ActivityPayloadStorageClientTest > writeJSON serializes to json and writes to a given uri() STARTED + +ActivityPayloadStorageClientTest > writeJSON serializes to json and writes to a given uri() PASSED + +ActivityPayloadStorageClientTest > validateOutput records a result for a match() STARTED + +ActivityPayloadStorageClientTest > validateOutput records a result for a match() PASSED + +ActivityPayloadStorageClientTest > readJSON handles null() STARTED + +ActivityPayloadStorageClientTest > readJSON handles null() PASSED + +OutputStorageClientTest > persist short circuits if input null() STARTED + +OutputStorageClientTest > persist short circuits if input null() PASSED + +OutputStorageClientTest > persist writes json to storage() STARTED + +OutputStorageClientTest > persist writes json to storage() PASSED + +OutputStorageClientTest > persist swallows exceptions() STARTED + +OutputStorageClientTest > persist swallows exceptions() PASSED + +JobOutputDocStoreTest > properly wrap reading error() STARTED + +JobOutputDocStoreTest > properly wrap reading error() PASSED + +JobOutputDocStoreTest > properly create an output() STARTED + +JobOutputDocStoreTest > properly create an output() PASSED + +JobOutputDocStoreTest > properly create an output for syncs() STARTED + +JobOutputDocStoreTest > properly create an output for syncs() PASSED + +JobOutputDocStoreTest > properly read a missing output() STARTED + +JobOutputDocStoreTest > properly read a missing output() PASSED + +JobOutputDocStoreTest > properly wrap reading error for syncs() STARTED + +JobOutputDocStoreTest > properly wrap reading error for syncs() PASSED + +JobOutputDocStoreTest > properly read an output for syncs() STARTED + +JobOutputDocStoreTest > properly read an output for syncs() PASSED + +JobOutputDocStoreTest > properly wrap writing error for syncs() STARTED + +JobOutputDocStoreTest > properly wrap writing error for syncs() PASSED + +JobOutputDocStoreTest > properly read an output() STARTED + +JobOutputDocStoreTest > properly read an output() PASSED + +JobOutputDocStoreTest > properly read a missing output for syncs() STARTED + +JobOutputDocStoreTest > properly read a missing output for syncs() PASSED + +JobOutputDocStoreTest > properly wrap writing error() STARTED + +JobOutputDocStoreTest > properly wrap writing error() PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [1] 4905458f-575a-4e6f-b833-84f8d1fe8803, 12412431, 1 STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [1] 4905458f-575a-4e6f-b833-84f8d1fe8803, 12412431, 1 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [2] 54983bf8-4e41-4d85-9240-9418ce4e271c, 89127421, 2 STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [2] 54983bf8-4e41-4d85-9240-9418ce4e271c, 89127421, 2 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [3] b2696ef2-1aae-4f6f-a4eb-cde1a425e752, ef6b3f08-52ad-430e-8c02-9c0466008805, 0 STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [3] b2696ef2-1aae-4f6f-a4eb-cde1a425e752, ef6b3f08-52ad-430e-8c02-9c0466008805, 0 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [4] 7a0a4012-5cdd-4024-9d0b-64709f16819e, any string really, 0 STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [4] 7a0a4012-5cdd-4024-9d0b-64709f16819e, any string really, 0 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for syncs$io_airbyte_airbyte_commons_worker_test() STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for syncs$io_airbyte_airbyte_commons_worker_test() PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [1] bf34013a-67c7-4fb6-ad33-aba3f2c99266, 12412431, 1 STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [1] bf34013a-67c7-4fb6-ad33-aba3f2c99266, 12412431, 1 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [2] 73212fba-fc47-4d83-befe-45a6ba4de726, 89127421, 2 STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [2] 73212fba-fc47-4d83-befe-45a6ba4de726, 89127421, 2 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [3] 304fffac-4c07-4d5b-9319-61db1809a63c, 150e2b2c-9eb9-4393-9863-d9a9fcae8ba3, 0 STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [3] 304fffac-4c07-4d5b-9319-61db1809a63c, 150e2b2c-9eb9-4393-9863-d9a9fcae8ba3, 0 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [4] 6404876b-0559-4f05-afae-ac127e1bd9ff, any string really, 0 STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [4] 6404876b-0559-4f05-afae-ac127e1bd9ff, any string really, 0 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for specs$io_airbyte_airbyte_commons_worker_test() STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for specs$io_airbyte_airbyte_commons_worker_test() PASSED +:airbyte-commons-worker:jacocoTestReport +:airbyte-commons-worker:check +:airbyte-commons-worker:build +✓ 4775 modules transformed. +rendering chunks... +computing gzip size... +build/storybook/assets/rw-widgets-YLLUqhs_.svg  2.77 kB │ gzip: 1.21 kB +build/storybook/assets/pixel-octavia-W3D3dB4G.png  4.32 kB +build/storybook/assets/googleAuthButton-Q3i1DDrk.svg  4.36 kB │ gzip: 1.37 kB +build/storybook/assets/rw-widgets-DmMF0Z1E.ttf  6.23 kB +build/storybook/assets/rw-widgets-yCL6Doge.eot  6.41 kB +build/storybook/assets/quickbooksAuthButton-Ue2wObXO.svg  6.64 kB │ gzip: 2.42 kB +build/storybook/assets/quickbooksAuthButtonHover-D6pTB0LW.svg  6.72 kB │ gzip: 2.44 kB +build/storybook/assets/loader-big-o1w7JXRv.gif  23.28 kB +build/storybook/iframe.html  32.89 kB │ gzip: 7.39 kB +build/storybook/assets/useAirbyteTheme-f0mNRiTD.css  0.00 kB │ gzip: 0.02 kB +build/storybook/assets/TagInput-a6mOLTGS.css  0.06 kB │ gzip: 0.08 kB +build/storybook/assets/Form-PANqGRAe.css  0.08 kB │ gzip: 0.09 kB +build/storybook/assets/_flatRest-EMtsJnKG.css  0.08 kB │ gzip: 0.09 kB +build/storybook/assets/Box-th0nDqvO.css  0.09 kB │ gzip: 0.11 kB +build/storybook/assets/Breadcrumbs-0fybvQ7-.css  0.10 kB │ gzip: 0.11 kB +build/storybook/assets/Overlay-W89Igyxk.css  0.14 kB │ gzip: 0.14 kB +build/storybook/assets/InfoTooltip-W_NK1hgD.css  0.18 kB │ gzip: 0.16 kB +build/storybook/assets/FormDevToolsInternal-IvNkgWLP.css  0.22 kB │ gzip: 0.19 kB +build/storybook/assets/CopyButton-336Hb-54.css  0.22 kB │ gzip: 0.18 kB +build/storybook/assets/TextArea-hpEjldeR.css  0.23 kB │ gzip: 0.16 kB +build/storybook/assets/users-nXtPSCG-.css  0.28 kB │ gzip: 0.21 kB +build/storybook/assets/TextWithOverflowTooltip-cJa_FTfX.css  0.30 kB │ gzip: 0.19 kB +build/storybook/assets/ExternalLink-uMnP_Ooy.css  0.30 kB │ gzip: 0.15 kB +build/storybook/assets/RangeDatePicker-K7k8Q3Ff.css  0.36 kB │ gzip: 0.20 kB +build/storybook/assets/utils-Qm99Gppw.css  0.36 kB │ gzip: 0.20 kB +build/storybook/assets/SearchInput-ajYrw9Mz.css  0.39 kB │ gzip: 0.23 kB +build/storybook/assets/TokenModal-kgoI-YwT.css  0.39 kB │ gzip: 0.24 kB +build/storybook/assets/AlertBanner-b4tdpgQL.css  0.42 kB │ gzip: 0.23 kB +build/storybook/assets/JobFailure-b7zu5m-l.css  0.44 kB │ gzip: 0.25 kB +build/storybook/assets/Spinner-lSTGBl_E.css  0.45 kB │ gzip: 0.26 kB +build/storybook/assets/Pre-8wYuwYdf.css  0.46 kB │ gzip: 0.34 kB +build/storybook/assets/SecretTextArea-siPWItyz.css  0.47 kB │ gzip: 0.29 kB +build/storybook/assets/ConnectorIcon-KRf8dIWa.css  0.48 kB │ gzip: 0.26 kB +build/storybook/assets/index-GXjKnpn_.css  0.49 kB │ gzip: 0.26 kB +build/storybook/assets/Badge-eg1PDbNH.css  0.50 kB │ gzip: 0.25 kB +build/storybook/assets/FileUpload-owBWhhTc.css  0.52 kB │ gzip: 0.28 kB +build/storybook/assets/Toast-DA1vj7rx.css  0.61 kB │ gzip: 0.33 kB +build/storybook/assets/Heading-4faWxQ2K.css  0.63 kB │ gzip: 0.27 kB +build/storybook/assets/ComboBox-97wclm3K.css  0.67 kB │ gzip: 0.35 kB +build/storybook/assets/ProgressBar-bi4oLyRG.css  0.73 kB │ gzip: 0.34 kB +build/storybook/assets/RadioButton-zbcxohAo.css  0.75 kB │ gzip: 0.34 kB +build/storybook/assets/LoadingBackdrop-hE5VEVs_.css  0.78 kB │ gzip: 0.27 kB +build/storybook/assets/NumberBadge-57QAKjtq.css  0.91 kB │ gzip: 0.31 kB +build/storybook/assets/CheckBox-zkdyR66O.css  0.91 kB │ gzip: 0.35 kB +build/storybook/assets/InitialBadge-kwuT5VLn.css  0.97 kB │ gzip: 0.31 kB +build/storybook/assets/TooltipTable-wHG2Dpil.css  1.00 kB │ gzip: 0.41 kB +build/storybook/assets/WorkspaceItem-sttqNmmU.css  1.16 kB │ gzip: 0.41 kB +build/storybook/assets/Icon-zSLgJe4D.css  1.31 kB │ gzip: 0.58 kB +build/storybook/assets/ThemeToggle-HBjTchq-.css  1.36 kB │ gzip: 0.46 kB +build/storybook/assets/LinkTab-djPhjb18.css  1.39 kB │ gzip: 0.37 kB +build/storybook/assets/Card-QfpU6zrf.css  1.55 kB │ gzip: 0.54 kB +build/storybook/assets/GroupControls-yn9S1rY4.css  1.59 kB │ gzip: 0.53 kB +build/storybook/assets/Collapsible-wUeVY-H4.css  1.65 kB │ gzip: 0.60 kB +build/storybook/assets/ModalFooter-iu_OnM7G.css  1.66 kB │ gzip: 0.66 kB +build/storybook/assets/index-MEE6qczj.css  1.74 kB │ gzip: 0.63 kB +build/storybook/assets/Text-GLs7ABP-.css  1.75 kB │ gzip: 0.57 kB +build/storybook/assets/FlexItem-AEHcJcKv.css  1.80 kB │ gzip: 0.52 kB +build/storybook/assets/SwitchNext-m3fMdZbY.css  1.83 kB │ gzip: 0.63 kB +build/storybook/assets/Form-G8nRyuXG.css  1.93 kB │ gzip: 0.73 kB +build/storybook/assets/ListBox-EBp49-rf.css  1.95 kB │ gzip: 0.67 kB +build/storybook/assets/Table-OOSwwjVS.css  2.15 kB │ gzip: 0.72 kB +build/storybook/assets/Input-3qkvs511.css  2.25 kB │ gzip: 0.58 kB +build/storybook/assets/StatusIcon-rtVdhZob.css  2.29 kB │ gzip: 0.60 kB +build/storybook/assets/TextInputContainer-gtcAdPQ6.css  2.31 kB │ gzip: 0.45 kB +build/storybook/assets/StreamStatusIndicator-TiaZ-74K.css  2.42 kB │ gzip: 0.53 kB +build/storybook/assets/Icon-KenErzH3.css  2.71 kB │ gzip: 0.59 kB +build/storybook/assets/Markdown-OCXzrCC8.css  2.90 kB │ gzip: 0.85 kB +build/storybook/assets/index-8DDj_wkm.css  2.95 kB │ gzip: 0.85 kB +build/storybook/assets/ConnectionStatusIndicator--KLGO8Jm.css  3.66 kB │ gzip: 0.64 kB +build/storybook/assets/Box-H_yoX9ws.css  5.15 kB │ gzip: 1.08 kB +build/storybook/assets/Message-0RE02MPY.css  5.40 kB │ gzip: 0.69 kB +build/storybook/assets/Button-kxvhGeDX.css  7.29 kB │ gzip: 1.15 kB +build/storybook/assets/PillListBox-0-7nAHES.css  9.57 kB │ gzip: 0.96 kB +build/storybook/assets/Switch-LcirP5ja.css  11.46 kB │ gzip: 1.27 kB +build/storybook/assets/preview-C06hJzrt.css  12.49 kB │ gzip: 3.05 kB +build/storybook/assets/CatalogDiffModal-wvp9xOpo.css  19.88 kB │ gzip: 2.88 kB +build/storybook/assets/DatePicker-sV4YmrLf.css  26.06 kB │ gzip: 3.54 kB +build/storybook/assets/ConnectorForm-5vEmFcVl.css  27.94 kB │ gzip: 9.39 kB +build/storybook/assets/isObject-l2B2C-kW.js  0.10 kB │ gzip: 0.10 kB +build/storybook/assets/_getPrototype-TSMIiMWA.js  0.10 kB │ gzip: 0.12 kB +build/storybook/assets/useToggle-dzjQLhXD.js  0.15 kB │ gzip: 0.14 kB +build/storybook/assets/uniqueId-oH_J_uUj.js  0.17 kB │ gzip: 0.16 kB +build/storybook/assets/emotion-use-insertion-effect-with-fallbacks.browser.esm-KtAHuXyb.js  0.17 kB │ gzip: 0.15 kB +build/storybook/assets/_baseSlice-m_YCl5Kt.js  0.17 kB │ gzip: 0.16 kB +build/storybook/assets/___vite-browser-external_commonjs-proxy-EvCJr3El.js  0.18 kB │ gzip: 0.17 kB +build/storybook/assets/isString-wymnMKW7.js  0.24 kB │ gzip: 0.20 kB +build/storybook/assets/file-SMjlwSIP.js  0.27 kB │ gzip: 0.22 kB +build/storybook/assets/index-KnlCBqA9.js  0.28 kB │ gzip: 0.20 kB +build/storybook/assets/Overlay-935NbWNk.js  0.32 kB │ gzip: 0.24 kB +build/storybook/assets/util-mk6Cl76j.js  0.34 kB │ gzip: 0.19 kB +build/storybook/assets/use-resolve-button-type-8MZDr4HT.js  0.44 kB │ gzip: 0.31 kB +build/storybook/assets/flatten-4PFi4qwJ.js  0.45 kB │ gzip: 0.34 kB +build/storybook/assets/isPlainObject-CpOHW_7v.js  0.48 kB │ gzip: 0.32 kB +build/storybook/assets/Overlay.stories-4s01NVvN.js  0.50 kB │ gzip: 0.33 kB +build/storybook/assets/platform-pMBkOkrC.js  0.52 kB │ gzip: 0.32 kB +build/storybook/assets/Badge.stories-XxN5NyED.js  0.52 kB │ gzip: 0.32 kB +build/storybook/assets/index-82O-B91n.js  0.54 kB │ gzip: 0.32 kB +build/storybook/assets/react-18-DyM-o0Ps.js  0.55 kB │ gzip: 0.34 kB +build/storybook/assets/Spinner.stories-zcSxgVL9.js  0.56 kB │ gzip: 0.36 kB +build/storybook/assets/Switch.stories-SallcKCD.js  0.57 kB │ gzip: 0.37 kB +build/storybook/assets/DocumentationPanelContext-4zo0rv4V.js  0.58 kB │ gzip: 0.34 kB +build/storybook/assets/open-closed-G60D3YBD.js  0.59 kB │ gzip: 0.37 kB +build/storybook/assets/RadioButton.stories-7m86rkid.js  0.60 kB │ gzip: 0.37 kB +build/storybook/assets/RadioButton-3ZNIZm3x.js  0.60 kB │ gzip: 0.36 kB +build/storybook/assets/index-J5EfT8Me.js  0.61 kB │ gzip: 0.24 kB +build/storybook/assets/Spinner-xcsC--x8.js  0.62 kB │ gzip: 0.38 kB +build/storybook/assets/preview-VI2eoWmp.js  0.64 kB │ gzip: 0.44 kB +build/storybook/assets/ConnectionStatusIndicator.stories-sbNYwM2L.js  0.64 kB │ gzip: 0.37 kB +build/storybook/assets/Text.stories-O1CihlyF.js  0.65 kB │ gzip: 0.42 kB +build/storybook/assets/CopyButton.stories-UD_gLHGQ.js  0.70 kB │ gzip: 0.41 kB +build/storybook/assets/message-UnTNjZwa.js  0.71 kB │ gzip: 0.42 kB +build/storybook/assets/TextWithHTML.stories-jw2-sXQo.js  0.71 kB │ gzip: 0.44 kB +build/storybook/assets/isArrayLike-pcV0eaHR.js  0.74 kB │ gzip: 0.46 kB +build/storybook/assets/Heading.stories-WHFffpCp.js  0.75 kB │ gzip: 0.40 kB +build/storybook/assets/index-BV-DIh_c.js  0.76 kB │ gzip: 0.50 kB +build/storybook/assets/index-PPLHz8o0.js  0.77 kB │ gzip: 0.47 kB +build/storybook/assets/isArguments-K6c2OHga.js  0.77 kB │ gzip: 0.46 kB +build/storybook/assets/index-lbrLmSir.js  0.80 kB │ gzip: 0.51 kB +build/storybook/assets/Input.stories-L5kucPz5.js  0.83 kB │ gzip: 0.50 kB +build/storybook/assets/Badge-XXEQaMcd.js  0.84 kB │ gzip: 0.43 kB +build/storybook/assets/index-2OpUSkpH.js  0.85 kB │ gzip: 0.43 kB +build/storybook/assets/preview-bEa2SesL.js  0.86 kB │ gzip: 0.55 kB +build/storybook/assets/v4-yQnnJER4.js  0.87 kB │ gzip: 0.46 kB +build/storybook/assets/DocsRenderer-NNNQARDV-RpyLqUpf.js  0.87 kB │ gzip: 0.47 kB +build/storybook/assets/_basePickBy-jveqUukP.js  0.88 kB │ gzip: 0.58 kB +build/storybook/assets/WithTooltip-V3YHNWJZ-jtAFhRF8.js  0.90 kB │ gzip: 0.48 kB +build/storybook/assets/NumberBadge.stories-Hmfi70IU.js  0.90 kB │ gzip: 0.51 kB +build/storybook/assets/syntaxhighlighter-V7JZZA35-Ibi9dk1B.js  0.91 kB │ gzip: 0.50 kB +build/storybook/assets/jsx-runtime-DtaoT6pD.js  0.92 kB │ gzip: 0.58 kB +build/storybook/assets/TextInputContainer.stories-tPH8W4pX.js  0.96 kB │ gzip: 0.45 kB +build/storybook/assets/StatusIcon.stories-szjCZLd3.js  0.98 kB │ gzip: 0.56 kB +build/storybook/assets/AirbyteClient.schemas-dhRG2V_Q.js  0.98 kB │ gzip: 0.46 kB +build/storybook/assets/description-iFZNfhua.js  1.03 kB │ gzip: 0.63 kB +build/storybook/assets/FileUpload.stories-E44IFYaF.js  1.04 kB │ gzip: 0.57 kB +build/storybook/assets/Pre.stories-YEcIklrw.js  1.06 kB │ gzip: 0.56 kB +build/storybook/assets/entry-preview-SrpoVIh6.js  1.11 kB │ gzip: 0.64 kB +build/storybook/assets/preview-1PF1qdQ7.js  1.17 kB │ gzip: 0.69 kB +build/storybook/assets/uniq-E9o4TPYR.js  1.18 kB │ gzip: 0.66 kB +build/storybook/assets/TextArea-xq7auTol.js  1.19 kB │ gzip: 0.57 kB +build/storybook/assets/CheckBox-TP_A0FZ-.js  1.19 kB │ gzip: 0.60 kB +build/storybook/assets/Flex.stories-hN6RhuwU.js  1.20 kB │ gzip: 0.56 kB +build/storybook/assets/AlertBanner.stories-UWw7B2Zj.js  1.23 kB │ gzip: 0.64 kB +build/storybook/assets/toString-dVWGDDTu.js  1.26 kB │ gzip: 0.69 kB +build/storybook/assets/CopyButton-ZWEdp_7f.js  1.32 kB │ gzip: 0.68 kB +build/storybook/assets/TextInputContainer--R25waFv.js  1.36 kB │ gzip: 0.57 kB +build/storybook/assets/use-controllable-n7PgTsV0.js  1.38 kB │ gzip: 0.67 kB +build/storybook/assets/PropertyLabel-bdi1G_-3.js  1.43 kB │ gzip: 0.58 kB +build/storybook/assets/InfoTooltip-MtTjhHcU.js  1.51 kB │ gzip: 0.55 kB +build/storybook/assets/Heading-b-kJfsyl.js  1.53 kB │ gzip: 0.66 kB +build/storybook/assets/TextArea.stories-f0Qpwv9M.js  1.57 kB │ gzip: 0.76 kB +build/storybook/assets/chunk-WFFRPTHA-4hQ1D0Dg.js  1.58 kB │ gzip: 0.90 kB +build/storybook/assets/RangeDatePicker.stories-6-6I9DAp.js  1.60 kB │ gzip: 0.77 kB +build/storybook/assets/Link.stories-28bH3Xmc.js  1.60 kB │ gzip: 0.72 kB +build/storybook/assets/hidden-ir8WQlae.js  1.62 kB │ gzip: 0.84 kB +build/storybook/assets/identity-_0vdCgEz.js  1.63 kB │ gzip: 0.95 kB +build/storybook/assets/index-d7jLEUKy.js  1.64 kB │ gzip: 0.47 kB +build/storybook/assets/NumberBadge-ZdYY6aBo.js  1.66 kB │ gzip: 0.71 kB +build/storybook/assets/Switch-F08AQk2m.js  1.70 kB │ gzip: 0.72 kB +build/storybook/assets/Breadcrumbs.stories-46NNWL5g.js  1.72 kB │ gzip: 0.88 kB +build/storybook/assets/index-cic4muOy.js  1.76 kB │ gzip: 0.47 kB +build/storybook/assets/ExternalLink.stories-81SDjbAD.js  1.79 kB │ gzip: 0.76 kB +build/storybook/assets/Tabs.stories-jfOWbUIW.js  1.81 kB │ gzip: 0.89 kB +build/storybook/assets/SearchInput.stories-JC5DxnSz.js  1.81 kB │ gzip: 0.80 kB +build/storybook/assets/FileUpload-CSc8v2GT.js  1.82 kB │ gzip: 0.93 kB +build/storybook/assets/ProgressBar.stories-nOg-sNbC.js  1.84 kB │ gzip: 0.92 kB +build/storybook/assets/keysIn-PONTzl5I.js  1.87 kB │ gzip: 0.97 kB +build/storybook/assets/portal-h5k-9UzQ.js  1.93 kB │ gzip: 0.94 kB +build/storybook/assets/throttle-VtlFETit.js  1.94 kB │ gzip: 0.99 kB +build/storybook/assets/preview-errors-UTk86sAa.js  1.95 kB │ gzip: 0.92 kB +build/storybook/assets/LoadingBackdrop.stories-UQ-48j1x.js  1.99 kB │ gzip: 0.87 kB +build/storybook/assets/SupportLevelBadge.stories-pwDeaf1d.js  2.00 kB │ gzip: 0.85 kB +build/storybook/assets/MaskedText.stories-oYYXjue-.js  2.03 kB │ gzip: 0.86 kB +build/storybook/assets/Modal.stories-7NGK_FWd.js  2.05 kB │ gzip: 1.05 kB +build/storybook/assets/Collapsible.stories-gsMhqabz.js  2.10 kB │ gzip: 0.80 kB +build/storybook/assets/Tooltip.stories-Gy8dKDOL.js  2.25 kB │ gzip: 0.87 kB +build/storybook/assets/ExternalLink-chcNnvuy.js  2.26 kB │ gzip: 0.69 kB +build/storybook/assets/Toast-7A5rcNO7.js  2.37 kB │ gzip: 0.71 kB +build/storybook/assets/SecretTextArea.stories-So5po1nV.js  2.45 kB │ gzip: 1.07 kB +build/storybook/assets/mapValues-nRwH24Hd.js  2.54 kB │ gzip: 1.25 kB +build/storybook/assets/Box.stories-WeeuLQCP.js  2.55 kB │ gzip: 1.06 kB +build/storybook/assets/preview-KBURS6zk.js  2.56 kB │ gzip: 1.31 kB +build/storybook/assets/index-ogXoivrg.js  2.59 kB │ gzip: 1.26 kB +build/storybook/assets/InitialBadge.stories-KjWSEg0X.js  2.60 kB │ gzip: 1.17 kB +build/storybook/assets/FormDevToolsInternal-PyM3i-bo.js  2.64 kB │ gzip: 1.26 kB +build/storybook/assets/RangeDatePicker-R1bPAyC1.js  2.66 kB │ gzip: 1.08 kB +build/storybook/assets/GroupControls-ambJjUC1.js  2.69 kB │ gzip: 0.95 kB +build/storybook/assets/Input-VrCq-TD-.js  2.73 kB │ gzip: 1.22 kB +build/storybook/assets/PropertyLabel.stories-sA_ZRCqt.js  2.75 kB │ gzip: 1.09 kB +build/storybook/assets/useAirbyteTheme-Q8jysupj.js  2.84 kB │ gzip: 1.30 kB +build/storybook/assets/WorkspaceItem.stories-a3Tx8Q1W.js  2.85 kB │ gzip: 1.11 kB +build/storybook/assets/Text-dkR0dcsq.js  2.86 kB │ gzip: 1.14 kB +build/storybook/assets/DatePicker.stories-FwxSiFXm.js  2.87 kB │ gzip: 1.00 kB +build/storybook/assets/CheckBox.stories-_WoD-95X.js  2.99 kB │ gzip: 0.90 kB +build/storybook/assets/index-JFz2g6zR.js  3.00 kB │ gzip: 0.87 kB +build/storybook/assets/LinkTab-m19Mv_32.js  3.09 kB │ gzip: 1.00 kB +build/storybook/assets/SecretTextArea-qrtD31Na.js  3.19 kB │ gzip: 1.28 kB +build/storybook/assets/preview-FekBEZxm.js  3.19 kB │ gzip: 1.37 kB +build/storybook/assets/GroupControls.stories-AR_-T3qW.js  3.23 kB │ gzip: 1.15 kB +build/storybook/assets/index-etFrHtAR.js  3.23 kB │ gzip: 1.57 kB +build/storybook/assets/use-outside-click-fhdCdVF4.js  3.53 kB │ gzip: 1.67 kB +build/storybook/assets/_baseIsEqual-IrXICcsK.js  3.63 kB │ gzip: 1.70 kB +build/storybook/assets/StatusIcon-BE4tkFjZ.js  3.76 kB │ gzip: 1.51 kB +build/storybook/assets/TokenModal.stories-Ui5QkigG.js  3.78 kB │ gzip: 1.67 kB +build/storybook/assets/Icon.stories-uQ65eyk1.js  3.81 kB │ gzip: 0.79 kB +build/storybook/assets/Card-1OFRBf0P.js  3.83 kB │ gzip: 1.40 kB +build/storybook/assets/Button.stories-3aeSVgeu.js  4.02 kB │ gzip: 0.98 kB +build/storybook/assets/_baseClone-dMmOErBf.js  4.05 kB │ gzip: 1.79 kB +build/storybook/assets/Message-nJH4h9Yq.js  4.23 kB │ gzip: 1.44 kB +build/storybook/assets/disclosure-UlZpHYwN.js  4.24 kB │ gzip: 1.67 kB +build/storybook/assets/Collapsible-QklBBD8W.js  4.25 kB │ gzip: 1.35 kB +build/storybook/assets/index-XDvV4esG.js  4.39 kB │ gzip: 1.04 kB +build/storybook/assets/DatePicker-c5_3D7X8.js  4.39 kB │ gzip: 1.59 kB +build/storybook/assets/Card.stories-0BEN_dz6.js  4.43 kB │ gzip: 1.44 kB +build/storybook/assets/ConnectionStatusIndicator-HxA1yVVT.js  4.98 kB │ gzip: 1.42 kB +build/storybook/assets/StreamStatusIndicator.stories-3TKWISu1.js  5.08 kB │ gzip: 1.58 kB +build/storybook/assets/ListBox.stories-BdQOt7wm.js  5.32 kB │ gzip: 1.51 kB +build/storybook/assets/keyboard-CQSX4HeH.js  5.40 kB │ gzip: 2.40 kB +build/storybook/assets/Message.stories-GhacInUl.js  5.80 kB │ gzip: 1.54 kB +build/storybook/assets/FlexItem--7U3ygBO.js  5.82 kB │ gzip: 1.83 kB +build/storybook/assets/Toast.stories-L-MboXg3.js  6.41 kB │ gzip: 1.61 kB +build/storybook/assets/dayjs.min-2Pv5u3ZO.js  6.61 kB │ gzip: 3.00 kB +build/storybook/assets/JobFailure.stories-ntYdgK6l.js  6.64 kB │ gzip: 2.43 kB +build/storybook/assets/SwitchNext.stories-drGM0Y1j.js  6.73 kB │ gzip: 2.83 kB +build/storybook/assets/ThemeToggle.stories-uY6bhwhM.js  6.82 kB │ gzip: 2.19 kB +build/storybook/assets/Button-x-V1_4Kw.js  6.85 kB │ gzip: 1.99 kB +build/storybook/assets/preview-u8M_OEO2.js  7.62 kB │ gzip: 1.55 kB +build/storybook/assets/_getTag-FCe192_b.js  7.70 kB │ gzip: 3.26 kB +build/storybook/assets/index-OjgoNOWw.js  7.80 kB │ gzip: 3.07 kB +build/storybook/assets/PillListBox.stories-W6amG214.js  7.85 kB │ gzip: 2.52 kB +build/storybook/assets/preview-TkXSQy1x.js  8.11 kB │ gzip: 3.09 kB +build/storybook/assets/index-8GFlH26O.js  8.53 kB │ gzip: 1.75 kB +build/storybook/assets/TextWithOverflowTooltip-8ytm7ogK.js  9.06 kB │ gzip: 3.49 kB +build/storybook/assets/ConnectorIcon.stories-4p0AKD4h.js  9.30 kB │ gzip: 3.37 kB +build/storybook/assets/Form.stories-c-TWIfUk.js  9.48 kB │ gzip: 2.86 kB +build/storybook/assets/Box-e-c-qalL.js  9.99 kB │ gzip: 2.07 kB +build/storybook/assets/index-3M6Ppmdk.js  10.34 kB │ gzip: 4.15 kB +build/storybook/assets/floating-ui.dom-C8i6wi6L.js  12.28 kB │ gzip: 5.12 kB +build/storybook/assets/index.modern-R21BXYWy.js  13.02 kB │ gzip: 5.85 kB +build/storybook/assets/preview-cc8Rbh0O.js  13.23 kB │ gzip: 5.10 kB +build/storybook/assets/_flatRest-7T9sZX8w.js  13.58 kB │ gzip: 5.39 kB +build/storybook/assets/rbac.docs-W2WHaiSH.js  13.74 kB │ gzip: 4.93 kB +build/storybook/assets/ModalFooter-JuCO_jNN.js  18.29 kB │ gzip: 6.84 kB +build/storybook/assets/CodeEditor.stories-UP6U-eah.js  19.95 kB │ gzip: 6.62 kB +build/storybook/assets/TooltipTable-GSkJUtiF.js  20.28 kB │ gzip: 7.85 kB +build/storybook/assets/ComboBox.stories-DnEkgFhn.js  21.87 kB │ gzip: 6.83 kB +build/storybook/assets/iframe-1rp1YUqa.js  25.16 kB │ gzip: 7.05 kB +build/storybook/assets/Color-6VNJS4EI-dFJfgQ3e.js  29.69 kB │ gzip: 11.21 kB +build/storybook/assets/CatalogDiffModal.stories-MCds79SX.js  32.21 kB │ gzip: 8.35 kB +build/storybook/assets/ListBox-JDetwGpe.js  42.47 kB │ gzip: 14.41 kB +build/storybook/assets/index-2bC2oiRx.js  49.44 kB │ gzip: 14.52 kB +build/storybook/assets/index-eL88_8Qa.js  53.76 kB │ gzip: 18.08 kB +build/storybook/assets/Table.stories-zy0hHLcc.js  55.85 kB │ gzip: 14.87 kB +build/storybook/assets/index-6l1FmiqB.js  60.79 kB │ gzip: 16.28 kB +build/storybook/assets/index-7ObHO242.js  67.05 kB │ gzip: 18.98 kB +build/storybook/assets/index-B4Fu0wwF.js  77.02 kB │ gzip: 36.71 kB +build/storybook/assets/TagInput-ygx5xa29.js  82.68 kB │ gzip: 29.46 kB +build/storybook/assets/Icon-ACxcuj8r.js  83.06 kB │ gzip: 19.38 kB +build/storybook/assets/TextWithHTML-AHVnW_De.js  93.47 kB │ gzip: 28.61 kB +build/storybook/assets/motion-6eqglGnB.js  97.48 kB │ gzip: 32.77 kB +build/storybook/assets/Form-FBcDAqDz.js 116.49 kB │ gzip: 35.78 kB +build/storybook/assets/Markdown.stories-V513mFzQ.js 120.46 kB │ gzip: 36.51 kB +build/storybook/assets/index-mQqIOHEI.js 134.01 kB │ gzip: 43.19 kB +build/storybook/assets/AppMonitoringService-vuW5pvuh.js 173.93 kB │ gzip: 55.89 kB +build/storybook/assets/withProvider-P5fCrV2y.js 184.65 kB │ gzip: 37.81 kB +build/storybook/assets/entry-preview-docs--hX8NECe.js 212.25 kB │ gzip: 66.38 kB +build/storybook/assets/utils-3aqr2w2_.js 236.77 kB │ gzip: 47.65 kB +build/storybook/assets/ConnectorForm.stories-1oCbtGeg.js 265.94 kB │ gzip: 74.52 kB +build/storybook/assets/index-UJIfQNAV.js 291.32 kB │ gzip: 76.40 kB +build/storybook/assets/users-aKOtQyuV.js 348.38 kB │ gzip: 111.05 kB +build/storybook/assets/chunk-HLWAVYOI-Xcybge95.js 518.63 kB │ gzip: 167.92 kB +build/storybook/assets/Icon.docs-J8qgXU1b.js 567.54 kB │ gzip: 171.01 kB +build/storybook/assets/formatter-SWP5E3XI-eYnreY4k.js 602.08 kB │ gzip: 186.45 kB + +(!) Some chunks are larger than 500 kB after minification. Consider: +- Using dynamic import() to code-split the application +- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks +- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit. +✓ built in 53.73s +info => Preview built (1.08 min) +info => Output directory: /actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp/build/storybook + +attention => Storybook now collects completely anonymous telemetry regarding usage. +This information is used to shape Storybook's roadmap and prioritize features. +You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL: +https://storybook.js.org/telemetry + +:airbyte-webapp:licenseCheck + +> airbyte-webapp@ license-check /actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> node ./scripts/license-check.js + +(node:9606) [DEP0170] DeprecationWarning: The URL git+https://github.com:authts/oidc-client-ts.git is invalid. Future versions of Node.js will throw an error. +(Use `node --trace-deprecation ...` to show where the warning was created) +:airbyte-webapp:test + +> airbyte-webapp@ pretest:ci /actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> TS_NODE_TRANSPILE_ONLY=true pnpm run generate-client + + +> airbyte-webapp@ generate-client /actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> ./scripts/load-declarative-schema.sh && orval + +Found cached CDK manifest schema 0.85.0 +🍻 Start orval v6.19.1 - A swagger client generator for typescript +Running afterAllFilesWrite hook... +Post process generated content in AirbyteClient.ts... +Write type re-export file for AirbyteClient... +🎉 api - Your OpenAPI spec has been converted into ready to use orval! +Running afterAllFilesWrite hook... +Post process generated content in CloudApi.ts... +Write type re-export file for CloudApi... +🎉 cloudApi - Your OpenAPI spec has been converted into ready to use orval! +Running afterAllFilesWrite hook... +Post process generated content in ConnectorBuilderClient.ts... +Write type re-export file for ConnectorBuilderClient... +🎉 connectorBuilder - Your OpenAPI spec has been converted into ready to use orval! +Running afterAllFilesWrite hook... +Post process generated content in ConnectorManifest.ts... +Write type re-export file for ConnectorManifest... +🎉 connectorManifest - Your OpenAPI spec has been converted into ready to use orval! + +> airbyte-webapp@ test:ci /actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> JEST_RETRIES=3 jest --watchAll=false --silent + +PASS src/area/connection/utils/validateCronExpression.test.ts (10.393 s) + validateCronExpression + ✓ '0 0 12 * * ?' is valid: true (7 ms) + ✓ '0 0 12 * * ? ' is valid: true (1 ms) + ✓ '0 0 12 * * ? ' is valid: true (2 ms) + ✓ ' 0 0 12 * * ?' is valid: true (1 ms) + ✓ '0/5 14,18,3-39,52 * ? JAN,MAR,SEP MON-FRI 2002-2010' is valid: true (1 ms) + ✓ '0 15 10 ? * *' is valid: true (1 ms) + ✓ '0 15 10 * * ?' is valid: true (1 ms) + ✓ '0 15 10 * * ? *' is valid: true (8 ms) + ✓ '0 15 10 * * ? 2005' is valid: true + ✓ '0 * 14 * * ?' is valid: true + ✓ '0 0/5 14 * * ?' is valid: true (1 ms) + ✓ '0 0/5 14,18 * * ?' is valid: true (1 ms) + ✓ '0 0-5 14 * * ?' is valid: true (1 ms) + ✓ '0 10,44 14 ? 3 WED' is valid: true (1 ms) + ✓ '0 15 10 ? * MON-FRI' is valid: true (1 ms) + ✓ '0 15 10 15 * ?' is valid: true + ✓ '0 15 10 L * ?' is valid: true + ✓ '0 15 10 L-2 * ?' is valid: true (1 ms) + ✓ '0 15 10 ? * 6L' is valid: true (1 ms) + ✓ '0 15 10 ? * 6L' is valid: true + ✓ '0 15 10 ? * 6L 2002-2005' is valid: true (1 ms) + ✓ '0 15 10 ? * 6#3' is valid: true (1 ms) + ✓ '0 0 12 1/5 * ?' is valid: true + ✓ '0 11 11 11 11 ?' is valid: true + ✓ '* * * * * ?' is valid: true (21 ms) + ✓ '0 0 0 * * ?' is valid: true (1 ms) + ✓ '0 0 1 * * ?' is valid: true + ✓ '0 0 10-19/10 ? * MON-FRI *' is valid: true (1 ms) + ✓ '0 0 1 1/1 * ? *' is valid: true (1 ms) + ✓ '0 0 12 * * ?' is valid: true (1 ms) + ✓ '0 0 15 * * ?' is valid: true + ✓ '0 0 17 * * ?' is valid: true (5 ms) + ✓ '0 0 18 * * ?' is valid: true (1 ms) + ✓ '0 0 18 1 * ?' is valid: true + ✓ '0 0 18 2 * ?' is valid: true (1 ms) + ✓ '0 0 2 * * ?' is valid: true (1 ms) + ✓ '0 0 21 * * ?' is valid: true + ✓ '0 0 2 L * ?' is valid: true (1 ms) + ✓ '0 0 3 * * ?' is valid: true + ✓ '0 0 4 * * ?' is valid: true (1 ms) + ✓ '0 0 5 * * ?' is valid: true (1 ms) + ✓ '0 0 6 * * ?' is valid: true + ✓ '0 0 7 * * ?' is valid: true (1 ms) + ✓ '0 0 9 * * ?' is valid: true + ✓ '0 0 9 ? * 5' is valid: true + ✓ '0 1 0 * * ?' is valid: true (1 ms) + ✓ '0 15,45 7-17 ? * MON-FRI' is valid: true + ✓ '0 15 6 * * ?' is valid: true + ✓ '0 30 1 * * ?' is valid: true (1 ms) + ✓ '0 30 2 * * ?' is valid: true + ✓ '0 30 6 * * ?' is valid: true (1 ms) + ✓ '0 30 8 ? * MON-FRI *' is valid: true (1 ms) + ✓ '0 35 12 ? * 7 ' is valid: true + ✓ '0 40 4,16 * * ? *' is valid: true (1 ms) + ✓ '0 45 6 * * ?' is valid: true (1 ms) + ✓ '0 5 0 ? * 7' is valid: true + ✓ '40 4,16 * * * ?' is valid: true (1 ms) + ✓ '* * * * * * *' is valid: true (1 ms) + ✓ 'wildly invalid' is valid: false + ✓ '* * * * *' is valid: false (1 ms) + ✓ '0 0 0 0 0 0' is valid: false (1 ms) + ✓ '* * * * * * ?' is valid: false + validateCronFrequencyOverOneHour + ✓ '0 0 12 * * ?' is valid: true (1 ms) + ✓ '0 0 12 * * ?' is valid: true (1 ms) + ✓ '0 0 * * * ?' is valid: true + ✓ '0 * 12 * * ?' is valid: false + ✓ '* * 12 * * ?' is valid: false + ✓ '15,45 * 12 * * ?' is valid: false + ✓ '0 15,45 12 * * ?' is valid: false (1 ms) + ✓ '0/10 * * * * ?' is valid: false + ✓ '0 0/10 * * * ?' is valid: false (1 ms) + +PASS src/components/connection/syncCatalog/SyncCatalog/streamConfigHelpers.test.ts (10.5 s) + mergeFieldPathArrays + ✓ merges two arrays of fieldPaths without duplicates (9 ms) + ✓ merges two arrays of complex fieldPaths without duplicates (2 ms) + updateCursorField + ✓ updates the cursor field when field selection is disabled (1 ms) + when fieldSelection is active + ✓ adds the cursor to selectedFields (1 ms) + ✓ updates the cursor field when only one other field is unselected (1 ms) + ✓ updates the cursor field when it is one of many unselected fields (1 ms) + ✓ disables field selection when the selected cursor is the only unselected field (1 ms) + updatePrimaryKey + ✓ updates the primary key field (1 ms) + when fieldSelection is active + ✓ adds each piece of the composite primary key to selectedFields (1 ms) + ✓ replaces the primary key when many other field are unselected (1 ms) + ✓ replaces the primary key when only one other field is unselected + ✓ disables field selection when the selected primary key is the last unselected field + ✓ disables field selection when part of the selected primary key is the last unselected field (1 ms) + toggleFieldInPrimaryKey + ✓ adds a new field to the composite primary key (2 ms) + when fieldSelection is active + ✓ adds the new primary key field to selectedFields + ✓ adds the new primary key when only one other field is unselected (1 ms) + ✓ adds the new primary key when it is one of many unselected fields (1 ms) + ✓ disables field selection when selected primary key is the last unselected field + updateFieldSelected + ✓ Adds a field to selectedFields when selected + ✓ Removes a field to selectedFields when deselected selected (1 ms) + ✓ Deselects the first field, enabling fieldSelection + ✓ Selects the last unselected field (1 ms) + toggleAllFieldsSelected + ✓ unselects all fields if field selection was disabled + ✓ selects all fields if field selection was enabled (1 ms) + ✓ keeps cursor field selected if syncMode is incremental + ✓ keeps primary key fields selected if destinationSyncMode is append_dedup (1 ms) + +PASS src/views/Connector/ConnectorForm/useAuthentication.test.tsx (11.582 s) + useAuthentication + ✓ should return empty results for non OAuth connectors (31 ms) + ✓ should not handle auth specifically if OAuth feature is disabled (19 ms) + for advancedAuth connectors + without a predicateKey + ✓ should calculate hiddenAuthFields correctly (4 ms) + ✓ should show the auth button on the root level (3 ms) + ✓ should not return authErrors before submitting (4 ms) + ✓ should return existing authErrors if submitted once (3 ms) + with predicateKey inside conditional + ✓ should hide auth fields when predicate value matches (4 ms) + ✓ should not hide auth fields when predicate value is a mismatch (10 ms) + ✓ should show the auth button inside the conditional if right option is selected (4 ms) + ✓ shouldn't show the auth button if the wrong conditional option is selected (6 ms) + ✓ should not return authErrors before submitting (14 ms) + ✓ should return authErrors when conditional has correct option selected (8 ms) + ✓ should not return authErrors when conditional has the incorrect option selected (9 ms) + +PASS src/area/connection/utils/computeStreamStatus.test.ts (11.752 s) + getStreamKey + when streamStatus is a StreamStatusRead + ✓ foo, bar (6 ms) + ✓ foo, (1 ms) + ✓ foo, undefined (1 ms) + when streamStatus is an AirbyteStream + ✓ foo, bar (1 ms) + ✓ foo, (1 ms) + ✓ foo, undefined (1 ms) + when streamStatus is a ConnectionSyncResultRead + ✓ foo, bar (1 ms) + ✓ foo, + ✓ foo, undefined (1 ms) + computeStreamStatus + undefined + ✓ returns "undefined" when there are no statuses (2 ms) + ✓ returns "undefined" with only a currently running sync (not enough history) (1 ms) + pending + ✓ returns "Pending" when the most recent run state is pending + ✓ returns "Pending" when the most recent job is reset and is complete + ✓ returns "Pending" when the most recent job is reset even if it is incomplete + on time + ✓ returns "OnTime" when the most recent sync was successful, unscheduled (1 ms) + ✓ returns "OnTime" when the most recent sync (long ago) was successful, cron (8 ms) + ✓ returns "OnTime" when the most recent sync was successful, basic (1 ms) + ✓ returns "OnTime" with a successful recent sync followed by a cancel (1 ms) + late + ✓ returns "OnTrack" when the most recent sync was successful but one late (1 ms) + ✓ returns "Late" when the most recent sync was successful but two late (1 ms) + action required + ✓ returns "ActionRequired" when there is a breaking schema change (otherwise ontime) (1 ms) + ✓ returns "ActionRequired" when there is a breaking schema change (otherwise error) + +PASS src/components/connection/ConnectionForm/calculateInitialCatalog.test.ts + analyzeSyncCatalogBreakingChanges + ✓ should return syncCatalog unchanged when schemaChange is no_change and catalogDiff is undefined (2 ms) + ✓ should return syncCatalog unchanged when schemaChange is non_breaking and catalogDiff is undefined + ✓ should return syncCatalog with transformed streams when there are breaking changes - primaryKey (2 ms) + ✓ should return syncCatalog with transformed streams when there are breaking changes - cursor + ✓ should return syncCatalog with transformed streams when there are breaking changes - primaryKey - user-defined + ✓ should return syncCatalog with transformed streams when there are breaking changes - cursor - user-defined + ✓ should return syncCatalog unchanged when there are no breaking changes (1 ms) + +PASS src/core/services/features/FeatureService.test.tsx + Feature Service + FeatureService + ✓ should allow setting default features (9 ms) + ✓ should set features based on airbyte pro edition (4 ms) + ✓ overwrite features can overwrite default features (5 ms) + ✓ overwritten features can be cleared again (19 ms) + env variable overwrites + ✓ should allow overwriting it in dev (4 ms) + ✓ should not overwrite in a non dev environment (2 ms) + IfFeatureEnabled + ✓ renders its children if the given feature is enabled (16 ms) + ✓ does not render its children if the given feature is disabled (5 ms) + ✓ allows changing features and rerenders correctly (5 ms) + +PASS src/views/Connector/ConnectorForm/components/Sections/useGroupsAndSections.test.ts + useGroupsAndSections + ✓ should put optional fields in the back (16 ms) + ✓ should order optional fields in the back but respect order within collapsed section (1 ms) + ✓ should order optional fields with 'always_show: true' normally (1 ms) + ✓ should not unwrap nested objects (1 ms) + ✓ should split up groups and order and collapse them individually (1 ms) + ✓ should not create a group if the fields in this group are hidden + ✓ should group nested objects as a whole and ignore group tags set on nested fields (1 ms) + ✓ should title and order groups based on groups field (1 ms) + +PASS src/components/ui/Input/Input.test.tsx (8.088 s) + + ✓ renders text input (87 ms) + ✓ renders another type of input (13 ms) + ✓ renders password input with visibilty button (10 ms) + ✓ renders visible password when visibility button is clicked (127 ms) + ✓ showing password should remember cursor position (832 ms) + ✓ hides password on blur (29 ms) + ✓ cursor position should be at the end after blur and and clicking on show password button (26 ms) + ✓ should trigger onChange once (7 ms) + ✓ has focused class after focus (14 ms) + ✓ does not have focused class after blur (15 ms) + ✓ calls onFocus if passed as prop (6 ms) + ✓ calls onBlur if passed as prop (6 ms) + +PASS src/packages/cloud/views/billing/BillingPage/components/calculateUsageDataObjects.test.tsx + calculateUsageDataObjects + generateArrayForTimeWindow + ✓ should generate an array of the correct length for past 30 days (5 ms) + ✓ should generate an array of the correct length for past 6 months (5 ms) + ✓ should generate an array of the correct length for past year (3 ms) + calculateFreeAndPaidUsageByTimeChunk + thirty day lookback + ✓ should calculate the correct usage with an empty set of filteredConsumptionData (1 ms) + ✓ should calculate the correct usage with a set of filteredConsumptionData (24 ms) + six month lookback + ✓ should calculate the correct usage with an empty set of filteredConsumptionData (1 ms) + ✓ should calculate the correct usage with a set of filteredConsumptionData (12 ms) + year lookback + ✓ should calculate the correct usage with an empty set of filteredConsumptionData (1 ms) + ✓ should calculate the correct usage with a set of filteredConsumptionData (14 ms) + calculateFreeAndPaidUsageByConnection + ✓ should calculate the correct usage with an empty set of filteredConsumptionData + ✓ should calculate the correct usage with a set of filteredConsumptionData (23 ms) + +PASS src/components/connection/CatalogDiffModal/CatalogDiffModal.test.tsx (21.523 s) + catalog diff modal + ✓ renders the correct section for each type of transform (1347 ms) + ✓ added fields are not rendered when not in the diff (23 ms) + ✓ removed fields are not rendered when not in the diff (25 ms) + ✓ changed streams accordion opens/closes on clicking the description row (250 ms) + +PASS src/packages/cloud/views/billing/BillingPage/components/BillingBanners.test.tsx + BillingBanners + auto recharge banner + ✓ should show auto recharge enabled banner (50 ms) + ✓ should only show auto recharge banner even on low credit (15 ms) + ✓ should only show auto recharge banner even on no credits (8 ms) + no billing account + ✓ should show only no billing account banner (7 ms) + low credit warnings + ✓ should show low credit banner when credits are low (8 ms) + ✓ should show no credit banner when credits are negative (17 ms) + +PASS src/components/connection/CreateConnectionForm/SimplifiedConnectionCreation/SimplifiedSchemaQuestionnaire.test.tsx + pruneUnsupportedModes + ✓ returns all modes when they are supported (2 ms) + ✓ filters out unsupported modes (1 ms) + ✓ can return no modes (1 ms) + getEnforcedDelivery + ✓ selects appendChanges when there are no mirrorSource options (1 ms) + ✓ selects nothing when both mirrorSource and appendChanges are empty + ✓ selects mirrorSource when there are no appendChanges choices + ✓ selects the singular option when both mirrorSource and appendChanges provide one option (1 ms) + ✓ selects nothing when both mirrorSource and appendChanges each have one option but they differ (1 ms) + ✓ selects nothing when there are decisions to be made (1 ms) + getEnforcedIncrementOrRefresh + ✓ doesn't enforce when there are decisions to be made (2 ms) + ✓ selects the sole option (1 ms) + +PASS src/components/ui/Markdown/Markdown.test.tsx + Markdown rendering + ✓ basic markdown content (57 ms) + ✓ Details (138 ms) + ✓ Docusaurus-style admonitions (11 ms) + ✓ Docusaurus-style tabs (71 ms) + ✓ HideInUI (14 ms) + ✓ GFM tables (14 ms) + ✓ fancy code blocks (11 ms) + preprocessing markdown strings + ✓ removes frontmatter (6 ms) + +PASS src/hooks/services/ConnectionForm/ConnectionFormService.test.tsx (14.693 s) + ConnectionFormService + ✓ should take a partial Connection (72 ms) + ✓ should take a full Connection (7 ms) + Error Message Generation + ✓ should return an error message if the form is invalid and dirty (6 ms) + ✓ should not return an error message if the form is valid and dirty (5 ms) + ✓ should return an error message if the form is invalid and not dirty (5 ms) + ✓ should return an error message when given a submit error (10 ms) + ✓ should return an error message if the streams field is invalid (4 ms) + ✓ should not return an error message if the form is valid (6 ms) + +PASS src/hooks/services/ConnectionEdit/ConnectionEditService.test.tsx (25.306 s) + ConnectionEditServiceProvider + ✓ should load a Connection from a connectionId (73 ms) + ✓ should update a connection and set the current connection object to the updated connection (39 ms) + ✓ should refresh schema (40 ms) + ✓ should refresh schema only if the sync catalog has diffs (26 ms) + ✓ should discard the refreshed schema (8 ms) + Empty catalog diff with non-breaking changes + ✓ should automatically update the connection if schema change is non-breaking and catalogDiff is empty (23 ms) + ✓ should NOT automatically update the connection if schema change is non-breaking and catalogDiff is NOT empty (11 ms) + ✓ should NOT automatically update the connection if schema change is not no_change (15 ms) + +PASS src/components/connectorBuilder/useManifestToBuilderForm.test.ts (25.329 s) + Conversion throws error when + ✓ resolve throws error (40 ms) + ✓ manifests has incorrect retriever type (26 ms) + ✓ manifest has incorrect requester type (10 ms) + ✓ manifest has an authenticator with a non-interpolated secret key (3 ms) + ✓ manifest has an authenticator with an interpolated key that doesn't match any spec key (2 ms) + ✓ manifest has an authenticator with a required interpolated key that is not required in the spec (1 ms) + ✓ manifest has an authenticator with an interpolated key that is not type string in the spec (1 ms) + ✓ manifest has an authenticator with an interpolated secret key that is not secret in the spec (2 ms) + ✓ manifest has an OAuthAuthenticator with a refresh_request_body containing non-string values (1 ms) + ✓ manifest has a SessionTokenAuthenticator with an unsupported login_requester authenticator type (1 ms) + ✓ manifest has a paginator with an unsupported type (1 ms) + ✓ manifest has an error handler with an unsupported type (11 ms) + ✓ manifest has an incremental sync with an unsupported type (1 ms) + Conversion successfully results in + ✓ default values if manifest is empty (2 ms) + ✓ spec properties converted to inputs if no streams present (1 ms) + ✓ spec conversion not failing on no required property (15 ms) + ✓ spec properties converted to locked inputs on matching auth keys (8 ms) + ✓ request options converted to key-value list (1 ms) + ✓ request json body converted to key-value list (1 ms) + ✓ nested request json body converted to string (1 ms) + ✓ request data body converted to list (1 ms) + ✓ string body converted to string (1 ms) + ✓ primary key string converted to array (1 ms) + ✓ multi list partition router converted to builder parameterized requests (2 ms) + ✓ substream partition router converted to builder parent streams (1 ms) + ✓ schema loader converted to schema with ordered keys in JSON (1 ms) + ✓ stores unsupported fields (1 ms) + ✓ authenticator with a interpolated secret key of type config.key converted to config["key"] (1 ms) + ✓ OAuth authenticator refresh_request_body converted to array (1 ms) + ✓ OAuthAuthenticator with refresh token updater is converted (2 ms) + ✓ SessionTokenAuthenticator with types properly converted to builder form types (1 ms) + +PASS src/core/utils/rbac/rbacPermissionsQuery.test.ts (25.362 s) + partitionPermissionType + ✓ correctly parses permissions (7 ms) + ✓ maps workspace_owner to workspace_admin (1 ms) + useRbacPermissionsQuery + permission grants + ✓ no permission grants no access to workspace (1 ms) + ✓ no permission grants no access to organization (1 ms) + ✓ no permission grants no access to instance (1 ms) + ✓ workspace_reader permission grants access to the workspace (1 ms) + ✓ workspace_admin permission grants access to the workspace + ✓ workspace_admin permission on another workspace does not grant access to the workspace + ✓ workspace_reader permission on a workspace does not satisfy workspace_admin permission on the same workspace + ✓ workspace_reader AND workspace_admin permission on a workspace does satisfy workspace_admin permission on the same workspace (1 ms) + ✓ organization_reader permission grants access to the organization (1 ms) + ✓ organization_admin permission grants access to the organization (8 ms) + ✓ organization_admin permission on another organization does not grant access to the organization (10 ms) + ✓ organization_reader permission on a organization does not satisfy organization_admin permission on the same organization (1 ms) + ✓ organization_reader AND organization_admin permission on a organization does satisfy organization_admin permission on the same organization (1 ms) + ✓ organization_editor permission grants access to read its workspace + ✓ organization_admin permission does not grant access to read external workspaces + ✓ organization_admin permission does not grant access to read external workspaces but a workspace permission does (1 ms) + ✓ instance_admin permission grants access to the instance + ✓ instance_admin permission grants access to an organization (1 ms) + ✓ instance_admin permission grants access to a workspace + degenerate cases + ✓ returns false when an organization or workspace resource permission is missing an id + +PASS src/packages/cloud/services/auth/KeycloakService/KeycloakService.test.tsx (25.481 s) + initializeUserManager() + ✓ should initialize with the correct default realm (9 ms) + ✓ should initialize realm from query params (1 ms) + ✓ should initialize realm based on local storage (1 ms) + KeycloakService + ✓ should initialize with the correct default realm (158 ms) + ✓ should initialize realm from query params (42 ms) + ✓ should initialize realm based on local storage (21 ms) + +PASS src/components/connection/ConnectionStatus/useConnectionStatus.test.ts (25.505 s) + isConnectionLate + manual syncs + ✓ is not late when there is no last successful sync (5 ms) + ✓ is not late when there is a recent last successful sync (1 ms) + ✓ is not late when there is a distant last successful sync (2 ms) + cron schedule + ✓ is not late when there is no last successful sync (1 ms) + ✓ is not late when there is a recent last successful sync (1 ms) + ✓ is not late when there is a distant last successful sync (1 ms) + basic schedule + ✓ is not late when there is no last successful sync (1 ms) + ✓ is not late when there is a recent last successful sync + ✓ is not late when the last successful sync is within 1x<->2x frequency + ✓ is late when the last successful sync is beyond the 2x frequency (1 ms) + isHandleableScheduledConnection + ✓ returns false when no connection schedule exists (1 ms) + ✓ returns false when connection schedule is manual (1 ms) + ✓ returns false when connection schedule is cron (1 ms) + ✓ returns true when connection schedule is basic + useConnectionStatus + ✓ most recent sync was successful, no schema changes: + returns onTime when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a undefined schedule: undefined + and has no_change schema changes (31 ms) + ✓ most recent sync was successful, breaking schema changes: + returns actionRequired when + a connection's status is inactive + a connection's last completed sync status is $connectionSyncStatus + with a undefined schedule: undefined + and has breaking schema changes (10 ms) + ✓ breaking schema changes, sync is within 1x frequency: + returns actionRequired when + a connection's status is inactive + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has breaking schema changes (3 ms) + ✓ breaking schema changes, sync is within 2x frequency: + returns actionRequired when + a connection's status is inactive + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has breaking schema changes (3 ms) + ✓ breaking schema changes, sync is outside of 2x frequency: + returns actionRequired when + a connection's status is inactive + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has breaking schema changes (4 ms) + ✓ new connection, not scheduled: + returns pending when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a undefined schedule: undefined + and has no_change schema changes (2 ms) + ✓ new connection, scheduled: + returns pending when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has no_change schema changes (2 ms) + ✓ connection status is failed, no previous success: + returns error when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a undefined schedule: undefined + and has no_change schema changes (2 ms) + ✓ connection status is failed, last previous success was within 1x schedule frequency: + returns onTrack when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has no_change schema changes (3 ms) + ✓ connection status is failed, last previous success was within 2x schedule frequency: + returns onTrack when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has no_change schema changes (5 ms) + ✓ connection status is failed, last previous success was within 2x schedule frequency (cron): + returns error when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a cron schedule: {"cronExpression": "* * * * *", "cronTimeZone": "UTC"} + and has no_change schema changes (3 ms) + ✓ connection status is failed, last previous success was outside 2x schedule frequency: + returns error when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has no_change schema changes (2 ms) + ✓ connection status is failed, last previous success was within 2x schedule frequency: + returns onTrack when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has non_breaking schema changes (2 ms) + ✓ last sync was successful, but the next sync hasn't started (outside 2x frequency): + returns late when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has non_breaking schema changes (2 ms) + ✓ last sync was successful, but the next sync hasn't started (outside 2x frequency, cron): + returns onTime when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a cron schedule: {"cronExpression": "* * * * *", "cronTimeZone": "UTC"} + and has non_breaking schema changes (2 ms) + ✓ last sync was cancelled, but the next cron-scheduled sync hasn't started: + returns onTime when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a cron schedule: {"cronExpression": "* * * * *", "cronTimeZone": "UTC"} + and has non_breaking schema changes (2 ms) + ✓ last sync was cancelled, but last successful sync is within 1x frequency: + returns onTime when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has non_breaking schema changes (1 ms) + ✓ last sync was cancelled, but last successful sync is within 2x frequency: + returns onTrack when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has non_breaking schema changes (1 ms) + ✓ last sync was cancelled, but last successful sync is outside 2x frequency: + returns late when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has non_breaking schema changes (2 ms) + ✓ last sync has a config_error: + returns actionRequired when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has no_change schema changes (2 ms) + ✓ most recent completed job was a successful reset: + returns pending when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has no_change schema changes (2 ms) + ✓ most recent completed job was a failed reset: + returns pending when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has no_change schema changes (1 ms) + ✓ sets isRunning to true when the current job status is incomplete (1 ms) + +PASS src/core/utils/rbac/intent.test.ts + useIntent + ✓ maps intent to query (6 ms) + ✓ intent meta property enforcement + applies overriding details + ✓ overrides the organizationId (2 ms) + ✓ overrides the workspaceId (3 ms) + ✓ does not override a resourceId with that of a mismatched resource (6 ms) + +PASS src/views/Connector/ConnectorForm/components/Sections/auth/AuthButton.test.tsx (10.426 s) + auth button + ✓ initially renders with correct message and no status message (165 ms) + ✓ after successful authentication, it renders with correct message and success message (39 ms) + ✓ renders an error if there are any auth fields with empty values (49 ms) + +PASS src/components/ui/DatePicker/DatePicker.test.tsx (25.945 s) + Timezones + ✓ should always be US/Pacific (6 ms) + toEquivalentLocalTime + ✓ handles a date in the year 1 (3 ms) + ✓ handles an invalid date + ✓ outputs the same YYYY-MM-DDTHH:mm:ss (1 ms) + DatePicker + ✓ allows typing a date manually (516 ms) + ✓ allows selecting a date from the datepicker (311 ms) + ✓ allows selecting a datetime from the datepicker (276 ms) + ✓ allows selecting a datetime with milliseconds from the datepicker (308 ms) + ✓ allows selecting a datetime with microseconds from the datepicker (273 ms) + ✓ focuses the input after selecting a date from the datepicker (295 ms) + +PASS src/components/connection/syncCatalog/utils.test.ts + compareObjectsByFields function + ✓ should return true for equal objects by the given props (4 ms) + ✓ should return false for different objects by the given props + ✓ should return false if any object is undefined (3 ms) + ✓ should return true for equal objects with nested arrays + ✓ should return true for objects with nested arrays of objects if they are even in different order (3 ms) + +PASS src/hooks/services/Experiment/ExperimentService.test.tsx + ExperimentService + useExperiment + ✓ should return the value from the ExperimentService if provided (5 ms) + ✓ should return the defaultValue if ExperimentService provides undefined (3 ms) + ✓ should return the default value if no ExperimentService is provided (2 ms) + ✓ should rerender whenever the ExperimentService emits a new value (4 ms) + +PASS src/components/connection/syncCatalog/SyncCatalog/updateStreamSyncMode.test.ts + updateStreamSyncMode + ✓ updates the sync modes (2 ms) + when fieldSelection is enabled + ✓ does not add default pk or cursor for irrelevant sync modes (1 ms) + ✓ automatically selects the default cursor + ✓ automatically selects the composite primary key fields (5 ms) + +PASS src/packages/cloud/views/layout/CloudMainView/WorkspaceStatusBanner.test.tsx + WorkspaceCreditsBanner + ✓ should render credits problem banner for credits problem pre-trial (187 ms) + ✓ should render credits problem banner for credits problem during trial (10 ms) + ✓ should render credits problem banner for credits problem after trial (9 ms) + ✓ should render pre-trial banner if user's trial has not started (7 ms) + ✓ should render trial banner if user is in trial (12 ms) + ✓ should render an empty div if user is out of trial (6 ms) + +PASS src/core/services/i18n/I18nProvider.test.tsx + I18nProvider + ✓ should set the react-intl locale correctly (5 ms) + ✓ should set messages for consumption via react-intl (6 ms) + ✓ should allow render tags for every message (5 ms) + useI18nContext + ✓ should allow overwriting default and setting additional messages (5 ms) + ✓ should allow resetting overwrites with an empty object (4 ms) + ✓ should allow resetting overwrites with undefined (4 ms) + +PASS src/components/connection/syncCatalog/StreamsConfigTable/useStreamsConfigTableRowProps.test.tsx + useStreamsConfigTableRowProps + ✓ should return default styles for a row that starts enabled (5 ms) + ✓ should return disabled styles for a row that starts disabled (3 ms) + ✓ should return added styles for a row that is added (2 ms) + ✓ should return removed styles for a row that is removed (2 ms) + ✓ should return updated styles for a row that is updated (2 ms) + ✓ should return added styles for a row that is both added and updated (17 ms) + +PASS src/packages/cloud/views/workspaces/WorkspacesPage/CloudWorkspacesPage.test.tsx + CloudWorkspacesPage + No Organization permission screen + ✓ should show if you're member of only one organization and fetched no workspaces (32 ms) + ✓ should show if you're member of multiple organizations and fetched no workspaces (10 ms) + ✓ organization member permissions do not supersede instance admin permissions in the check (15 ms) + ✓ should not show if you see any workspaces (e.g. as an instance admin) (42 ms) + ✓ should not show in case users can create workspaces (65 ms) + +PASS src/core/utils/time.test.ts + moveTimeToFutureByPeriod + ✓ does nothing if the time is already in the future (4 ms) + ✓ advances by enough hours to go into the future up to one hour from now (36 ms) + with mocked values for easier test writing + ✓ brings forward in seconds (2 ms) + ✓ brings forward in years (1 ms) + +PASS src/components/forms/Form.test.tsx (27.177 s) + Form + ✓ should call onSubmit upon submission (582 ms) + ✓ should call onSuccess upon success (241 ms) + ✓ should call onError upon error (309 ms) + reinitializeDefaultValues + ✓ does not reinitialize default values by default (73 ms) + ✓ reinitializes default values when reinitializeDefaultValues is true (67 ms) + ✓ does not reinitialize default values if the form is dirty (126 ms) + resetValues + ✓ should reset form with empty field values(default values) after submission (275 ms) + ✓ should reset form with desired field values after submission (258 ms) + ✓ should NOT reset form with empty field values(default values) after unsuccessful submission (256 ms) + +PASS src/components/ui/SecretTextArea/SecretTextArea.test.tsx + SecretTextArea + ✓ renders textarea when there is no initial value (80 ms) + ✓ renders on hidden input when there is an initial value (18 ms) + ✓ renders disabled when disabled is set (9 ms) + ✓ renders disabled when disabled is set and with initial value (9 ms) + ✓ calls onChange handler when typing (217 ms) + ✓ renders on textarea when clicked visibility button (88 ms) + ✓ renders on password input when clicking away from visibility area (67 ms) + +PASS src/core/services/analytics/AnalyticsService.test.ts + AnalyticsService + ✓ should send events to segment (2 ms) + ✓ should send version and environment for prod (1 ms) + ✓ should send version and environment for dev (1 ms) + ✓ should pass parameters to segment event (1 ms) + ✓ should pass context parameters to segment event (1 ms) + +PASS src/core/domain/catalog/traverseSchemaToField.test.ts + traverseSchemaToField + ✓ traverses a nested schema (2 ms) + ✓ traverses a flat schema (1 ms) + +PASS src/components/connection/ConnectionForm/SchemaChangesBackdrop.test.tsx + SchemaChangesBackdrop + ✓ renders with breaking changes and prevents background interaction (123 ms) + ✓ does not render if there are non-breaking changes (47 ms) + ✓ does not render if there are no changes (39 ms) + ✓ does not render if schema has been refreshed (46 ms) + +PASS src/packages/cloud/services/thirdParty/launchdarkly/contextReducer.test.ts + contextReducer + ✓ should add a context (1 ms) + ✓ should add multiple contexts (1 ms) + ✓ should remove a context (1 ms) + ✓ state object has a stable reference if a duplicate context is added (22 ms) + +PASS src/packages/cloud/services/thirdParty/launchdarkly/contexts.test.ts + createUserContext + ✓ creates an anonymous user context (2 ms) + ✓ creates an identified user context (1 ms) + createLDContext + ✓ creates a workspace context + createMultiContext + ✓ creates a workspace context (1 ms) + getSingleContextsFromMulti + ✓ gets single contexts from a multi context (1 ms) + +PASS src/components/NotificationSettingsForm/notificationSettingsToFormValues.test.ts + notificationSettingsToFormValues + ✓ converts empty notifications (2 ms) + ✓ converts slack notifications (1 ms) + ✓ converts customerio notifications (1 ms) + +PASS src/core/utils/objects.test.ts + haveSameShape + ✓ should return true for two numbers (1 ms) + ✓ should return true for two strings + ✓ should return true for two booleans (1 ms) + ✓ should return false for a number and a string + ✓ should return true for two empty arrays (1 ms) + ✓ should return true for arrays with the same shape + ✓ should return false for arrays with different lengths (1 ms) + ✓ should return false for arrays with different shapes + ✓ should return true for two empty objects + ✓ should return true for objects with the same shape + ✓ should return false for objects with different keys + ✓ should return true for nested structures with the same shape (1 ms) + ✓ should return false for nested structures with different shapes + ✓ should return false for an array and an object (1 ms) + ✓ should return false for an object and a number + ✓ should return false for an array and a string (1 ms) + +PASS src/components/NotificationSettingsForm/formValuesToNotificationSettings.test.ts + formValuesToNotificationSettings + ✓ converts empty notifications (1 ms) + ✓ adds slack configuration if slack notifications are enabled + ✓ adds customerio and slack if specified + +PASS src/components/connection/TransformationForm/schema.test.ts + - validationSchema + ✓ should successfully validate the schema (4 ms) + ✓ should fail if 'name' is empty (21 ms) + ✓ should fail if 'gitRepoUrl' is empty (2 ms) + ✓ should successfully validate 'gitRepoUrl' (1 ms) + +PASS src/hooks/services/Modal/ModalService.test.tsx + ModalService + ✓ should open a modal on openModal (63 ms) + ✓ should close the modal with escape and emit a cancel result (45 ms) + ✓ should allow cancelling the modal from inside (181 ms) + ✓ should allow closing the button with a reason and return that reason (163 ms) + +PASS src/core/utils/rbac/rbac.test.ts + useRbac + query assembly + ✓ no permissions (5 ms) + ✓ instance admin does not need to add details to the query (2 ms) + ✓ organizationId can be provided directly (1 ms) + ✓ workspaceId can be provided directly (11 ms) + degenerate cases + ✓ throws an error when instance query includes a resourceId (457 ms) + ✓ throws an error when an workspaceId is missing (7 ms) + ✓ does not throw an error when an organizationId is missing in Cloud (2 ms) + ✓ does throw an error when an organizationId is missing in OSS (7 ms) + +PASS src/components/connection/syncCatalog/StreamFieldsTable/StreamFieldsTable.test.tsx + isCursor + ✓ returns true if the path matches the cursor (2 ms) + ✓ returns false if there is no cursor (1 ms) + ✓ returns false if the path does not match the cursor (7 ms) + isChildFieldCursor + ✓ returns true if the path is the parent of the cursor (1 ms) + ✓ returns false if there is no cursor + ✓ returns false if the path does not match the cursor (1 ms) + isPrimaryKey + ✓ returns true if the path matches any part of the primary key (1 ms) + ✓ returns false if there is no primary key (1 ms) + ✓ returns false if the path does not match any part of the primary key + isChildFieldPrimaryKey + ✓ returns true if the path is the parent of any part of the primary key (1 ms) + ✓ returns false if there is no primary key (1 ms) + ✓ returns false if the path is not the parent of any part of the primary key + +PASS src/area/connection/utils/dataTypes.test.tsx + getDataType + ✓ should translate string (2 ms) + ✓ should translate date (1 ms) + ✓ should translate timestamp_with_timezone (1 ms) + ✓ should translate timestamp_without_timezone (1 ms) + ✓ should translate datetime (1 ms) + ✓ should translate integer + ✓ should translate big_integer (1 ms) + ✓ should translate number (6 ms) + ✓ should translate big_number + ✓ should translate array + ✓ should translate object (1 ms) + ✓ should translate untyped (1 ms) + ✓ should translate union (1 ms) + ✓ should translate boolean (1 ms) + ✓ should return untyped when given no values + union type + ✓ should use union type if oneOf is set + ✓ should use union type if anyOf is set (1 ms) + ✓ should use union type if anyOf and oneOf is set (1 ms) + translation priority + ✓ should use airbyte_type over format or type (1 ms) + ✓ should use format over type + ✓ should use oneOf/anyOf over everything else (1 ms) + +PASS src/components/connection/ConnectionHeaderControls/FormattedScheduleDataMessage.test.tsx + FormattedScheduleDataMessage + ✓ should render 'Manual' schedule type if scheduleData wasn't provided (18 ms) + ✓ should render '24 hours' schedule type (9 ms) + ✓ should render 'Cron' schedule type with humanized format (28 ms) + ✓ should NOT render anything (6 ms) + +PASS src/components/EntityTable/components/StateSwitchCell.test.tsx + StateSwitchCell + ✓ renders enabled switch (18 ms) + ✓ renders disabled switch when connection has `breaking` changes (5 ms) + ✓ renders disabled switch when connection is in loading state (18 ms) + +PASS src/core/utils/utmStorage.test.ts + utmStorage + ✓ correctly parses UTM parameters into sessionStorage (3 ms) + ✓ does ignore non utm parameters (6 ms) + ✓ does only write to sessionStorage when a utm_parameter is present (2 ms) + +PASS src/components/NotificationSettingsForm/NotificationSettingsForm.test.tsx + NotificationSettingsForm + ✓ should render (82 ms) + ✓ should display not display email toggles if the feature is disabled (34 ms) + ✓ should display display email toggles if the feature is enabled (73 ms) + ✓ calls updateNotificationSettings with the correct values (255 ms) + +PASS src/components/ui/StatusIcon/StatusIcon.test.tsx + + ✓ renders with title and default icon (15 ms) + ✓ renders success status (4 ms) + ✓ renders inactive status (11 ms) + ✓ renders sleep status (4 ms) + ✓ renders warning status (4 ms) + ✓ renders loading status (57 ms) + ✓ renders error status (8 ms) + ✓ renders cancelled status (4 ms) + +PASS src/hooks/services/FormChangeTracker/hooks.test.ts + #useUniqueFormId + ✓ should use what is passed into it (5 ms) + ✓ should generate an id like /form_/ (2 ms) + #useFormChangeTrackerService + ✓ hasFormChanges returns true when there are form changes (4 ms) + ✓ hasFormChanges returns false when there are no form changes (3 ms) + +PASS src/components/connection/ConnectionForm/ScheduleFormField/useBasicFrequencyDropdownData.test.tsx + #useBasicFrequencyDropdownData + ✓ should return only default frequencies when no additional frequency is provided (13 ms) + ✓ should return only default frequencies when additional frequency is already present (13 ms) + ✓ should include additional frequency when provided and unique (25 ms) + +PASS src/components/connection/ConnectionForm/formConfig.test.ts + #useInitialFormValues + ✓ should generate initial values w/ no 'not create' mode (16 ms) + ✓ should generate initial values w/ 'not create' mode: false (10 ms) + ✓ should generate initial values w/ 'not create' mode: true (24 ms) + ✎ todo should test for supportsDbt+initialValues.transformations and supportsNormalization+initialValues.normalization + +PASS src/packages/cloud/views/users/InviteUsersHint/InviteUsersHint.test.tsx + InviteUsersHint + ✓ does not render by default (32 ms) + ✓ renders when `SHOW_INVITE_USERS_HINT` is set to `true` (30 ms) + ✓ opens modal when clicking on CTA by default (7 ms) + +PASS src/components/ui/Table/Table.test.tsx + + ✓ should should render the table with passed data (43 ms) + +PASS src/area/connection/utils/jobs.test.ts + isJobPartialSuccess + ✓ should return false if attempts is undefined (2 ms) + ✓ should return true if at least one attempt is a partial success + ✓ should return false if no attempts are a partial success (1 ms) + +PASS src/components/connection/syncCatalog/SyncCatalog/useStreamFilters.test.tsx + useStreamFilters + ✓ should return the same list if the search string is empty and hideDisabledStreams is false (4 ms) + ✓ should filter by stream name (8 ms) + ✓ should filter by disabled streams (2 ms) + ✓ should filter by both stream name and disabled streams (2 ms) + +PASS src/packages/cloud/views/auth/OAuthLogin/OAuthLogin.test.tsx + OAuthLogin + ✓ should call auth service for Google (120 ms) + ✓ should call auth service for GitHub (51 ms) + +PASS src/core/utils/numberHelper.test.tsx + #formatBytes + ✓ formats undefined as "0 Bytes" (14 ms) + ✓ formats 0 as "0 Bytes" (4 ms) + ✓ formats -1 as "0 Bytes" (3 ms) + ✓ formats 12 as "12 Bytes" (4 ms) + ✓ formats 1025 as "1 KB" (3 ms) + ✓ formats 10241 as "10 KB" (11 ms) + ✓ formats 1048577 as "1 MB" (4 ms) + ✓ formats 10485761 as "10 MB" (3 ms) + ✓ formats 1073741825 as "1 GB" (4 ms) + ✓ formats 10737418241 as "10 GB" (20 ms) + ✓ formats 1099511627777 as "1 TB" (5 ms) + ✓ formats 10995116277761 as "10 TB" (5 ms) + +PASS src/core/utils/errorStatusMessage.test.tsx + #generateMessageFromError + ✓ should return a provided error message (1 ms) + ✓ should return null if no error message and no status, or status is 0 (1 ms) + ✓ should return a validation error message if status is 400 (3 ms) + ✓ should return a 'some error' message if status is > 0 and not 400 + +PASS src/core/form/schemaToFormBlock.test.ts (29.174 s) + ✓ should reformat jsonSchema to internal widget representation (8 ms) + ✓ should turn single enum into const but keep multi value enum (2 ms) + ✓ should reformat jsonSchema to internal widget representation with parent schema (1 ms) + ✓ should reformat jsonSchema to internal widget representation when has oneOf (3 ms) + +PASS src/packages/cloud/views/billing/BillingPage/components/calculateAvailableSourcesAndDestinations.test.tsx + calculateAvailableSourcesAndDestinations + ✓ calculates a complete set of available sources and destinations (3 ms) + +PASS src/core/utils/dataPrivacy.test.ts + dataPrivacy + isGdprCountry() + ✓ should return true for timezones inside EU (1 ms) + ✓ should return false for non EU countries (1 ms) + +PASS src/core/form/schemaToYup.test.ts (29.268 s) + ✓ should build schema for simple case (32 ms) + ✓ should build correct mixed schema structure for conditional case (5 ms) + yup schema validations + ✓ enforces required props for selected condition (60 ms) + ✓ does not enforce additional contraints if the condition is selected (2 ms) + ✓ enforces additional contraints only if the condition is selected (4 ms) + ✓ strips out properties belonging to other conditions (1 ms) + ✓ does not strip out any properties if the condition key is not set to prevent data loss of legacy specs (1 ms) + +PASS src/components/ArrayOfObjectsEditor/components/EditorHeader.test.tsx + + edit mode + ✓ renders only relevant items for the mode (465 ms) + readonly mode + ✓ renders only relevant items for the mode (6 ms) + +PASS src/core/utils/common.test.ts + ✓ should pass .isDefined(NaN) (1 ms) + ✓ should pass .isDefined(NaN) + ✓ should pass .isDefined(NaN) + ✓ should pass .isDefined(0) (1 ms) + ✓ should pass .isDefined(0) + ✓ should pass .isDefined(NaN) + ✓ should pass .isDefined(NaN) + ✓ should pass .isUrl(https://www.example.com) + ✓ should pass .isUrl(http://example.com) (1 ms) + ✓ should pass .isUrl(ftp://example.com) + ✓ should pass .isUrl(www.example.com) (1 ms) + ✓ should pass .isUrl(example.com) (1 ms) + ✓ should pass .isUrl(invalid-url) + ✓ should pass .isUrl(null) (1 ms) + ✓ should pass .isUrl(undefined) (1 ms) + ✓ should pass .isUrl() (1 ms) + +PASS src/core/utils/cron.test.ts + humanizeCron + ✓ should return a human readable string (3 ms) + ✓ should not use 0-index days of week (1 ms) + +PASS src/components/ui/LoadingBackdrop/LoadingBackdrop.test.tsx + + ✓ loading backdrop is active (7 ms) + ✓ loading backdrop is not active (2 ms) + +PASS src/components/ui/Spinner/Spinner.test.tsx + + ✓ should render without crash (6 ms) + +PASS src/core/utils/strings.test.ts + convertSnakeToCamel + ✓ correctly convert snake case to camel case + +PASS src/area/connection/components/JobHistoryItem/VirtualLogs.test.ts + sanitizeHtml + ✓ should return a normal logLine as it is (2 ms) + ✓ should escape HTML inside a log line (2 ms) + getMatchIndices + ✓ should return empty array if no match (1 ms) + ✓ should return an array with one match if there is a single match (1 ms) + ✓ should return an array with multiple matches if there are multiple matches + +PASS src/components/source/SelectConnector/SelectConnector.test.tsx + SelectConnector + ✓ Tracks an analytics event when a connector is selected (69 ms) + +PASS src/core/errors/components/DefaultErrorBoundary.test.tsx + DefaultErrorBoundary + ✓ should render children when no error is thrown (21 ms) + ✓ should render error view when an error is thrown (620 ms) + ✓ should log the error when it throws (56 ms) + +PASS src/views/Connector/ConnectorDocumentationLayout/DocumentationPanel.test.ts + prepareMarkdown + ✓ should prepare markdown for cloud (1 ms) + ✓ should prepare markdown for oss (1 ms) + +PASS src/components/ui/TagInput/TagInput.test.tsx (5.16 s) + + ✓ renders with defaultValue (674 ms) + ✓ correctly removes a tag when user clicks its Remove button (178 ms) + delimiters and keypress events create tags + ✓ adds a tag when user types a tag and hits enter (630 ms) + ✓ adds a tag when user types a tag and hits tab (425 ms) + ✓ adds multiple tags when a user enters a string with commas (479 ms) + ✓ adds multiple tags when a user enters a string with semicolons (277 ms) + ✓ handles a combination of methods at once (544 ms) + +PASS src/components/connection/CreateConnectionForm/CreateConnectionForm.test.tsx (25.898 s) + CreateConnectionForm + ✓ should render (2272 ms) + ✓ should render when loading (5 ms) + ✓ should render with an error (6 ms) + cron expression validation + ✓ should display an error for an invalid cron expression (1725 ms) + ✓ should allow cron expressions under one hour when feature enabled (1231 ms) + ✓ should not allow cron expressions under one hour when feature not enabled (1512 ms) + +PASS src/pages/connections/ConnectionReplicationPage/ConnectionReplicationPage.test.tsx (39.395 s) + ConnectionReplicationPage + ✓ should render (1832 ms) + ✓ should show an error if there is a schemaError (988 ms) + ✓ should show loading if the schema is refreshing (977 ms) + cron expression validation + ✓ should display an error for an invalid cron expression (2655 ms) + ✓ should allow cron expressions under one hour when feature enabled (2147 ms) + ✓ should not allow cron expressions under one hour when feature not enabled (1429 ms) + +PASS src/views/Connector/ConnectorForm/ConnectorForm.test.tsx (80.637 s) + Connector form + should display json schema specs + ✓ should display general components: submit button, name and serviceType fields (939 ms) + ✓ should display text input field (522 ms) + ✓ should display number input field (444 ms) + ✓ should display secret input field (432 ms) + ✓ should display textarea field (426 ms) + ✓ should display oneOf field (422 ms) + ✓ should display array of simple entity field (424 ms) + ✓ should display array with items list field (420 ms) + ✓ should display array of objects field (424 ms) + filling service form + ✓ should render optional field hidden, but allow to open and edit (1948 ms) + ✓ should always render always_show optional field, but not require it (1551 ms) + ✓ should not render entire optional object and oneOf fields as hidden, but render the optional sub-fields as hidden (5395 ms) + ✓ should load optional fields' default values in collapsed fields (1187 ms) + ✓ should auto-expand optional sections containing a field with an existing non-default value (1210 ms) + ✓ should allow nested one ofs (3761 ms) + ✓ should not submit with failed validation (1557 ms) + ✓ should cast existing data, throwing away unknown properties and cast existing ones (1257 ms) + ✓ should fill password (1446 ms) + ✓ should change password (1552 ms) + ✓ should fill right values in array of simple entity field (2302 ms) + ✓ should extend right values in array of simple entity field (1802 ms) + ✓ should fill right values in array with items list field (1686 ms) + ✓ should add values in array with items list field (1475 ms) + ✓ change oneOf field value (1755 ms) + ✓ should fill right values oneOf field (1860 ms) + ✓ should change value in existing oneOf (1418 ms) + ✓ should fill right values in array of objects field (5893 ms) + ✓ should extend values in array of objects field (3761 ms) + oauth flow + ✓ should render regular inputs for auth fields (442 ms) + ✓ should render the oauth button (441 ms) + ✓ should insert values correctly and submit them (532 ms) + ✓ should render reauthenticate message if there are form values already (446 ms) + ✓ should hide the oauth button when switching auth strategy (547 ms) + ✓ should render the oauth button on the top level (434 ms) + +Test Suites: 78 passed, 78 total +Tests: 1 todo, 648 passed, 649 total +Snapshots: 26 passed, 26 total +Time: 82.925 s +:airbyte-webapp:unusedCode + +> airbyte-webapp@ unused-code /actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> knip --production --reporter markdown || { echo '[^] The above files and dependencies are not used within the code base. Please delete them or explicitly ignore them in knip.jsonc.'; exit 1; } + +The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details. +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +# Knip report + +:airbyte-webapp:validateLock + +> airbyte-webapp@ validate-lock /actions-runner/_work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> node ./scripts/validate-lock-files.js + +Lock file validation successful. +:airbyte-webapp:check +:airbyte-webapp:build + +BUILD SUCCESSFUL in 9m 48s +1804 actionable tasks: 319 executed, 919 from cache, 566 up-to-date + +Publishing build scan... +https://gradle.com/s/hrl5no6teenle + +S3 cache 07:41 wasted (07:37 wasted on hits, 4s wasted on misses), reads: 2220, hits: 2189, elapsed: 03:22, received: 79 MiB +S3 cache writes: 31, elapsed: 7s, sent to cache: 5788 KiB +:buildSrc:extractPluginRequests UP-TO-DATE +:buildSrc:generatePluginAdapters UP-TO-DATE +:buildSrc:compileJava UP-TO-DATE +:buildSrc:compileGroovy UP-TO-DATE +:buildSrc:compileGroovyPlugins UP-TO-DATE +:buildSrc:pluginDescriptors UP-TO-DATE +:buildSrc:processResources UP-TO-DATE +:buildSrc:classes UP-TO-DATE +:buildSrc:jar UP-TO-DATE +Transforming buildSrc.jar (project :buildSrc) with ProjectDependencyInstrumentingArtifactTransform +:airbyte-api:checkKotlinGradlePluginConfigurationErrors:airbyte-api:checkKotlinGradlePluginConfigurationErrors + +:airbyte-db:db-lib:checkKotlinGradlePluginConfigurationErrors:airbyte-db:db-lib:checkKotlinGradlePluginConfigurationErrors + +:airbyte-config:config-models:checkKotlinGradlePluginConfigurationErrors:airbyte-config:config-models:checkKotlinGradlePluginConfigurationErrors + +:airbyte-json-validation:checkKotlinGradlePluginConfigurationErrors:airbyte-json-validation:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons-temporal-core:checkKotlinGradlePluginConfigurationErrors:airbyte-commons-temporal-core:checkKotlinGradlePluginConfigurationErrors + +:airbyte-analytics:checkKotlinGradlePluginConfigurationErrors:airbyte-analytics:checkKotlinGradlePluginConfigurationErrors + +:airbyte-db:jooq:checkKotlinGradlePluginConfigurationErrors:airbyte-db:jooq:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons:checkKotlinGradlePluginConfigurationErrors:airbyte-commons:checkKotlinGradlePluginConfigurationErrors + +:airbyte-config:config-models:processResources:airbyte-config:config-models:processResources + +:airbyte-api:genApiClient2:airbyte-api:genApiClient2 + +:airbyte-db:db-lib:processResources:airbyte-db:db-lib:processResources + +:airbyte-analytics:processResources:airbyte-analytics:processResources + +:airbyte-commons:compileKotlin:airbyte-commons:compileKotlin + +:airbyte-workload-api-server:checkKotlinGradlePluginConfigurationErrors:airbyte-workload-api-server:checkKotlinGradlePluginConfigurationErrors + +:airbyte-metrics:metrics-lib:checkKotlinGradlePluginConfigurationErrors:airbyte-metrics:metrics-lib:checkKotlinGradlePluginConfigurationErrors + +:airbyte-bootloader:checkKotlinGradlePluginConfigurationErrors:airbyte-bootloader:checkKotlinGradlePluginConfigurationErrors + +:airbyte-api-server:checkKotlinGradlePluginConfigurationErrors:airbyte-api-server:checkKotlinGradlePluginConfigurationErrors + +:airbyte-analytics:processResources :airbyte-analytics:processResources NO-SOURCENO-SOURCE + +:airbyte-analytics:generatePomFileForPublishPublication:airbyte-analytics:generatePomFileForPublishPublication + +:airbyte-api-server:processResources:airbyte-api-server:processResources + +:airbyte-featureflag:checkKotlinGradlePluginConfigurationErrors:airbyte-featureflag:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons-micronaut:checkKotlinGradlePluginConfigurationErrors:airbyte-commons-micronaut:checkKotlinGradlePluginConfigurationErrors + +:airbyte-featureflag:kaptGenerateStubsKotlin:airbyte-featureflag:kaptGenerateStubsKotlin + +:airbyte-commons-auth:checkKotlinGradlePluginConfigurationErrors:airbyte-commons-auth:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons-license:checkKotlinGradlePluginConfigurationErrors:airbyte-commons-license:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons-protocol:checkKotlinGradlePluginConfigurationErrors:airbyte-commons-protocol:checkKotlinGradlePluginConfigurationErrors + +:airbyte-db:db-lib:processResources :airbyte-db:db-lib:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-commons-protocol:processResources:airbyte-commons-protocol:processResources + +:airbyte-data:checkKotlinGradlePluginConfigurationErrors:airbyte-data:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons-protocol:processResources :airbyte-commons-protocol:processResources NO-SOURCENO-SOURCE + +:airbyte-config:config-secrets:checkKotlinGradlePluginConfigurationErrors:airbyte-config:config-secrets:checkKotlinGradlePluginConfigurationErrors + +:airbyte-api-server:processResources :airbyte-api-server:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-api-server:generatePomFileForPublishPublication:airbyte-api-server:generatePomFileForPublishPublication + +:airbyte-config:config-persistence:checkKotlinGradlePluginConfigurationErrors:airbyte-config:config-persistence:checkKotlinGradlePluginConfigurationErrors + +:airbyte-config:specs:checkKotlinGradlePluginConfigurationErrors:airbyte-config:specs:checkKotlinGradlePluginConfigurationErrors + +:airbyte-config:config-models:processResources :airbyte-config:config-models:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-config:init:checkKotlinGradlePluginConfigurationErrors:airbyte-config:init:checkKotlinGradlePluginConfigurationErrors + +:airbyte-config:config-models:generateJsonSchema2Pojo:airbyte-config:config-models:generateJsonSchema2Pojo + +:airbyte-notification:checkKotlinGradlePluginConfigurationErrors:airbyte-notification:checkKotlinGradlePluginConfigurationErrors + +:airbyte-persistence:job-persistence:checkKotlinGradlePluginConfigurationErrors:airbyte-persistence:job-persistence:checkKotlinGradlePluginConfigurationErrors + +:airbyte-oauth:checkKotlinGradlePluginConfigurationErrors:airbyte-oauth:checkKotlinGradlePluginConfigurationErrors + +:airbyte-bootloader:processResources:airbyte-bootloader:processResources + +:airbyte-commons-auth:processResources :airbyte-commons-auth:processResources NO-SOURCENO-SOURCE + +:airbyte-commons-auth:generatePomFileForPublishPublication:airbyte-commons-auth:generatePomFileForPublishPublication + +:airbyte-config:config-models:generateJsonSchema2Pojo :airbyte-config:config-models:generateJsonSchema2Pojo UP-TO-DATEUP-TO-DATE + +:airbyte-commons-converters:checkKotlinGradlePluginConfigurationErrors:airbyte-commons-converters:checkKotlinGradlePluginConfigurationErrors + +:airbyte-bootloader:processResources :airbyte-bootloader:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-bootloader:generatePomFileForPublishPublication:airbyte-bootloader:generatePomFileForPublishPublication + +:airbyte-commons-converters:processResources :airbyte-commons-converters:processResources NO-SOURCENO-SOURCE + +:airbyte-commons-converters:generatePomFileForPublishPublication:airbyte-commons-converters:generatePomFileForPublishPublication + +:airbyte-api:genApiClient2 :airbyte-api:genApiClient2 UP-TO-DATEUP-TO-DATE + +:airbyte-api:genConnectorBuilderServerApiClient :airbyte-api:genConnectorBuilderServerApiClient UP-TO-DATEUP-TO-DATE + +:airbyte-api:generateAirbyteApiServer :airbyte-api:generateAirbyteApiServer UP-TO-DATEUP-TO-DATE + +:airbyte-api:generateApiClient :airbyte-api:generateApiClient UP-TO-DATEUP-TO-DATE + +:airbyte-api:generateApiDocs :airbyte-api:generateApiDocs UP-TO-DATEUP-TO-DATE + +:airbyte-api:generateApiServer:airbyte-api:generateApiServer + +:airbyte-featureflag:kaptGenerateStubsKotlin :airbyte-featureflag:kaptGenerateStubsKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-featureflag:kaptKotlin :airbyte-featureflag:kaptKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-featureflag:compileKotlin:airbyte-featureflag:compileKotlin + +:airbyte-api:generateApiServer :airbyte-api:generateApiServer UP-TO-DATEUP-TO-DATE + +:airbyte-api:generatePublicApiServer:airbyte-api:generatePublicApiServer + +:airbyte-featureflag:compileKotlin :airbyte-featureflag:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-featureflag:compileJava :airbyte-featureflag:compileJava NO-SOURCENO-SOURCE + +:airbyte-commons-license:processResources :airbyte-commons-license:processResources NO-SOURCENO-SOURCE + +:airbyte-commons-license:generatePomFileForPublishPublication:airbyte-commons-license:generatePomFileForPublishPublication + +:airbyte-api:generatePublicApiServer :airbyte-api:generatePublicApiServer UP-TO-DATEUP-TO-DATE + +:airbyte-api:processResources :airbyte-api:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-api:generatePomFileForPublishPublication:airbyte-api:generatePomFileForPublishPublication + +:airbyte-commons:compileKotlin :airbyte-commons:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons-micronaut:processResources :airbyte-commons-micronaut:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-commons:compileJava :airbyte-commons:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-json-validation:compileKotlin :airbyte-json-validation:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-json-validation:compileJava :airbyte-json-validation:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-models:kaptGenerateStubsKotlin:airbyte-config:config-models:kaptGenerateStubsKotlin + +:airbyte-commons:downloadSpecSecretMask:airbyte-commons:downloadSpecSecretMask + +Download https://connectors.airbyte.com/files/registries/v0/specs_secrets_mask.yamlDownload https://connectors.airbyte.com/files/registries/v0/specs_secrets_mask.yaml + +:airbyte-commons-auth:kaptGenerateStubsKotlin:airbyte-commons-auth:kaptGenerateStubsKotlin + +:airbyte-commons:downloadSpecSecretMask :airbyte-commons:downloadSpecSecretMask UP-TO-DATEUP-TO-DATE + +:airbyte-commons-protocol:compileKotlin:airbyte-commons-protocol:compileKotlin + +:airbyte-commons:processResources :airbyte-commons:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-commons:classes :airbyte-commons:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons:jar :airbyte-commons:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons:generateMetadataFileForPublishPublication:airbyte-commons:generateMetadataFileForPublishPublication + +:airbyte-commons-micronaut:generatePomFileForPublishPublication:airbyte-commons-micronaut:generatePomFileForPublishPublication + +:airbyte-commons-protocol:compileKotlin :airbyte-commons-protocol:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-commons-protocol:compileJava:airbyte-commons-protocol:compileJava + +:airbyte-commons-micronaut-security:checkKotlinGradlePluginConfigurationErrors:airbyte-commons-micronaut-security:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons-micronaut-security:compileKotlin:airbyte-commons-micronaut-security:compileKotlin + +:airbyte-commons-protocol:compileJava :airbyte-commons-protocol:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-protocol:classes :airbyte-commons-protocol:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-protocol:jar :airbyte-commons-protocol:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons-protocol:generateMetadataFileForPublishPublication:airbyte-commons-protocol:generateMetadataFileForPublishPublication + +:airbyte-commons-micronaut-security:compileKotlin :airbyte-commons-micronaut-security:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-commons-micronaut-security:compileJava:airbyte-commons-micronaut-security:compileJava + +:airbyte-commons:generatePomFileForPublishPublication:airbyte-commons:generatePomFileForPublishPublication + +:airbyte-commons:publishPublishPublicationToCloudrepoRepository:airbyte-commons:publishPublishPublicationToCloudrepoRepository + +:airbyte-commons-micronaut-security:compileJava :airbyte-commons-micronaut-security:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-micronaut-security:processResources :airbyte-commons-micronaut-security:processResources NO-SOURCENO-SOURCE + +:airbyte-commons-micronaut-security:classes :airbyte-commons-micronaut-security:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-micronaut-security:jar :airbyte-commons-micronaut-security:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons-micronaut-security:generateMetadataFileForPublishPublication:airbyte-commons-micronaut-security:generateMetadataFileForPublishPublication + +:airbyte-config:config-models:kaptGenerateStubsKotlin :airbyte-config:config-models:kaptGenerateStubsKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-models:kaptKotlin:airbyte-config:config-models:kaptKotlin + +:airbyte-commons-auth:kaptGenerateStubsKotlin :airbyte-commons-auth:kaptGenerateStubsKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons-auth:kaptKotlin :airbyte-commons-auth:kaptKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons-auth:compileKotlin :airbyte-commons-auth:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-commons-auth:compileJava:airbyte-commons-auth:compileJava + +:airbyte-config:config-models:kaptKotlin :airbyte-config:config-models:kaptKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-models:compileKotlin:airbyte-config:config-models:compileKotlin + +:airbyte-commons-auth:compileJava :airbyte-commons-auth:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-auth:classes :airbyte-commons-auth:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-auth:jar :airbyte-commons-auth:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons-auth:generateMetadataFileForPublishPublication:airbyte-commons-auth:generateMetadataFileForPublishPublication + +:airbyte-commons-temporal:checkKotlinGradlePluginConfigurationErrors:airbyte-commons-temporal:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons-server:checkKotlinGradlePluginConfigurationErrors:airbyte-commons-server:checkKotlinGradlePluginConfigurationErrors + +:airbyte-worker-models:checkKotlinGradlePluginConfigurationErrors:airbyte-worker-models:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons-with-dependencies:checkKotlinGradlePluginConfigurationErrors:airbyte-commons-with-dependencies:checkKotlinGradlePluginConfigurationErrors + +:airbyte-worker-models:processResources:airbyte-worker-models:processResources + +:airbyte-commons-server:processResources :airbyte-commons-server:processResources NO-SOURCENO-SOURCE + +:airbyte-commons-server:generatePomFileForPublishPublication:airbyte-commons-server:generatePomFileForPublishPublication + +:airbyte-worker-models:processResources :airbyte-worker-models:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-worker-models:generateJsonSchema2Pojo :airbyte-worker-models:generateJsonSchema2Pojo UP-TO-DATEUP-TO-DATE + +:airbyte-commons-temporal:processResources :airbyte-commons-temporal:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-commons-temporal:generatePomFileForPublishPublication:airbyte-commons-temporal:generatePomFileForPublishPublication + +:airbyte-config:config-models:compileKotlin :airbyte-config:config-models:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-models:compileJava :airbyte-config:config-models:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-db:db-lib:compileKotlin :airbyte-db:db-lib:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-db:db-lib:compileJava :airbyte-db:db-lib:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-models:classes :airbyte-config:config-models:classes UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-models:jar :airbyte-config:config-models:jar UP-TO-DATEUP-TO-DATE + +:airbyte-db:db-lib:classes :airbyte-db:db-lib:classes UP-TO-DATEUP-TO-DATE + +:airbyte-db:db-lib:jar :airbyte-db:db-lib:jar UP-TO-DATEUP-TO-DATE + +:airbyte-db:jooq:generateConfigsDatabaseJooq :airbyte-db:jooq:generateConfigsDatabaseJooq UP-TO-DATEUP-TO-DATE + +:airbyte-db:jooq:generateJobsDatabaseJooq :airbyte-db:jooq:generateJobsDatabaseJooq UP-TO-DATEUP-TO-DATE + +:airbyte-db:jooq:compileKotlin :airbyte-db:jooq:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-db:jooq:compileJava :airbyte-db:jooq:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-metrics:metrics-lib:kaptGenerateStubsKotlin :airbyte-metrics:metrics-lib:kaptGenerateStubsKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-metrics:metrics-lib:kaptKotlin :airbyte-metrics:metrics-lib:kaptKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-metrics:metrics-lib:compileKotlin :airbyte-metrics:metrics-lib:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-metrics:metrics-lib:compileJava :airbyte-metrics:metrics-lib:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-temporal-core:compileKotlin :airbyte-commons-temporal-core:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons-temporal-core:compileJava :airbyte-commons-temporal-core:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-workload-api-server:kaptGenerateStubsKotlin :airbyte-workload-api-server:kaptGenerateStubsKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-workload-api-server:kaptKotlin :airbyte-workload-api-server:kaptKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-workload-api-server:compileKotlin :airbyte-workload-api-server:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-api:genWorkloadApiClient :airbyte-api:genWorkloadApiClient UP-TO-DATEUP-TO-DATE + +:airbyte-api:kaptGenerateStubsKotlin :airbyte-api:kaptGenerateStubsKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-api:kaptKotlin :airbyte-api:kaptKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-api:compileKotlin :airbyte-api:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-api:compileJava :airbyte-api:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-analytics:kaptGenerateStubsKotlin :airbyte-analytics:kaptGenerateStubsKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-analytics:kaptKotlin :airbyte-analytics:kaptKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-analytics:compileKotlin :airbyte-analytics:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-analytics:compileJava :airbyte-analytics:compileJava NO-SOURCENO-SOURCE + +:airbyte-analytics:classes :airbyte-analytics:classes UP-TO-DATEUP-TO-DATE + +:airbyte-analytics:jar :airbyte-analytics:jar UP-TO-DATEUP-TO-DATE + +:airbyte-analytics:generateMetadataFileForPublishPublication:airbyte-analytics:generateMetadataFileForPublishPublication + +:airbyte-api:classes :airbyte-api:classes UP-TO-DATEUP-TO-DATE + +:airbyte-api:jar :airbyte-api:jar UP-TO-DATEUP-TO-DATE + +:airbyte-api:generateMetadataFileForPublishPublication:airbyte-api:generateMetadataFileForPublishPublication + +:airbyte-api-server:kaptGenerateStubsKotlin:airbyte-api-server:kaptGenerateStubsKotlin + +:airbyte-config:config-secrets:kaptGenerateStubsKotlin:airbyte-config:config-secrets:kaptGenerateStubsKotlin + +:airbyte-analytics:publishPublishPublicationToCloudrepoRepository:airbyte-analytics:publishPublishPublicationToCloudrepoRepository + +:airbyte-config:specs:compileKotlin :airbyte-config:specs:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-config:specs:compileJava:airbyte-config:specs:compileJava + +:airbyte-commons-micronaut:compileKotlin :airbyte-commons-micronaut:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-commons-micronaut:compileJava:airbyte-commons-micronaut:compileJava + +:airbyte-config:specs:compileJava :airbyte-config:specs:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-notification:kaptGenerateStubsKotlin:airbyte-notification:kaptGenerateStubsKotlin + +:airbyte-commons-micronaut:compileJava :airbyte-commons-micronaut:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-license:compileKotlin :airbyte-commons-license:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-commons-license:compileJava:airbyte-commons-license:compileJava + +:airbyte-commons:publish:airbyte-commons:publish + +:airbyte-commons-auth:publishPublishPublicationToCloudrepoRepository:airbyte-commons-auth:publishPublishPublicationToCloudrepoRepository + +:airbyte-api:publishPublishPublicationToCloudrepoRepository:airbyte-api:publishPublishPublicationToCloudrepoRepository + +:airbyte-commons-license:compileJava :airbyte-commons-license:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-license:classes :airbyte-commons-license:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-license:jar :airbyte-commons-license:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons-license:generateMetadataFileForPublishPublication:airbyte-commons-license:generateMetadataFileForPublishPublication + +:airbyte-commons-license:publishPublishPublicationToCloudrepoRepository:airbyte-commons-license:publishPublishPublicationToCloudrepoRepository + +:airbyte-notification:kaptGenerateStubsKotlin :airbyte-notification:kaptGenerateStubsKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-notification:kaptKotlin :airbyte-notification:kaptKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-notification:compileKotlin:airbyte-notification:compileKotlin + +:airbyte-config:config-secrets:kaptGenerateStubsKotlin :airbyte-config:config-secrets:kaptGenerateStubsKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-secrets:kaptKotlin :airbyte-config:config-secrets:kaptKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-secrets:compileKotlin:airbyte-config:config-secrets:compileKotlin + +:airbyte-notification:compileKotlin :airbyte-notification:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-notification:compileJava :airbyte-notification:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-micronaut:classes :airbyte-commons-micronaut:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-micronaut:jar :airbyte-commons-micronaut:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons-micronaut:generateMetadataFileForPublishPublication:airbyte-commons-micronaut:generateMetadataFileForPublishPublication + +:airbyte-commons-micronaut:publishPublishPublicationToCloudrepoRepository:airbyte-commons-micronaut:publishPublishPublicationToCloudrepoRepository + +:airbyte-api-server:kaptGenerateStubsKotlin :airbyte-api-server:kaptGenerateStubsKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-api-server:kaptKotlin:airbyte-api-server:kaptKotlin + +:airbyte-config:config-secrets:compileKotlin :airbyte-config:config-secrets:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-secrets:compileJava :airbyte-config:config-secrets:compileJava NO-SOURCENO-SOURCE + +:airbyte-data:kaptGenerateStubsKotlin:airbyte-data:kaptGenerateStubsKotlin + +:airbyte-api-server:kaptKotlin :airbyte-api-server:kaptKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-api-server:compileKotlin:airbyte-api-server:compileKotlin + +:airbyte-commons-micronaut-security:generatePomFileForPublishPublication:airbyte-commons-micronaut-security:generatePomFileForPublishPublication + +:airbyte-commons-micronaut-security:publishPublishPublicationToCloudrepoRepository:airbyte-commons-micronaut-security:publishPublishPublicationToCloudrepoRepository + +:airbyte-data:kaptGenerateStubsKotlin :airbyte-data:kaptGenerateStubsKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-data:kaptKotlin:airbyte-data:kaptKotlin + +:airbyte-api-server:compileKotlin :airbyte-api-server:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-api-server:compileJava :airbyte-api-server:compileJava NO-SOURCENO-SOURCE + +:airbyte-api-server:classes :airbyte-api-server:classes UP-TO-DATEUP-TO-DATE + +:airbyte-api-server:jar :airbyte-api-server:jar UP-TO-DATEUP-TO-DATE + +:airbyte-api-server:generateMetadataFileForPublishPublication:airbyte-api-server:generateMetadataFileForPublishPublication + +:airbyte-data:kaptKotlin :airbyte-data:kaptKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-data:compileKotlin :airbyte-data:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-data:compileJava :airbyte-data:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-persistence:kaptGenerateStubsKotlin :airbyte-config:config-persistence:kaptGenerateStubsKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-persistence:kaptKotlin :airbyte-config:config-persistence:kaptKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-persistence:compileKotlin :airbyte-config:config-persistence:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-persistence:compileJava :airbyte-config:config-persistence:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-oauth:compileKotlin :airbyte-oauth:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-oauth:compileJava :airbyte-oauth:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-persistence:job-persistence:kaptGenerateStubsKotlin :airbyte-persistence:job-persistence:kaptGenerateStubsKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-persistence:job-persistence:kaptKotlin :airbyte-persistence:job-persistence:kaptKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-persistence:job-persistence:compileKotlin :airbyte-persistence:job-persistence:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-persistence:job-persistence:compileJava :airbyte-persistence:job-persistence:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-config:init:compileKotlin :airbyte-config:init:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-config:init:compileJava :airbyte-config:init:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-bootloader:compileKotlin :airbyte-bootloader:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-bootloader:compileJava :airbyte-bootloader:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-bootloader:classes :airbyte-bootloader:classes UP-TO-DATEUP-TO-DATE + +:airbyte-bootloader:jar :airbyte-bootloader:jar UP-TO-DATEUP-TO-DATE + +:airbyte-bootloader:generateMetadataFileForPublishPublication:airbyte-bootloader:generateMetadataFileForPublishPublication + +:airbyte-commons-auth:publish:airbyte-commons-auth:publish + +:airbyte-commons-converters:compileKotlin :airbyte-commons-converters:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-commons-converters:compileJava :airbyte-commons-converters:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-converters:classes :airbyte-commons-converters:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-converters:jar :airbyte-commons-converters:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons-converters:generateMetadataFileForPublishPublication:airbyte-commons-converters:generateMetadataFileForPublishPublication + +:airbyte-commons-micronaut-security:publish:airbyte-commons-micronaut-security:publish + +:airbyte-commons-protocol:generatePomFileForPublishPublication:airbyte-commons-protocol:generatePomFileForPublishPublication + +:airbyte-commons-protocol:publishPublishPublicationToCloudrepoRepository:airbyte-commons-protocol:publishPublishPublicationToCloudrepoRepository + +:airbyte-commons-micronaut:publish:airbyte-commons-micronaut:publish + +:airbyte-worker-models:compileKotlin :airbyte-worker-models:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-bootloader:publishPublishPublicationToCloudrepoRepository:airbyte-bootloader:publishPublishPublicationToCloudrepoRepository + +:airbyte-worker-models:compileJava :airbyte-worker-models:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-temporal:compileKotlin :airbyte-commons-temporal:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-commons-temporal:compileJava :airbyte-commons-temporal:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-with-dependencies:compileKotlin :airbyte-commons-with-dependencies:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-commons-with-dependencies:compileJava :airbyte-commons-with-dependencies:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-server:kaptGenerateStubsKotlin:airbyte-commons-server:kaptGenerateStubsKotlin + +:airbyte-analytics:publish:airbyte-analytics:publish + +:airbyte-commons-temporal:classes :airbyte-commons-temporal:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-temporal:jar :airbyte-commons-temporal:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons-temporal:generateMetadataFileForPublishPublication:airbyte-commons-temporal:generateMetadataFileForPublishPublication + +:airbyte-commons-license:publish:airbyte-commons-license:publish + +:airbyte-commons-temporal-core:processResources :airbyte-commons-temporal-core:processResources NO-SOURCENO-SOURCE + +:airbyte-commons-temporal-core:classes :airbyte-commons-temporal-core:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-temporal-core:jar :airbyte-commons-temporal-core:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons-temporal-core:generateMetadataFileForPublishPublication:airbyte-commons-temporal-core:generateMetadataFileForPublishPublication + +:airbyte-commons-temporal-core:generatePomFileForPublishPublication:airbyte-commons-temporal-core:generatePomFileForPublishPublication + +:airbyte-commons-temporal-core:publishPublishPublicationToCloudrepoRepository:airbyte-commons-temporal-core:publishPublishPublicationToCloudrepoRepository + +:airbyte-commons-server:kaptGenerateStubsKotlin :airbyte-commons-server:kaptGenerateStubsKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons-server:kaptKotlin :airbyte-commons-server:kaptKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons-server:compileKotlin :airbyte-commons-server:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons-server:compileJava :airbyte-commons-server:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-server:classes :airbyte-commons-server:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-server:jar :airbyte-commons-server:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons-server:generateMetadataFileForPublishPublication:airbyte-commons-server:generateMetadataFileForPublishPublication + +:airbyte-api:publish:airbyte-api:publish + +:airbyte-commons-with-dependencies:processResources :airbyte-commons-with-dependencies:processResources NO-SOURCENO-SOURCE + +:airbyte-commons-with-dependencies:classes :airbyte-commons-with-dependencies:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-with-dependencies:jar :airbyte-commons-with-dependencies:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons-with-dependencies:generateMetadataFileForPublishPublication:airbyte-commons-with-dependencies:generateMetadataFileForPublishPublication + +:airbyte-commons-converters:publishPublishPublicationToCloudrepoRepository:airbyte-commons-converters:publishPublishPublicationToCloudrepoRepository + +:airbyte-commons-temporal:publishPublishPublicationToCloudrepoRepository:airbyte-commons-temporal:publishPublishPublicationToCloudrepoRepository + +:airbyte-api-server:publishPublishPublicationToCloudrepoRepository:airbyte-api-server:publishPublishPublicationToCloudrepoRepository + +:airbyte-bootloader:publish:airbyte-bootloader:publish + +:airbyte-commons-worker:checkKotlinGradlePluginConfigurationErrors:airbyte-commons-worker:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons-worker:kaptGenerateStubsKotlin:airbyte-commons-worker:kaptGenerateStubsKotlin + +:airbyte-commons-temporal-core:publish:airbyte-commons-temporal-core:publish + +:airbyte-connector-builder-server:checkKotlinGradlePluginConfigurationErrors:airbyte-connector-builder-server:checkKotlinGradlePluginConfigurationErrors + +:airbyte-connector-builder-server:generateOpenApiServer :airbyte-connector-builder-server:generateOpenApiServer UP-TO-DATEUP-TO-DATE + +:airbyte-connector-builder-server:processResources :airbyte-connector-builder-server:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-connector-builder-server:generatePomFileForPublishPublication:airbyte-connector-builder-server:generatePomFileForPublishPublication + +:airbyte-commons-worker:kaptGenerateStubsKotlin :airbyte-commons-worker:kaptGenerateStubsKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons-worker:kaptKotlin :airbyte-commons-worker:kaptKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons-worker:compileKotlin :airbyte-commons-worker:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons-worker:compileJava :airbyte-commons-worker:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-worker:processResources :airbyte-commons-worker:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-commons-worker:classes :airbyte-commons-worker:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-worker:jar :airbyte-commons-worker:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons-worker:generateMetadataFileForPublishPublication:airbyte-commons-worker:generateMetadataFileForPublishPublication + +:airbyte-commons-protocol:publish:airbyte-commons-protocol:publish + +:airbyte-connector-sidecar:checkKotlinGradlePluginConfigurationErrors:airbyte-connector-sidecar:checkKotlinGradlePluginConfigurationErrors + +:airbyte-connector-sidecar:kaptGenerateStubsKotlin:airbyte-connector-sidecar:kaptGenerateStubsKotlin + +:airbyte-connector-builder-server:compileKotlin :airbyte-connector-builder-server:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-connector-builder-server:compileJava :airbyte-connector-builder-server:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-connector-builder-server:classes :airbyte-connector-builder-server:classes UP-TO-DATEUP-TO-DATE + +:airbyte-connector-builder-server:jar :airbyte-connector-builder-server:jar UP-TO-DATEUP-TO-DATE + +:airbyte-connector-builder-server:generateMetadataFileForPublishPublication:airbyte-connector-builder-server:generateMetadataFileForPublishPublication + +:airbyte-connector-builder-server:publishPublishPublicationToCloudrepoRepository:airbyte-connector-builder-server:publishPublishPublicationToCloudrepoRepository + +:airbyte-connector-sidecar:kaptGenerateStubsKotlin :airbyte-connector-sidecar:kaptGenerateStubsKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-connector-sidecar:kaptKotlin :airbyte-connector-sidecar:kaptKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-connector-sidecar:compileKotlin :airbyte-connector-sidecar:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-connector-sidecar:compileJava :airbyte-connector-sidecar:compileJava NO-SOURCENO-SOURCE + +:airbyte-connector-sidecar:processResources :airbyte-connector-sidecar:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-connector-sidecar:classes :airbyte-connector-sidecar:classes UP-TO-DATEUP-TO-DATE + +:airbyte-connector-sidecar:jar :airbyte-connector-sidecar:jar UP-TO-DATEUP-TO-DATE + +:airbyte-connector-sidecar:generateMetadataFileForPublishPublication:airbyte-connector-sidecar:generateMetadataFileForPublishPublication + +:airbyte-commons-converters:publish:airbyte-commons-converters:publish + +:airbyte-container-orchestrator:checkKotlinGradlePluginConfigurationErrors:airbyte-container-orchestrator:checkKotlinGradlePluginConfigurationErrors + +:airbyte-container-orchestrator:kaptGenerateStubsKotlin :airbyte-container-orchestrator:kaptGenerateStubsKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-container-orchestrator:kaptKotlin :airbyte-container-orchestrator:kaptKotlin SKIPPEDSKIPPED + +:airbyte-container-orchestrator:compileKotlin :airbyte-container-orchestrator:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-container-orchestrator:compileJava :airbyte-container-orchestrator:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-container-orchestrator:processResources :airbyte-container-orchestrator:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-container-orchestrator:classes :airbyte-container-orchestrator:classes UP-TO-DATEUP-TO-DATE + +:airbyte-container-orchestrator:jar :airbyte-container-orchestrator:jar UP-TO-DATEUP-TO-DATE + +:airbyte-container-orchestrator:generateMetadataFileForPublishPublication:airbyte-container-orchestrator:generateMetadataFileForPublishPublication + +:airbyte-commons-temporal:publish:airbyte-commons-temporal:publish + +:airbyte-cron:checkKotlinGradlePluginConfigurationErrors:airbyte-cron:checkKotlinGradlePluginConfigurationErrors + +:airbyte-cron:kaptGenerateStubsKotlin:airbyte-cron:kaptGenerateStubsKotlin + +:airbyte-container-orchestrator:generatePomFileForPublishPublication:airbyte-container-orchestrator:generatePomFileForPublishPublication + +:airbyte-connector-sidecar:generatePomFileForPublishPublication:airbyte-connector-sidecar:generatePomFileForPublishPublication + +:airbyte-commons-server:publishPublishPublicationToCloudrepoRepository:airbyte-commons-server:publishPublishPublicationToCloudrepoRepository + +:airbyte-commons-worker:generatePomFileForPublishPublication:airbyte-commons-worker:generatePomFileForPublishPublication + +:airbyte-commons-with-dependencies:generatePomFileForPublishPublication:airbyte-commons-with-dependencies:generatePomFileForPublishPublication + +:airbyte-commons-with-dependencies:publishPublishPublicationToCloudrepoRepository:airbyte-commons-with-dependencies:publishPublishPublicationToCloudrepoRepository + +:airbyte-api-server:publish:airbyte-api-server:publish + +:airbyte-data:processResources :airbyte-data:processResources NO-SOURCENO-SOURCE + +:airbyte-data:classes :airbyte-data:classes UP-TO-DATEUP-TO-DATE + +:airbyte-data:jar :airbyte-data:jar UP-TO-DATEUP-TO-DATE + +:airbyte-connector-sidecar:publishPublishPublicationToCloudrepoRepository:airbyte-connector-sidecar:publishPublishPublicationToCloudrepoRepository + +:airbyte-data:kaptGenerateStubsTestFixturesKotlin :airbyte-data:kaptGenerateStubsTestFixturesKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-data:kaptTestFixturesKotlin :airbyte-data:kaptTestFixturesKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-data:compileTestFixturesKotlin :airbyte-data:compileTestFixturesKotlin NO-SOURCENO-SOURCE + +:airbyte-data:compileTestFixturesJava :airbyte-data:compileTestFixturesJava NO-SOURCENO-SOURCE + +:airbyte-data:processTestFixturesResources :airbyte-data:processTestFixturesResources NO-SOURCENO-SOURCE + +:airbyte-data:testFixturesClasses :airbyte-data:testFixturesClasses UP-TO-DATEUP-TO-DATE + +:airbyte-data:testFixturesJar :airbyte-data:testFixturesJar UP-TO-DATEUP-TO-DATE + +:airbyte-data:generateMetadataFileForPublishPublication:airbyte-data:generateMetadataFileForPublishPublication + +:airbyte-cron:kaptGenerateStubsKotlin :airbyte-cron:kaptGenerateStubsKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-cron:kaptKotlin:airbyte-cron:kaptKotlin + +:airbyte-data:generatePomFileForPublishPublication:airbyte-data:generatePomFileForPublishPublication + +Maven publication 'publish' pom metadata warnings (silence with 'suppressPomMetadataWarningsFor(variant)'):Maven publication 'publish' pom metadata warnings (silence with 'suppressPomMetadataWarningsFor(variant)'): + + - Variant testFixturesApiElements: - Variant testFixturesApiElements: + + - Declares capability io.airbyte:airbyte-data-test-fixtures:0.58.0 which cannot be mapped to Maven - Declares capability io.airbyte:airbyte-data-test-fixtures:0.58.0 which cannot be mapped to Maven + + - Variant testFixturesRuntimeElements: - Variant testFixturesRuntimeElements: + + - Declares capability io.airbyte:airbyte-data-test-fixtures:0.58.0 which cannot be mapped to Maven - Declares capability io.airbyte:airbyte-data-test-fixtures:0.58.0 which cannot be mapped to Maven + +These issues indicate information that is lost in the published 'pom' metadata file, which may be an issue if the published library is consumed by an old Gradle version or Apache Maven.These issues indicate information that is lost in the published 'pom' metadata file, which may be an issue if the published library is consumed by an old Gradle version or Apache Maven. + +The 'module' metadata file, which is used by Gradle 6+ is not affected.The 'module' metadata file, which is used by Gradle 6+ is not affected. + +:airbyte-cron:kaptKotlin :airbyte-cron:kaptKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-data:publishPublishPublicationToCloudrepoRepository:airbyte-data:publishPublishPublicationToCloudrepoRepository + +:airbyte-cron:compileKotlin :airbyte-cron:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-cron:compileJava :airbyte-cron:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-cron:processResources :airbyte-cron:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-cron:classes :airbyte-cron:classes UP-TO-DATEUP-TO-DATE + +:airbyte-cron:jar :airbyte-cron:jar UP-TO-DATEUP-TO-DATE + +:airbyte-cron:generateMetadataFileForPublishPublication:airbyte-cron:generateMetadataFileForPublishPublication + +:airbyte-connector-builder-server:publish:airbyte-connector-builder-server:publish + +:airbyte-featureflag:processResources :airbyte-featureflag:processResources NO-SOURCENO-SOURCE + +:airbyte-featureflag:classes :airbyte-featureflag:classes UP-TO-DATEUP-TO-DATE + +:airbyte-featureflag:jar :airbyte-featureflag:jar UP-TO-DATEUP-TO-DATE + +:airbyte-featureflag:generateMetadataFileForPublishPublication:airbyte-featureflag:generateMetadataFileForPublishPublication + +:airbyte-featureflag:generatePomFileForPublishPublication:airbyte-featureflag:generatePomFileForPublishPublication + +:airbyte-featureflag:publishPublishPublicationToCloudrepoRepository:airbyte-featureflag:publishPublishPublicationToCloudrepoRepository + +:airbyte-connector-sidecar:publish:airbyte-connector-sidecar:publish + +:airbyte-json-validation:processResources :airbyte-json-validation:processResources NO-SOURCENO-SOURCE + +:airbyte-json-validation:classes :airbyte-json-validation:classes UP-TO-DATEUP-TO-DATE + +:airbyte-json-validation:jar :airbyte-json-validation:jar UP-TO-DATEUP-TO-DATE + +:airbyte-json-validation:generateMetadataFileForPublishPublication:airbyte-json-validation:generateMetadataFileForPublishPublication + +:airbyte-json-validation:generatePomFileForPublishPublication:airbyte-json-validation:generatePomFileForPublishPublication + +:airbyte-json-validation:publishPublishPublicationToCloudrepoRepository:airbyte-json-validation:publishPublishPublicationToCloudrepoRepository + +:airbyte-commons-with-dependencies:publish:airbyte-commons-with-dependencies:publish + +:airbyte-keycloak:checkKotlinGradlePluginConfigurationErrors:airbyte-keycloak:checkKotlinGradlePluginConfigurationErrors + +:airbyte-keycloak:compileKotlin :airbyte-keycloak:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-keycloak:compileJava :airbyte-keycloak:compileJava NO-SOURCENO-SOURCE + +:airbyte-keycloak:processResources :airbyte-keycloak:processResources NO-SOURCENO-SOURCE + +:airbyte-keycloak:classes :airbyte-keycloak:classes UP-TO-DATEUP-TO-DATE + +:airbyte-keycloak:jar :airbyte-keycloak:jar UP-TO-DATEUP-TO-DATE + +:airbyte-keycloak:generateMetadataFileForPublishPublication:airbyte-keycloak:generateMetadataFileForPublishPublication + +:airbyte-keycloak:generatePomFileForPublishPublication:airbyte-keycloak:generatePomFileForPublishPublication + +:airbyte-keycloak:publishPublishPublicationToCloudrepoRepository:airbyte-keycloak:publishPublishPublicationToCloudrepoRepository + +:airbyte-commons-server:publish:airbyte-commons-server:publish + +:airbyte-keycloak-setup:checkKotlinGradlePluginConfigurationErrors:airbyte-keycloak-setup:checkKotlinGradlePluginConfigurationErrors + +:airbyte-keycloak-setup:compileKotlin :airbyte-keycloak-setup:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-keycloak-setup:compileJava :airbyte-keycloak-setup:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-keycloak-setup:processResources :airbyte-keycloak-setup:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-keycloak-setup:classes :airbyte-keycloak-setup:classes UP-TO-DATEUP-TO-DATE + +:airbyte-keycloak-setup:jar :airbyte-keycloak-setup:jar UP-TO-DATEUP-TO-DATE + +:airbyte-keycloak-setup:generateMetadataFileForPublishPublication:airbyte-keycloak-setup:generateMetadataFileForPublishPublication + +:airbyte-data:publish:airbyte-data:publish + +:airbyte-micronaut-temporal:checkKotlinGradlePluginConfigurationErrors:airbyte-micronaut-temporal:checkKotlinGradlePluginConfigurationErrors + +:airbyte-micronaut-temporal:compileKotlin :airbyte-micronaut-temporal:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-keycloak-setup:generatePomFileForPublishPublication:airbyte-keycloak-setup:generatePomFileForPublishPublication + +:airbyte-micronaut-temporal:compileJava :airbyte-micronaut-temporal:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-micronaut-temporal:processResources :airbyte-micronaut-temporal:processResources NO-SOURCENO-SOURCE + +:airbyte-micronaut-temporal:classes :airbyte-micronaut-temporal:classes UP-TO-DATEUP-TO-DATE + +:airbyte-micronaut-temporal:jar :airbyte-micronaut-temporal:jar UP-TO-DATEUP-TO-DATE + +:airbyte-micronaut-temporal:generateMetadataFileForPublishPublication:airbyte-micronaut-temporal:generateMetadataFileForPublishPublication + +:airbyte-keycloak-setup:publishPublishPublicationToCloudrepoRepository:airbyte-keycloak-setup:publishPublishPublicationToCloudrepoRepository + +:airbyte-micronaut-temporal:generatePomFileForPublishPublication:airbyte-micronaut-temporal:generatePomFileForPublishPublication + +:airbyte-micronaut-temporal:publishPublishPublicationToCloudrepoRepository:airbyte-micronaut-temporal:publishPublishPublicationToCloudrepoRepository + +:airbyte-featureflag:publish:airbyte-featureflag:publish + +:airbyte-cron:generatePomFileForPublishPublication:airbyte-cron:generatePomFileForPublishPublication + +:airbyte-notification:processResources :airbyte-notification:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-notification:classes :airbyte-notification:classes UP-TO-DATEUP-TO-DATE + +:airbyte-notification:jar :airbyte-notification:jar UP-TO-DATEUP-TO-DATE + +:airbyte-notification:generateMetadataFileForPublishPublication:airbyte-notification:generateMetadataFileForPublishPublication + +:airbyte-keycloak:publish:airbyte-keycloak:publish + +:airbyte-oauth:processResources :airbyte-oauth:processResources NO-SOURCENO-SOURCE + +:airbyte-oauth:classes :airbyte-oauth:classes UP-TO-DATEUP-TO-DATE + +:airbyte-oauth:jar :airbyte-oauth:jar UP-TO-DATEUP-TO-DATE + +:airbyte-oauth:generateMetadataFileForPublishPublication:airbyte-oauth:generateMetadataFileForPublishPublication + +:airbyte-json-validation:publish:airbyte-json-validation:publish + +:airbyte-proxy:checkKotlinGradlePluginConfigurationErrors:airbyte-proxy:checkKotlinGradlePluginConfigurationErrors + +:airbyte-proxy:compileKotlin :airbyte-proxy:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-proxy:compileJava :airbyte-proxy:compileJava NO-SOURCENO-SOURCE + +:airbyte-notification:generatePomFileForPublishPublication:airbyte-notification:generatePomFileForPublishPublication + +:airbyte-proxy:processResources :airbyte-proxy:processResources NO-SOURCENO-SOURCE + +:airbyte-proxy:classes :airbyte-proxy:classes UP-TO-DATEUP-TO-DATE + +:airbyte-oauth:generatePomFileForPublishPublication:airbyte-oauth:generatePomFileForPublishPublication + +:airbyte-proxy:jar :airbyte-proxy:jar UP-TO-DATEUP-TO-DATE + +:airbyte-proxy:generateMetadataFileForPublishPublication:airbyte-proxy:generateMetadataFileForPublishPublication + +:airbyte-proxy:generatePomFileForPublishPublication:airbyte-proxy:generatePomFileForPublishPublication + +:airbyte-proxy:publishPublishPublicationToCloudrepoRepository:airbyte-proxy:publishPublishPublicationToCloudrepoRepository + +:airbyte-notification:publishPublishPublicationToCloudrepoRepository:airbyte-notification:publishPublishPublicationToCloudrepoRepository + +:airbyte-oauth:publishPublishPublicationToCloudrepoRepository:airbyte-oauth:publishPublishPublicationToCloudrepoRepository + +:airbyte-cron:publishPublishPublicationToCloudrepoRepository:airbyte-cron:publishPublishPublicationToCloudrepoRepository + +:airbyte-container-orchestrator:publishPublishPublicationToCloudrepoRepository:airbyte-container-orchestrator:publishPublishPublicationToCloudrepoRepository + +:airbyte-commons-worker:publishPublishPublicationToCloudrepoRepository:airbyte-commons-worker:publishPublishPublicationToCloudrepoRepository + +:airbyte-keycloak-setup:publish:airbyte-keycloak-setup:publish + +:airbyte-server:checkKotlinGradlePluginConfigurationErrors:airbyte-server:checkKotlinGradlePluginConfigurationErrors + +:airbyte-server:kaptGenerateStubsKotlin :airbyte-server:kaptGenerateStubsKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-server:kaptKotlin :airbyte-server:kaptKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-server:compileKotlin:airbyte-server:compileKotlin + +:airbyte-micronaut-temporal:publish:airbyte-micronaut-temporal:publish + +:airbyte-temporal:checkKotlinGradlePluginConfigurationErrors:airbyte-temporal:checkKotlinGradlePluginConfigurationErrors + +:airbyte-temporal:compileKotlin :airbyte-temporal:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-temporal:compileJava :airbyte-temporal:compileJava NO-SOURCENO-SOURCE + +:airbyte-temporal:processResources :airbyte-temporal:processResources NO-SOURCENO-SOURCE + +:airbyte-temporal:classes :airbyte-temporal:classes UP-TO-DATEUP-TO-DATE + +:airbyte-temporal:jar:airbyte-temporal:jar + +:airbyte-temporal:generateMetadataFileForPublishPublication:airbyte-temporal:generateMetadataFileForPublishPublication + +:airbyte-temporal:generatePomFileForPublishPublication:airbyte-temporal:generatePomFileForPublishPublication + +:airbyte-temporal:publishPublishPublicationToCloudrepoRepository:airbyte-temporal:publishPublishPublicationToCloudrepoRepository + +:airbyte-server:compileKotlin :airbyte-server:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-server:compileJava :airbyte-server:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-server:processResources :airbyte-server:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-server:classes :airbyte-server:classes UP-TO-DATEUP-TO-DATE + +:airbyte-server:jar :airbyte-server:jar UP-TO-DATEUP-TO-DATE + +:airbyte-server:generateMetadataFileForPublishPublication:airbyte-server:generateMetadataFileForPublishPublication + +:airbyte-notification:publish:airbyte-notification:publish + +:airbyte-test-utils:checkKotlinGradlePluginConfigurationErrors:airbyte-test-utils:checkKotlinGradlePluginConfigurationErrors + +:airbyte-test-utils:compileKotlin :airbyte-test-utils:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-test-utils:compileJava:airbyte-test-utils:compileJava + +:airbyte-proxy:publish:airbyte-proxy:publish + +:airbyte-worker-models:classes :airbyte-worker-models:classes UP-TO-DATEUP-TO-DATE + +:airbyte-worker-models:jar :airbyte-worker-models:jar UP-TO-DATEUP-TO-DATE + +:airbyte-worker-models:generateMetadataFileForPublishPublication:airbyte-worker-models:generateMetadataFileForPublishPublication + +:airbyte-worker-models:generatePomFileForPublishPublication:airbyte-worker-models:generatePomFileForPublishPublication + +:airbyte-test-utils:compileJava :airbyte-test-utils:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-test-utils:processResources :airbyte-test-utils:processResources NO-SOURCENO-SOURCE + +:airbyte-test-utils:classes :airbyte-test-utils:classes UP-TO-DATEUP-TO-DATE + +:airbyte-test-utils:jar :airbyte-test-utils:jar UP-TO-DATEUP-TO-DATE + +:airbyte-test-utils:generateMetadataFileForPublishPublication:airbyte-test-utils:generateMetadataFileForPublishPublication + +:airbyte-worker-models:publishPublishPublicationToCloudrepoRepository:airbyte-worker-models:publishPublishPublicationToCloudrepoRepository + +:airbyte-commons-worker:publish:airbyte-commons-worker:publish + +:airbyte-workers:checkKotlinGradlePluginConfigurationErrors:airbyte-workers:checkKotlinGradlePluginConfigurationErrors + +:airbyte-test-utils:generatePomFileForPublishPublication:airbyte-test-utils:generatePomFileForPublishPublication + +:airbyte-workers:compileKotlin :airbyte-workers:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-workers:compileJava:airbyte-workers:compileJava + +:airbyte-container-orchestrator:publish:airbyte-container-orchestrator:publish + +:airbyte-workload-api-server:compileJava :airbyte-workload-api-server:compileJava NO-SOURCENO-SOURCE + +:airbyte-workload-api-server:processResources :airbyte-workload-api-server:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-workload-api-server:classes :airbyte-workload-api-server:classes UP-TO-DATEUP-TO-DATE + +:airbyte-workload-api-server:jar :airbyte-workload-api-server:jar UP-TO-DATEUP-TO-DATE + +:airbyte-workload-api-server:generateMetadataFileForPublishPublication:airbyte-workload-api-server:generateMetadataFileForPublishPublication + +:airbyte-test-utils:publishPublishPublicationToCloudrepoRepository:airbyte-test-utils:publishPublishPublicationToCloudrepoRepository + +:airbyte-workload-api-server:generatePomFileForPublishPublication:airbyte-workload-api-server:generatePomFileForPublishPublication + +:airbyte-workload-api-server:publishPublishPublicationToCloudrepoRepository:airbyte-workload-api-server:publishPublishPublicationToCloudrepoRepository + +:airbyte-workers:compileJava :airbyte-workers:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-workers:processResources :airbyte-workers:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-workers:classes :airbyte-workers:classes UP-TO-DATEUP-TO-DATE + +:airbyte-workers:jar :airbyte-workers:jar UP-TO-DATEUP-TO-DATE + +:airbyte-workers:generateMetadataFileForPublishPublication:airbyte-workers:generateMetadataFileForPublishPublication + +:airbyte-oauth:publish:airbyte-oauth:publish + +:airbyte-workload-launcher:checkKotlinGradlePluginConfigurationErrors:airbyte-workload-launcher:checkKotlinGradlePluginConfigurationErrors + +:airbyte-workload-launcher:kaptGenerateStubsKotlin:airbyte-workload-launcher:kaptGenerateStubsKotlin + +:airbyte-server:generatePomFileForPublishPublication:airbyte-server:generatePomFileForPublishPublication + +:airbyte-server:publishPublishPublicationToCloudrepoRepository:airbyte-server:publishPublishPublicationToCloudrepoRepository + +:airbyte-workload-launcher:kaptGenerateStubsKotlin :airbyte-workload-launcher:kaptGenerateStubsKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-workload-launcher:kaptKotlin :airbyte-workload-launcher:kaptKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-workload-launcher:compileKotlin:airbyte-workload-launcher:compileKotlin + +:airbyte-cron:publish:airbyte-cron:publish + +:airbyte-config:config-models:generateMetadataFileForPublishPublication:airbyte-config:config-models:generateMetadataFileForPublishPublication + +:airbyte-workload-launcher:compileKotlin :airbyte-workload-launcher:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-workload-launcher:compileJava :airbyte-workload-launcher:compileJava NO-SOURCENO-SOURCE + +:airbyte-workload-launcher:processResources :airbyte-workload-launcher:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-workload-launcher:classes :airbyte-workload-launcher:classes UP-TO-DATEUP-TO-DATE + +:airbyte-workload-launcher:jar :airbyte-workload-launcher:jar UP-TO-DATEUP-TO-DATE + +:airbyte-workload-launcher:generateMetadataFileForPublishPublication:airbyte-workload-launcher:generateMetadataFileForPublishPublication + +:airbyte-config:config-models:generatePomFileForPublishPublication:airbyte-config:config-models:generatePomFileForPublishPublication + +:airbyte-config:config-models:publishPublishPublicationToCloudrepoRepository:airbyte-config:config-models:publishPublishPublicationToCloudrepoRepository + +:airbyte-temporal:publish:airbyte-temporal:publish + +:airbyte-config:config-persistence:processResources :airbyte-config:config-persistence:processResources NO-SOURCENO-SOURCE + +:airbyte-config:config-persistence:classes :airbyte-config:config-persistence:classes UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-persistence:jar :airbyte-config:config-persistence:jar UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-persistence:kaptGenerateStubsTestFixturesKotlin :airbyte-config:config-persistence:kaptGenerateStubsTestFixturesKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-persistence:kaptTestFixturesKotlin :airbyte-config:config-persistence:kaptTestFixturesKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-persistence:compileTestFixturesKotlin :airbyte-config:config-persistence:compileTestFixturesKotlin NO-SOURCENO-SOURCE + +:airbyte-config:config-persistence:compileTestFixturesJava :airbyte-config:config-persistence:compileTestFixturesJava UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-persistence:processTestFixturesResources :airbyte-config:config-persistence:processTestFixturesResources NO-SOURCENO-SOURCE + +:airbyte-config:config-persistence:testFixturesClasses :airbyte-config:config-persistence:testFixturesClasses UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-persistence:testFixturesJar :airbyte-config:config-persistence:testFixturesJar UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-persistence:generateMetadataFileForPublishPublication:airbyte-config:config-persistence:generateMetadataFileForPublishPublication + +:airbyte-worker-models:publish:airbyte-worker-models:publish + +:airbyte-config:config-secrets:processResources :airbyte-config:config-secrets:processResources NO-SOURCENO-SOURCE + +:airbyte-config:config-secrets:classes :airbyte-config:config-secrets:classes UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-secrets:jar :airbyte-config:config-secrets:jar UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-secrets:kaptGenerateStubsTestFixturesKotlin:airbyte-config:config-secrets:kaptGenerateStubsTestFixturesKotlin + +:airbyte-workers:generatePomFileForPublishPublication:airbyte-workers:generatePomFileForPublishPublication + +:airbyte-workload-api-server:publish:airbyte-workload-api-server:publish + +:airbyte-config:init:processResources:airbyte-config:init:processResources + +:airbyte-config:config-secrets:kaptGenerateStubsTestFixturesKotlin :airbyte-config:config-secrets:kaptGenerateStubsTestFixturesKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-secrets:kaptTestFixturesKotlin:airbyte-config:config-secrets:kaptTestFixturesKotlin + +:airbyte-config:init:processResources :airbyte-config:init:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-config:init:classes :airbyte-config:init:classes UP-TO-DATEUP-TO-DATE + +:airbyte-config:init:jar :airbyte-config:init:jar UP-TO-DATEUP-TO-DATE + +:airbyte-config:init:generateMetadataFileForPublishPublication:airbyte-config:init:generateMetadataFileForPublishPublication + +:airbyte-config:config-secrets:kaptTestFixturesKotlin :airbyte-config:config-secrets:kaptTestFixturesKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-secrets:compileTestFixturesKotlin:airbyte-config:config-secrets:compileTestFixturesKotlin + +:airbyte-test-utils:publish:airbyte-test-utils:publish + +:airbyte-config:specs:downloadConnectorRegistry:airbyte-config:specs:downloadConnectorRegistry + +Download https://connectors.airbyte.com/files/registries/v0/oss_registry.jsonDownload https://connectors.airbyte.com/files/registries/v0/oss_registry.json + +:airbyte-config:config-secrets:compileTestFixturesKotlin :airbyte-config:config-secrets:compileTestFixturesKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-secrets:compileTestFixturesJava :airbyte-config:config-secrets:compileTestFixturesJava NO-SOURCENO-SOURCE + +:airbyte-config:config-secrets:processTestFixturesResources :airbyte-config:config-secrets:processTestFixturesResources NO-SOURCENO-SOURCE + +:airbyte-config:config-secrets:testFixturesClasses :airbyte-config:config-secrets:testFixturesClasses UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-secrets:testFixturesJar :airbyte-config:config-secrets:testFixturesJar UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-secrets:generateMetadataFileForPublishPublication:airbyte-config:config-secrets:generateMetadataFileForPublishPublication + +:airbyte-config:specs:downloadConnectorRegistry :airbyte-config:specs:downloadConnectorRegistry UP-TO-DATEUP-TO-DATE + +:airbyte-config:specs:processResources :airbyte-config:specs:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-config:specs:classes :airbyte-config:specs:classes UP-TO-DATEUP-TO-DATE + +:airbyte-config:specs:jar :airbyte-config:specs:jar UP-TO-DATEUP-TO-DATE + +:airbyte-config:specs:generateMetadataFileForPublishPublication:airbyte-config:specs:generateMetadataFileForPublishPublication + +:airbyte-server:publish:airbyte-server:publish + +:airbyte-db:db-lib:generateMetadataFileForPublishPublication:airbyte-db:db-lib:generateMetadataFileForPublishPublication + +:airbyte-config:config-models:publish:airbyte-config:config-models:publish + +:airbyte-db:jooq:processResources :airbyte-db:jooq:processResources NO-SOURCENO-SOURCE + +:airbyte-db:jooq:classes :airbyte-db:jooq:classes UP-TO-DATEUP-TO-DATE + +:airbyte-db:jooq:jar :airbyte-db:jooq:jar UP-TO-DATEUP-TO-DATE + +:airbyte-db:jooq:generateMetadataFileForPublishPublication:airbyte-db:jooq:generateMetadataFileForPublishPublication + +:airbyte-config:specs:generatePomFileForPublishPublication:airbyte-config:specs:generatePomFileForPublishPublication + +:airbyte-config:config-secrets:generatePomFileForPublishPublication:airbyte-config:config-secrets:generatePomFileForPublishPublication + +Maven publication 'publish' pom metadata warnings (silence with 'suppressPomMetadataWarningsFor(variant)'):Maven publication 'publish' pom metadata warnings (silence with 'suppressPomMetadataWarningsFor(variant)'): + + - Variant testFixturesApiElements: - Variant testFixturesApiElements: + + - Declares capability io.airbyte.airbyte-config:config-secrets-test-fixtures:0.58.0 which cannot be mapped to Maven - Declares capability io.airbyte.airbyte-config:config-secrets-test-fixtures:0.58.0 which cannot be mapped to Maven + + - Variant testFixturesRuntimeElements: - Variant testFixturesRuntimeElements: + + - Declares capability io.airbyte.airbyte-config:config-secrets-test-fixtures:0.58.0 which cannot be mapped to Maven - Declares capability io.airbyte.airbyte-config:config-secrets-test-fixtures:0.58.0 which cannot be mapped to Maven + +These issues indicate information that is lost in the published 'pom' metadata file, which may be an issue if the published library is consumed by an old Gradle version or Apache Maven.These issues indicate information that is lost in the published 'pom' metadata file, which may be an issue if the published library is consumed by an old Gradle version or Apache Maven. + +The 'module' metadata file, which is used by Gradle 6+ is not affected.The 'module' metadata file, which is used by Gradle 6+ is not affected. + +:airbyte-workload-launcher:generatePomFileForPublishPublication:airbyte-workload-launcher:generatePomFileForPublishPublication + +:airbyte-config:specs:publishPublishPublicationToCloudrepoRepository:airbyte-config:specs:publishPublishPublicationToCloudrepoRepository + +:airbyte-config:init:generatePomFileForPublishPublication:airbyte-config:init:generatePomFileForPublishPublication + +:airbyte-db:db-lib:generatePomFileForPublishPublication:airbyte-db:db-lib:generatePomFileForPublishPublication + +:airbyte-db:db-lib:publishPublishPublicationToCloudrepoRepository:airbyte-db:db-lib:publishPublishPublicationToCloudrepoRepository + +:airbyte-config:config-secrets:publishPublishPublicationToCloudrepoRepository:airbyte-config:config-secrets:publishPublishPublicationToCloudrepoRepository + +:airbyte-config:specs:publish:airbyte-config:specs:publish + +:airbyte-metrics:metrics-lib:processResources :airbyte-metrics:metrics-lib:processResources NO-SOURCENO-SOURCE + +:airbyte-metrics:metrics-lib:classes :airbyte-metrics:metrics-lib:classes UP-TO-DATEUP-TO-DATE + +:airbyte-metrics:metrics-lib:jar :airbyte-metrics:metrics-lib:jar UP-TO-DATEUP-TO-DATE + +:airbyte-metrics:metrics-lib:generateMetadataFileForPublishPublication:airbyte-metrics:metrics-lib:generateMetadataFileForPublishPublication + +:airbyte-config:init:publishPublishPublicationToCloudrepoRepository:airbyte-config:init:publishPublishPublicationToCloudrepoRepository + +:airbyte-db:db-lib:publish:airbyte-db:db-lib:publish + +:airbyte-metrics:reporter:checkKotlinGradlePluginConfigurationErrors:airbyte-metrics:reporter:checkKotlinGradlePluginConfigurationErrors + +:airbyte-metrics:metrics-lib:generatePomFileForPublishPublication:airbyte-metrics:metrics-lib:generatePomFileForPublishPublication + +:airbyte-metrics:reporter:compileKotlin :airbyte-metrics:reporter:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-metrics:reporter:compileJava:airbyte-metrics:reporter:compileJava + +:airbyte-metrics:metrics-lib:publishPublishPublicationToCloudrepoRepository:airbyte-metrics:metrics-lib:publishPublishPublicationToCloudrepoRepository + +:airbyte-db:jooq:generatePomFileForPublishPublication:airbyte-db:jooq:generatePomFileForPublishPublication + +:airbyte-db:jooq:publishPublishPublicationToCloudrepoRepository:airbyte-db:jooq:publishPublishPublicationToCloudrepoRepository + +:airbyte-metrics:reporter:compileJava :airbyte-metrics:reporter:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-metrics:reporter:processResources :airbyte-metrics:reporter:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-metrics:reporter:classes :airbyte-metrics:reporter:classes UP-TO-DATEUP-TO-DATE + +:airbyte-metrics:reporter:jar :airbyte-metrics:reporter:jar UP-TO-DATEUP-TO-DATE + +:airbyte-metrics:reporter:generateMetadataFileForPublishPublication:airbyte-metrics:reporter:generateMetadataFileForPublishPublication + +:airbyte-workers:publishPublishPublicationToCloudrepoRepository:airbyte-workers:publishPublishPublicationToCloudrepoRepository + +:airbyte-config:config-secrets:publish:airbyte-config:config-secrets:publish + +:airbyte-persistence:job-persistence:processResources :airbyte-persistence:job-persistence:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-persistence:job-persistence:classes :airbyte-persistence:job-persistence:classes UP-TO-DATEUP-TO-DATE + +:airbyte-persistence:job-persistence:jar :airbyte-persistence:job-persistence:jar UP-TO-DATEUP-TO-DATE + +:airbyte-persistence:job-persistence:generateMetadataFileForPublishPublication:airbyte-persistence:job-persistence:generateMetadataFileForPublishPublication + +:airbyte-db:jooq:publish:airbyte-db:jooq:publish + +:airbyte-workers:publish:airbyte-workers:publish + +:airbyte-metrics:metrics-lib:publish:airbyte-metrics:metrics-lib:publish + +:airbyte-metrics:reporter:generatePomFileForPublishPublication:airbyte-metrics:reporter:generatePomFileForPublishPublication + +:airbyte-persistence:job-persistence:generatePomFileForPublishPublication:airbyte-persistence:job-persistence:generatePomFileForPublishPublication + +:airbyte-config:config-persistence:generatePomFileForPublishPublication:airbyte-config:config-persistence:generatePomFileForPublishPublication + +Maven publication 'publish' pom metadata warnings (silence with 'suppressPomMetadataWarningsFor(variant)'):Maven publication 'publish' pom metadata warnings (silence with 'suppressPomMetadataWarningsFor(variant)'): + + - Variant testFixturesApiElements: - Variant testFixturesApiElements: + + - Declares capability io.airbyte.airbyte-config:config-persistence-test-fixtures:0.58.0 which cannot be mapped to Maven - Declares capability io.airbyte.airbyte-config:config-persistence-test-fixtures:0.58.0 which cannot be mapped to Maven + + - Variant testFixturesRuntimeElements: - Variant testFixturesRuntimeElements: + + - Declares capability io.airbyte.airbyte-config:config-persistence-test-fixtures:0.58.0 which cannot be mapped to Maven - Declares capability io.airbyte.airbyte-config:config-persistence-test-fixtures:0.58.0 which cannot be mapped to Maven + +These issues indicate information that is lost in the published 'pom' metadata file, which may be an issue if the published library is consumed by an old Gradle version or Apache Maven.These issues indicate information that is lost in the published 'pom' metadata file, which may be an issue if the published library is consumed by an old Gradle version or Apache Maven. + +The 'module' metadata file, which is used by Gradle 6+ is not affected.The 'module' metadata file, which is used by Gradle 6+ is not affected. + +:airbyte-metrics:reporter:publishPublishPublicationToCloudrepoRepository:airbyte-metrics:reporter:publishPublishPublicationToCloudrepoRepository + +:airbyte-config:config-persistence:publishPublishPublicationToCloudrepoRepository:airbyte-config:config-persistence:publishPublishPublicationToCloudrepoRepository + +:airbyte-persistence:job-persistence:publishPublishPublicationToCloudrepoRepository:airbyte-persistence:job-persistence:publishPublishPublicationToCloudrepoRepository + +:airbyte-workload-launcher:publishPublishPublicationToCloudrepoRepository:airbyte-workload-launcher:publishPublishPublicationToCloudrepoRepository + +:airbyte-config:init:publish:airbyte-config:init:publish + +:airbyte-persistence:job-persistence:publish:airbyte-persistence:job-persistence:publish + +:airbyte-metrics:reporter:publish:airbyte-metrics:reporter:publish + +:airbyte-workload-launcher:publish:airbyte-workload-launcher:publish + +:airbyte-config:config-persistence:publish:airbyte-config:config-persistence:publish + + + +BUILD SUCCESSFULBUILD SUCCESSFUL in 1m 16s in 1m 16s + +383 actionable tasks: 185 executed, 198 up-to-date383 actionable tasks: 185 executed, 198 up-to-date + + + +Publishing build scan...Publishing build scan... + +https://gradle.com/s/wzrblogh3ignyhttps://gradle.com/s/wzrblogh3igny + + + diff --git a/scan-journal.log b/scan-journal.log new file mode 100644 index 00000000000..0e45f0b8bcf --- /dev/null +++ b/scan-journal.log @@ -0,0 +1 @@ +Fri Apr 26 00:55:52 UTC 2024 - wzrblogh3igny - https://gradle.com/s/wzrblogh3igny