-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Labels
Milestone
Description
See https://ci.eclipse.org/releng/job/Builds/job/I-build-4.36/51/console
Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:4.0.13-SNAPSHOT:compile (default-compile) on project org.eclipse.equinox.p2.metadata: Compilation failure: Compilation failure:
00:10:50 [ERROR] /home/jenkins/agent/workspace/Builds/I-build-4.36/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/QueryUtil.java:[185]
00:10:50 [ERROR] return createCompoundQuery(queries, and);
00:10:50 [ERROR] ^^^^^^^^^^^^^^^^^^^
00:10:50 [ERROR] The method createCompoundQuery(Collection<? extends IQuery<? extends T>>, boolean) in the type QueryUtil is not applicable for the arguments (ArrayList<IQuery<? extends T>>, boolean)
00:10:50 [ERROR] /home/jenkins/agent/workspace/Builds/I-build-4.36/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/QueryUtil.java:[460]
00:10:50 [ERROR] return createPipeQuery(queries);
00:10:50 [ERROR] ^^^^^^^^^^^^^^^
00:10:50 [ERROR] The method createPipeQuery(Collection<? extends IQuery<? extends T>>) in the type QueryUtil is not applicable for the arguments (ArrayList<IQuery<? extends T>>)
00:10:50 [ERROR] 10 problems (2 errors, 8 warnings)
Most likely regression from eclipse-jdt/eclipse.jdt.core#3910 (I haven't verified yet).
@srikanth-sankaran , @stephan-herrmann : could you please check?