[jira] [Updated] (ZOOKEEPER-3580) Maven Build error: Circular property definition

2019-10-17 Thread Javi Roman (Jira)


 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Javi Roman updated ZOOKEEPER-3580:
--
Labels: build-problem  (was: )

> Maven Build error: Circular property definition
> ---
>
> Key: ZOOKEEPER-3580
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3580
> Project: ZooKeeper
>  Issue Type: Bug
>  Components: server
>Affects Versions: 3.5.5
>Reporter: Javi Roman
>Priority: Major
>  Labels: build-problem
>
> Fresh download from release site:
> cd apache-zookeeper-3.5.5
> mv clean install
> {code:java}
> [INFO] 
> 
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] Apache ZooKeeper 3.5.5 . SUCCESS [  2.854 
> s]
> [INFO] Apache ZooKeeper - Documentation ... SUCCESS [  2.991 
> s]
> [INFO] Apache ZooKeeper - Jute  SUCCESS [  9.815 
> s]
> [INFO] Apache ZooKeeper - Server .. FAILURE [  0.253 
> s]
> [INFO] Apache ZooKeeper - Client .. SKIPPED
> [INFO] Apache ZooKeeper - Recipes . SKIPPED
> [INFO] Apache ZooKeeper - Recipes - Election .. SKIPPED
> [INFO] Apache ZooKeeper - Recipes - Lock .. SKIPPED
> [INFO] Apache ZooKeeper - Recipes - Queue . SKIPPED
> [INFO] Apache ZooKeeper - Assembly 3.5.5 .. SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 16.172 s
> [INFO] Finished at: 2019-10-14T19:23:04+02:00
> [INFO] 
> 
> [ERROR] Failed to execute goal 
> org.codehaus.mojo:properties-maven-plugin:1.0.0:read-project-properties 
> (default) on project zookeeper: Circular property definition: 
> env.BASH_FUNC__module_raw%%=() {  unset _mlshdbg;
> [ERROR]  if [ "${MODULES_SILENT_SHELL_DEBUG:-0}" = '1' ]; then
> [ERROR]  case "$-" in 
> [ERROR]  *v*x*)
> [ERROR]  set +vx;
> [ERROR]  _mlshdbg='vx'
> [ERROR]  ;;
> [ERROR]  *v*)
> [ERROR]  set +v;
> [ERROR]  _mlshdbg='v'
> [ERROR]  ;;
> [ERROR]  *x*)
> [ERROR]  set +x;
> [ERROR]  _mlshdbg='x'
> [ERROR]  ;;
> [ERROR]  *)
> [ERROR]  _mlshdbg=''
> [ERROR]  ;;
> [ERROR]  esac;
> [ERROR]  fi;
> [ERROR]  unset _mlre _mlIFS;
> [ERROR]  if [ -n "${IFS+x}" ]; then
> [ERROR]  _mlIFS=$IFS;
> [ERROR]  fi;
> [ERROR]  IFS=' ';
> [ERROR]  for _mlv in ${MODULES_RUN_QUARANTINE:-};
> [ERROR]  do
> [ERROR]  if [ "${_mlv}" = "${_mlv##*[!A-Za-z0-9_]}" -a "${_mlv}" = 
> "${_mlv#[0-9]}" ]; then
> [ERROR]  if [ -n "`eval 'echo ${'$_mlv'+x}'`" ]; then
> [ERROR]  _mlre="${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' ";
> [ERROR]  fi;
> [ERROR]  _mlrv="MODULES_RUNENV_${_mlv}";
> [ERROR]  _mlre="${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' ";
> [ERROR]  fi;
> [ERROR]  done;
> [ERROR]  if [ -n "${_mlre:-}" ]; then
> [ERROR]  eval `eval ${_mlre}/usr/bin/tclsh 
> /usr/share/Modules/libexec/modulecmd.tcl bash '"$@"'`;
> [ERROR]  else
> [ERROR]  eval `/usr/bin/tclsh /usr/share/Modules/libexec/modulecmd.tcl bash 
> "$@"`;
> [ERROR]  fi;
> [ERROR]  _mlstatus=$?;
> [ERROR]  if [ -n "${_mlIFS+x}" ]; then
> [ERROR]  IFS=$_mlIFS;
> [ERROR]  else
> [ERROR]  unset IFS;
> [ERROR]  fi;
> [ERROR]  unset _mlre _mlv _mlrv _mlIFS;
> [ERROR]  if [ -n "${_mlshdbg:-}" ]; then
> [ERROR]  set -$_mlshdbg;
> [ERROR]  fi;
> [ERROR]  unset _mlshdbg;
> [ERROR]  return $_mlstatus
> [ERROR] } -> MODULES_SILENT_SHELL_DEBUG:-0=null -> IFS+x=null -> 
> MODULES_RUN_QUARANTINE:-=null -> _mlv=null -> _mlv##*[!A-Za-z0-9_]=null -> 
> _mlv=null
> [ERROR] -> [Help 1]
> {code}
> mvn -version
>  Apache Maven 3.5.4 (Red Hat 3.5.4-5)
>  Maven home: /usr/share/maven
>  Java version: 1.8.0_222, vendor: Oracle Corporation, runtime: 
> /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.222.b10-0.fc30.x86_64/jre
>  Default locale: en_US, platform encoding: UTF-8
>  OS name: "linux", version: "5.2.18-200.fc30.x86_64", arch: "amd64", family: 
> "unix"



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ZOOKEEPER-3580) Maven Build error: Circular property definition

2019-10-14 Thread Javi Roman (Jira)


 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Javi Roman updated ZOOKEEPER-3580:
--
Description: 
Fresh download from release site:

cd apache-zookeeper-3.5.5

mv clean install
{code:java}
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache ZooKeeper 3.5.5 . SUCCESS [  2.854 s]
[INFO] Apache ZooKeeper - Documentation ... SUCCESS [  2.991 s]
[INFO] Apache ZooKeeper - Jute  SUCCESS [  9.815 s]
[INFO] Apache ZooKeeper - Server .. FAILURE [  0.253 s]
[INFO] Apache ZooKeeper - Client .. SKIPPED
[INFO] Apache ZooKeeper - Recipes . SKIPPED
[INFO] Apache ZooKeeper - Recipes - Election .. SKIPPED
[INFO] Apache ZooKeeper - Recipes - Lock .. SKIPPED
[INFO] Apache ZooKeeper - Recipes - Queue . SKIPPED
[INFO] Apache ZooKeeper - Assembly 3.5.5 .. SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 16.172 s
[INFO] Finished at: 2019-10-14T19:23:04+02:00
[INFO] 
[ERROR] Failed to execute goal 
org.codehaus.mojo:properties-maven-plugin:1.0.0:read-project-properties 
(default) on project zookeeper: Circular property definition: 
env.BASH_FUNC__module_raw%%=() {  unset _mlshdbg;
[ERROR]  if [ "${MODULES_SILENT_SHELL_DEBUG:-0}" = '1' ]; then
[ERROR]  case "$-" in 
[ERROR]  *v*x*)
[ERROR]  set +vx;
[ERROR]  _mlshdbg='vx'
[ERROR]  ;;
[ERROR]  *v*)
[ERROR]  set +v;
[ERROR]  _mlshdbg='v'
[ERROR]  ;;
[ERROR]  *x*)
[ERROR]  set +x;
[ERROR]  _mlshdbg='x'
[ERROR]  ;;
[ERROR]  *)
[ERROR]  _mlshdbg=''
[ERROR]  ;;
[ERROR]  esac;
[ERROR]  fi;
[ERROR]  unset _mlre _mlIFS;
[ERROR]  if [ -n "${IFS+x}" ]; then
[ERROR]  _mlIFS=$IFS;
[ERROR]  fi;
[ERROR]  IFS=' ';
[ERROR]  for _mlv in ${MODULES_RUN_QUARANTINE:-};
[ERROR]  do
[ERROR]  if [ "${_mlv}" = "${_mlv##*[!A-Za-z0-9_]}" -a "${_mlv}" = 
"${_mlv#[0-9]}" ]; then
[ERROR]  if [ -n "`eval 'echo ${'$_mlv'+x}'`" ]; then
[ERROR]  _mlre="${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' ";
[ERROR]  fi;
[ERROR]  _mlrv="MODULES_RUNENV_${_mlv}";
[ERROR]  _mlre="${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' ";
[ERROR]  fi;
[ERROR]  done;
[ERROR]  if [ -n "${_mlre:-}" ]; then
[ERROR]  eval `eval ${_mlre}/usr/bin/tclsh 
/usr/share/Modules/libexec/modulecmd.tcl bash '"$@"'`;
[ERROR]  else
[ERROR]  eval `/usr/bin/tclsh /usr/share/Modules/libexec/modulecmd.tcl bash 
"$@"`;
[ERROR]  fi;
[ERROR]  _mlstatus=$?;
[ERROR]  if [ -n "${_mlIFS+x}" ]; then
[ERROR]  IFS=$_mlIFS;
[ERROR]  else
[ERROR]  unset IFS;
[ERROR]  fi;
[ERROR]  unset _mlre _mlv _mlrv _mlIFS;
[ERROR]  if [ -n "${_mlshdbg:-}" ]; then
[ERROR]  set -$_mlshdbg;
[ERROR]  fi;
[ERROR]  unset _mlshdbg;
[ERROR]  return $_mlstatus
[ERROR] } -> MODULES_SILENT_SHELL_DEBUG:-0=null -> IFS+x=null -> 
MODULES_RUN_QUARANTINE:-=null -> _mlv=null -> _mlv##*[!A-Za-z0-9_]=null -> 
_mlv=null
[ERROR] -> [Help 1]
{code}
mvn -version


 Apache Maven 3.5.4 (Red Hat 3.5.4-5)
 Maven home: /usr/share/maven
 Java version: 1.8.0_222, vendor: Oracle Corporation, runtime: 
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.222.b10-0.fc30.x86_64/jre
 Default locale: en_US, platform encoding: UTF-8
 OS name: "linux", version: "5.2.18-200.fc30.x86_64", arch: "amd64", family: 
"unix"

  was:
Fresh download from release site:

cd apache-zookeeper-3.5.5

mv clean install
{code:java}

[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache ZooKeeper 3.5.5 . SUCCESS [  2.854 s]
[INFO] Apache ZooKeeper - Documentation ... SUCCESS [  2.991 s]
[INFO] Apache ZooKeeper - Jute  SUCCESS [  9.815 s]
[INFO] Apache ZooKeeper - Server .. FAILURE [  0.253 s]
[INFO] Apache ZooKeeper - Client .. SKIPPED
[INFO] Apache ZooKeeper - Recipes . SKIPPED
[INFO] Apache ZooKeeper - Recipes - Election .. SKIPPED
[INFO] Apache ZooKeeper - Recipes - Lock .. SKIPPED
[INFO] Apache ZooKeeper - Recipes - Queue . SKIPPED
[INFO] Apache ZooKeeper - Assembly 3.5.5 .. SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 16.172 s
[INFO] Finished at: 2019-10-14T19:23:04+02:00
[INFO] 
[ERROR] Failed to execute goal