You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Lutz Weischer (Jira)" <ji...@apache.org> on 2020/11/01 14:47:00 UTC

[jira] [Created] (KAFKA-10670) repo.maven.apache.org: Name or service not known

Lutz Weischer created KAFKA-10670:
-------------------------------------

             Summary: repo.maven.apache.org: Name or service not known
                 Key: KAFKA-10670
                 URL: https://issues.apache.org/jira/browse/KAFKA-10670
             Project: Kafka
          Issue Type: Bug
          Components: build
         Environment: Fedora 33, Aarch64 
            Reporter: Lutz Weischer


./gradlew jar 

fails: 

> Configure project :
Building project 'core' with Scala version 2.13.3
Building project 'streams-scala' with Scala version 2.13.3

> Task :clients:processMessages
MessageGenerator: processed 121 Kafka message JSON files(s).

> Task :clients:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':clients:compileJava'.
> Could not resolve all files for configuration ':clients:compileClasspath'.
   > Could not resolve org.xerial.snappy:snappy-java:1.1.7.7.
     Required by:
         project :clients
      > Could not resolve org.xerial.snappy:snappy-java:1.1.7.7.
         > Could not get resource 'https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.7.7/snappy-java-1.1.7.7.pom'.
            > Could not HEAD 'https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.7.7/snappy-java-1.1.7.7.pom'.
               > repo.maven.apache.org: Name or service not known

* 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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.7/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21s
4 actionable tasks: 4 executed



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