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

Martin Tzvetanov Grigorov commented on AVRO-3653:
-------------------------------------------------

At 
[https://github.com/apache/avro/compare/avro-3653-arm64-on-github-actions?expand=1]
 I have an almost working setup for testing on Linux ARM64 at Github Actions by 
using QEMU.

 

Three SDKs fail - https://github.com/apache/avro/actions/runs/3329367405:

1) Java
{code:java}
 Error:  Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 67.455 
s <<< FAILURE! - in org.apache.avro.mapred.tether.TestWordCountTether

      Error:  org.apache.avro.mapred.tether.TestWordCountTether.testhtp  Time 
elapsed: 18.95 s  <<< ERROR!

      java.io.IOException: Job failed!
        at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:876)
        at org.apache.avro.mapred.tether.TetherJob.runJob(TetherJob.java:114)
        at 
org.apache.avro.mapred.tether.TestWordCountTether._runjob(TestWordCountTether.java:93)
        at 
org.apache.avro.mapred.tether.TestWordCountTether.testhtp(TestWordCountTether.java:129)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) {code}
2) Rust

Fails with exit code 137, i.e. Docker kills it due to "insufficient resources"

3) Python

The bench tests fail because some tests take longer than allowed.

I've added logic to set the max time via env vars but for some reason they are 
no picked up

 

Any help is welcome!

> [build] Move off Travis CI
> --------------------------
>
>                 Key: AVRO-3653
>                 URL: https://issues.apache.org/jira/browse/AVRO-3653
>             Project: Apache Avro
>          Issue Type: Task
>            Reporter: Ryan Skraba
>            Assignee: Martin Tzvetanov Grigorov
>            Priority: Major
>
> Infra is asking us to migrate away from Travis-CI definitively: 
> [https://cwiki.apache.org/confluence/display/INFRA/Travis+Migrations]
> We had removed the Travis build, but restored some parts for ARM64 (AVRO-3242)
> https://github.com/apache/avro/blob/master/.travis.yml



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

Reply via email to