@shay-shmeltzer-oracle
Since this morning I have the following error in my builds. I reverted all changes, but the error persist. I did not touch the package.json file that refers to the grunt file. Please advice.
package.json:
{
"name": "vb-application",
"version": "1.0.0",
"description": "Visual Builder Application",
"devDependencies": {
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"load-grunt-tasks": "^5.1.0",
"@oracle/grunt-vb-build": "https://static.oracle.com/cdn/vb/tools/npm/grunt-vb-build/grunt-vb-build-2501.0.13.tar.gz",
"@oracle/grunt-vb-audit": "https://static.oracle.com/cdn/vb/tools/npm/grunt-vb-audit/grunt-vb-audit-2501.0.4.tar.gz"
},
"com\_oracle\_visual\_builder": {
"upgrade": "micro"
}
}
error:
[2025-01-17 07:35:15] Build scheduled. Build started by SCM change.
[2025-01-17 07:35:15] Build task id: e3675eab-7dad-4da1-b858-0765ad2680f6
[2025-01-17 07:35:15] Waiting to obtain executor [latesnodeversion] to start the execution of the build
[2025-01-17 07:35:32] Executor obtained. Type: VM Template: latesnodeversion Executor VM ID: 301
[2025-01-17 07:35:33] Build execution started.
[2025-01-17 07:35:32]
[2025-01-17 07:35:32]
[2025-01-17 07:35:32] Parameters in this job:
[2025-01-17 07:35:32] ------------------------------------------------------------------
[2025-01-17 07:35:32] EXECUTOR_TYPE = VM
[2025-01-17 07:35:32] TASKID = e3675eab-7dad-4da1-b858-0765ad2680f6
[2025-01-17 07:35:32] ------------------------------------------------------------------
[2025-01-17 07:35:32] Git: Checkout directory is the workspace root.
[2025-01-17 07:35:32] Git: git version 2.43.5
[2025-01-17 07:35:32] Git: Fetching from remote repository avviksystem.git
[2025-01-17 07:35:34] Git: Checking out branch main
[2025-01-17 07:35:34] Git: Done
[2025-01-17 07:35:34] === Begin Visual Application Packaging Preparation ===
[2025-01-17 07:35:34] Shell script to be executed:
[2025-01-17 07:35:34] [ -f package-lock.json ] || [ -f npm-shrinkwrap.json ] && npm ci || npm install
[2025-01-17 07:35:34]
[2025-01-17 07:35:34] [ -d build/processed ] || [ -d build/optimized ] || ./node_modules/.bin/grunt vb-process-local --url:ce=https://avvikssystemet-dev-vbs-posten-arn.developer.ocp.oraclecloud.com/avvikssystemet-dev-vbs-posten-arn/s/avvikssystemet-dev-vbs-posten-arn_avvikssystemet_581/compcatalog/0.2.0/
[2025-01-17 07:35:34]
[2025-01-17 07:35:34] ./node_modules/.bin/grunt vb-archive:sources --sources-zip-path='build/sources.zip' vb-package --url:ce=https://avvikssystemet-dev-vbs-posten-arn.developer.ocp.oraclecloud.com/avvikssystemet-dev-vbs-posten-arn/s/avvikssystemet-dev-vbs-posten-arn_avvikssystemet_581/compcatalog/0.2.0/ vb-archive:optimized --optimized-zip-path='build/built-assets.zip'
[2025-01-17 07:35:34] === End Visual Application Packaging Preparation ===
[2025-01-17 07:35:34] === Begin Visual Application Packaging Execution ===
[2025-01-17 07:35:34] BEGIN shell script execution with /bin/sh -e
[2025-01-17 07:35:57] npm error code E404
[2025-01-17 07:35:57] npm error 404 Not Found - GET https://static.oracle.com/cdn/vb/tools/npm/grunt-vb-audit/grunt-vb-audit-2501.0.4.tar.gz
[2025-01-17 07:35:57] npm error 404
[2025-01-17 07:35:57] npm error 404 '@oracle/grunt-vb-audit@https://static.oracle.com/cdn/vb/tools/npm/grunt-vb-audit/grunt-vb-audit-2501.0.4.tar.gz' is not in this registry.
[2025-01-17 07:35:57] npm error 404
[2025-01-17 07:35:57] npm error 404 Note that you can also install from a
[2025-01-17 07:35:57] npm error 404 tarball, folder, http url, or git url.
[2025-01-17 07:35:57] npm error A complete log of this run can be found in: /home/builder/.npm/_logs/2025-01-17T07_35_34_840Z-debug-0.log
[2025-01-17 07:35:57] END shell script execution
[2025-01-17 07:35:57] === End Visual Application Packaging Execution ===
[2025-01-17 07:35:58] No artifacts found with file path pattern build/*.zip
Build log size 2.7 KB (2,742)
[2025-01-17 07:35:58]
[2025-01-17 07:35:58] Build completed.
[2025-01-17 07:35:58] Status: DONE Result: FAILED Duration: 26 sec