Amplify Console (default) Build suddenly broken for "api/team" at latest TEAM IDC APP v1.2.2 ? #342
gbayfield-em
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now raised as Issue #343
Hi there, we have a long-running previously-successful automated build process for the TEAM IDC APP at (older) v1.1.2. Something in the external dependencies has changed since now both latest v1.2.2, and v1.12 both fail (was prev stable). The initialization part of the Amplify Hosting build process (e.g. the Amplify Hosting Build process part triggered within the Amplify Console) has suddenly stopped working with a vague error (see below, downloading some dependency that prev worked) early-on in the "main" initialization build phase. I suspect some external dependency in the main initialization/setup from this AWS sample has recently changed/is now broken/ - am wondering if anyone can shed any light on this Amplify console Build error/dependency issue for "api/team" resource please ?
We run the standard TEAM Amplify build script (unchanged), last build command that is executed is;
...
2025-01-08T09:10:39.640Z [INFO]: # Executing command: /usr/local/bin/pip3.9 install --user pipenv==2023.6.12
...
Default Build Spec amplify.,yaml (Unchanged) see uploaded image
Amplify Console Output:
2025-01-08T09:10:44.268Z [INFO]: Successfully installed distlib-0.3.9 filelock-3.16.1 pipenv-2023.6.12 platformdirs-4.3.6 setuptools-75.7.0 virtualenv-20.28.1 virtualenv-clone-0.5.7
2025-01-08T09:10:44.404Z [WARNING]: WARNING: You are using pip version 20.2.3; however, version 24.3.1 is available.
You should consider upgrading via the '/usr/local/bin/python3.9 -m pip install --upgrade pip' command.
2025-01-08T09:10:46.591Z [INFO]: �[0mAmplify AppID found: d2r23cmwtqmrlg. Amplify App name is: TEAM-IDC-APP�[0m
2025-01-08T09:10:46.653Z [INFO]: �[0mBackend environment main found in Amplify Console app: TEAM-IDC-APP�[0m
2025-01-08T09:10:47.688Z [WARNING]: - Fetching updates to backend environment: main from the cloud.
2025-01-08T09:10:48.005Z [WARNING]: - Building resource api/team
2025-01-08T09:10:57.277Z [WARNING]: ✖ Fetching updates to backend environment: main from the cloud.
2025-01-08T09:10:57.282Z [WARNING]: ✖ There was an error initializing your environment.
2025-01-08T09:10:57.295Z [INFO]: 🛑 Packaging overrides failed.
2025-01-08T09:10:57.296Z [INFO]: Learn more at: https://docs.amplify.aws/cli/graphql/override/
2025-01-08T09:10:57.312Z [INFO]:
2025-01-08T09:10:57.313Z [INFO]: Session Identifier: 67d54232-d453-4df4-8d26-56ec63a2fb35
2025-01-08T09:10:57.363Z [ERROR]: !!! Build failed
2025-01-08T09:10:57.364Z [ERROR]: !!! Error: Command failed with exit code 1
2025-01-08T09:10:57.364Z [INFO]: # Starting environment caching...
2025-01-08T09:10:57.365Z [INFO]: # Environment caching completed
...
Beta Was this translation helpful? Give feedback.
All reactions