From notifications-return-7937-archive-asf-public=cust-asf.ponee.io@yetus.apache.org Wed Aug 21 06:50:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4F31A180669 for ; Wed, 21 Aug 2019 08:50:02 +0200 (CEST) Received: (qmail 60573 invoked by uid 500); 21 Aug 2019 06:50:01 -0000 Mailing-List: contact notifications-help@yetus.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@yetus.apache.org Delivered-To: mailing list notifications@yetus.apache.org Received: (qmail 60425 invoked by uid 99); 21 Aug 2019 06:50:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Aug 2019 06:50:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id BF143E3009 for ; Wed, 21 Aug 2019 06:50:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 175B17821DE for ; Wed, 21 Aug 2019 06:50:00 +0000 (UTC) Date: Wed, 21 Aug 2019 06:50:00 +0000 (UTC) From: "Sean Busbey (Jira)" To: notifications@yetus.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YETUS-906) Site goal hangs when building Website/Documentation module MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/YETUS-906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated YETUS-906: ------------------------------ Description: When attempting to build the website via {{mvn site site:stage}} the release doc maker call appears to hang. In this example, there was a placeholder jira for 0.12.0 in Resolved status and the build waited until I hit enter: {code} [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Yetus - Website/Documentation 0.12.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- yetus-minimaven-plugin:0.12.0-SNAPSHOT:symlink (0.8.0) @ asf-site --- [INFO] [INFO] --- yetus-minimaven-plugin:0.12.0-SNAPSHOT:symlink (0.8.0.html.md) @ asf-site --- [INFO] [INFO] --- yetus-minimaven-plugin:0.12.0-SNAPSHOT:symlink (0.9.0) @ asf-site --- [INFO] [INFO] --- yetus-minimaven-plugin:0.12.0-SNAPSHOT:symlink (0.9.0.html.md) @ asf-site --- [INFO] [INFO] --- yetus-minimaven-plugin:0.12.0-SNAPSHOT:symlink (0.10.0) @ asf-site --- [INFO] [INFO] --- yetus-minimaven-plugin:0.12.0-SNAPSHOT:symlink (0.10.0.html.md) @ asf-site --- [INFO] [INFO] --- yetus-minimaven-plugin:0.12.0-SNAPSHOT:symlink (in-progress) @ asf-site --- [INFO] [INFO] --- exec-maven-plugin:1.6.0:exec (releasedocs) @ asf-site --- ======================================= 0.12.0-SNAPSHOT: Error:0, Warning:0 [INFO] [INFO] --- exec-maven-plugin:1.6.0:exec (bundle-install) @ asf-site --- {code} when there are no issues for the version resolved, we see a error from release doc maker and then the build just hangs until I force it to exit: {code} {code} > Site goal hangs when building Website/Documentation module > ---------------------------------------------------------- > > Key: YETUS-906 > URL: https://issues.apache.org/jira/browse/YETUS-906 > Project: Yetus > Issue Type: Bug > Components: Release Doc Maker, website and documentation > Reporter: Sean Busbey > Assignee: Sean Busbey > Priority: Major > Fix For: 0.12.0 > > > When attempting to build the website via {{mvn site site:stage}} the release doc maker call appears to hang. > In this example, there was a placeholder jira for 0.12.0 in Resolved status and the build waited until I hit enter: > {code} > > [INFO] ------------------------------------------------------------------------ > [INFO] Building Apache Yetus - Website/Documentation 0.12.0-SNAPSHOT > [INFO] ------------------------------------------------------------------------ > [INFO] > [INFO] --- yetus-minimaven-plugin:0.12.0-SNAPSHOT:symlink (0.8.0) @ asf-site --- > [INFO] > [INFO] --- yetus-minimaven-plugin:0.12.0-SNAPSHOT:symlink (0.8.0.html.md) @ asf-site --- > [INFO] > [INFO] --- yetus-minimaven-plugin:0.12.0-SNAPSHOT:symlink (0.9.0) @ asf-site --- > [INFO] > [INFO] --- yetus-minimaven-plugin:0.12.0-SNAPSHOT:symlink (0.9.0.html.md) @ asf-site --- > [INFO] > [INFO] --- yetus-minimaven-plugin:0.12.0-SNAPSHOT:symlink (0.10.0) @ asf-site --- > [INFO] > [INFO] --- yetus-minimaven-plugin:0.12.0-SNAPSHOT:symlink (0.10.0.html.md) @ asf-site --- > [INFO] > [INFO] --- yetus-minimaven-plugin:0.12.0-SNAPSHOT:symlink (in-progress) @ asf-site --- > [INFO] > [INFO] --- exec-maven-plugin:1.6.0:exec (releasedocs) @ asf-site --- > ======================================= > 0.12.0-SNAPSHOT: Error:0, Warning:0 > [INFO] > [INFO] --- exec-maven-plugin:1.6.0:exec (bundle-install) @ asf-site --- > {code} > when there are no issues for the version resolved, we see a error from release doc maker and then the build just hangs until I force it to exit: > {code} > {code} -- This message was sent by Atlassian Jira (v8.3.2#803003)