Unable to run Oryx build for webapp

Vincent RASQUIER 6 Reputation points
2022-08-26T13:36:15.28+00:00

I was able to run / build and deploy my web app (in node 16) to Azure.
But now Oryx bug with this error message :

Running 'npm install --unsafe-perm'...  
  
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated  
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated  
npm WARN deprecated rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.  
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated  
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated  
npm WARN tarball tarball data for typegram@git+ssh://git@github.com/MKRhere/typegram.git#e2ba9f01f14b96c6dbb1c617e66692a3cc776cf6 (sha512-mLZ+OTcYqMY5QMLkXXr8Ssx3PZOJEFMy01maedKGnRIJBw0eLPfiQxA4WRQrsYx+YzFbqj+mDxhyIEkYn7MLgA==) seems to be corrupted. Trying again.  
npm WARN tarball tarball data for typegram@git+ssh://git@github.com/MKRhere/typegram.git#e2ba9f01f14b96c6dbb1c617e66692a3cc776cf6 (sha512-mLZ+OTcYqMY5QMLkXXr8Ssx3PZOJEFMy01maedKGnRIJBw0eLPfiQxA4WRQrsYx+YzFbqj+mDxhyIEkYn7MLgA==) seems to be corrupted. Trying again.  
npm ERR! code EINTEGRITY  
npm ERR! sha512-mLZ+OTcYqMY5QMLkXXr8Ssx3PZOJEFMy01maedKGnRIJBw0eLPfiQxA4WRQrsYx+YzFbqj+mDxhyIEkYn7MLgA== integrity checksum failed when using sha512: wanted sha512-mLZ+OTcYqMY5QMLkXXr8Ssx3PZOJEFMy01maedKGnRIJBw0eLPfiQxA4WRQrsYx+YzFbqj+mDxhyIEkYn7MLgA== but got sha512-BcD3DFa5Zrs4X2bEya5YnZE2KBhERsBmBVZsgpV5wzpIUvcR6d5rV9VfXA4Cjd/O5O9WTjeJUMHwE7RKnXmtjw==. (48855 bytes)  
  
npm ERR! A complete log of this run can be found in:  
npm ERR!     /home/.npm/_logs/2022-08-26T13_31_44_277Z-debug-0.log  
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated\nnpm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated\nnpm WARN deprecated rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.\nnpm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated\nnpm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated\nnpm WARN tarball tarball data for typegram@git+ssh://git@github.com/MKRhere/typegram.git#e2ba9f01f14b96c6dbb1c617e66692a3cc776cf6 (sha512-mLZ+OTcYqMY5QMLkXXr8Ssx3PZOJEFMy01maedKGnRIJBw0eLPfiQxA4WRQrsYx+YzFbqj+mDxhyIEkYn7MLgA==) seems to be corrupted. Trying again.\nnpm WARN tarball tarball data for typegram@git+ssh://git@github.com/MKRhere/typegram.git#e2ba9f01f14b96c6dbb1c617e66692a3cc776cf6 (sha512-mLZ+OTcYqMY5QMLkXXr8Ssx3PZOJEFMy01maedKGnRIJBw0eLPfiQxA4WRQrsYx+YzFbqj+mDxhyIEkYn7MLgA==) seems to be corrupted. Trying again.\nnpm ERR! code EINTEGRITY\nnpm ERR! sha512-mLZ+OTcYqMY5QMLkXXr8Ssx3PZOJEFMy01maedKGnRIJBw0eLPfiQxA4WRQrsYx+YzFbqj+mDxhyIEkYn7MLgA== integrity checksum failed when using sha512: wanted sha512-mLZ+OTcYqMY5QMLkXXr8Ssx3PZOJEFMy01maedKGnRIJBw0eLPfiQxA4WRQrsYx+YzFbqj+mDxhyIEkYn7MLgA== but got sha512-BcD3DFa5Zrs4X2bEya5YnZE2KBhERsBmBVZsgpV5wzpIUvcR6d5rV9VfXA4Cjd/O5O9WTjeJUMHwE7RKnXmtjw==. (48855 bytes)\n\nnpm ERR! A complete log of this run can be found in:\nnpm ERR!     /home/.npm/_logs/2022-08-26T13_31_44_277Z-debug-0.log\n/bin/bash -c "oryx build /home/site/repository -o /home/site/wwwroot --platform nodejs --platform-version 16 -p virtualenv_name= --log-file /tmp/build-debug.log  -i /tmp/8da8767493a8b96 -p compress_node_modules=tar-gz | tee /tmp/oryx-build.log ; exit $PIPESTATUS "  
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,689 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Vincent RASQUIER 6 Reputation points
    2022-08-26T14:13:44.82+00:00

    Seems to be unrelated to Azure : https://github.com/telegraf/telegraf/issues/1678

    0 comments No comments

  2. Grmacjon-MSFT 15,156 Reputation points
    2022-08-30T19:10:42.433+00:00

    Hi @Vincent RASQUIER

    You're right this issue isn't Azure related. Based on the Github thread you posted, "typegram has been updated to v3.11.0" and the issue should now be resolved.

    Best,
    Grace

    0 comments No comments