Skip to content

Instantly share code, notes, and snippets.

@joeskeen
Last active February 1, 2023 19:05
Show Gist options
  • Save joeskeen/245dbffb2cd7fbb564accdb99ec06b75 to your computer and use it in GitHub Desktop.
Save joeskeen/245dbffb2cd7fbb564accdb99ec06b75 to your computer and use it in GitHub Desktop.
BitBucket Pipelines Azure Static Web App Build Failure Log
+ umask 000
+ GIT_LFS_SKIP_SMUDGE=1 retry 6 git clone --branch="main" --depth 50 https://x-token-auth:$REPOSITORY_OAUTH_ACCESS_TOKEN@bitbucket.org/$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 commits-noreply@bitbucket.org
+ 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
DeploymentId: d6898b9d-e743-45e9-be7e-af64ff72318a

App Directory Location: '/opt/atlassian/pipelines/agent/build' was found.
Looking for event info
Could not get event info. Proceeding
Starting to build app with Oryx
Azure 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
Oryx will build app with the following custom override command: npm run build
---Oryx build logs---


Operation performed by Microsoft Oryx, https://github.com/Microsoft/Oryx
You can report issues at https://github.com/Microsoft/Oryx/issues

Oryx Version: 0.2.20220621.1, Commit: 82ed84f0f3fd3a25ded3029f137601f54e7a1d05, ReleaseTagName: 20220621.1

Build Operation ID: |nQR0r8ZVAjA=.dd459c90_
Repository Commit : 4c684f2c6785329c62e18489ded3dbaf3f76ac0f

Detecting platforms...
Detected following platforms:
 nodejs: 16.14.2
Version '16.14.2' of platform 'nodejs' is not installed. Generating script to install it...
Detected the following frameworks: Angular,Typescript


Source directory : /opt/atlassian/pipelines/agent/build
Destination directory: /bin/staticsites/ss-oryx/app


Downloading and extracting 'nodejs' version '16.14.2' to '/opt/nodejs/16.14.2'...
Downloaded in 1 sec(s).
Verifying checksum...
Extracting contents...
performing sha512 checksum for: nodejs...
Done in 2 sec(s).

Removing existing manifest file
Creating directory for command manifest file if it does not exist
Creating a manifest file...
Node Build Command Manifest file created.

Using Node version:
v16.14.2

Using Npm version:
8.5.0

Running '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 ~'...

Who am I?
root
Home dir:
/root
Current working directory:
/opt/atlassian/pipelines/agent/build
npm cache directory:
/opt/atlassian/pipelines/agent/build/.npm
NPM_CONFIG_CACHE:

files/permissions for cwd:
total 1612
drwxrwxrwx 8 nobody nogroup 4096 Feb 1 19:02 .
drwxr-xr-x 4 root root 4096 Feb 1 19:02 ..
drwxr-xr-x 3 root root 4096 Feb 1 19:02 .bitbucket
-rw-rw-rw- 1 nobody nogroup 369 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/.browserslistrc
-rw-rw-rw- 1 nobody nogroup 259 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/.editorconfig
-rw-rw-rw- 1 nobody nogroup 954 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/.eslintrc.json
drwxrwxrwx 8 nobody nogroup 4096 Feb 1 18:54 .git
-rw-rw-rw- 1 nobody nogroup 802 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/.gitignore
drwxr-xr-x 3 nobody nogroup 4096 Feb 1 19:02 .npm
-rw-rw-rw- 1 nobody nogroup 68 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/.prettierrc
drwxrwxrwx 2 nobody nogroup 4096 Feb 1 18:54 .vscode
-rw-rw-rw- 1 nobody nogroup 978 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/README.md
-rw-rw-rw- 1 nobody nogroup 3370 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/angular.json
drwxrwxrwx 3 nobody nogroup 4096 Feb 1 18:54 api
-rw-rw-rw- 1 nobody nogroup 804 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/azure-pipelines.yml
-rw-rw-rw- 1 nobody nogroup 1177 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/bitbucket-pipelines.yml
-rw-rw-rw- 1 nobody nogroup 302 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/jest.config.js
-rw-rw-rw- 1 nobody nogroup 1541290 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/package-lock.json
-rw-rw-rw- 1 nobody nogroup 1798 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/package.json
-rw-rw-rw- 1 nobody nogroup 41 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/setup-jest.ts
drwxrwxrwx 5 nobody nogroup 4096 Feb 1 18:54 src
-rw-rw-rw- 1 nobody nogroup 112 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/staticwebapp.config.json
-rw-rw-rw- 1 nobody nogroup 443 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/swa-cli.config.json
-rw-rw-rw- 1 nobody nogroup 224 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/tsconfig.app.json
-rw-rw-rw- 1 nobody nogroup 569 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/tsconfig.json
-rw-rw-rw- 1 nobody nogroup 313 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/tsconfig.spec.json
-rw-rw-rw- 1 nobody nogroup 3502 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/tslint.json
files/permissions for source directory:
total 1612
drwxrwxrwx 8 nobody nogroup 4096 Feb 1 19:02 .
drwxr-xr-x 4 root root 4096 Feb 1 19:02 ..
drwxr-xr-x 3 root root 4096 Feb 1 19:02 .bitbucket
-rw-rw-rw- 1 nobody nogroup 369 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/.browserslistrc
-rw-rw-rw- 1 nobody nogroup 259 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/.editorconfig
-rw-rw-rw- 1 nobody nogroup 954 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/.eslintrc.json
drwxrwxrwx 8 nobody nogroup 4096 Feb 1 18:54 .git
-rw-rw-rw- 1 nobody nogroup 802 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/.gitignore
drwxr-xr-x 3 nobody nogroup 4096 Feb 1 19:02 .npm
-rw-rw-rw- 1 nobody nogroup 68 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/.prettierrc
drwxrwxrwx 2 nobody nogroup 4096 Feb 1 18:54 .vscode
-rw-rw-rw- 1 nobody nogroup 978 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/README.md
-rw-rw-rw- 1 nobody nogroup 3370 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/angular.json
drwxrwxrwx 3 nobody nogroup 4096 Feb 1 18:54 api
-rw-rw-rw- 1 nobody nogroup 804 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/azure-pipelines.yml
-rw-rw-rw- 1 nobody nogroup 1177 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/bitbucket-pipelines.yml
-rw-rw-rw- 1 nobody nogroup 302 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/jest.config.js
-rw-rw-rw- 1 nobody nogroup 1541290 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/package-lock.json
-rw-rw-rw- 1 nobody nogroup 1798 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/package.json
-rw-rw-rw- 1 nobody nogroup 41 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/setup-jest.ts
drwxrwxrwx 5 nobody nogroup 4096 Feb 1 18:54 src
-rw-rw-rw- 1 nobody nogroup 112 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/staticwebapp.config.json
-rw-rw-rw- 1 nobody nogroup 443 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/swa-cli.config.json
-rw-rw-rw- 1 nobody nogroup 224 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/tsconfig.app.json
-rw-rw-rw- 1 nobody nogroup 569 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/tsconfig.json
-rw-rw-rw- 1 nobody nogroup 313 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/tsconfig.spec.json
-rw-rw-rw- 1 nobody nogroup 3502 Feb 1 18:54 https://bitbucket.org/darden/chatgpt-aswa/src/4c684f2c6785329c62e18489ded3dbaf3f76ac0f/tslint.json
files/permissions for home directory:
total 20
drwx------ 1 root root 4096 Jun 21 2022 .
drwxr-xr-x 1 root root 4096 Feb 1 19:02 ..
-rw-r--r-- 1 root root 570 Jan 31 2010 .bashrc
drwx------ 3 root root 4096 Jun 21 2022 .cache
-rw-r--r-- 1 root root 148 Aug 17 2015 .profile
Preparing output...

Copying files to destination directory '/bin/staticsites/ss-oryx/app'...
Done in 0 sec(s).

Removing existing manifest file
Creating a manifest file...
Manifest file created.

Done in 3 sec(s).


---End of Oryx build logs---
The 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.

For further information, please visit the Azure Static Web Apps documentation at https://docs.microsoft.com/en-us/azure/static-web-apps/
If you believe this behavior is unexpected, please raise a GitHub issue at https://github.com/azure/static-web-apps/issues/
Exiting
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