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 'Deprecate Show (#321)' with the rest of Arrow libraries

github-actions opened this issue · comments

Data

  • Commit hash: e7b5a59

  • Author: Simon Vergauwen

  • More info: error log

Error


arrow-fx > Local install

FAILURE: Build failed with an exception.

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

Could not resolve all files for configuration ':arrow-fx-rx2:compileClasspath'.
Could not download rxjava-2.2.13.jar (io.reactivex.rxjava2:rxjava:2.2.13)
> Could not get resource 'https://jcenter.bintray.com/io/reactivex/rxjava2/rxjava/2.2.13/rxjava-2.2.13.jar'.
> Could not GET 'https://jcenter.bintray.com/io/reactivex/rxjava2/rxjava/2.2.13/rxjava-2.2.13.jar'.
> Connection reset

  • 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 4m 39s


arrow-integrations > Check

FAILURE: Build failed with an exception.

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

Could not resolve all files for configuration ':arrow-integrations-retrofit-adapter:testCompileClasspath'.
Could not find io.arrow-kt:arrow-fx-rx2:0.12.0-SNAPSHOT.
Searched in the following locations:
- https://jcenter.bintray.com/io/arrow-kt/arrow-fx-rx2/0.12.0-SNAPSHOT/maven-metadata.xml
- https://jcenter.bintray.com/io/arrow-kt/arrow-fx-rx2/0.12.0-SNAPSHOT/arrow-fx-rx2-0.12.0-SNAPSHOT.pom
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-fx-rx2/0.12.0-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-fx-rx2/0.12.0-SNAPSHOT/arrow-fx-rx2-0.12.0-SNAPSHOT.pom
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-fx-rx2/0.12.0-SNAPSHOT/maven-metadata.xml
- https://kotlin.bintray.com/kotlinx/io/arrow-kt/arrow-fx-rx2/0.12.0-SNAPSHOT/arrow-fx-rx2-0.12.0-SNAPSHOT.pom
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-fx-rx2/0.12.0-SNAPSHOT/maven-metadata.xml
- file:/Users/runner/.m2/repository/io/arrow-kt/arrow-fx-rx2/0.12.0-SNAPSHOT/arrow-fx-rx2-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 15s


arrow-examples > Check

FAILURE: Build failed with an exception.

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

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

  • 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 18s

Result

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