Last active
February 1, 2023 19:05
-
-
Save joeskeen/245dbffb2cd7fbb564accdb99ec06b75 to your computer and use it in GitHub Desktop.
BitBucket Pipelines Azure Static Web App Build Failure Log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ umask 000 | |
+ GIT_LFS_SKIP_SMUDGE=1 retry 6 git clone --branch="main" --depth 50 https://x-token-auth:[email protected]/$BITBUCKET_REPO_FULL_NAME.git $BUILD_DIR | |
Cloning into '/opt/atlassian/pipelines/agent/build'... | |
+ git reset --hard 4c684f2c6785329c62e18489ded3dbaf3f76ac0f | |
HEAD is now at 4c684f2 fix syntax error | |
+ git config user.name bitbucket-pipelines | |
+ git config user.email [email protected] | |
+ git config push.default current | |
+ git config http.${BITBUCKET_GIT_HTTP_ORIGIN}.proxy http://localhost:29418/ | |
+ git remote set-url origin http://bitbucket.org/$BITBUCKET_REPO_FULL_NAME | |
+ git reflog expire --expire=all --all | |
+ echo ".bitbucket/pipelines/generated" >> .git/info/exclude | |
+ chmod 777 $BUILD_DIR | |
Default variables: | |
BITBUCKET_BRANCH | |
BITBUCKET_BUILD_NUMBER | |
BITBUCKET_CLONE_DIR | |
BITBUCKET_COMMIT | |
BITBUCKET_DEPLOYMENT_ENVIRONMENT | |
BITBUCKET_DEPLOYMENT_ENVIRONMENT_UUID | |
BITBUCKET_GIT_HTTP_ORIGIN | |
BITBUCKET_GIT_SSH_ORIGIN | |
BITBUCKET_PIPELINE_UUID | |
BITBUCKET_PROJECT_KEY | |
BITBUCKET_PROJECT_UUID | |
BITBUCKET_REPO_FULL_NAME | |
BITBUCKET_REPO_IS_PRIVATE | |
BITBUCKET_REPO_OWNER | |
BITBUCKET_REPO_OWNER_UUID | |
BITBUCKET_REPO_SLUG | |
BITBUCKET_REPO_UUID | |
BITBUCKET_SSH_KEY_FILE | |
BITBUCKET_STEP_RUN_NUMBER | |
BITBUCKET_STEP_TRIGGERER_UUID | |
BITBUCKET_STEP_UUID | |
BITBUCKET_WORKSPACE | |
CI | |
DOCKER_HOST | |
PIPELINES_JWT_TOKEN | |
Repository variables: | |
deployment_token | |
Images used: | |
build : docker.io/atlassian/default-image@sha256:689e2c63e20a48e0a4d31156adcf32b4474dc32b50ab05abe3682b39fb9767a8 | |
+ docker container run \ | |
--volume=/opt/atlassian/pipelines/agent/build:/opt/atlassian/pipelines/agent/build \ | |
--volume=/opt/atlassian/pipelines/agent/ssh:/opt/atlassian/pipelines/agent/ssh:ro \ | |
--volume=/usr/local/bin/docker:/usr/local/bin/docker:ro \ | |
--volume=/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes:/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes \ | |
--volume=/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/microsoft/azure-static-web-apps-deploy:/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/microsoft/azure-static-web-apps-deploy \ | |
--workdir=$(pwd) \ | |
--label=org.bitbucket.pipelines.system=true \ | |
--env=BITBUCKET_STEP_TRIGGERER_UUID="$BITBUCKET_STEP_TRIGGERER_UUID" \ | |
--env=BITBUCKET_REPO_FULL_NAME="$BITBUCKET_REPO_FULL_NAME" \ | |
--env=BITBUCKET_GIT_HTTP_ORIGIN="$BITBUCKET_GIT_HTTP_ORIGIN" \ | |
--env=BITBUCKET_PROJECT_UUID="$BITBUCKET_PROJECT_UUID" \ | |
--env=BITBUCKET_REPO_IS_PRIVATE="$BITBUCKET_REPO_IS_PRIVATE" \ | |
--env=BITBUCKET_WORKSPACE="$BITBUCKET_WORKSPACE" \ | |
--env=BITBUCKET_DEPLOYMENT_ENVIRONMENT_UUID="$BITBUCKET_DEPLOYMENT_ENVIRONMENT_UUID" \ | |
--env=BITBUCKET_SSH_KEY_FILE="$BITBUCKET_SSH_KEY_FILE" \ | |
--env=BITBUCKET_REPO_OWNER_UUID="$BITBUCKET_REPO_OWNER_UUID" \ | |
--env=BITBUCKET_BRANCH="$BITBUCKET_BRANCH" \ | |
--env=BITBUCKET_REPO_UUID="$BITBUCKET_REPO_UUID" \ | |
--env=BITBUCKET_PROJECT_KEY="$BITBUCKET_PROJECT_KEY" \ | |
--env=BITBUCKET_DEPLOYMENT_ENVIRONMENT="$BITBUCKET_DEPLOYMENT_ENVIRONMENT" \ | |
--env=BITBUCKET_REPO_SLUG="$BITBUCKET_REPO_SLUG" \ | |
--env=CI="$CI" \ | |
--env=BITBUCKET_REPO_OWNER="$BITBUCKET_REPO_OWNER" \ | |
--env=BITBUCKET_STEP_RUN_NUMBER="$BITBUCKET_STEP_RUN_NUMBER" \ | |
--env=BITBUCKET_BUILD_NUMBER="$BITBUCKET_BUILD_NUMBER" \ | |
--env=BITBUCKET_GIT_SSH_ORIGIN="$BITBUCKET_GIT_SSH_ORIGIN" \ | |
--env=BITBUCKET_PIPELINE_UUID="$BITBUCKET_PIPELINE_UUID" \ | |
--env=BITBUCKET_COMMIT="$BITBUCKET_COMMIT" \ | |
--env=BITBUCKET_CLONE_DIR="$BITBUCKET_CLONE_DIR" \ | |
--env=PIPELINES_JWT_TOKEN="$PIPELINES_JWT_TOKEN" \ | |
--env=BITBUCKET_STEP_UUID="$BITBUCKET_STEP_UUID" \ | |
--env=BITBUCKET_DOCKER_HOST_INTERNAL="$BITBUCKET_DOCKER_HOST_INTERNAL" \ | |
--env=DOCKER_HOST="tcp://host.docker.internal:2375" \ | |
--env=BITBUCKET_PIPE_SHARED_STORAGE_DIR="/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes" \ | |
--env=BITBUCKET_PIPE_STORAGE_DIR="/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/microsoft/azure-static-web-apps-deploy" \ | |
--env=API_BUILD_COMMAND="npm run build" \ | |
--env=API_LOCATION="api" \ | |
--env=API_TOKEN="$deployment_token" \ | |
--env=APP_BUILD_COMMAND="npm run build" \ | |
--env=APP_LOCATION="$BITBUCKET_CLONE_DIR" \ | |
--env=CUSTOM_BUILD_COMMAND="echo \"Who am I?\" && whoami && echo \"Home dir:\" && echo ~ && echo \"Current working directory:\" && pwd && echo \"npm cache directory:\" && npm config get cache && echo \"NPM_CONFIG_CACHE:\" && echo $NPM_CONFIG_CACHE && echo \"files/permissions for cwd:\" && ls -al . && echo \"files/permissions for source directory:\" && ls -al $BITBUCKET_CLONE_DIR && echo \"files/permissions for home directory:\" && ls -al ~" \ | |
--env=NPM_CONFIG_CACHE="$BITBUCKET_CLONE_DIR/.npm" \ | |
--env=OUTPUT_LOCATION="$BITBUCKET_CLONE_DIR/dist/aswa-angular" \ | |
--add-host="host.docker.internal:$BITBUCKET_DOCKER_HOST_INTERNAL" \ | |
staticwebapps.azurecr.io/bitbucket-deploy:latest | |
Unable to find image 'staticwebapps.azurecr.io/bitbucket-deploy:latest' locally | |
latest: Pulling from bitbucket-deploy | |
1c05d83e138c: Pulling fs layer | |
394ee1959bac: Pulling fs layer | |
4b5f175d1abb: Pulling fs layer | |
7885553ee256: Pulling fs layer | |
444120dfcd5e: Pulling fs layer | |
da8e7d82aa16: Pulling fs layer | |
28bf2235d1b0: Pulling fs layer | |
c55bfa48fbff: Pulling fs layer | |
93316319ba85: Pulling fs layer | |
14d9fe7a6bbe: Pulling fs layer | |
f82696acbbfb: Pulling fs layer | |
bacb5936ed00: Pulling fs layer | |
068355d69d67: Pulling fs layer | |
bd8619285f7b: Pulling fs layer | |
5d5151e7c8b1: Pulling fs layer | |
c6cedaf71e59: Pulling fs layer | |
c94e0caf1ea3: Pulling fs layer | |
13e6c88bfc3f: Pulling fs layer | |
4f2b193108b3: Pulling fs layer | |
5306ad94d8c0: Pulling fs layer | |
149b6acfbf7b: Pulling fs layer | |
7885553ee256: Waiting | |
444120dfcd5e: Waiting | |
da8e7d82aa16: Waiting | |
28bf2235d1b0: Waiting | |
c55bfa48fbff: Waiting | |
93316319ba85: Waiting | |
14d9fe7a6bbe: Waiting | |
f82696acbbfb: Waiting | |
bacb5936ed00: Waiting | |
068355d69d67: Waiting | |
bd8619285f7b: Waiting | |
5d5151e7c8b1: Waiting | |
c6cedaf71e59: Waiting | |
c94e0caf1ea3: Waiting | |
13e6c88bfc3f: Waiting | |
4f2b193108b3: Waiting | |
5306ad94d8c0: Waiting | |
149b6acfbf7b: Waiting | |
4b5f175d1abb: Verifying Checksum | |
4b5f175d1abb: Download complete | |
394ee1959bac: Download complete | |
7885553ee256: Verifying Checksum | |
7885553ee256: Download complete | |
1c05d83e138c: Verifying Checksum | |
1c05d83e138c: Download complete | |
1c05d83e138c: Pull complete | |
394ee1959bac: Pull complete | |
4b5f175d1abb: Pull complete | |
28bf2235d1b0: Verifying Checksum | |
28bf2235d1b0: Download complete | |
7885553ee256: Pull complete | |
da8e7d82aa16: Verifying Checksum | |
da8e7d82aa16: Download complete | |
93316319ba85: Verifying Checksum | |
93316319ba85: Download complete | |
14d9fe7a6bbe: Verifying Checksum | |
14d9fe7a6bbe: Download complete | |
f82696acbbfb: Verifying Checksum | |
f82696acbbfb: Download complete | |
bacb5936ed00: Verifying Checksum | |
bacb5936ed00: Download complete | |
c55bfa48fbff: Verifying Checksum | |
c55bfa48fbff: Download complete | |
bd8619285f7b: Download complete | |
444120dfcd5e: Verifying Checksum | |
444120dfcd5e: Download complete | |
5d5151e7c8b1: Download complete | |
c94e0caf1ea3: Verifying Checksum | |
c94e0caf1ea3: Download complete | |
13e6c88bfc3f: Verifying Checksum | |
13e6c88bfc3f: Download complete | |
4f2b193108b3: Verifying Checksum | |
4f2b193108b3: Download complete | |
444120dfcd5e: Pull complete | |
5306ad94d8c0: Verifying Checksum | |
5306ad94d8c0: Download complete | |
149b6acfbf7b: Verifying Checksum | |
149b6acfbf7b: Download complete | |
da8e7d82aa16: Pull complete | |
28bf2235d1b0: Pull complete | |
c55bfa48fbff: Pull complete | |
93316319ba85: Pull complete | |
14d9fe7a6bbe: Pull complete | |
f82696acbbfb: Pull complete | |
bacb5936ed00: Pull complete | |
c6cedaf71e59: Verifying Checksum | |
c6cedaf71e59: Download complete | |
068355d69d67: Verifying Checksum | |
068355d69d67: Download complete | |
068355d69d67: Pull complete | |
bd8619285f7b: Pull complete | |
5d5151e7c8b1: Pull complete | |
c6cedaf71e59: Pull complete | |
c94e0caf1ea3: Pull complete | |
13e6c88bfc3f: Pull complete | |
4f2b193108b3: Pull complete | |
5306ad94d8c0: Pull complete | |
149b6acfbf7b: Pull complete | |
Digest: sha256:15f6df9f5a08aa52d21820282ce1042dbbe1fcf72c4fe371cdd1cd09dfdbedbf | |
Status: Downloaded newer image for staticwebapps.azurecr.io/bitbucket-deploy:latest | |
[37mDeploymentId: d6898b9d-e743-45e9-be7e-af64ff72318a[0m | |
[37m[0m | |
[37mApp Directory Location: '/opt/atlassian/pipelines/agent/build' was found.[0m | |
[37mLooking for event info[0m | |
[37mCould not get event info. Proceeding[0m | |
[37mStarting to build app with Oryx[0m | |
[33mAzure Static Web Apps utilizes Oryx to build both static applications and Azure Functions. You can find more details on Oryx here: https://github.com/microsoft/Oryx[0m | |
[33mOryx will build app with the following custom override command: npm run build[0m | |
[37m---Oryx build logs---[0m | |
[37m[0m | |
[37m[0m | |
[37mOperation performed by Microsoft Oryx, https://github.com/Microsoft/Oryx[0m | |
[37mYou can report issues at https://github.com/Microsoft/Oryx/issues[0m | |
[37m[0m | |
[37mOryx Version: 0.2.20220621.1, Commit: 82ed84f0f3fd3a25ded3029f137601f54e7a1d05, ReleaseTagName: 20220621.1[0m | |
[37m[0m | |
[37mBuild Operation ID: |nQR0r8ZVAjA=.dd459c90_[0m | |
[37mRepository Commit : 4c684f2c6785329c62e18489ded3dbaf3f76ac0f[0m | |
[37m[0m | |
[37mDetecting platforms...[0m | |
[37mDetected following platforms:[0m | |
[37m nodejs: 16.14.2[0m | |
[37mVersion '16.14.2' of platform 'nodejs' is not installed. Generating script to install it...[0m | |
[37mDetected the following frameworks: Angular,Typescript[0m | |
[37m[0m | |
[37m[0m | |
[37mSource directory : /opt/atlassian/pipelines/agent/build[0m | |
[37mDestination directory: /bin/staticsites/ss-oryx/app[0m | |
[37m[0m | |
[37m[0m | |
[37mDownloading and extracting 'nodejs' version '16.14.2' to '/opt/nodejs/16.14.2'...[0m | |
[37mDownloaded in 1 sec(s).[0m | |
[37mVerifying checksum...[0m | |
[37mExtracting contents...[0m | |
[37mperforming sha512 checksum for: nodejs...[0m | |
[37mDone in 2 sec(s).[0m | |
[37m[0m | |
[37mRemoving existing manifest file[0m | |
[37mCreating directory for command manifest file if it does not exist[0m | |
[37mCreating a manifest file...[0m | |
[37mNode Build Command Manifest file created.[0m | |
[37m[0m | |
[37mUsing Node version:[0m | |
[37mv16.14.2[0m | |
[37m[0m | |
[37mUsing Npm version:[0m | |
[37m8.5.0[0m | |
[37m[0m | |
[37mRunning 'echo Who am I? && whoami && echo Home dir: && echo ~ && echo Current working directory: && pwd && echo npm cache directory: && npm config get cache && echo NPM_CONFIG_CACHE: && echo && echo files/permissions for cwd: && ls -al . && echo files/permissions for source directory: && ls -al /opt/atlassian/pipelines/agent/build && echo files/permissions for home directory: && ls -al ~'...[0m | |
[37m[0m | |
[37mWho am I?[0m | |
[37mroot[0m | |
[37mHome dir:[0m | |
[37m/root[0m | |
[37mCurrent working directory:[0m | |
[37m/opt/atlassian/pipelines/agent/build[0m | |
[37mnpm cache directory:[0m | |
[37m/opt/atlassian/pipelines/agent/build/.npm[0m | |
[37mNPM_CONFIG_CACHE:[0m | |
[37m[0m | |
[37mfiles/permissions for cwd:[0m | |
[37mtotal 1612[0m | |
[37mdrwxrwxrwx 8 nobody nogroup 4096 Feb 1 19:02 .[0m | |
[37mdrwxr-xr-x 4 root root 4096 Feb 1 19:02 ..[0m | |
[37mdrwxr-xr-x 3 root root 4096 Feb 1 19:02 .bitbucket[0m | |
[37m-rw-rw-rw- 1 nobody nogroup 369 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/.browserslistrc | |
[37m-rw-rw-rw- 1 nobody nogroup 259 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/.editorconfig | |
[37m-rw-rw-rw- 1 nobody nogroup 954 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/.eslintrc.json | |
[37mdrwxrwxrwx 8 nobody nogroup 4096 Feb 1 18:54 .git[0m | |
[37m-rw-rw-rw- 1 nobody nogroup 802 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/.gitignore | |
[37mdrwxr-xr-x 3 nobody nogroup 4096 Feb 1 19:02 .npm[0m | |
[37m-rw-rw-rw- 1 nobody nogroup 68 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/.prettierrc | |
[37mdrwxrwxrwx 2 nobody nogroup 4096 Feb 1 18:54 .vscode[0m | |
[37m-rw-rw-rw- 1 nobody nogroup 978 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/README.md | |
[37m-rw-rw-rw- 1 nobody nogroup 3370 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/angular.json | |
[37mdrwxrwxrwx 3 nobody nogroup 4096 Feb 1 18:54 api[0m | |
[37m-rw-rw-rw- 1 nobody nogroup 804 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/azure-pipelines.yml | |
[37m-rw-rw-rw- 1 nobody nogroup 1177 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/bitbucket-pipelines.yml | |
[37m-rw-rw-rw- 1 nobody nogroup 302 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/jest.config.js | |
[37m-rw-rw-rw- 1 nobody nogroup 1541290 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/package-lock.json | |
[37m-rw-rw-rw- 1 nobody nogroup 1798 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/package.json | |
[37m-rw-rw-rw- 1 nobody nogroup 41 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/setup-jest.ts | |
[37mdrwxrwxrwx 5 nobody nogroup 4096 Feb 1 18:54 src[0m | |
[37m-rw-rw-rw- 1 nobody nogroup 112 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/staticwebapp.config.json | |
[37m-rw-rw-rw- 1 nobody nogroup 443 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/swa-cli.config.json | |
[37m-rw-rw-rw- 1 nobody nogroup 224 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/tsconfig.app.json | |
[37m-rw-rw-rw- 1 nobody nogroup 569 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/tsconfig.json | |
[37m-rw-rw-rw- 1 nobody nogroup 313 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/tsconfig.spec.json | |
[37m-rw-rw-rw- 1 nobody nogroup 3502 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/tslint.json | |
[37mfiles/permissions for source directory:[0m | |
[37mtotal 1612[0m | |
[37mdrwxrwxrwx 8 nobody nogroup 4096 Feb 1 19:02 .[0m | |
[37mdrwxr-xr-x 4 root root 4096 Feb 1 19:02 ..[0m | |
[37mdrwxr-xr-x 3 root root 4096 Feb 1 19:02 .bitbucket[0m | |
[37m-rw-rw-rw- 1 nobody nogroup 369 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/.browserslistrc | |
[37m-rw-rw-rw- 1 nobody nogroup 259 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/.editorconfig | |
[37m-rw-rw-rw- 1 nobody nogroup 954 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/.eslintrc.json | |
[37mdrwxrwxrwx 8 nobody nogroup 4096 Feb 1 18:54 .git[0m | |
[37m-rw-rw-rw- 1 nobody nogroup 802 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/.gitignore | |
[37mdrwxr-xr-x 3 nobody nogroup 4096 Feb 1 19:02 .npm[0m | |
[37m-rw-rw-rw- 1 nobody nogroup 68 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/.prettierrc | |
[37mdrwxrwxrwx 2 nobody nogroup 4096 Feb 1 18:54 .vscode[0m | |
[37m-rw-rw-rw- 1 nobody nogroup 978 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/README.md | |
[37m-rw-rw-rw- 1 nobody nogroup 3370 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/angular.json | |
[37mdrwxrwxrwx 3 nobody nogroup 4096 Feb 1 18:54 api[0m | |
[37m-rw-rw-rw- 1 nobody nogroup 804 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/azure-pipelines.yml | |
[37m-rw-rw-rw- 1 nobody nogroup 1177 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/bitbucket-pipelines.yml | |
[37m-rw-rw-rw- 1 nobody nogroup 302 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/jest.config.js | |
[37m-rw-rw-rw- 1 nobody nogroup 1541290 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/package-lock.json | |
[37m-rw-rw-rw- 1 nobody nogroup 1798 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/package.json | |
[37m-rw-rw-rw- 1 nobody nogroup 41 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/setup-jest.ts | |
[37mdrwxrwxrwx 5 nobody nogroup 4096 Feb 1 18:54 src[0m | |
[37m-rw-rw-rw- 1 nobody nogroup 112 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/staticwebapp.config.json | |
[37m-rw-rw-rw- 1 nobody nogroup 443 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/swa-cli.config.json | |
[37m-rw-rw-rw- 1 nobody nogroup 224 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/tsconfig.app.json | |
[37m-rw-rw-rw- 1 nobody nogroup 569 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/tsconfig.json | |
[37m-rw-rw-rw- 1 nobody nogroup 313 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/tsconfig.spec.json | |
[37m-rw-rw-rw- 1 nobody nogroup 3502 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/tslint.json | |
[37mfiles/permissions for home directory:[0m | |
[37mtotal 20[0m | |
[37mdrwx------ 1 root root 4096 Jun 21 2022 .[0m | |
[37mdrwxr-xr-x 1 root root 4096 Feb 1 19:02 ..[0m | |
[37m-rw-r--r-- 1 root root 570 Jan 31 2010 .bashrc[0m | |
[37mdrwx------ 3 root root 4096 Jun 21 2022 .cache[0m | |
[37m-rw-r--r-- 1 root root 148 Aug 17 2015 .profile[0m | |
[37mPreparing output...[0m | |
[37m[0m | |
[37mCopying files to destination directory '/bin/staticsites/ss-oryx/app'...[0m | |
[37mDone in 0 sec(s).[0m | |
[37m[0m | |
[37mRemoving existing manifest file[0m | |
[37mCreating a manifest file...[0m | |
[37mManifest file created.[0m | |
[37m[0m | |
[37mDone in 3 sec(s).[0m | |
[37m[0m | |
[37m[0m | |
[37m---End of Oryx build logs---[0m | |
[31mThe app build failed to produce artifact folder: '/opt/atlassian/pipelines/agent/build/dist/aswa-angular'. Please ensure this property is configured correctly in your deployment configuration file.[0m | |
[37m[0m | |
[33mFor further information, please visit the Azure Static Web Apps documentation at https://docs.microsoft.com/en-us/azure/static-web-apps/[0m | |
[33mIf you believe this behavior is unexpected, please raise a GitHub issue at https://github.com/azure/static-web-apps/issues/[0m | |
[33mExiting[0m | |
Searching for files matching artifact pattern .bitbucket/pipelines/generated/pipeline/pipes/** | |
Searching for test report files in directories named [test-results, failsafe-reports, test-reports, TestResults, surefire-reports] down to a depth of 4 | |
Finished scanning for test reports. Found 0 test report files. | |
Merged test suites, total number tests is 0, with 0 failures and 0 errors. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment