question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build fail version 4.0.4

See original GitHub issue

CrateDB version: 4.0.4

Environment description:

  • JVM version: 12.0.2 or 1.8.0_201
  • Kernel: 4.15.0-62-generic #69-Ubuntu SMP Wed Sep 4 20:55:53 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
  • Distribution: VERSION=“18.04.3 LTS (Bionic Beaver)”

Problem description:

Build fail from version 4.0.4

> Task :buildSrc:compileJava FAILED
/home/bhargav/bhargav/cratedb-source/crate/buildSrc/src/main/java/io/crate/gradle/TestLogger.java:61: error: cannot find symbol
            for (String output : testOutputs.getOrDefault(test, List.of())) {
                                                                    ^
  symbol:   method of()
  location: interface List
1 error

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':buildSrc:compileJava'.
> Compilation failed; see the compiler error output for details.

* 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

Steps to reproduce:

git clone https://github.com/crate/crate
cd crate
git submodule update --init
git checkout 4.0.4
./gradlew clean communityEditionDistTar

I tried with both jdk version 8 & 12 respectively

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
bhagujavacommented, Sep 26, 2019

build from openjdk12 working

0reactions
bhagujavacommented, Sep 25, 2019

@kovrus So from now onward if i have to use community edition with latest release i have to build it from our-self. am i correct ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Copter-4.0.4 compile error - ArduPilot Discourse
I'm building Copter-4.0.3 using Cygwin on Windows 10. I downloaded 'ardupilot-Copter-4.0.3.zip' file from 'https://github.com/ ...
Read more >
Android Studio Could not find com.android.tools.build:gradle ...
@faiiziiawan I tried offline mode and I got the error No cached version of com.android.tools.build:gradle:4.0.1 available for offline mode. So..
Read more >
Upgrade fails from Enterprise 4.0.4 to 4.1.0 - Neo4j - 24900
I get this error: Failed to upgrade database. Please check log files, make adjustments and try again. The database was recreated in version...
Read more >
Release notes for Yocto-4.0.4 (Kirkstone)
Fixes in Yocto-4.0.4 . apr: Cache configure tests which use AC_TRY_RUN. apr: Use correct strerror_r implementation based on libc type.
Read more >
NuGet 4.0 RTM Release Notes - Microsoft Learn
Create 'obj' folder manually and the restore should work. Manually updating packages using Update-Package in console may fail. Issue. Using ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found