Project

General

Profile

gradle_fail.txt

Failed gradle on Windows - Eugenie Lyzenko, 02/18/2026 09:16 AM

Download (5.49 KB)

 
1
C:\opt\p2j_trunk_16431>gradlew all --info
2
Initialized native services in: C:\Users\evl\.gradle\native
3
Initialized jansi services in: C:\Users\evl\.gradle\native
4
To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/9.2.1/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
5
Starting process 'Gradle build daemon'. Working directory: C:\Users\evl\.gradle\daemon\9.2.1 Command: C:\jdk17\bin\java.exe --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.xml/javax.xml.namespace=ALL-UNNAMED --add-opens=java.base/java.time=ALL-UNNAMED -XX:MaxMetaspaceSize=384m -XX:+HeapDumpOnOutOfMemoryError -Xms256m -Xmx512m -Dfile.encoding=windows-1252 -Duser.country=US -Duser.language=en -Duser.variant -cp C:\Users\evl\.gradle\wrapper\dists\gradle-9.2.1-bin\2t0n5ozlw9xmuyvbp7dnzaxug\gradle-9.2.1\lib\gradle-daemon-main-9.2.1.jar -javaagent:C:\Users\evl\.gradle\wrapper\dists\gradle-9.2.1-bin\2t0n5ozlw9xmuyvbp7dnzaxug\gradle-9.2.1\lib\agents\gradle-instrumentation-agent-9.2.1.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 9.2.1
6
Successfully started process 'Gradle build daemon'
7
An attempt to start the daemon took 16.756 secs.
8
The client will now receive all logging from the daemon (pid: 8412). The daemon log file: C:\Users\evl\.gradle\daemon\9.2.1\daemon-8412.out.log
9
Daemon will be stopped at the end of the build
10
Using 6 worker leases.
11
Operational build model parameters: {requiresToolingModels=false, parallelProjectExecution=false, configureOnDemand=false, configurationCache=false, configurationCacheParallelStore=false, configurationCacheParallelLoad=true, isolatedProjects=false, parallelProjectConfiguration=false, intermediateModelCache=false, parallelToolingApiActions=false, invalidateCoupledProjects=false, modelAsProjectDependency=false, resilientModelBuilding=false}
12
Received JVM installation metadata from 'C:\jdk17': {JAVA_HOME=C:\jdk17, JAVA_VERSION=17.0.18, JAVA_VENDOR=Eclipse Adoptium, RUNTIME_NAME=OpenJDK Runtime Environment, RUNTIME_VERSION=17.0.18+8, VM_NAME=OpenJDK 64-Bit Server VM, VM_VERSION=17.0.18+8, VM_VENDOR=Eclipse Adoptium, OS_ARCH=amd64}
13
Watching the file system is configured to be enabled if available
14
Now considering [C:\opt\p2j_trunk_16431] as hierarchies to watch
15
File system watching is active
16
Starting Build
17
Settings evaluated using settings file 'C:\opt\p2j_trunk_16431\settings.gradle'.
18
Projects loaded. Root project using build file 'C:\opt\p2j_trunk_16431\build.gradle'.
19
Included projects: [root project 'p2j_trunk_16431', project ':sheet']
20

    
21
> Configure project :
22
Evaluating root project 'p2j_trunk_16431' using build file 'C:\opt\p2j_trunk_16431\build.gradle'.
23
Resolved plugin [id: 'com.dorongold.task-tree', version: '4.0.1']
24
Resolved plugin [id: 'com.github.jk1.dependency-license-report', version: '2.9']
25
Resolved plugin [id: 'com.github.ben-manes.versions', version: '0.52.0']
26
Resolved plugin [id: 'org.owasp.dependencycheck', version: '12.1.0']
27
Resolved plugin [id: 'project-report']
28
[ant:delete] Deleting: C:\opt\p2j_trunk_16431\.user.cmd.properties
29
[ant:echo] propArg:
30
Downloading https://repository.jboss.org/nexus/content/groups/public/org/eclipse/emf/common/2.4.0/common-2.4.0.jar to C:\Users\evl\.gradle\.tmp\gradle_download12712483566802096271bin
31
Downloading https://repository.jboss.org/nexus/content/groups/public/org/eclipse/emf/common/2.4.0/common-2.4.0.jar to C:\Users\evl\.gradle\.tmp\gradle_download12798989735502876131bin
32
Downloading https://repository.jboss.org/nexus/content/groups/public/org/eclipse/emf/common/2.4.0/common-2.4.0.jar to C:\Users\evl\.gradle\.tmp\gradle_download556335923034432004bin
33

    
34
[Incubating] Problems report is available at: file:///C:/opt/p2j_trunk_16431/build/reports/problems/problems-report.htm
35

    
36
FAILURE: Build failed with an exception.
37

    
38
* Where:
39
Build file 'C:\opt\p2j_trunk_16431\build.gradle' line: 774
40

    
41
* What went wrong:
42
A problem occurred evaluating root project 'p2j_trunk_16431'.
43
> Could not resolve all files for configuration ':fwdAllCompile'.
44
   > Could not download common-2.4.0.jar (org.eclipse.emf:common:2.4.0)
45
      > Could not get resource 'https://repository.jboss.org/nexus/content/groups/public/org/eclipse/emf/common/2.4.0/common-2.4.0.jar'.
46
         > Read timed out
47

    
48
* Try:
49
> Run with --stacktrace option to get the stack trace.
50
> Run with --debug option to get more log output.
51
> Run with --scan to generate a Build Scan (powered by Develocity).
52
> Get more help at https://help.gradle.org.
53

    
54
Deprecated Gradle features were used in this build, making it incompatible with Gradle 10.
55

    
56
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
57

    
58
For more on this, please refer to https://docs.gradle.org/9.2.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
59

    
60
BUILD FAILED in 2m 57s
61
Watched directory hierarchies: []