[ 
https://issues.apache.org/jira/browse/CASSANDRA-18036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17632215#comment-17632215
 ] 

Michael Semb Wever commented on CASSANDRA-18036:
------------------------------------------------

+1

Odd that it did not appear in 
https://ci-cassandra.apache.org/job/Cassandra-trunk-cqlsh-t2/10/cython=yes,jdk=jdk_1.8_latest,label=cassandra/console
{noformat}
13:57:07 Successfully installed Cython-0.27.3
13:57:07 + cd pylib/
13:57:07 + python setup.py build_ext --inplace
13:57:08 Compiling cqlshlib/copyutil.py because it changed.
13:57:08 [1/1] Cythonizing cqlshlib/copyutil.py
13:57:09 running build_ext
13:57:09 building 'cqlshlib.copyutil' extension
{noformat}

compared to the failure in 
https://ci-cassandra.apache.org/job/Cassandra-4.0-cqlsh-tests/456/cython=yes,jdk=jdk_1.8_latest,label=cassandra/console
{noformat}

16:22:28 Successfully installed Cython-0.27.3
16:22:28 WARNING: You are using pip version 22.0.4; however, version 
22.3.1 is available.
16:22:28 You should consider upgrading via the 
'/home/cassandra/cassandra/venv/bin/python -m pip install --upgrade pip' 
command.
16:22:28 + cd pylib/
16:22:28 + python setup.py build_ext --inplace
16:22:29 Compiling cqlshlib/copyutil.py because it changed.
16:22:29 [1/1] Cythonizing cqlshlib/copyutil.py
16:22:30 
16:22:30 Error compiling Cython file:
16:22:30 ------------------------------------------------------------
16:22:30 ...
16:22:30         while True:
16:22:30             try:
16:22:30                 readable, _, _ = select(self._readers, [], [], timeout)
16:22:30             except select.error as exc:
16:22:30                 # Do not abort on window resize:
16:22:30                 if exc[0] != errno.EINTR:
16:22:30                             ^
16:22:30 ------------------------------------------------------------
16:22:30 
16:22:30 cqlshlib/copyutil.py:205:29: undeclared name not builtin: errno
{noformat}

> Cqlsh Cython failure on 4.0
> ---------------------------
>
>                 Key: CASSANDRA-18036
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18036
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Test/dtest/python, Tool/cqlsh
>            Reporter: Berenguer Blasi
>            Assignee: Berenguer Blasi
>            Priority: Normal
>             Fix For: 4.0.8
>
>
> Cython seems to be failing as [~e.dimitrova]  found out 
> [here.|https://ci-cassandra.apache.org/job/Cassandra-4.0-cqlsh-tests/456/cython=yes,jdk=jdk_1.8_latest,label=cassandra/console]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to