casra-developers commented on pull request #16110:
URL: https://github.com/apache/airflow/pull/16110#issuecomment-949353023
@uranusjr yes you are right (probably forgot to save when resolving the
conflicts). I was able to resolve this and the check ```./breeze static-check
isort``` now is marked as "passed". The problem now seems to be on the
build-pipeline with dangling symlinks as far as I can judge.
```
Run ./scripts/ci/images/ci_prepare_ci_image_on_ci.sh
Skip mounting host volumes to Docker
Good version of docker 20.10.7.
Running 'ci_prepare_ci_image_on_ci.sh'
Using pulled cache strategy for the build.
chmod: cannot operate on dangling symlink 'provider_packages/.flake8'
chmod: cannot operate on dangling symlink 'provider_packages/dist'
chmod: cannot operate on dangling symlink 'provider_packages/pyproject.toml'
ERROR: The previous step completed with error. Please take a look at output
above
###########################################################################################
EXITING WITH STATUS CODE 123
###########################################################################################
Finished the script ci_prepare_ci_image_on_ci.sh
Elapsed time spent in the script: 0 seconds
Exit code 123
Error: Process completed with exit code 123.
```
I have no idea if this has to do with the changes I have made but this would
be quite odd since I did only change the few Python files, not touching
anything else. Is there something I can do to resolve this?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]