You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/04/12 09:07:00 UTC

[jira] [Updated] (ARROW-16165) [CI][Archery] Fix archery crossbow query to fix nightly builds

     [ https://issues.apache.org/jira/browse/ARROW-16165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-16165:
-----------------------------------
    Labels: pull-request-available  (was: )

> [CI][Archery] Fix archery crossbow query to fix nightly builds
> --------------------------------------------------------------
>
>                 Key: ARROW-16165
>                 URL: https://issues.apache.org/jira/browse/ARROW-16165
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Continuous Integration, Developer Tools
>            Reporter: Raúl Cumplido
>            Assignee: Raúl Cumplido
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 8.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Nightly reports are currently failing ([https://github.com/ursacomputing/crossbow/runs/5840285120?check_suite_focus=true)] due to the following error from archery crossbbow:
> {code:java}
>   File "/home/runner/work/crossbow/crossbow/arrow/dev/archery/archery/crossbow/cli.py", line 237, in latest_prefix
>     latest = queue.latest_for_prefix(prefix)
>   File "/home/runner/work/crossbow/crossbow/arrow/dev/archery/archery/crossbow/core.py", line 568, in latest_for_prefix
>     latest_id += "-0"
> TypeError: unsupported operand type(s) for +=: 'int' and 'str'
> Error: Process completed with exit code 1. {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)