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



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/console and 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)

_______________________________________________
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

Back to the top