0% found this document useful (0 votes)
2 views

Pipeline Log

The document outlines a series of commands executed in a Bitbucket pipeline, including cloning a Git repository, configuring Git settings, and managing Docker images for a web application deployment. It lists various default, workspace, and deployment variables used in the pipeline. The document also details the process of loading and extracting Docker images necessary for the build process.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Pipeline Log

The document outlines a series of commands executed in a Bitbucket pipeline, including cloning a Git repository, configuring Git settings, and managing Docker images for a web application deployment. It lists various default, workspace, and deployment variables used in the pipeline. The document also details the process of loading and extracting Docker images necessary for the build process.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 10

+ umask 000

+ GIT_LFS_SKIP_SMUDGE=1 retry 6 git clone --branch="refactor/optimize-webpack" --


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 4ca923c8125d3959f46a225a38b0479353390e33


HEAD is now at 4ca923c add dev config

+ 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

Cache "docker: docker.tar": Downloading


Cache "docker: docker.tar": Downloaded 19.8 MiB in 1 seconds
Cache "docker: docker.tar": Extracting
Cache "docker: docker.tar": Extracted in 0 seconds

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
Workspace variables:
AWS_ACCESS_KEY
AWS_ACCESS_KEY_DEV
AWS_ACCESS_KEY_PROD
AWS_ACCESS_KEY_STAGE
AWS_SECRET_KEY
AWS_SECRET_KEY_DEV
AWS_SECRET_KEY_PROD
AWS_SECRET_KEY_STAGE
CONSOLE_SECURITY_GROUP_ID
CONSOLE_SECURITY_GROUP_ID_DEV
CONSOLE_SECURITY_GROUP_ID_STAGE
CONSOLE_SONAR_TOKEN
CONSOLE_SUBNET_ID_1
CONSOLE_SUBNET_ID_1_DEV
CONSOLE_SUBNET_ID_1_STAGE
CONSOLE_SUBNET_ID_2
CONSOLE_SUBNET_ID_2_DEV
CONSOLE_SUBNET_ID_2_STAGE
CONSOLE_SUBNET_ID_3
CONSOLE_SUBNET_ID_3_DEV
CONSOLE_SUBNET_ID_3_STAGE
FMS_DEV_AWS_ACCESS_KEY
FMS_DEV_AWS_SECRET_ACCESS_KEY
FMS_DEV_EC2_INSTANCE_ID
FMS_DEV_WORKING_DIRECTORY
FMS_UAT_AWS_ACCESS_KEY
FMS_UAT_AWS_SECRET_ACCESS_KEY
FMS_UAT_EC2_INSTANCE_ID
FMS_UAT_WORKING_DIRECTORY
PCH_AWS_ACCESS_KEY
PCH_AWS_ACCESS_KEY_DEV
PCH_AWS_ACCESS_KEY_PROD
PCH_AWS_ACCESS_KEY_STAGE
PCH_AWS_SECRET_KEY
PCH_AWS_SECRET_KEY_DEV
PCH_AWS_SECRET_KEY_PROD
PCH_AWS_SECRET_KEY_STAGE
PCH_SECURITY_GROUP_ID_DEV
PCH_SECURITY_GROUP_ID_PROD
PCH_SECURITY_GROUP_ID_STAGE
PCH_SUBNET_ID_1_DEV
PCH_SUBNET_ID_1_PROD
PCH_SUBNET_ID_1_STAGE
PCH_SUBNET_ID_2_DEV
PCH_SUBNET_ID_2_PROD
PCH_SUBNET_ID_2_STAGE
PCH_SUBNET_ID_3_DEV
PCH_SUBNET_ID_3_PROD
PCH_SUBNET_ID_3_STAGE
SONAR_HOST_URL

Deployment variables:
DNS_REMOTE_SERVER
DOCKER_PASSWORD
DOCKER_USER

Images used:
build : docker.io/amazon/aws-
cli@sha256:643507c10ada7964ca6157b3d799f030b90577643da9955d319a77399ed80d73
+ /bin/bash
https://bitbucket.org/saigonvalleyproducts/fms-webapp/src/4ca923c8125d3959f46a225a3
8b0479353390e33/./deploy-dev.sh
#1 [internal] load build definition from
https://bitbucket.org/saigonvalleyproducts/fms-webapp/src/4ca923c8125d3959f46a225a3
8b0479353390e33/nginx.Dockerfile
#1 sha256:5cf3bf73597bcbba2001f8b64bce5043e522e0f4d0936fcbccc068042a23b440
#1 transferring dockerfile: 416B done
#1 DONE 0.0s

#3 [internal] load metadata for docker.io/library/node:18.18-alpine


#3 sha256:55886f73295a2b20b35b41ba9b87ab494c753d92de8079c782c981a179526ece
#3 ...

#2 [internal] load metadata for docker.io/library/nginx:alpine


#2 sha256:b001d263a254f0e4960d52c837d5764774ef80ad3878c61304052afb6e0e9af2
#2 DONE 0.6s

#3 [internal] load metadata for docker.io/library/node:18.18-alpine


#3 sha256:55886f73295a2b20b35b41ba9b87ab494c753d92de8079c782c981a179526ece
#3 DONE 0.6s

#4 [internal] load
https://bitbucket.org/saigonvalleyproducts/fms-webapp/src/4ca923c8125d3959f46a225a3
8b0479353390e33/.dockerignore
#4 sha256:94c18df2c693d76671603564cebc5ce914c73cc362c949525e94cb0cc5f0f5ca
#4 transferring context: 93B done
#4 DONE 0.0s

#10 [srcbuild 1/5] FROM docker.io/library/node:18.18-


alpine@sha256:16b46e5ea9fb5c2d13dda36f0feb670fa89de6a412725007555f2eee9a126b60
#10 sha256:da237827494042109afcd036f8eba41885e3611a632ecf5e6a320bcb857ba647
#10 resolve docker.io/library/node:18.18-
alpine@sha256:16b46e5ea9fb5c2d13dda36f0feb670fa89de6a412725007555f2eee9a126b60 done
#10 ...

#8 [internal] load build context


#8 sha256:e271b2deb038c53409e85be5b9a755bdb7f19adc4f74e45927a0b6d95d78d505
#8 transferring context: 3.39MB 0.1s done
#8 DONE 0.1s

#10 [srcbuild 1/5] FROM docker.io/library/node:18.18-


alpine@sha256:16b46e5ea9fb5c2d13dda36f0feb670fa89de6a412725007555f2eee9a126b60
#10 sha256:da237827494042109afcd036f8eba41885e3611a632ecf5e6a320bcb857ba647
#10 sha256:a2c1bfbc28ede8a10b48fd6889446e04c5c362219fa785633a452d77a1fdd5f1
1.16kB / 1.16kB done
#10 sha256:1646380c31566e4d7f020d812298baab2b1b67272ba0281b4f37141393b73f65
7.14kB / 7.14kB done
#10 sha256:16b46e5ea9fb5c2d13dda36f0feb670fa89de6a412725007555f2eee9a126b60
1.43kB / 1.43kB done
#10 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 0B /
3.40MB 0.5s
#10 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c
3.31MB / 3.40MB 0.7s
#10 sha256:3ebae63ae1d8896e6d3d75cb0ee2aa5fc33676028241c1130d1729fe974b4a2f 0B /
39.97MB 0.7s
#10 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c
3.40MB / 3.40MB 0.7s done
#10 extracting
sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 0.1s done
#10 sha256:4df6e7e40a3fc8572a44be8b3ed0cd78c2a5fc6968441f4ac7164d240919d9cd 0B /
2.34MB 0.8s
#10 sha256:bd5b864d12491e8d318149d93e4c17adc97089ca47f3747b2fad280f62002181 0B /
451B 0.8s
#10 sha256:3ebae63ae1d8896e6d3d75cb0ee2aa5fc33676028241c1130d1729fe974b4a2f
5.24MB / 39.97MB 0.9s
#10 sha256:3ebae63ae1d8896e6d3d75cb0ee2aa5fc33676028241c1130d1729fe974b4a2f 16.78MB
/ 39.97MB 1.0s
#10 sha256:4df6e7e40a3fc8572a44be8b3ed0cd78c2a5fc6968441f4ac7164d240919d9cd
2.34MB / 2.34MB 0.9s done
#10 sha256:bd5b864d12491e8d318149d93e4c17adc97089ca47f3747b2fad280f62002181 451B /
451B 0.9s done
#10 ...

#12 [server 1/5] FROM


docker.io/library/nginx:alpine@sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6
251acdf28e579560d55
#12 sha256:b42a2be17babdfc235ef242569e53b57c1b03aa696f12fb823b731ca9dce52d6
#12 resolve
docker.io/library/nginx:alpine@sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6
251acdf28e579560d55 done
#12 sha256:ec939b2456d7dd88a36bb7b620b10caed3301f2c440d3385ec7686d69823e69d
1.92MB / 1.92MB 0.3s done
#12 sha256:099a2d701db1f36dcc012419be04b7da299f48b4d2054fa8ab51e7764891e233 11.03kB
/ 11.03kB done
#12 sha256:d0540253e168c1c4a6ec65d259aadc293efa9b35ad9bf8575a81fa414f79e0c6
2.50kB / 2.50kB done
#12 sha256:4838760d22df5943d9a3eadd764e3dfc8477e8e28651724efdb110723febcfb3 626B /
626B 0.3s done
#12 sha256:6b549263cbbd6a62fbe0fc206b12bfdaf0f8be68ce22381354b69158a965da9a 959B /
959B 0.2s done
#12 sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6251acdf28e579560d55
9.07kB / 9.07kB done
#12 sha256:8311a42582b3be423b36b2d2b20dc028c69b089c941ed07c31cb35399305461c 397B /
397B 0.4s done
#12 sha256:56051d5ceced327050d3affcbe858aabf524aacc3bd3a8fb5879dc9f2943af9c
1.21kB / 1.21kB 0.5s done
#12 extracting
sha256:ec939b2456d7dd88a36bb7b620b10caed3301f2c440d3385ec7686d69823e69d 0.2s done
#12 sha256:86c35ade2ef3fc036c4d252dc91d9bbcb7a182cccde80ed8cd38f2441cc1d114
1.40kB / 1.40kB 0.5s done
#12 sha256:0102bea57027dc7aee55edbe80b59dec0853bf7fbdfa6b92bcd00bc7eb8d953c 13.04MB
/ 13.04MB 0.8s done
#12 extracting
sha256:4838760d22df5943d9a3eadd764e3dfc8477e8e28651724efdb110723febcfb3 done
#12 extracting
sha256:6b549263cbbd6a62fbe0fc206b12bfdaf0f8be68ce22381354b69158a965da9a done
#12 extracting
sha256:8311a42582b3be423b36b2d2b20dc028c69b089c941ed07c31cb35399305461c done
#12 extracting
sha256:56051d5ceced327050d3affcbe858aabf524aacc3bd3a8fb5879dc9f2943af9c done
#12 extracting
sha256:86c35ade2ef3fc036c4d252dc91d9bbcb7a182cccde80ed8cd38f2441cc1d114 done
#12 extracting
sha256:0102bea57027dc7aee55edbe80b59dec0853bf7fbdfa6b92bcd00bc7eb8d953c 0.4s done
#12 DONE 1.2s
#11 [server 2/5] WORKDIR /webapp
#11 sha256:6f885551f6a1211b74efef4dbf019d9518a1f15c5a386bd9ed890a6e597222d4
#11 DONE 0.0s

#10 [srcbuild 1/5] FROM docker.io/library/node:18.18-


alpine@sha256:16b46e5ea9fb5c2d13dda36f0feb670fa89de6a412725007555f2eee9a126b60
#10 sha256:da237827494042109afcd036f8eba41885e3611a632ecf5e6a320bcb857ba647
#10 sha256:3ebae63ae1d8896e6d3d75cb0ee2aa5fc33676028241c1130d1729fe974b4a2f 32.51MB
/ 39.97MB 1.4s
#10 sha256:3ebae63ae1d8896e6d3d75cb0ee2aa5fc33676028241c1130d1729fe974b4a2f 39.97MB
/ 39.97MB 1.5s done
#10 extracting
sha256:3ebae63ae1d8896e6d3d75cb0ee2aa5fc33676028241c1130d1729fe974b4a2f 0.1s
#10 extracting
sha256:3ebae63ae1d8896e6d3d75cb0ee2aa5fc33676028241c1130d1729fe974b4a2f 1.5s done
#10 extracting
sha256:4df6e7e40a3fc8572a44be8b3ed0cd78c2a5fc6968441f4ac7164d240919d9cd 0.1s done
#10 extracting
sha256:bd5b864d12491e8d318149d93e4c17adc97089ca47f3747b2fad280f62002181 done
#10 DONE 3.2s

#9 [srcbuild 2/5] WORKDIR /app


#9 sha256:18b98916636904d221bec089b4e6450a1a10ec58e9b29af1186171f2f86bcd4e
#9 DONE 0.1s

#7 [srcbuild 3/5] COPY ./ ./


#7 sha256:654b96afd14aff8b97406f92ba39519721946f1d167b0dcf7f1b3c5d9ca327b7
#7 DONE 0.1s

#6 [srcbuild 4/5] RUN npm install --legacy-peer-deps


#6 sha256:75516a12aeb251faeadae9a8151bd08c0d294ee525ee2174fe7130b03d9b86a5
#6 21.70 npm WARN deprecated [email protected]: Please see
https://github.com/lydell/urix#deprecated
#6 21.70 npm WARN deprecated [email protected]: See
https://github.com/lydell/source-map-url#deprecated
#6 21.74 npm WARN deprecated [email protected]: https://github.com/lydell/resolve-
url#deprecated
#6 21.86 npm WARN deprecated [email protected]: Please upgrade to v1.0.1
#6 21.86 npm WARN deprecated [email protected]: Please upgrade to v1.0.1
#6 21.90 npm WARN deprecated [email protected]: See
https://github.com/lydell/source-map-resolve#deprecated
#6 23.05 npm WARN deprecated [email protected]: Modern JS already guarantees
Array#sort() is a stable sort, so this library is deprecated. See the compatibility
table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/
Global_Objects/Array/sort#browser_compatibility
#6 23.38 npm WARN deprecated [email protected]: The querystring API is considered
Legacy. new code should use the URLSearchParams API instead.
#6 23.68 npm WARN deprecated [email protected]: Please use
@jridgewell/sourcemap-codec instead
#6 24.80 npm WARN deprecated [email protected]: This module is not supported, and
leaks memory. Do not use it. Check out lru-cache if you want a good and tested way
to coalesce async requests by a key value, which is much more comprehensive and
powerful.
#6 24.83 npm WARN deprecated [email protected]: gulp-util is deprecated - replace it,
following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
#6 24.84 npm WARN deprecated [email protected]: Rimraf versions prior to v4 are no
longer supported
#6 25.30 npm WARN deprecated @types/[email protected]: This is a stub types definition.
history provides its own type definitions, so you do not need this installed.
#6 25.79 npm WARN deprecated @babel/[email protected]: This
proposal has been merged to the ECMAScript standard and thus this plugin is no
longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
#6 25.79 npm WARN deprecated @babel/[email protected]:
This proposal has been merged to the ECMAScript standard and thus this plugin is no
longer maintained. Please use @babel/plugin-transform-unicode-property-regex
instead.
#6 25.79 npm WARN deprecated @babel/[email protected]: This
proposal has been merged to the ECMAScript standard and thus this plugin is no
longer maintained. Please use @babel/plugin-transform-numeric-separator instead.
#6 25.89 npm WARN deprecated @babel/[email protected]: This
proposal has been merged to the ECMAScript standard and thus this plugin is no
longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.
#6 25.89 npm WARN deprecated @babel/[email protected]: This
proposal has been merged to the ECMAScript standard and thus this plugin is no
longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
#6 25.89 npm WARN deprecated @babel/plugin-proposal-nullish-coalescing-
[email protected]: This proposal has been merged to the ECMAScript standard and thus
this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-
coalescing-operator instead.
#6 26.00 npm WARN deprecated @babel/[email protected]: This
proposal has been merged to the ECMAScript standard and thus this plugin is no
longer maintained. Please use @babel/plugin-transform-json-strings instead.
#6 26.00 npm WARN deprecated @babel/plugin-proposal-async-generator-
[email protected]: This proposal has been merged to the ECMAScript standard and thus
this plugin is no longer maintained. Please use @babel/plugin-transform-async-
generator-functions instead.
#6 26.05 npm WARN deprecated @babel/[email protected]:
This proposal has been merged to the ECMAScript standard and thus this plugin is no
longer maintained. Please use @babel/plugin-transform-optional-catch-binding
instead.
#6 26.23 npm WARN deprecated [email protected]: Glob versions prior to v9 are no longer
supported
#6 27.06 npm WARN deprecated @babel/[email protected]: This
proposal has been merged to the ECMAScript standard and thus this plugin is no
longer maintained. Please use @babel/plugin-transform-class-properties instead.
#6 27.23 npm WARN deprecated [email protected]: Please upgrade to v0.1.5
#6 27.23 npm WARN deprecated [email protected]: Please upgrade to v0.1.7
#6 27.36 npm WARN deprecated [email protected]: Please upgrade to v0.1.5
#6 27.36 npm WARN deprecated [email protected]: Please upgrade to v0.1.5
#6 27.36 npm WARN deprecated [email protected]: Please upgrade to v0.1.5
#6 27.36 npm WARN deprecated [email protected]: Please upgrade to v0.1.7
#6 27.36 npm WARN deprecated [email protected]: Please upgrade to v0.1.7
#6 27.36 npm WARN deprecated [email protected]: Please upgrade to v0.1.7
#6 27.48 npm WARN deprecated [email protected]: Please upgrade to v0.1.7
#6 27.51 npm WARN deprecated [email protected]: Please upgrade to v0.1.5
#6 27.93 npm WARN deprecated [email protected]: Rimraf versions prior to v4 are no
longer supported
#6 27.93 npm WARN deprecated [email protected]: Rimraf versions prior to v4 are no
longer supported
#6 28.16 npm WARN deprecated [email protected]: Please upgrade to version 7 or higher.
Older versions may use Math.random() in certain circumstances, which is known to be
problematic. See https://v8.dev/blog/math-random for details.
#6 28.33 npm WARN deprecated @babel/[email protected]: 🚨 This package has been
deprecated in favor of separate inclusion of a polyfill and regenerator-runtime
(when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-
polyfill) for more information.
#6 28.33 npm WARN deprecated [email protected]: Chokidar 2 does not receive security
updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
#6 32.83 npm WARN deprecated [email protected]: core-js@<3.23.3 is no longer
maintained and not recommended for usage due to the number of issues. Because of
the V8 engine whims, feature detection in old core-js versions could cause a
slowdown up to 100x even if nothing is polyfilled. Some versions have web
compatibility issues. Please, upgrade your dependencies to the actual version of
core-js.
#6 37.53
#6 37.53 added 1284 packages, and audited 1285 packages in 37s
#6 37.53
#6 37.53 130 packages are looking for funding
#6 37.53 run `npm fund` for details
#6 37.55
#6 37.55 22 vulnerabilities (1 low, 3 moderate, 17 high, 1 critical)
#6 37.55
#6 37.55 To address issues that do not require attention, run:
#6 37.55 npm audit fix
#6 37.55
#6 37.55 To address all issues (including breaking changes), run:
#6 37.55 npm audit fix --force
#6 37.55
#6 37.55 Run `npm audit` for details.
#6 37.55 npm notice
#6 37.55 npm notice New major version of npm available! 9.8.1 -> 10.8.1
#6 37.55 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.8.1>
#6 37.55 npm notice Run `npm install -g [email protected]` to update!
#6 37.55 npm notice
#6 DONE 37.8s

#5 [srcbuild 5/5] RUN npm run build:dev


#5 sha256:0a3114f6f67a00e2f0fe1f7dcca5795ed823c6f25325a525c65d0709e5c51898
#5 0.616
#5 0.616 > [email protected] build:dev
#5 0.616 > ENVIRONMENT=development webpack --config
https://bitbucket.org/saigonvalleyproducts/fms-webapp/src/4ca923c8125d3959f46a225a3
8b0479353390e33/./webpack/webpack.dev.js
#5 0.616
#5 1.555 Browserslist: caniuse-lite is outdated. Please run:
#5 1.555 npx update-browserslist-db@latest
#5 1.555 Why you should do it regularly: https://github.com/browserslist/update-
db#readme
#5 2.448 (node:17) [DEP_WEBPACK_COMPILATION_OPTIMIZE_CHUNK_ASSETS]
DeprecationWarning: optimizeChunkAssets is deprecated (use
Compilation.hooks.processAssets instead and use one of
Compilation.PROCESS_ASSETS_STAGE_* as stage option)
#5 2.448 (Use `node --trace-deprecation ...` to show where the warning was created)
#5 5.268
#5 5.269 warn - As of Tailwind CSS v2.2, `lightBlue` has been renamed to `sky`.
#5 5.269 warn - Update your configuration file to silence this warning.
#5 5.269
#5 5.269 warn - As of Tailwind CSS v3.0, `warmGray` has been renamed to `stone`.
#5 5.269 warn - Update your configuration file to silence this warning.
#5 5.269
#5 5.269 warn - As of Tailwind CSS v3.0, `trueGray` has been renamed to `neutral`.
#5 5.269 warn - Update your configuration file to silence this warning.
#5 5.269
#5 5.269 warn - As of Tailwind CSS v3.0, `coolGray` has been renamed to `gray`.
#5 5.269 warn - Update your configuration file to silence this warning.
#5 5.269
#5 5.269 warn - As of Tailwind CSS v3.0, `blueGray` has been renamed to `slate`.
#5 5.270 warn - Update your configuration file to silence this warning.
#5 136.1 npm ERR! path /app
#5 136.1 npm ERR! command failed
#5 136.1 npm ERR! signal SIGKILL
#5 136.1 npm ERR! command sh -c ENVIRONMENT=development webpack --config
https://bitbucket.org/saigonvalleyproducts/fms-webapp/src/4ca923c8125d3959f46a225a3
8b0479353390e33/./webpack/webpack.dev.js
#5 136.2
#5 136.2 npm ERR! A complete log of this run can be found in:
/root/.npm/_logs/2024-06-24T09_25_52_182Z-debug-0.log
#5 ERROR: process "/bin/sh -c npm run build:$STAGE" did not complete successfully:
exit code: 1
------
> [srcbuild 5/5] RUN npm run build:dev:
------
process "/bin/sh -c npm run build:$STAGE" did not complete successfully: exit code:
1
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
The push refers to repository [docker.io/pascalsoftware/fms-webapp]
cd4ace04a7f1: Preparing
12cc4027f147: Preparing
c425097955a4: Preparing
a4717f9541f6: Preparing
954ea2c7889d: Preparing
df5b3e0b2d09: Preparing
9122374db97c: Preparing
ebafe86210b7: Preparing
5a4a48929bae: Preparing
97144dd1f834: Preparing
c617f0316a39: Preparing
af9a70194aa4: Preparing
df5b3e0b2d09: Waiting
9122374db97c: Waiting
c617f0316a39: Waiting
af9a70194aa4: Waiting
ebafe86210b7: Waiting
5a4a48929bae: Waiting
97144dd1f834: Waiting
cd4ace04a7f1: Pushed
a4717f9541f6: Pushed
12cc4027f147: Pushed
c425097955a4: Pushed
df5b3e0b2d09: Pushed
9122374db97c: Pushed
ebafe86210b7: Pushed
af9a70194aa4: Layer already exists
5a4a48929bae: Pushed
97144dd1f834: Pushed
954ea2c7889d: Pushed
c617f0316a39: Pushed
dev: digest:
sha256:4a8c4969d9e9cb5334dd3197d711f575928d2203e34572158709f3d11d243f8c size: 2823
{
"Command": {
"CommandId": "59ccc89a-94b1-4b75-bd85-bf68ed9203e1",
"DocumentName": "AWS-RunShellScript",
"DocumentVersion": "1",
"Comment": "",
"ExpiresAfter": "2024-06-24T10:38:14.332000+00:00",
"Parameters": {
"commands": [
"docker login -u pascalsoftware -p $DOCKER_PASSWORD",
"docker compose pull webapp && docker compose up webapp -d"
],
"executionTimeout": [
"3600"
],
"workingDirectory": [
"/home/Deployment"
]
},
"InstanceIds": [],
"Targets": [
{
"Key": "instanceids",
"Values": [
"i-0420c3956d6b68455"
]
}
],
"RequestedDateTime": "2024-06-24T09:28:14.332000+00:00",
"Status": "Pending",
"StatusDetails": "Pending",
"OutputS3Region": "ap-southeast-1",
"OutputS3BucketName": "",
"OutputS3KeyPrefix": "",
"MaxConcurrency": "50",
"MaxErrors": "0",
"TargetCount": 0,
"CompletedCount": 0,
"ErrorCount": 0,
"DeliveryTimedOutCount": 0,
"ServiceRole": "",
"NotificationConfig": {
"NotificationArn": "",
"NotificationEvents": [],
"NotificationType": ""
},
"CloudWatchOutputConfig": {
"CloudWatchLogGroupName": "",
"CloudWatchOutputEnabled": false
},
"TimeoutSeconds": 600,
"AlarmConfiguration": {
"IgnorePollAlarmFailure": false,
"Alarms": []
},
"TriggeredAlarms": []
}
}

Skipping assembly of docker cache as one is already present


Cache "docker: docker.tar": Skipping upload for existing cache
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.

You might also like