Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

airflow/2.9.3 package update #24049

Merged
merged 5 commits into from
Jul 18, 2024

Conversation

octo-sts[bot]
Copy link
Contributor

@octo-sts octo-sts bot commented Jul 16, 2024

Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
@octo-sts octo-sts bot added request-version-update request for a newer version of a package automated pr labels Jul 16, 2024
Copy link
Contributor Author

octo-sts bot commented Jul 16, 2024

Open AI suggestions to solve the build error:

The error message is: "WARN /opt/airflow/venv/bin/python: error while loading shared libraries: libpython3.12.so.1.0: cannot open shared object file: No such file or directory
ERRO failed to build package: unable to run pipeline: unable to run pipeline: task exited with code 127"

1. Ensure libpython3.12.so.1.0 is installed: `sudo apt-get install libpython3.12`.
2. Verify the library path: `ldconfig -p | grep libpython3.12`.
3. Add the library path to LD_LIBRARY_PATH: `export LD_LIBRARY_PATH=/path/to/lib:$LD_LIBRARY_PATH`.
4. Rebuild the package.

@ritster ritster force-pushed the wolfictl-068819a9-6715-4eef-9f2d-3f0c30545aa7 branch from 33eaece to 2fd27e3 Compare July 17, 2024 18:28
Copy link
Contributor Author

octo-sts bot commented Jul 17, 2024

Open AI suggestions to solve the build error:

The error message is: "ERROR: failed to build package. the build environment has been preserved:
workspace dir: /temp/melange-workspace-2625286809
guest dir: /temp/melange-guest-2013977623
failed to build package: unable to run package airflow pipeline: unable to run pipeline: exit status 127
make[1]: *** [Makefile:111: packages/aarch64/airflow-2.9.3-r0.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/airflow] Error 2
##[error]Process completed with exit code 2."

1. Verify all dependencies are installed.
2. Ensure `airflow` version 2.9.3 is correctly specified.
3. Check PATH for required binaries.
4. Review Makefile lines 101 and 111 for errors.
5. Re-run the build and monitor for additional errors.

Copy link
Contributor Author

octo-sts bot commented Jul 17, 2024

Open AI suggestions to solve the build error:

The error message is: "ERROR: failed to build package. the build environment has been preserved:
INFO   workspace dir: /temp/melange-workspace-500480513
INFO   guest dir: /temp/melange-guest-132375665
ERRO failed to build package: unable to run package airflow pipeline: unable to run pipeline: exit status 127
make[1]: *** [Makefile:111: packages/aarch64/airflow-2.9.3-r0.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/airflow] Error 2
##[error]Process completed with exit code 2."

1. Verify all dependencies are installed.
2. Ensure `airflow` version 2.9.3 is correctly specified.
3. Check PATH for required binaries.
4. Review Makefile for errors.
5. Re-run the build and monitor for additional errors.

Copy link
Contributor Author

octo-sts bot commented Jul 17, 2024

Open AI suggestions to solve the build error:

The error message is: "WARN /opt/airflow/venv/bin/python: error while loading shared libraries: libpython3.12.so.1.0: cannot open shared object file: No such file or directory"

1. Verify if `libpython3.12.so.1.0` is installed: `sudo find / -name libpython3.12.so.1.0`.
2. If not found, install the required library: `sudo apt-get install libpython3.12`.
3. Ensure the library path is included in `LD_LIBRARY_PATH`: `export LD_LIBRARY_PATH=/path/to/lib:$LD_LIBRARY_PATH`.
4. Restart the Airflow service.

Copy link
Contributor Author

octo-sts bot commented Jul 17, 2024

Open AI suggestions to solve the build error:

The error message is: "WARN /opt/airflow/venv/bin/python: error while loading shared libraries: libpython3.12.so.1.0: cannot open shared object file: No such file or directory"

1. Verify if libpython3.12.so.1.0 is installed: `sudo find / -name libpython3.12.so.1.0`
2. If not found, install the required library: `sudo apt-get install libpython3.12`
3. Ensure the library path is included in `LD_LIBRARY_PATH`: `export LD_LIBRARY_PATH=/path/to/lib:$LD_LIBRARY_PATH`
4. Restart the Airflow service.

@debasishbsws debasishbsws self-assigned this Jul 18, 2024
Signed-off-by: Debasish Biswas <debasishbsws.dev@gmail.com>
Copy link
Contributor Author

octo-sts bot commented Jul 18, 2024

Open AI suggestions to solve the build error:

The error message is: "ERROR: failed to build package. the build environment has been preserved:
INFO   workspace dir: /temp/melange-workspace-825906952
INFO   guest dir: /temp/melange-guest-2189075760
ERRO failed to build package: unable to run package airflow pipeline: unable to run pipeline: exit status 127
make[1]: *** [Makefile:111: packages/aarch64/airflow-2.9.3-r0.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/airflow] Error 2
##[error]Process completed with exit code 2."

1. Verify all dependencies are installed.
2. Ensure `airflow` version 2.9.3 is correctly specified.
3. Check PATH for required binaries.
4. Review build logs for missing libraries/tools.
5. Re-run build with increased verbosity.

@debasishbsws
Copy link
Member

for some reason yarn install --frozen-lockfile not filling node_module

...
verbose 20.147616402 Performing "GET" request to "https://registry.yarnpkg.com/@motionone/animation/-/animation-10.18.0.tgz".      
verbose 20.156020265 Performing "GET" request to "https://registry.yarnpkg.com/@motionone/utils/-/utils-10.18.0.tgz".              
verbose 20.211284536 Performing "GET" request to "https://registry.yarnpkg.com/@motionone/generators/-/generators-10.18.0.tgz".    
verbose 20.243967181 Performing "GET" request to "https://registry.yarnpkg.com/@motionone/easing/-/easing-10.18.0.tgz".            
verbose 20.251887801 Performing "GET" request to "https://registry.yarnpkg.com/jshint/-/jshint-2.13.6.tgz".                        
[########################------------------------------------------------------------------------------------------------] 308/1510~

@TaylorBloom129 TaylorBloom129 added the help wanted Extra attention is needed label Jul 18, 2024
@ritster
Copy link
Contributor

ritster commented Jul 18, 2024

@hectorj2f @debasishbsws I can take care of this one. The current error you guys are seeing is because the build is presently running with nodejs version 22.5.0, which is breaking (and has been reverted in wolfi and enterprise-packages). By now, the nodejs packages have been reverted to the last stable version, so simply re-running the test should get this PR back to a successful build state.

Copy link
Contributor

@hectorj2f hectorj2f left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@debasishbsws
Copy link
Member

There are no downstream packages. Merging

@debasishbsws debasishbsws merged commit 4a2e3da into main Jul 18, 2024
6 of 8 checks passed
@debasishbsws debasishbsws deleted the wolfictl-068819a9-6715-4eef-9f2d-3f0c30545aa7 branch July 18, 2024 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated pr bincapz/pass help wanted Extra attention is needed request-version-update request for a newer version of a package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants