You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/08/21 05:27:12 UTC

[GitHub] [airflow] yuqian90 opened a new issue #10438: breeze not working after recent commits

yuqian90 opened a new issue #10438:
URL: https://github.com/apache/airflow/issues/10438


   When I ran `./breeze`, there's no output. The script just exits with code 1 immediately.
   
   I ran it with `bash -x` and saw it was looking for `HELM_BINARY` when it crashed. I'm not using `Kubernetes`, but I tried to `brew install helm` anyway. And then `./breeze` started doing something. It then crashed again complaining `kind` is not found. So I brew installed `kind` as well. 
   
   And then breeze still crashed saying this:
   ```
   /Volumes/Workspace/airflow/scripts/ci/libraries/_md5sum.sh: line 86: FILES_FOR_REBUILD_CHECK[@]: unbound variable
   ```
   
   I tried to checkout older commits and confirm that one of these commits is the potential cause. Not sure which one.
   
   ```
   88c7d2e526af4994066f65f830e2fa8edcbbce2e (HEAD -> master, upstream/master) Dataflow operators don't not always create a virtualenv
   (#10373)
   30f46175eef3748df0058b432ab7a31ac17bd514 Add architecture diagram for basic Airflow deployment (#10428)
   c35a01037ad4bb03d39a0319d37bc36b08ccf766 Switch to released cancel-workflow-runs action (#10423)
   dc27a2a310f1d56476444d78884255962b576c90 Fix failing breeze (#10424)
   a8e28f1af799a3999507f0f5e877aa1679809594 Fix typo in KubernetesPodOperator (#10419)
   2c3ce8e2c04567bfaa1a139c857da25dec9d78c5 Enable optimisation of image building. (#10422)
   de7500de849f85e4e07daa48b154289ba4c132c3 CI Images are now pre-build and stored in registry (#10368)
   5739ba28a7d8634ba3702d5fa39e5ef663f5bf7c Fix broken breeze script (#10418)
   7fa813f25fa9f5bc48e79a141ae9139b7f9fb0b8 Unnecessary use of list comprehension (#10416)
   f1716bc958b50b991e9ca2bc3fa84f02471fcf80 Use sys.exit() instead of exit() (#10414)
   2db8bf3274557b436d5857c935101a571e701e58 Group logging & monitoring guides in one section (#10394)
   e195c6a3d261ad44d7be4c8d1f788e86d55ea2f5 Make KubernetesExecutor recognize kubernetes_labels (#10412)
   f76938c1713c3141687c604ee546fd90f991499c Make Kubernetes tests pass locally (#10407)
   3d334fdd98b1dd0e49b981c9cca70570a1da124e BugFix: K8s Executor Multinamespace mode is evaluated to true by default (#10410)
   882e1870d6c0e70480f5974b4abe96eb147e5d66 Remove run-ons from scheduler docs. (#10397)
   8fcb93b29456da021a31f6a2ee5f350658a50553 Fixes optimisation where doc only change should build much faster (#10344)
   e1e7f11917d5b190dc3f4a290e76cbff0cb91e31 Move docker-compose ci.yml to ga.yml as it is GITHUB_* only (#10405)
   08fe5c46a16b89314013cd75f6c1401ebc73fa89 Constraint CI scripts are now separated out (#10404)
   db446f267748c1c44229f03990b3aeb519c112f8 Replaced aliases for common tools with functions. (#10402)
   e17985382c2f76462a98e06f8a66c32817e453bb Kubernetes image is extended rather than customized (#10399)
   0b3ded7a55c8b64064cfa080f06c7421bc8bb497 Correct typo in best-practices.rst (#10401)
   b06a705c72505b5340421a16bee0506cfb761acd Improve headings on docs/executor (#10396)
   2bab38cf0cadd4e8a20c05ed738a38c3951487a4 Update celery.rst (#10400)
   3bc37013f6efc5cf758821f06257a02cae6e2d52 Add back 'refresh_all' method in airflow/www/views.py (#10328)
   77a635eb45099227d8d708bcc22c1e19ad13a451 When precommits are run, output is silenced (#10390)
   c54d17e6dc34e92ede394746f00f4a908150fa63 Capitalize 'Python' properly in Concepts docs (#10398)
   49ce908c05dcccd2e3375fc3afba6a1fb5e598a1 Moved description of page size limit to security/ (#10392)
   541c47c99804bf09b5c775904e20580e48bb242f Add basic auth API auth backend (#10356)
   8368f4949f06f93e99fbdd732f2b87ce94322861 Correct verb tense for re-running task doc. (#10371)
   ```
   
   **Apache Airflow version**: master
   
   
   **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): Not using Kubernetes
   
   **Environment**:
   
   - **Cloud provider or hardware configuration**: NA
   - **OS** (e.g. from /etc/os-release):  macOS Mojave
   - **Kernel** (e.g. `uname -a`): NA
   - **Install tools**: NA
   - **Others**: NA
   
   **What happened**:
   
   Run `./breeze` and it crashes with no output. Installed helm and kind and now ./breeze complains `FILES_FOR_REBUILD_CHECK[@]: unbound variable`.
   
   **How to reproduce it**:
   In a clean checkout of master, run this:
   ```
   ./breeze
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #10438: breeze not working after recent commits

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #10438:
URL: https://github.com/apache/airflow/issues/10438#issuecomment-678053749


   Can you talk on Slack with me - I pinged you there :)


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] yuqian90 commented on issue #10438: breeze not working after recent commits

Posted by GitBox <gi...@apache.org>.
yuqian90 commented on issue #10438:
URL: https://github.com/apache/airflow/issues/10438#issuecomment-678046212


   @potiuk since you made some major changes to ./breeze recently. Could you take a look please?


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk closed issue #10438: breeze not working after recent commits

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #10438:
URL: https://github.com/apache/airflow/issues/10438


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #10438: breeze not working after recent commits

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #10438:
URL: https://github.com/apache/airflow/issues/10438#issuecomment-678046454


   Ok. It's  Mac thing. I will fix it shortly.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #10438: breeze not working after recent commits

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #10438:
URL: https://github.com/apache/airflow/issues/10438#issuecomment-678049809


   @yuqian90 are you using bash or zsh ?


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] yuqian90 commented on issue #10438: breeze not working after recent commits

Posted by GitBox <gi...@apache.org>.
yuqian90 commented on issue #10438:
URL: https://github.com/apache/airflow/issues/10438#issuecomment-678052721


   Hi @potiuk I use bash and tmux.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org