You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Vitalii Diravka (Jira)" <ji...@apache.org> on 2021/04/26 09:24:00 UTC

[jira] [Created] (DRILL-7909) GitHub Actions maven Could not transfer artifact from/to central

Vitalii Diravka created DRILL-7909:
--------------------------------------

             Summary: GitHub Actions maven Could not transfer artifact  from/to central
                 Key: DRILL-7909
                 URL: https://issues.apache.org/jira/browse/DRILL-7909
             Project: Apache Drill
          Issue Type: Sub-task
          Components: Tools, Build &amp; Test
    Affects Versions: 1.18.0
            Reporter: Vitalii Diravka
             Fix For: 1.19.0


 

GitHub actions intermittently fails with the following error:
{code:java}
Progress (1): 2.5 MB    
97050                    
97051Downloaded from apache-releases-repo: https://repository.apache.org/content/repositories/releases/org/apache/xmlbeans/xmlbeans/4.0.0/xmlbeans-4.0.0.jar (2.5 MB at 1.8 MB/s)
97052[INFO] ------------------------------------------------------------------------
97053[INFO] Reactor Summary for Drill : 1.19.0-SNAPSHOT:
97054[INFO] 
97055[INFO] Drill : ............................................ SUCCESS [01:25 min]
97056[INFO] Drill : Tools : .................................... SUCCESS [  0.434 s]
97057[INFO] Drill : Tools : Freemarker codegen ................. SUCCESS [ 45.025 s]
97058[INFO] Drill : Protocol ................................... SUCCESS [ 15.609 s]
97059[INFO] Drill : Common ..................................... SUCCESS [ 22.267 s]
97060[INFO] Drill : Logical Plan ............................... SUCCESS [ 25.050 s]
97061[INFO] Drill : Exec : ..................................... SUCCESS [  0.350 s]
97062[INFO] Drill : Exec : Memory : ............................ SUCCESS [  0.303 s]
97063[INFO] Drill : Exec : Memory : Base ....................... SUCCESS [  9.417 s]
97064[INFO] Drill : Exec : RPC ................................. SUCCESS [ 59.834 s]
97065[INFO] Drill : Exec : Vectors ............................. SUCCESS [01:34 min]
97066[INFO] Drill : Contrib : .................................. SUCCESS [  0.239 s]
97067[INFO] Drill : Contrib : Data : ........................... SUCCESS [  0.237 s]
97068[INFO] Drill : Contrib : Data : TPCH Sample ............... SUCCESS [  1.944 s]
97069[INFO] Drill : Metastore : ................................ SUCCESS [  0.250 s]
97070[INFO] Drill : Metastore : API ............................ SUCCESS [  9.793 s]
97071[INFO] Drill : Metastore : Iceberg ........................ SUCCESS [ 45.843 s]
97072[INFO] Drill : Exec : Java Execution Engine ............... SUCCESS [38:18 min]
97073[INFO] Drill : Exec : JDBC Driver using dependencies ...... SUCCESS [01:51 min]
97074[INFO] Drill : Exec : JDBC JAR with all dependencies ...... SUCCESS [ 40.196 s]
97075[INFO] Drill : On-YARN .................................... SUCCESS [ 18.222 s]
97076[INFO] Drill : Metastore : RDBMS .......................... SUCCESS [ 26.788 s]
97077[INFO] Drill : Contrib : Storage : Kudu ................... SUCCESS [ 17.223 s]
97078[INFO] Drill : Contrib : Format : XML ..................... SUCCESS [ 16.269 s]
97079[INFO] Drill : Contrib : Storage : HTTP ................... SUCCESS [ 24.527 s]
97080[INFO] Drill : Contrib : Storage : OpenTSDB ............... SUCCESS [ 28.559 s]
97081[INFO] Drill : Contrib : Storage : MongoDB ................ SUCCESS [ 29.931 s]
97082[INFO] Drill : Contrib : Storage : HBase .................. SUCCESS [02:28 min]
97083[INFO] Drill : Contrib : Storage : JDBC ................... SUCCESS [ 39.633 s]
97084[INFO] Drill : Contrib : Storage : Hive : ................. SUCCESS [  0.407 s]
97085[INFO] Drill : Contrib : Storage : Hive : Exec Shaded ..... SUCCESS [01:10 min]
97086[INFO] Drill : Contrib : Storage : Hive : Core ............ SUCCESS [02:06 min]
97087[INFO] Drill : Contrib : Storage : Kafka .................. SUCCESS [04:17 min]
97088[INFO] Drill : Contrib : Storage : Cassandra .............. SUCCESS [01:17 min]
97089[INFO] Drill : Contrib : Storage : ElasticSearch .......... SUCCESS [01:37 min]
97090[INFO] Drill : Contrib : Storage : Splunk ................. SUCCESS [02:51 min]
97091[INFO] Drill : Contrib : UDFs ............................. SUCCESS [ 53.366 s]
97092[INFO] Drill : Contrib : Format : Syslog .................. SUCCESS [ 16.563 s]
97093[INFO] Drill : Contrib : Format : Httpd/Nginx Access Log .. SUCCESS [ 42.437 s]
97094[INFO] Drill : Contrib : Format : HDF5 .................... SUCCESS [ 22.199 s]
97095[INFO] Drill : Contrib : Format : SPSS .................... SUCCESS [ 15.653 s]
97096[INFO] Drill : Contrib : Format : LTSV .................... SUCCESS [ 13.222 s]
97097[INFO] Drill : Contrib : Format : Image ................... SUCCESS [ 35.693 s]
97098[INFO] Drill : Contrib : Format : Pcap-NG ................. SUCCESS [ 24.975 s]
97099[INFO] Drill : Contrib : Format : Esri .................... SUCCESS [ 17.200 s]
97100[INFO] Drill : Contrib : Format : Excel ................... FAILURE [16:33 min]
97101[INFO] Drill : Contrib : Storage : Druid .................. SKIPPED
97102[INFO] Drill : Packaging and Distribution Assembly ........ SKIPPED
97103[INFO] Drill : Contrib : Format : MaprDB .................. SKIPPED
97104[INFO] ------------------------------------------------------------------------
97105[INFO] BUILD FAILURE
97106[INFO] ------------------------------------------------------------------------
97107[INFO] Total time:  01:27 h
97108[INFO] Finished at: 2021-04-26T08:29:23Z
97109[INFO] ------------------------------------------------------------------------
97110Error:  Failed to execute goal on project drill-format-excel: Could not resolve dependencies for project org.apache.drill.contrib:drill-format-excel:jar:1.19.0-SNAPSHOT: Could not transfer artifact com.zaxxer:SparseBitSet:jar:1.2 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/com/zaxxer/SparseBitSet/1.2/SparseBitSet-1.2.jar: Connection timed out -> [Help 1]
97111Error:  
97112Error:  To see the full stack trace of the errors, re-run Maven with the -e switch.
97113Error:  Re-run Maven using the -X switch to enable full debug logging.
97114Error:  
97115Error:  For more information about the errors and possible solutions, please read the following articles:
97116Error:  [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
97117Error:  
97118Error:  After correcting the problems, you can resume the build with the command
97119Error:    mvn <args> -rf :drill-format-excel
97120[INFO] Cleaning up at application shutdown...
97121[INFO] The Elasticsearch process has already stopped. Nothing to clean up
97122Error: Process completed with exit code 1.
{code}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)