HttpTrigger3App: Deployment Failed today due to unknown reasons

Jeff Liu 91 Reputation points
2022-04-07T02:50:28.253+00:00

Hi MS Azure Function support.

I just did some minor changes on a Function code this morning, but when I re-deployed it as usual, it came out with these errors.

7:44:51 am HttpTrigger3App: Starting deployment...
7:44:53 am HttpTrigger3App: Creating zip package...
7:44:53 am HttpTrigger3App: Zip package size: 1.84 kB
7:45:02 am HttpTrigger3App: Fetching changes.
7:45:03 am HttpTrigger3App: Cleaning up temp folders from previous zip deployments and extracting pushed zip file /tmp/zipdeploy/69ff99ca-a6c1-4996-b026-417dfdc6c64f.zip (0.00 MB) to /tmp/zipdeploy/extracted
7:45:05 am HttpTrigger3App: Updating submodules.
7:45:06 am HttpTrigger3App: Preparing deployment for commit id '517b7539-9'.
7:45:06 am HttpTrigger3App: PreDeployment: context.CleanOutputPath False
7:45:06 am HttpTrigger3App: PreDeployment: context.OutputPath /home/site/wwwroot
7:45:06 am HttpTrigger3App: Repository path is /tmp/zipdeploy/extracted
7:45:06 am HttpTrigger3App: Running oryx build...
7:45:06 am HttpTrigger3App: Command: oryx build /tmp/zipdeploy/extracted -o /home/site/wwwroot --platform python --platform-version 3.9 -p packagedir=.python_packages/lib/site-packages
7:45:06 am HttpTrigger3App: Operation performed by Microsoft Oryx, https://github.com/Microsoft/Oryx
7:45:06 am HttpTrigger3App: You can report issues at https://github.com/Microsoft/Oryx/issues
7:45:06 am HttpTrigger3App: Oryx Version: 0.2.20210120.1, Commit: 66c7820d7df527aaffabd2563a49ad57930999c9, ReleaseTagName: 20210120.1
7:45:06 am HttpTrigger3App: Build Operation ID: |5X4YLAUvkho=.34edeb14_
7:45:06 am HttpTrigger3App: Repository Commit : 517b7539-9f8a-4b96-8bcc-e82e0acc3863
7:45:06 am HttpTrigger3App: Detecting platforms...
7:45:07 am HttpTrigger3App: Detected following platforms:
7:45:07 am HttpTrigger3App: python: 3.9.12
7:45:07 am HttpTrigger3App: Source directory : /tmp/zipdeploy/extracted
7:45:07 am HttpTrigger3App: Destination directory: /home/site/wwwroot
7:45:07 am HttpTrigger3App: /tmp/oryx/platforms/python/3.9.12/bin/python3.9: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.29' not found (required by /tmp/oryx/platforms/python/3.9.12/lib/libpython3.9.so.1.0) 7:45:07 am HttpTrigger3App: /tmp/oryx/platforms/python/3.9.12/bin/python3.9: /lib/x86_64-linux-gnu/libpthread.so.0: version GLIBC_2.30' not found (required by /tmp/oryx/platforms/python/3.9.12/lib/libpython3.9.so.1.0)
7:45:07 am HttpTrigger3App: /tmp/oryx/platforms/python/3.9.12/bin/python3.9: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.28' not found (required by /tmp/oryx/platforms/python/3.9.12/lib/libpython3.9.so.1.0) 7:45:07 am HttpTrigger3App: /tmp/oryx/platforms/python/3.9.12/bin/python3.9: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.25' not found (required by /tmp/oryx/platforms/python/3.9.12/lib/libpython3.9.so.1.0)
7:45:07 am HttpTrigger3App: /tmp/oryx/platforms/python/3.9.12/bin/python3.9: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.26' not found (required by /tmp/oryx/platforms/python/3.9.12/lib/libpython3.9.so.1.0) 7:45:07 am HttpTrigger3App: /tmp/oryx/platforms/python/3.9.12/bin/python3.9: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.27' not found (required by /tmp/oryx/platforms/python/3.9.12/lib/libpython3.9.so.1.0)
7:45:07 am HttpTrigger3App: Python Version: /tmp/oryx/platforms/python/3.9.12/bin/python3.9
7:45:07 am HttpTrigger3App: Running pip install...
7:45:07 am HttpTrigger3App: Done in 0 sec(s).
7:45:10 am HttpTrigger3App: /opt/Kudu/Scripts/starter.sh oryx build /tmp/zipdeploy/extracted -o /home/site/wwwroot --platform python --platform-version 3.9 -p packagedir=.python_packages/lib/site-packages
7:45:10 am HttpTrigger3App: Deployment Failed.
7:45:11 am HttpTrigger3App: Deployment failed.

I don't really think it was due to the change of code, but also couldn't figure out where it went wrong. Can give me a hint? Thank you.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,231 questions
{count} votes

Accepted answer
  1. MayankBargali-MSFT 68,396 Reputation points
    2022-04-07T15:16:46.19+00:00

    @Jeff Liu @Lopez, Juan Pedro @Asad Iqbal

    **Update 04/07 3:16 PM UTC : **
    The Python 3.9.12 SDK has been removed from our storage account and is no longer available to use for dynamic installation; Python apps targeting 3.9 should now be pulling the 3.9.7 SDK as they were before.
    You may continue to see this issue for a little bit longer (< 1 hour) due to our CDN cache needing to be cleared.

    Please feel free to try and build/deploy your Python application again and let us know if you're still seeing the issue.

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful