arrow-kt / arrow-core

Λrrow Core is part of Λrrow, a functional companion to Kotlin's Standard Library

Home Page:http://arrow-kt.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUILD: error when integrating 'Fix typo in deprecation messages (#335)' with the rest of Arrow libraries

github-actions opened this issue · comments

Data

  • Commit hash: 8c553de

  • Author: Francisco Diaz

  • More info: error log

Error


arrow-core > Local install

Exception in thread "main" javax.net.ssl.SSLException: readHandshakeRecord
at sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:394)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
at org.gradle.wrapper.Download.downloadInternal(Download.java:67)
at org.gradle.wrapper.Download.download(Download.java:52)
at org.gradle.wrapper.Install$1.call(Install.java:62)
at org.gradle.wrapper.Install$1.call(Install.java:48)
at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:69)
at org.gradle.wrapper.Install.createDist(Install.java:48)
at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:107)
at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:63)
Suppressed: java.net.SocketException: Broken pipe (Write failed)
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
at java.net.SocketOutputStream.write(SocketOutputStream.java:155)
at sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
at sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
at sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:397)
... 13 more
Caused by: java.net.SocketException: Broken pipe (Write failed)
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
at java.net.SocketOutputStream.write(SocketOutputStream.java:155)
at sun.security.ssl.SSLSocketOutputRecord.encodeChangeCipherSpec(SSLSocketOutputRecord.java:221)
at sun.security.ssl.OutputRecord.changeWriteCiphers(OutputRecord.java:162)
at sun.security.ssl.ChangeCipherSpec$T10ChangeCipherSpecProducer.produce(ChangeCipherSpec.java:118)
at sun.security.ssl.Finished$T12FinishedProducer.onProduceFinished(Finished.java:390)
at sun.security.ssl.Finished$T12FinishedProducer.produce(Finished.java:374)
at sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:421)
at sun.security.ssl.ServerHelloDone$ServerHelloDoneConsumer.consume(ServerHelloDone.java:182)
at sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:377)
at sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444)
at sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:422)
at sun.security.ssl.TransportContext.dispatch(TransportContext.java:182)
at sun.security.ssl.SSLTransport.decode(SSLTransport.java:149)
at sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1143)
at sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1054)
... 14 more


arrow-ui > Local install

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':arrow-ui-data:kaptGenerateStubsKotlin'.

Could not resolve all files for configuration ':arrow-ui-data:compileClasspath'.
Could not find io.arrow-kt:arrow-core:0.12.0-SNAPSHOT.
Searched in the following locations:
- https://jcenter.bintray.com/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/maven-metadata.xml
- https://jcenter.bintray.com/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/arrow-core-0.12.0-SNAPSHOT.pom
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/arrow-core-0.12.0-SNAPSHOT.pom
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/maven-metadata.xml
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/arrow-core-0.12.0-SNAPSHOT.pom
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/maven-metadata.xml
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/arrow-core-0.12.0-SNAPSHOT.pom
Required by:
project :arrow-ui-data

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 1m 1s


arrow-fx > Local install

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':arrow-fx-stm:compileKotlin'.

Could not resolve all files for configuration ':arrow-fx-stm:compileClasspath'.
Could not find io.arrow-kt:arrow-core:0.12.0-SNAPSHOT.
Required by:
project :arrow-fx-stm

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 43s


arrow-optics > Local install

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':arrow-optics:kaptGenerateStubsKotlin'.

Could not resolve all files for configuration ':arrow-optics:compileClasspath'.
Could not find io.arrow-kt:arrow-core:0.12.0-SNAPSHOT.
Searched in the following locations:
- https://jcenter.bintray.com/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/maven-metadata.xml
- https://jcenter.bintray.com/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/arrow-core-0.12.0-SNAPSHOT.pom
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/arrow-core-0.12.0-SNAPSHOT.pom
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/maven-metadata.xml
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/arrow-core-0.12.0-SNAPSHOT.pom
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/maven-metadata.xml
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/arrow-core-0.12.0-SNAPSHOT.pom
Required by:
project :arrow-optics

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 2s


arrow-ank > Local install

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':arrow-ank:compileKotlin'.

Could not resolve all files for configuration ':arrow-ank:compileClasspath'.
Could not find io.arrow-kt:arrow-fx-coroutines:0.12.0-SNAPSHOT.
Searched in the following locations:
- https://jcenter.bintray.com/io/arrow-kt/arrow-fx-coroutines/0.12.0-SNAPSHOT/maven-metadata.xml
- https://jcenter.bintray.com/io/arrow-kt/arrow-fx-coroutines/0.12.0-SNAPSHOT/arrow-fx-coroutines-0.12.0-SNAPSHOT.pom
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-fx-coroutines/0.12.0-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-fx-coroutines/0.12.0-SNAPSHOT/arrow-fx-coroutines-0.12.0-SNAPSHOT.pom
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-fx-coroutines/0.12.0-SNAPSHOT/maven-metadata.xml
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-fx-coroutines/0.12.0-SNAPSHOT/arrow-fx-coroutines-0.12.0-SNAPSHOT.pom
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-fx-coroutines/0.12.0-SNAPSHOT/maven-metadata.xml
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-fx-coroutines/0.12.0-SNAPSHOT/arrow-fx-coroutines-0.12.0-SNAPSHOT.pom
Required by:
project :arrow-ank

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 13s


arrow-integrations > Local install

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':arrow-integrations-retrofit-adapter:compileKotlin'.

Could not resolve all files for configuration ':arrow-integrations-retrofit-adapter:compileClasspath'.
Could not find io.arrow-kt:arrow-fx:0.12.0-SNAPSHOT.
Searched in the following locations:
- https://jcenter.bintray.com/io/arrow-kt/arrow-fx/0.12.0-SNAPSHOT/maven-metadata.xml
- https://jcenter.bintray.com/io/arrow-kt/arrow-fx/0.12.0-SNAPSHOT/arrow-fx-0.12.0-SNAPSHOT.pom
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-fx/0.12.0-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-fx/0.12.0-SNAPSHOT/arrow-fx-0.12.0-SNAPSHOT.pom
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-fx/0.12.0-SNAPSHOT/maven-metadata.xml
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-fx/0.12.0-SNAPSHOT/arrow-fx-0.12.0-SNAPSHOT.pom
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-fx/0.12.0-SNAPSHOT/maven-metadata.xml
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-fx/0.12.0-SNAPSHOT/arrow-fx-0.12.0-SNAPSHOT.pom
Required by:
project :arrow-integrations-retrofit-adapter
Could not find io.arrow-kt:arrow-annotations:0.12.0-SNAPSHOT.
Searched in the following locations:
- https://jcenter.bintray.com/io/arrow-kt/arrow-annotations/0.12.0-SNAPSHOT/maven-metadata.xml
- https://jcenter.bintray.com/io/arrow-kt/arrow-annotations/0.12.0-SNAPSHOT/arrow-annotations-0.12.0-SNAPSHOT.pom
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-annotations/0.12.0-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-annotations/0.12.0-SNAPSHOT/arrow-annotations-0.12.0-SNAPSHOT.pom
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-annotations/0.12.0-SNAPSHOT/maven-metadata.xml
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-annotations/0.12.0-SNAPSHOT/arrow-annotations-0.12.0-SNAPSHOT.pom
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-annotations/0.12.0-SNAPSHOT/maven-metadata.xml
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-annotations/0.12.0-SNAPSHOT/arrow-annotations-0.12.0-SNAPSHOT.pom
Required by:
project :arrow-integrations-retrofit-adapter
Could not find io.arrow-kt:arrow-meta:0.12.0-SNAPSHOT.
Searched in the following locations:
- https://jcenter.bintray.com/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/maven-metadata.xml
- https://jcenter.bintray.com/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/arrow-meta-0.12.0-SNAPSHOT.pom
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/arrow-meta-0.12.0-SNAPSHOT.pom
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/maven-metadata.xml
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/arrow-meta-0.12.0-SNAPSHOT.pom
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/maven-metadata.xml
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/arrow-meta-0.12.0-SNAPSHOT.pom
Required by:
project :arrow-integrations-retrofit-adapter

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 2s


arrow-ui > Check

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':arrow-ui-data:kaptGenerateStubsKotlin'.

Could not resolve all files for configuration ':arrow-ui-data:compileClasspath'.
Could not find io.arrow-kt:arrow-core:0.12.0-SNAPSHOT.
Searched in the following locations:
- https://jcenter.bintray.com/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/maven-metadata.xml
- https://jcenter.bintray.com/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/arrow-core-0.12.0-SNAPSHOT.pom
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/arrow-core-0.12.0-SNAPSHOT.pom
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/maven-metadata.xml
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/arrow-core-0.12.0-SNAPSHOT.pom
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/maven-metadata.xml
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/arrow-core-0.12.0-SNAPSHOT.pom
Required by:
project :arrow-ui-data

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 3s


arrow-fx > Check

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':arrow-fx:kaptGenerateStubsKotlin'.

Could not resolve all files for configuration ':arrow-fx:compileClasspath'.
Could not find io.arrow-kt:arrow-core:0.12.0-SNAPSHOT.
Searched in the following locations:
- https://jcenter.bintray.com/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/maven-metadata.xml
- https://jcenter.bintray.com/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/arrow-core-0.12.0-SNAPSHOT.pom
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/arrow-core-0.12.0-SNAPSHOT.pom
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/maven-metadata.xml
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/arrow-core-0.12.0-SNAPSHOT.pom
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/maven-metadata.xml
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/arrow-core-0.12.0-SNAPSHOT.pom
Required by:
project :arrow-fx

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 6s


arrow-optics > Check

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':arrow-optics:kaptGenerateStubsKotlin'.

Could not resolve all files for configuration ':arrow-optics:compileClasspath'.
Could not find io.arrow-kt:arrow-core:0.12.0-SNAPSHOT.
Searched in the following locations:
- https://jcenter.bintray.com/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/maven-metadata.xml
- https://jcenter.bintray.com/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/arrow-core-0.12.0-SNAPSHOT.pom
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/arrow-core-0.12.0-SNAPSHOT.pom
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/maven-metadata.xml
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/arrow-core-0.12.0-SNAPSHOT.pom
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/maven-metadata.xml
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-core/0.12.0-SNAPSHOT/arrow-core-0.12.0-SNAPSHOT.pom
Required by:
project :arrow-optics

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 2s


arrow-ank > Check

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':arrow-ank:compileKotlin'.

Could not resolve all files for configuration ':arrow-ank:compileClasspath'.
Could not find io.arrow-kt:arrow-fx-coroutines:0.12.0-SNAPSHOT.
Searched in the following locations:
- https://jcenter.bintray.com/io/arrow-kt/arrow-fx-coroutines/0.12.0-SNAPSHOT/maven-metadata.xml
- https://jcenter.bintray.com/io/arrow-kt/arrow-fx-coroutines/0.12.0-SNAPSHOT/arrow-fx-coroutines-0.12.0-SNAPSHOT.pom
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-fx-coroutines/0.12.0-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-fx-coroutines/0.12.0-SNAPSHOT/arrow-fx-coroutines-0.12.0-SNAPSHOT.pom
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-fx-coroutines/0.12.0-SNAPSHOT/maven-metadata.xml
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-fx-coroutines/0.12.0-SNAPSHOT/arrow-fx-coroutines-0.12.0-SNAPSHOT.pom
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-fx-coroutines/0.12.0-SNAPSHOT/maven-metadata.xml
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-fx-coroutines/0.12.0-SNAPSHOT/arrow-fx-coroutines-0.12.0-SNAPSHOT.pom
Required by:
project :arrow-ank

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 4s


arrow-integrations > Check

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':arrow-integrations-retrofit-adapter:compileKotlin'.

Could not resolve all files for configuration ':arrow-integrations-retrofit-adapter:compileClasspath'.
Could not find io.arrow-kt:arrow-fx:0.12.0-SNAPSHOT.
Searched in the following locations:
- https://jcenter.bintray.com/io/arrow-kt/arrow-fx/0.12.0-SNAPSHOT/maven-metadata.xml
- https://jcenter.bintray.com/io/arrow-kt/arrow-fx/0.12.0-SNAPSHOT/arrow-fx-0.12.0-SNAPSHOT.pom
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-fx/0.12.0-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-fx/0.12.0-SNAPSHOT/arrow-fx-0.12.0-SNAPSHOT.pom
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-fx/0.12.0-SNAPSHOT/maven-metadata.xml
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-fx/0.12.0-SNAPSHOT/arrow-fx-0.12.0-SNAPSHOT.pom
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-fx/0.12.0-SNAPSHOT/maven-metadata.xml
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-fx/0.12.0-SNAPSHOT/arrow-fx-0.12.0-SNAPSHOT.pom
Required by:
project :arrow-integrations-retrofit-adapter
Could not find io.arrow-kt:arrow-annotations:0.12.0-SNAPSHOT.
Searched in the following locations:
- https://jcenter.bintray.com/io/arrow-kt/arrow-annotations/0.12.0-SNAPSHOT/maven-metadata.xml
- https://jcenter.bintray.com/io/arrow-kt/arrow-annotations/0.12.0-SNAPSHOT/arrow-annotations-0.12.0-SNAPSHOT.pom
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-annotations/0.12.0-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-annotations/0.12.0-SNAPSHOT/arrow-annotations-0.12.0-SNAPSHOT.pom
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-annotations/0.12.0-SNAPSHOT/maven-metadata.xml
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-annotations/0.12.0-SNAPSHOT/arrow-annotations-0.12.0-SNAPSHOT.pom
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-annotations/0.12.0-SNAPSHOT/maven-metadata.xml
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-annotations/0.12.0-SNAPSHOT/arrow-annotations-0.12.0-SNAPSHOT.pom
Required by:
project :arrow-integrations-retrofit-adapter
Could not find io.arrow-kt:arrow-meta:0.12.0-SNAPSHOT.
Searched in the following locations:
- https://jcenter.bintray.com/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/maven-metadata.xml
- https://jcenter.bintray.com/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/arrow-meta-0.12.0-SNAPSHOT.pom
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/arrow-meta-0.12.0-SNAPSHOT.pom
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/maven-metadata.xml
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/arrow-meta-0.12.0-SNAPSHOT.pom
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/maven-metadata.xml
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/arrow-meta-0.12.0-SNAPSHOT.pom
Required by:
project :arrow-integrations-retrofit-adapter

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 2s


arrow-examples > Check

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':kaptKotlin'.

Could not resolve all files for configuration ':kapt'.
Could not find io.arrow-kt:arrow-meta:0.12.0-SNAPSHOT.
Searched in the following locations:
- https://jcenter.bintray.com/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/maven-metadata.xml
- https://jcenter.bintray.com/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/arrow-meta-0.12.0-SNAPSHOT.pom
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/arrow-meta-0.12.0-SNAPSHOT.pom
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/maven-metadata.xml
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/arrow-meta-0.12.0-SNAPSHOT.pom
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/maven-metadata.xml
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-meta/0.12.0-SNAPSHOT/arrow-meta-0.12.0-SNAPSHOT.pom
Required by:
project :

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 5s

Result

Local install arrow-core KO !!
Local install arrow-ui KO !!
Local install arrow-fx KO !!
Local install arrow-optics KO !!
Local install arrow-ank KO !!
Local install arrow-integrations KO !!
Local install BOM file OK
Check arrow-core OK
Check arrow-ui KO !!
Check arrow-fx KO !!
Check arrow-optics KO !!
Check arrow-ank KO !!
Check arrow-integrations KO !!
Check arrow-examples KO !!