Thanks Ian for preparing this release candidate. [V] Download files [V] Verify hashes of downloaded files. [X] Verify that source builds correctly - Hyracks build was successful. - AsterixDB build was not successful.
@Ian Maxon <[email protected]>: I could not build AsterixDB. Could you check the following error message? [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ asterix-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 194 source files to /Users/waans11/Downloads/asterixdb/apache-asterixdb-0.9.5/asterix-common/target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /Users/waans11/Downloads/asterixdb/apache-asterixdb-0.9.5/asterix-common/src/main/java/org/apache/asterix/common/transactions/LogRecord.java:[31,51] cannot find symbol symbol: class SimpleTupleReferenceV0 location: package org.apache.hyracks.storage.am.common.tuples [ERROR] /Users/waans11/Downloads/asterixdb/apache-asterixdb-0.9.5/asterix-common/src/main/java/org/apache/asterix/common/api/INcApplicationContext.java:[43,37] package org.apache.hyracks.util.cache does not exist [ERROR] /Users/waans11/Downloads/asterixdb/apache-asterixdb-0.9.5/asterix-common/src/main/java/org/apache/asterix/common/api/INcApplicationContext.java:[135,5] cannot find symbol symbol: class ICacheManager location: interface org.apache.asterix.common.api.INcApplicationContext [ERROR] /Users/waans11/Downloads/asterixdb/apache-asterixdb-0.9.5/asterix-common/src/main/java/org/apache/asterix/common/config/OptimizationConfUtil.java:[26,69] cannot find symbol symbol: class AbstractGroupByPOperator location: package org.apache.hyracks.algebricks.core.algebra.operators.physical [ERROR] /Users/waans11/Downloads/asterixdb/apache-asterixdb-0.9.5/asterix-common/src/main/java/org/apache/asterix/common/utils/WarningUtil.java:[25,41] cannot find symbol symbol: class Warning location: package org.apache.hyracks.api.exceptions [ERROR] /Users/waans11/Downloads/asterixdb/apache-asterixdb-0.9.5/asterix-common/src/main/java/org/apache/asterix/common/utils/WarningUtil.java:[33,19] cannot find symbol symbol: class Warning location: class org.apache.asterix.common.utils.WarningUtil [INFO] 6 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] apache-asterixdb ................................... SUCCESS [ 4.652 s] [INFO] asterix-common ..................................... FAILURE [ 22.420 s] [INFO] asterix-om ......................................... SKIPPED [INFO] asterix-maven-plugins .............................. SKIPPED [INFO] record-manager-generator-maven-plugin .............. SKIPPED [INFO] asterix-transactions ............................... SKIPPED [INFO] asterix-runtime .................................... SKIPPED [INFO] asterix-active ..................................... SKIPPED [INFO] asterix-hivecompat ................................. SKIPPED [INFO] lexer-generator-maven-plugin ....................... SKIPPED [INFO] asterix-external-data .............................. SKIPPED [INFO] asterix-metadata ................................... SKIPPED [INFO] asterix-lang-common ................................ SKIPPED [INFO] asterix-lang-aql ................................... SKIPPED [INFO] asterix-lang-sqlpp ................................. SKIPPED [INFO] asterix-grammar-extension-maven-plugin ............. SKIPPED [INFO] asterix-algebra .................................... SKIPPED [INFO] asterix-test-framework ............................. SKIPPED [INFO] asterix-replication ................................ SKIPPED [INFO] asterix-fuzzyjoin .................................. SKIPPED [INFO] asterix-geo ........................................ SKIPPED [INFO] asterix-test-datagenerator-maven-plugin ............ SKIPPED [INFO] asterix-app ........................................ SKIPPED [INFO] asterix-dashboard .................................. SKIPPED [INFO] asterix-tools ...................................... SKIPPED [INFO] asterix-examples ................................... SKIPPED [INFO] asterix-client-helper .............................. SKIPPED [INFO] asterix-server ..................................... SKIPPED [INFO] asterix-docker ..................................... SKIPPED [INFO] asterix-doc ........................................ SKIPPED [INFO] asterix-benchmark .................................. SKIPPED [INFO] asterix-coverage ................................... SKIPPED [INFO] asterix-license .................................... SKIPPED [INFO] asterix-spidersilk ................................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 31.901 s [INFO] Finished at: 2019-06-25T18:57:51-07:00 [INFO] Final Memory: 58M/682M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project asterix-common: Compilation failure: Compilation failure: [ERROR] /Users/waans11/Downloads/asterixdb/apache-asterixdb-0.9.5/asterix-common/src/main/java/org/apache/asterix/common/transactions/LogRecord.java:[31,51] cannot find symbol [ERROR] symbol: class SimpleTupleReferenceV0 [ERROR] location: package org.apache.hyracks.storage.am.common.tuples [ERROR] /Users/waans11/Downloads/asterixdb/apache-asterixdb-0.9.5/asterix-common/src/main/java/org/apache/asterix/common/api/INcApplicationContext.java:[43,37] package org.apache.hyracks.util.cache does not exist [ERROR] /Users/waans11/Downloads/asterixdb/apache-asterixdb-0.9.5/asterix-common/src/main/java/org/apache/asterix/common/api/INcApplicationContext.java:[135,5] cannot find symbol [ERROR] symbol: class ICacheManager [ERROR] location: interface org.apache.asterix.common.api.INcApplicationContext [ERROR] /Users/waans11/Downloads/asterixdb/apache-asterixdb-0.9.5/asterix-common/src/main/java/org/apache/asterix/common/config/OptimizationConfUtil.java:[26,69] cannot find symbol [ERROR] symbol: class AbstractGroupByPOperator [ERROR] location: package org.apache.hyracks.algebricks.core.algebra.operators.physical [ERROR] /Users/waans11/Downloads/asterixdb/apache-asterixdb-0.9.5/asterix-common/src/main/java/org/apache/asterix/common/utils/WarningUtil.java:[25,41] cannot find symbol [ERROR] symbol: class Warning [ERROR] location: package org.apache.hyracks.api.exceptions [ERROR] /Users/waans11/Downloads/asterixdb/apache-asterixdb-0.9.5/asterix-common/src/main/java/org/apache/asterix/common/utils/WarningUtil.java:[33,19] cannot find symbol [ERROR] symbol: class Warning [ERROR] location: class org.apache.asterix.common.utils.WarningUtil [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :asterix-common Best, Taewoo On Tue, Jun 25, 2019 at 6:19 PM Ian Maxon <[email protected]> wrote: > Hi everyone, > > Please verify and vote on the latest release of Apache AsterixDB > > The change that produced this release and the change to advance the > version are > up for review on Gerrit: > > > https://asterix-gerrit.ics.uci.edu/#/q/status:open+owner:%22Jenkins+%253Cjenkins%2540fulliautomatix.ics.uci.edu%253E%22 > > The release artifacts are as follows: > > AsterixDB Source > > https://dist.apache.org/repos/dist/dev/asterixdb/apache-asterixdb-0.9.5-source-release.zip > > https://dist.apache.org/repos/dist/dev/asterixdb/apache-asterixdb-0.9.5-source-release.zip.asc > > https://dist.apache.org/repos/dist/dev/asterixdb/apache-asterixdb-0.9.5-source-release.zip.sha256 > > SHA256:8d29df132ff841608f8e4220759118624cf19dadf37591e9bd60ac425b5d9f3e > > Hyracks Source > > https://dist.apache.org/repos/dist/dev/asterixdb/apache-hyracks-0.3.5-source-release.zip > > https://dist.apache.org/repos/dist/dev/asterixdb/apache-hyracks-0.3.5-source-release.zip.asc > > https://dist.apache.org/repos/dist/dev/asterixdb/apache-hyracks-0.3.5-source-release.zip.sha256 > > SHA256:ae308851da139b62b10a9e093727c0dc039264d962efc9c67051d7b07add0eff > > AsterixDB NCService Installer: > > https://dist.apache.org/repos/dist/dev/asterixdb/asterix-server-0.9.5-binary-assembly.zip > > https://dist.apache.org/repos/dist/dev/asterixdb/asterix-server-0.9.5-binary-assembly.zip.asc > > https://dist.apache.org/repos/dist/dev/asterixdb/asterix-server-0.9.5-binary-assembly.zip.sha256 > > SHA256:22a257bd021415e082add6f644a075ca603e8c295837ed75490214d084f2c37a > > The KEYS file containing the PGP keys used to sign the release can be > found at > > https://dist.apache.org/repos/dist/release/asterixdb/KEYS > > RAT was executed as part of Maven via the RAT maven plugin, but > excludes files that are: > > - data for tests > - procedurally generated, > - or source files which come without a header mentioning their license, > but have an explicit reference in the LICENSE file. > > > The vote is open for 72 hours, or until the necessary number of votes > (3 +1) has been reached. > > Please vote > [ ] +1 release these packages as Apache AsterixDB 0.9.5 and > Apache Hyracks 0.3.5 > [ ] 0 No strong feeling either way > [ ] -1 do not release one or both packages because ... > > Thanks! >
