Opened 17 months ago

Last modified 17 months ago

#66473 closed defect

plantuml failing to build on Ventura 13.1 — at Initial Version

Reported by: kickingvegas (Charles Choi) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.8.0
Keywords: Cc:
Port: plantuml

Description

plantuml failing to install on Ventura 13.1. Causes macOS crash log for java.

abbreviated /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_java_plantuml/plantuml/main.log

:info:build > Task :compileJava
:info:build Note: Some input files use or override a deprecated API.
:info:build Note: Recompile with -Xlint:deprecation for details.
:info:build Note: Some input files use unchecked or unsafe operations.
:info:build Note: Recompile with -Xlint:unchecked for details.
:info:build > Task :processResources UP-TO-DATE
:info:build > Task :classes
:info:build > Task :jar
:info:build > Task :javadoc UP-TO-DATE
:info:build > Task :javadocJar
:info:build > Task :sourcesJar
:info:build > Task :assemble
:info:build > Task :compileTestJava
:info:build > Task :processTestResources UP-TO-DATE
:info:build > Task :testClasses
:info:build > Task :test FAILED
:info:build FAILURE: Build failed with an exception.
:info:build * What went wrong:
:info:build Execution failed for task ':test'.
:info:build > Process 'Gradle Test Executor 1' finished with non-zero exit value 133
:info:build   This problem might be caused by incorrect test process configuration.
:info:build   Please refer to the test execution section in the User Manual at https://docs.gradle.org/7.6/userguide/java_testing.html#sec:test_execution
:info:build * Try:
:info:build > Run with --stacktrace option to get the stack trace.
:info:build > Run with --info or --debug option to get more log output.
:info:build > Run with --scan to get full insights.
:info:build * Get more help at https://help.gradle.org
:info:build BUILD FAILED in 14s
:info:build 9 actionable tasks: 6 executed, 3 up-to-date
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_java_plantuml/plantuml/work/plantuml-1.2022.12" && /opt/local/bin/gradle build 
:info:build Exit code: 1
:error:build Failed to build plantuml: command execution failed
:debug:build Error code: CHILDSTATUS 73811 1
:debug:build Backtrace: command execution failed
:debug:build     while executing
:debug:build "system {*}$notty {*}$callback {*}$nice $fullcmdstring"
:debug:build     invoked from within
:debug:build "command_exec -callback portprogress::target_progress_callback build"
:debug:build     (procedure "portbuild::build_main" line 8)
:debug:build     invoked from within
:debug:build "$procedure $targetname"
:error:build See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_java_plantuml/plantuml/main.log for details.

Change History (2)

Changed 17 months ago by kickingvegas (Charles Choi)

Attachment: main.log added

ventura main.log

Changed 17 months ago by kickingvegas (Charles Choi)

Attachment: java-crash.log added

macOS crash log for java

Note: See TracTickets for help on using tickets.