Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] 4.17 I-Build: I20200611-1800 - BUILD FAILED

Tom,

my guess is that you don't/didn't have a JRE 1.7 installed and hence a newer JRE is/was bound to the specified EE. There's a warning for that case on the project.

Dani



From:        Aleksandar Kurtakov <akurtako@xxxxxxxxxx>
To:        "Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>
Date:        12.06.2020 15:49
Subject:        [EXTERNAL] Re: [platform-releng-dev] 4.17 I-Build: I20200611-1800 - BUILD        FAILED
Sent by:        platform-releng-dev-bounces@xxxxxxxxxxx






On Fri, Jun 12, 2020 at 4:00 PM Thomas Watson <tjwatson@xxxxxxxxxx> wrote:
Why would everything have to move up in their execution environment just because the internals of FrameworkUtil reference Optional?  Is this using ECJ or javac to compile.  I'm fairly certain javac would not flag this as an error.

Our build system build against the JVM version as specified in BREE. Thus when the bundle has BREE 1.7 it fails to compile as its dependent bundle uses Optional and it's not found.
 

Tom
 

 
 
----- Original message -----
From: Aleksandar Kurtakov <
akurtako@xxxxxxxxxx>
Sent by:
platform-releng-dev-bounces@xxxxxxxxxxx
To: "Eclipse platform release engineering list." <
platform-releng-dev@xxxxxxxxxxx>
Cc:
Subject: [EXTERNAL] Re: [platform-releng-dev] 4.17 I-Build: I20200611-1800 - BUILD FAILED
Date: Fri, Jun 12, 2020 1:18 AM
 

 
 
On Fri, Jun 12, 2020 at 2:30 AM <genie.releng@xxxxxxxxxxx> wrote:

Please go to https://ci-staging.eclipse.org/releng/job/I-build-4.17/21/consoleand check the build failure.


Error is:
[ERROR] /home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/src/org/eclipse/equinox/http/servlet/testbase/BaseTest.java:[182]
02:30:31
  [ERROR]         return FrameworkUtil.getBundle(BaseTest.class).getBundleContext();
02:30:31
  [ERROR]                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:30:31
  [ERROR] The type java.util.Optional cannot be resolved. It is indirectly referenced from required .class files
02:30:31
  [ERROR] 1 problem (1 error)

This makes me think it's related to https://git.eclipse.org/c/equinox/rt.equinox.framework.git/commit/?id=ce9a3f27b26b7bbde23b747a0aa7ad0c470b55d2 . I'm looking further into it.


_______________________________________________
platform-releng-dev mailing list

platform-releng-dev@xxxxxxxxxxx
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/platform-releng-dev




--

Alexander Kurtakov
Red Hat Eclipse Team
_______________________________________________
platform-releng-dev mailing list

platform-releng-dev@xxxxxxxxxxx
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/platform-releng-dev
 


_______________________________________________
platform-releng-dev mailing list

platform-releng-dev@xxxxxxxxxxx
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/platform-releng-dev




--

Alexander Kurtakov
Red Hat Eclipse Team_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/platform-releng-dev




Back to the top