Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 562551 - content assist not working inside lambda expression #30

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Bug 562551 - content assist not working inside lambda expression

3f1b26b
Select commit
Failed to load commit list.
Open

Bug 562551 - content assist not working inside lambda expression #30

Bug 562551 - content assist not working inside lambda expression
3f1b26b
Select commit
Failed to load commit list.
Jenkins - Eclipse JDT / Jenkins failed Aug 16, 2023 in 2m 17s

Build: error in 'junit' step

Build / Shell Script

Error in sh step, with arguments `#!/bin/bash -x

				/opt/tools/java/openjdk/jdk-11/latest/bin/java -version
				java -version
				
				df -k
				mkdir -p /home/jenkins/agent/workspace/eclipse.jdt.core-Github_PR-30/tmp
				
				unset JAVA_TOOL_OPTIONS
				unset _JAVA_OPTIONS
				
				# The max heap should be specified for tycho explicitly
				# via configuration/argLine property in pom.xml
				# export MAVEN_OPTS="-Xmx2G"
				
				mvn -U clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/eclipse.jdt.core-Github_PR-30/.m2/repository 					-Pbuild-individual-bundles -Ptest-on-javase-17 -Pbree-libs -Papi-check -Dtycho.version=2.7.0 					-Djava.io.tmpdir=/home/jenkins/agent/workspace/eclipse.jdt.core-Github_PR-30/tmp -Dcompare-version-with-baselines.skip=false -Dproject.build.sourceEncoding=UTF-8 					-Dtycho.surefire.argLine="--add-modules ALL-SYSTEM -Dcompliance=1.8,11,17 -Djdt.performance.asserts=disabled" 
				`.
script returned exit code 1
Build log
[2023-08-16T17:26:57.850Z] + /opt/tools/java/openjdk/jdk-11/latest/bin/java -version
[2023-08-16T17:26:57.851Z] openjdk version "11.0.2" 2019-01-15
[2023-08-16T17:26:57.851Z] OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
[2023-08-16T17:26:57.851Z] OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)
[2023-08-16T17:26:57.851Z] + java -version
[2023-08-16T17:26:57.851Z] openjdk version "11.0.2" 2019-01-15
[2023-08-16T17:26:57.851Z] OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
[2023-08-16T17:26:57.851Z] OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)
[2023-08-16T17:26:57.851Z] + df -k
[2023-08-16T17:26:57.851Z] Filesystem                         1K-blocks       Used   Available Use% Mounted on
[2023-08-16T17:26:57.851Z] overlay                             33554432         56    33554376   1% /
[2023-08-16T17:26:57.851Z] tmpfs                                  65536          0       65536   0% /dev
[2023-08-16T17:26:57.851Z] tmpfs                               65829044          0    65829044   0% /sys/fs/cgroup
[2023-08-16T17:26:57.851Z] shm                                    65536          0       65536   0% /dev/shm
[2023-08-16T17:26:57.851Z] tmpfs                               26331620      67804    26263816   1% /etc/hostname
[2023-08-16T17:26:57.851Z] /dev/sda4                          937156932  437540460   499616472  47% /etc/hosts
[2023-08-16T17:26:57.851Z] bambam:/home/data/cbi/buildtools 23392667648 5486544640 17906123008  24% /opt/tools
[2023-08-16T17:26:57.851Z] tmpfs                                4194304          8     4194296   1% /home/jenkins/.m2/settings.xml
[2023-08-16T17:26:57.851Z] tmpfs                                4194304         32     4194272   1% /run/secrets/kubernetes.io/serviceaccount
[2023-08-16T17:26:57.852Z] tmpfs                               65829044          0    65829044   0% /proc/acpi
[2023-08-16T17:26:57.852Z] tmpfs                               65829044          0    65829044   0% /proc/scsi
[2023-08-16T17:26:57.852Z] tmpfs                               65829044          0    65829044   0% /sys/firmware
[2023-08-16T17:26:57.852Z] + mkdir -p /home/jenkins/agent/workspace/eclipse.jdt.core-Github_PR-30/tmp
[2023-08-16T17:26:57.852Z] + unset JAVA_TOOL_OPTIONS
[2023-08-16T17:26:57.852Z] + unset _JAVA_OPTIONS
[2023-08-16T17:26:57.852Z] + mvn -U clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/eclipse.jdt.core-Github_PR-30/.m2/repository -Pbuild-individual-bundles -Ptest-on-javase-17 -Pbree-libs -Papi-check -Dtycho.version=2.7.0 -Djava.io.tmpdir=/home/jenkins/agent/workspace/eclipse.jdt.core-Github_PR-30/tmp -Dcompare-version-with-baselines.skip=false -Dproject.build.sourceEncoding=UTF-8 '-Dtycho.surefire.argLine=--add-modules ALL-SYSTEM -Dcompliance=1.8,11,17 -Djdt.performance.asserts=disabled'
[2023-08-16T17:26:58.110Z] Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
[2023-08-16T17:26:58.111Z] Maven home: /opt/tools/apache-maven/latest
[2023-08-16T17:26:58.111Z] Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
[2023-08-16T17:26:58.111Z] Default locale: en_US, platform encoding: UTF-8
[2023-08-16T17:26:58.111Z] OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[2023-08-16T17:26:59.485Z] [INFO] Scanning for projects...
[2023-08-16T17:27:00.859Z] [WARNING] The POM for org.eclipse.tycho:tycho-maven-plugin:jar:2.7.0 is missing, no dependency information available
[2023-08-16T17:27:00.860Z] [ERROR] [ERROR] Some problems were encountered while processing the POMs:
[2023-08-16T17:27:00.860Z] [ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:2.7.0 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.eclipse.tycho:tycho-maven-plugin:jar:2.7.0 (absent): Could not find artifact org.eclipse.tycho:tycho-maven-plugin:jar:2.7.0 in tycho-snapshots (https://repo.eclipse.org/content/repositories/tycho-snapshots/) @ 
[2023-08-16T17:27:00.860Z]  @ 
[2023-08-16T17:27:00.860Z] [ERROR] The build could not read 1 project -> [Help 1]
[2023-08-16T17:27:00.860Z] [ERROR]   
[2023-08-16T17:27:00.860Z] [ERROR]   The project org.eclipse.jdt:eclipse.jdt.core:4.24.0-SNAPSHOT (/home/jenkins/agent/workspace/eclipse.jdt.core-Github_PR-30/pom.xml) has 1 error
[2023-08-16T17:27:00.860Z] [ERROR]     Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:2.7.0 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.eclipse.tycho:tycho-maven-plugin:jar:2.7.0 (absent): Could not find artifact org.eclipse.tycho:tycho-maven-plugin:jar:2.7.0 in tycho-snapshots (https://repo.eclipse.org/content/repositories/tycho-snapshots/) -> [Help 2]
[2023-08-16T17:27:00.860Z] [ERROR] 
[2023-08-16T17:27:00.860Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[2023-08-16T17:27:00.860Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-08-16T17:27:00.860Z] [ERROR] 
[2023-08-16T17:27:00.860Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-08-16T17:27:00.860Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[2023-08-16T17:27:00.860Z] [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException

Build / Archive JUnit-formatted test results

Error in junit step, with arguments **/target/surefire-reports/*.xml.

No test report files were found. Configuration error?
Build log
[2023-08-16T17:27:17.867Z] Recording test results
[2023-08-16T17:27:18.118Z] No test report files were found. Configuration error?

Details

  • Declarative: Checkout SCM (2 min 10 sec)
    • Declarative: Tool Install (0.91 sec)
      • Build (30 sec)
        Error: script returned exit code 1
        Error: No test report files were found. Configuration error?