Build failed in Jenkins: Adapters » IntelliJ » intellij-common-build #158
by studio-jenkins-csb-codeready@redhat.com
See <https://studio-jenkins-csb-codeready.apps.ocp-c1.prod.psi.redhat.com/job/...>
Changes:
------------------------------------------
[...truncated 486 lines...]
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DeployModel.java:65: warning: no comment
[2024-04-12T15:36:54.578Z] public void setCrdContext(CustomResourceDefinitionContext crdContext) {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DeployModel.java:49: warning: no comment
[2024-04-12T15:36:54.578Z] public void setKind(String kind) {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DeployModel.java:33: warning: no comment
[2024-04-12T15:36:54.578Z] public void setName(String name) {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DeployModel.java:57: warning: no comment
[2024-04-12T15:36:54.578Z] public void setSpec(JsonNode spec) {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DownloadHelper.java:50: warning: no comment
[2024-04-12T15:36:54.578Z] public class DownloadHelper {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DownloadHelper.java:201: warning: no comment
[2024-04-12T15:36:54.578Z] public String downloadIfRequired(String toolName, URL url) throws IOException {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DownloadHelper.java:210: warning: no comment
[2024-04-12T15:36:54.578Z] public CompletableFuture<String> downloadIfRequiredAsync(String toolName, URL url) {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DownloadHelper.java:76: warning: no comment
[2024-04-12T15:36:54.578Z] public static DownloadHelper getInstance() {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:59: warning: no comment
[2024-04-12T15:36:54.578Z] public class ExecHelper {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:269: warning: no comment
[2024-04-12T15:36:54.578Z] public static class ExecResult {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:383: warning: no comment
[2024-04-12T15:36:54.578Z] public static void attachProcessToTerminal(ConsoleView terminalExecutionConsole, PtyProcess p, boolean waitForProcessExit,
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:310: warning: no comment
[2024-04-12T15:36:54.578Z] public static CommonTerminalExecutionConsole createTerminalTabForReuse(Project project, String title) {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:64: warning: no comment
[2024-04-12T15:36:54.578Z] public static ScheduledFuture<?> executeAfter(Runnable runnable, long delay, TimeUnit unit) {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:235: warning: no comment
[2024-04-12T15:36:54.578Z] public static ExecResult executeWithResult(String executable, boolean checkExitCode, File workingDirectory, Map<String,String> envs,
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:265: warning: no comment
[2024-04-12T15:36:54.578Z] public static ExecResult executeWithResult(String executable, Map<String, String> envs, String... arguments) throws IOException {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:450: warning: no comment
[2024-04-12T15:36:54.578Z] public static void executeWithTerminal(Project project, String title, boolean waitForProcessToExit, String... command) throws IOException {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:445: warning: no comment
[2024-04-12T15:36:54.578Z] public static void executeWithTerminal(Project project, String title, boolean waitForProcessToExit,
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:426: warning: no comment
[2024-04-12T15:36:54.578Z] public static void executeWithTerminal(Project project, String title, File workingDirectory,
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:462: warning: no comment
[2024-04-12T15:36:54.578Z] public static void executeWithTerminal(Project project, String title, File workingDirectory, boolean waitForProcessToExit, Map<String, String> envs, String... command) throws IOException {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:441: warning: no comment
[2024-04-12T15:36:54.578Z] public static void executeWithTerminal(Project project, String title, File workingDirectory, String... command) throws IOException {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:458: warning: no comment
[2024-04-12T15:36:54.578Z] public static void executeWithTerminal(Project project, String title, String... command) throws IOException {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:470: warning: no comment
[2024-04-12T15:36:54.578Z] public static void executeWithTerminal(Project project, String title, Map<String, String> envs, ConsoleView terminalToReuse, ProcessListener processListener, String... command) throws IOException {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:466: warning: no comment
[2024-04-12T15:36:54.578Z] public static void executeWithTerminal(Project project, String title, Map<String, String> envs, ConsoleView terminalToReuse, String... command) throws IOException {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:474: warning: no comment
[2024-04-12T15:36:54.578Z] public static void executeWithTerminal(Project project, String title, Map<String, String> envs, ConsoleView terminalToReuse,
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:454: warning: no comment
[2024-04-12T15:36:54.578Z] public static void executeWithTerminal(Project project, String title, Map<String, String> envs, String... command) throws IOException {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:479: warning: no comment
[2024-04-12T15:36:54.578Z] public static void executeWithUI(Map<String, String> envs, Runnable initRunnable, Consumer<String> runnable, String... command) throws IOException {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:486: warning: no comment
[2024-04-12T15:36:54.578Z] public static void executeWithUI(Map<String, String> envs, Consumer<String> runnable, String... command) throws IOException {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:68: warning: no comment
[2024-04-12T15:36:54.578Z] public static void submit(Runnable runnable) {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:274: warning: no comment
[2024-04-12T15:36:54.578Z] public ExecResult(String stdOut, @Nullable String stdErr, int exitCode) {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:288: warning: no comment
[2024-04-12T15:36:54.578Z] public int getExitCode() {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:284: warning: no comment
[2024-04-12T15:36:54.578Z] public String getStdErr() {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:280: warning: no comment
[2024-04-12T15:36:54.578Z] public String getStdOut() {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecProcessHandler.java:22: warning: no comment
[2024-04-12T15:36:54.578Z] public class ExecProcessHandler extends KillableProcessHandler {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecReader.java:20: warning: no comment
[2024-04-12T15:36:54.578Z] public class ExecReader extends BaseInputStreamReader {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecReader.java:28: warning: no comment
[2024-04-12T15:36:54.578Z] public ExecReader(@NotNull InputStream in) {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecReader.java:32: warning: no comment
[2024-04-12T15:36:54.578Z] public ExecReader(@NotNull InputStream in, @NotNull Charset cs) {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecRunContentDescriptor.java:20: warning: no comment
[2024-04-12T15:36:54.578Z] public class ExecRunContentDescriptor extends RunContentDescriptor {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecRunContentDescriptor.java:22: warning: no comment
[2024-04-12T15:36:54.578Z] public ExecRunContentDescriptor(@Nullable ExecutionConsole executionConsole, @Nullable ProcessHandler processHandler, @NotNull JComponent component, String displayName) {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/model/GenericResource.java:19: warning: no comment
[2024-04-12T15:36:54.578Z] public class GenericResource {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/model/GenericResource.java:23: warning: no comment
[2024-04-12T15:36:54.578Z] public GenericResource() {}
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/model/GenericResource.java:25: warning: no comment
[2024-04-12T15:36:54.578Z] public GenericResource(String apiVersion, String kind, JsonNode metadata, JsonNode spec) {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/model/GenericResource.java:32: warning: no comment
[2024-04-12T15:36:54.578Z] public String getApiVersion() {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.578Z] /jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/model/GenericResource.java:40: warning: no comment
[2024-04-12T15:36:54.578Z] public String getKind() {
[2024-04-12T15:36:54.578Z] ^
[2024-04-12T15:36:54.837Z] 100 warnings
[2024-04-12T15:36:55.092Z]
[2024-04-12T15:36:55.092Z] > Task :javadocJar
[2024-04-12T15:36:55.092Z] > Task :packageTests
[2024-04-12T15:36:55.092Z] > Task :sourcesJar
[2024-04-12T15:36:55.092Z] > Task :assemble
[2024-04-12T15:36:55.092Z]
[2024-04-12T15:36:55.092Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
[2024-04-12T15:36:55.092Z]
[2024-04-12T15:36:55.092Z] You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
[2024-04-12T15:36:55.092Z]
[2024-04-12T15:36:55.092Z] See https://docs.gradle.org/7.6.1/userguide/command_line_interface.html#sec:c...
[2024-04-12T15:36:55.092Z]
[2024-04-12T15:36:55.092Z] BUILD SUCCESSFUL in 2m 1s
[2024-04-12T15:36:55.092Z] 18 actionable tasks: 18 executed
[2024-04-12T15:36:55.358Z] [Pipeline] }
[2024-04-12T15:36:55.376Z] [Pipeline] // stage
[2024-04-12T15:36:55.392Z] [Pipeline] stage
[2024-04-12T15:36:55.398Z] [Pipeline] { (Package)
[2024-04-12T15:36:55.416Z] [Pipeline] sh
[2024-04-12T15:36:55.692Z] + ./gradlew build
[2024-04-12T15:36:56.260Z] > Task :initializeIntelliJPlugin SKIPPED
[2024-04-12T15:36:56.260Z] > Task :patchPluginXml NO-SOURCE
[2024-04-12T15:36:56.260Z] > Task :verifyPluginConfiguration
[2024-04-12T15:36:56.524Z] > Task :compileJava UP-TO-DATE
[2024-04-12T15:36:56.524Z] > Task :processResources NO-SOURCE
[2024-04-12T15:36:56.524Z] > Task :classes UP-TO-DATE
[2024-04-12T15:36:56.524Z] > Task :instrumentCode UP-TO-DATE
[2024-04-12T15:36:56.524Z] > Task :compileTestJava UP-TO-DATE
[2024-04-12T15:36:56.524Z] > Task :processTestResources UP-TO-DATE
[2024-04-12T15:36:56.524Z] > Task :testClasses UP-TO-DATE
[2024-04-12T15:36:56.524Z] > Task :instrumentTestCode UP-TO-DATE
[2024-04-12T15:36:56.524Z] > Task :instrumentedJar UP-TO-DATE
[2024-04-12T15:36:56.524Z] > Task :jar UP-TO-DATE
[2024-04-12T15:36:56.524Z] > Task :javadoc UP-TO-DATE
[2024-04-12T15:36:56.524Z] > Task :javadocJar UP-TO-DATE
[2024-04-12T15:36:56.524Z] > Task :packageTests UP-TO-DATE
[2024-04-12T15:36:56.524Z] > Task :sourcesJar UP-TO-DATE
[2024-04-12T15:36:56.779Z] > Task :prepareTestingSandbox
[2024-04-12T15:37:02.034Z]
[2024-04-12T15:37:02.034Z] > Task :test
[2024-04-12T15:37:02.034Z] OpenJDK 64-Bit Server VM warning: Archived non-system classes are disabled because the java.system.class.loader property is specified (value = "com.intellij.util.lang.PathClassLoader"). To use archived non-system classes, this property must not be set
[2024-04-12T15:37:02.034Z] CompileCommand: exclude com/intellij/openapi/vfs/impl/FilePartNodeRoot.trieDescend bool exclude = true
[2024-04-12T15:37:06.245Z] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[2024-04-12T15:37:10.423Z]
[2024-04-12T15:37:10.423Z] > Task :classpathIndexCleanup
[2024-04-12T15:37:10.423Z] > Task :prepareSandbox UP-TO-DATE
[2024-04-12T15:37:10.423Z] > Task :buildSearchableOptions UP-TO-DATE
[2024-04-12T15:37:10.423Z] > Task :jarSearchableOptions UP-TO-DATE
[2024-04-12T15:37:10.423Z] > Task :buildPlugin UP-TO-DATE
[2024-04-12T15:37:10.423Z] > Task :assemble UP-TO-DATE
[2024-04-12T15:37:10.423Z] > Task :check
[2024-04-12T15:37:10.423Z] > Task :build
[2024-04-12T15:37:10.423Z]
[2024-04-12T15:37:10.423Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
[2024-04-12T15:37:10.423Z]
[2024-04-12T15:37:10.423Z] You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
[2024-04-12T15:37:10.423Z]
[2024-04-12T15:37:10.423Z] See https://docs.gradle.org/7.6.1/userguide/command_line_interface.html#sec:c...
[2024-04-12T15:37:10.423Z]
[2024-04-12T15:37:10.423Z] BUILD SUCCESSFUL in 14s
[2024-04-12T15:37:10.423Z] 19 actionable tasks: 4 executed, 15 up-to-date
[2024-04-12T15:37:10.434Z] [Pipeline] }
[2024-04-12T15:37:10.454Z] [Pipeline] // stage
[2024-04-12T15:37:10.471Z] [Pipeline] stage
[2024-04-12T15:37:10.475Z] [Pipeline] { (Deploy)
[2024-04-12T15:37:10.641Z] [Pipeline] withCredentials
[2024-04-12T15:37:10.699Z] Masking supported pattern matches of $PASSWORD
[2024-04-12T15:37:10.705Z] [Pipeline] {
[2024-04-12T15:37:10.731Z] [Pipeline] sh
[2024-04-12T15:37:10.736Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2024-04-12T15:37:10.736Z] Affected argument(s) used the following variable(s): [PASSWORD]
[2024-04-12T15:37:10.736Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2024-04-12T15:37:11.118Z] + ./gradlew publish closeAndReleaseStagingRepository -PnexusUser=stephane.bouchet -PnexusPassword=****
[2024-04-12T15:37:11.681Z] > Task :initializeIntelliJPlugin SKIPPED
[2024-04-12T15:37:11.681Z] > Task :patchPluginXml NO-SOURCE
[2024-04-12T15:37:11.681Z] > Task :verifyPluginConfiguration
[2024-04-12T15:37:11.681Z] > Task :compileJava UP-TO-DATE
[2024-04-12T15:37:11.681Z] > Task :processResources NO-SOURCE
[2024-04-12T15:37:11.681Z] > Task :classes UP-TO-DATE
[2024-04-12T15:37:11.681Z] > Task :instrumentCode UP-TO-DATE
[2024-04-12T15:37:11.939Z] > Task :compileTestJava UP-TO-DATE
[2024-04-12T15:37:11.939Z] > Task :processTestResources UP-TO-DATE
[2024-04-12T15:37:11.939Z] > Task :testClasses UP-TO-DATE
[2024-04-12T15:37:11.939Z] > Task :instrumentTestCode UP-TO-DATE
[2024-04-12T15:37:11.939Z] > Task :classpathIndexCleanup
[2024-04-12T15:37:11.939Z] > Task :jar UP-TO-DATE
[2024-04-12T15:37:11.939Z] > Task :javadoc UP-TO-DATE
[2024-04-12T15:37:11.939Z] > Task :javadocJar UP-TO-DATE
[2024-04-12T15:37:11.939Z] > Task :sourcesJar UP-TO-DATE
[2024-04-12T15:37:11.939Z] > Task :generateMetadataFileForMavenJavaPublication
[2024-04-12T15:37:11.940Z] > Task :generatePomFileForMavenJavaPublication
[2024-04-12T15:37:12.868Z] > Task :initializeJbossNexusStagingRepository FAILED
[2024-04-12T15:37:12.869Z]
[2024-04-12T15:37:12.869Z] FAILURE: Build failed with an exception.
[2024-04-12T15:37:12.869Z]
[2024-04-12T15:37:12.869Z] * What went wrong:
[2024-04-12T15:37:12.869Z] Execution failed for task ':initializeJbossNexusStagingRepository'.
[2024-04-12T15:37:12.869Z] > Failed to load staging profiles, server at https://repository.jboss.org/nexus/service/local/ responded with status code 401, body:
[2024-04-12T15:37:12.869Z]
[2024-04-12T15:37:12.869Z] * Try:
[2024-04-12T15:37:12.869Z] > Run with --stacktrace option to get the stack trace.
[2024-04-12T15:37:12.869Z] > Run with --info or --debug option to get more log output.
[2024-04-12T15:37:12.869Z] > Run with --scan to get full insights.
[2024-04-12T15:37:12.869Z]
[2024-04-12T15:37:12.869Z] * Get more help at https://help.gradle.org
[2024-04-12T15:37:12.869Z]
[2024-04-12T15:37:12.869Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
[2024-04-12T15:37:12.869Z]
[2024-04-12T15:37:12.869Z] You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
[2024-04-12T15:37:12.869Z]
[2024-04-12T15:37:12.869Z] See https://docs.gradle.org/7.6.1/userguide/command_line_interface.html#sec:c...
[2024-04-12T15:37:12.869Z]
[2024-04-12T15:37:12.869Z] BUILD FAILED in 1s
[2024-04-12T15:37:12.869Z] 14 actionable tasks: 5 executed, 9 up-to-date
[2024-04-12T15:37:12.884Z] [Pipeline] }
[2024-04-12T15:37:12.909Z] [Pipeline] // withCredentials
[2024-04-12T15:37:12.921Z] [Pipeline] }
[2024-04-12T15:37:12.942Z] [Pipeline] // stage
[2024-04-12T15:37:12.960Z] [Pipeline] step