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 2021/07/12 19:58:43 UTC

[GitHub] [airflow] oyarushe opened a new issue #16949: 'Can't separate key from value' when running breeze

oyarushe opened a new issue #16949:
URL: https://github.com/apache/airflow/issues/16949


   <!--
   
   Welcome to Apache Airflow!  For a smooth issue process, try to answer the following questions.
   Don't worry if they're not all applicable; just try to include what you can :-)
   
   If you need to include code snippets or logs, please put them in fenced code
   blocks.  If they're super-long, please use the details tag like
   <details><summary>super-long log</summary> lots of stuff </details>
   
   Please delete these comment blocks before submitting the issue.
   
   -->
   
   <!--
   
   IMPORTANT!!!
   
   PLEASE CHECK "SIMILAR TO X EXISTING ISSUES" OPTION IF VISIBLE
   NEXT TO "SUBMIT NEW ISSUE" BUTTON!!!
   
   PLEASE CHECK IF THIS ISSUE HAS BEEN REPORTED PREVIOUSLY USING SEARCH!!!
   
   Please complete the next sections or the issue will be closed.
   These questions are the first thing we need to know to understand the context.
   
   -->
   
   **Apache Airflow version**: the lasters version from main ([4d8fd37](https://github.com/apache/airflow/commit/4d8fd37b6d110b348f29e677eaaaf9e447c837c7))
   
   
   **Environment**:
   
   - **Cloud provider or hardware configuration**:
   - **OS** (e.g. from /etc/os-release): macOS Big Sur
   - **Kernel** (e.g. `uname -a`): Darwin Kernel Version 20.4.0
   - **Docker Desktop**: 3.5.2
   - **Docker Compose**: v2.0.0-beta.6
   
   **What happened**:
   
   ```
   $ ./breeze -v
   Executing script:
   
   /Users/oyarush/projects/airflow/airflow/.build/dc_ci run --service-ports --rm airflow
   
   ++ dirname /Users/oyarush/projects/airflow/airflow/.build/dc_ci
   + cd /Users/oyarush/projects/airflow/airflow/.build
   + export HOST_USER_ID=502
   ...
   + USE_AIRFLOW_VERSION=
   + export USE_PACKAGES_FROM_DIST=false
   + USE_PACKAGES_FROM_DIST=false
   + export EXECUTOR=KubernetesExecutor
   + EXECUTOR=KubernetesExecutor
   + docker-compose run --service-ports --rm airflow
   Can't separate key from value
   
   ERROR: The previous step completed with error. Please take a look at output above 
   
   ###########################################################################################
                      EXITING WITH STATUS CODE 15
   ###########################################################################################
   
   ```
   
   It only happens for docker-compose v2.0. So possible resolution can be to disable the experimental feature "Use Docker Compose V2"


-- 
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: commits-unsubscribe@airflow.apache.org

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



[GitHub] [airflow] potiuk commented on issue #16949: 'Can't separate key from value' when running breeze

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


   @oyarushe - fix to that problem have been implemented in https://github.com/docker/compose-cli/pull/2002 and released in 
   https://github.com/docker/compose-cli/releases/tag/v2.0.0-rc.1  - maybe you could see if your Docker Desktop is updated to it and you could test bringing back the change.


-- 
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: commits-unsubscribe@airflow.apache.org

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



[GitHub] [airflow] boring-cyborg[bot] commented on issue #16949: 'Can't separate key from value' when running breeze

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #16949:
URL: https://github.com/apache/airflow/issues/16949#issuecomment-878484567


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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: commits-unsubscribe@airflow.apache.org

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



[GitHub] [airflow] potiuk closed issue #16949: 'Can't separate key from value' when running breeze

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


   


-- 
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: commits-unsubscribe@airflow.apache.org

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



[GitHub] [airflow] potiuk commented on issue #16949: 'Can't separate key from value' when running breeze

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


   Fixed by #16950 


-- 
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: commits-unsubscribe@airflow.apache.org

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