[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [jdt-dev] 4.35 Y-Build: Y20250111-1000 - BUILD FAILED
|
- From: JAYAPRAKASH ARTHANAREESWARAN <jarthana@xxxxxxxxxx>
- Date: Sun, 12 Jan 2025 11:24:49 +0000
- Accept-language: en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=in.ibm.com; dmarc=pass action=none header.from=in.ibm.com; dkim=pass header.d=in.ibm.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=aSmoNiPcuUIQBs0rQh5SUV9m2ZCMTOA+XxYj/KdNwUE=; b=PUYXyQIrvXbDbGXViV5hhl2BdWb3+t1P9hhBbpG6Ut5359EWNNroZqx2CadhPc6HhltKR7xmtV95uhvFf5KjFe0TS6njfPkQ+tI7ja+7w43M3JlTRros+snvVOg7dgUvfErbeEze1tMm3pklBLqQZTWZFl6ojg2N1oKUnhdIpSXrUTPjAPcSL2LPGXntjNIZzPICq7+rp7nk/LeiNo7CvUi0YDVB7kLx+wx4jen4XcKdfUgTjixTc3twhxEudrj4LhR62TxzP3mDtjtDtKvfUJm8iEu9dtpeA0umJYHoBsL8n0c0woulTu/zwAWKYptSRZcJcVJZK4of381mC+xe0g==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=cowUD/qvfM1/tM5/S+NZs7mxOB5vp3L67F29jlP58iWi4kjytuRs+Q/zwjOodS612BlygdJkF6Jp3xtNfASVtapeAGBwwOgonFC3Uz3tMT5WrcDAcgq6YD2LexkuKKxV5LtSvz5ciyUgcl2+/zOilSwnMi24vi1YyWBDVCdyVN7cGwmF6uWSc1qCo/hsPbboaC1hmDVYvKhH76NYWwWuylQkqeSLbBWV7Dz1VCqid/42pHFpYVDGzR1cPbF2CkKM8daeCPk07TeKLQRqZDGRvuL2KhPnE/gLkNTnl0ao/dc4JajxcUdf1LRJv8WyY4njUA6NQeJdWWDnhi2FLDWzjw==
- Delivered-to: jdt-dev@xxxxxxxxxxx
- List-archive: <https://www.eclipse.org/mailman/private/jdt-dev/>
- List-help: <mailto:jdt-dev-request@eclipse.org?subject=help>
- List-subscribe: <https://www.eclipse.org/mailman/listinfo/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=subscribe>
- List-unsubscribe: <https://www.eclipse.org/mailman/options/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=unsubscribe>
- Thread-index: AQHbZORn8TQhaaJQP02XuxvBh4zl8bMS/0uA
- Thread-topic: [EXTERNAL] Re: [jdt-dev] 4.35 Y-Build: Y20250111-1000 - BUILD FAILED
I think this was fixed in master. I will do the merge that should unblock us.
Regards,
Jay
-----Original Message-----
From: jdt-dev <jdt-dev-bounces@xxxxxxxxxxx> On Behalf Of Stephan Herrmann via jdt-dev
Sent: 12 January 2025 16:53
To: jdt-dev@xxxxxxxxxxx
Cc: Stephan Herrmann <stephan.herrmann@xxxxxxxxx>
Subject: [EXTERNAL] Re: [jdt-dev] 4.35 Y-Build: Y20250111-1000 - BUILD FAILED
We'll need some help here:
Am 11.01.25 um 16:05 schrieb genie.releng--- via jdt-dev:
> Please go to https://ci.eclipse.org/releng/job/YPBuilds/job/Y-build-4.35/50/console and check the build failure.
The build aborts with these compile errors:
16:05:12 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:4.0.11-SNAPSHOT:compile
(default-compile) on project org.eclipse.jdt.core.compiler.batch: Compilation
failure: Compilation failure:
16:05:12 [ERROR]
/home/jenkins/agent/workspace/YPBuilds/Y-build-4.35/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/ast/TryStatement.java:[1015]
16:05:12 [ERROR] if (enclosingSwitchExpression(upperScope) instanceof
SwitchExpression swich) {
16:05:12 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16:05:12 [ERROR] Expression type cannot be a subtype of the Pattern type
16:05:12 [ERROR]
/home/jenkins/agent/workspace/YPBuilds/Y-build-4.35/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java:[731]
16:05:12 [ERROR] return isRecord() && components() instanceof
RecordComponentBinding [] components && components.length > 0;
16:05:12 [ERROR] ^^^^^^^^^^^^
16:05:12 [ERROR] Expression type cannot be a subtype of the Pattern type
16:05:12 [ERROR]
/home/jenkins/agent/workspace/YPBuilds/Y-build-4.35/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java:[6419]
16:05:12 [ERROR] if (annotationBinding.getAnnotationType() instanceof
ReferenceBinding type
16:05:12 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16:05:12 [ERROR] Expression type cannot be a subtype of the Pattern type
16:05:12 [ERROR] 3 problems (3 errors)
This is the problem with ID 1782 and history shows that ecj no longer raises this error since https://github.com/eclipse-jdt/eclipse.jdt.core/pull/77
=> The build must have used a compiler version < May 12, 2022
For investigation I ran another job with verbose logging (-X):
- https://ci.eclipse.org/jdt/job/eclipse.jdt.core-run.javac-24/12/console
Unfortunately, tycho-compiler-plugin doesn't tell us which version of the compiler it uses, even when specifying -X.
any ideas how to proceed?
Stephan
_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev