- Confirmed hashes and signature

Tried to build in a fresh Ubuntu VM that doesn't have NiFi installed or
configured previously. Build fails at nifi-web-ui module. Going by how it
works for others, it very well could be a isolated problem on my end.
However still wanted to get this posted.

Error snippet:

[ERROR] npm ERR! Error: No dist in undefined package
[ERROR] npm ERR!     at next
(/opt/tmp/nifi-1.6.0/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/target/frontend-working-directory/node/node_modules/npm/lib/cache.js:746:26)
[ERROR] npm ERR!     at
/opt/tmp/nifi-1.6.0/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/target/frontend-working-directory/node/node_modules/npm/lib/cache.js:739:5
[ERROR] npm ERR!     at RegClient.get_
(/opt/tmp/nifi-1.6.0/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/target/frontend-working-directory/node/node_modules/npm/node_modules/npm-registry-client/lib/get.js:105:14)

Also attached the error message.

Environment:
Ubuntu 16.04 LTS x64

Thanks,
Sivaprasanna

On Wed, Mar 28, 2018 at 8:31 PM, Kevin Doran <[email protected]> wrote:

> +1
>
> I ran through the steps in the release helper guide and everything looks
> good.
>
> Thanks for handling RM duties, Joe.
>
> --Kevin
>
> On 3/26/18, 23:34, "Joe Witt" <[email protected]> wrote:
>
>     Hello,
>
>     I am pleased to be calling this vote for the source release of Apache
>     NiFi nifi-1.6.0.
>
>     The source zip, including signatures, digests, etc. can be found at:
>     https://repository.apache.org/content/repositories/orgapachenifi-1123
>
>     The Git tag is nifi-1.6.0-RC2
>     The Git commit ID is b5935ec81a7cbc048820781ac62cd96bbea5b232
>     https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=
> b5935ec81a7cbc048820781ac62cd96bbea5b232
>
>     Checksums of nifi-1.6.0-source-release.zip:
>     SHA1: 009f1e2e3c17e38f21f27170b9c06228d11653c0
>     SHA256: 39941a5b25427e2b4cc5ba8206084ff92df58863f29ddd097d4ac1e85424
> beb9
>     SHA512: 1773417a48665e3cda22180ea7f401bc8190ebddbf3f7bc29831e46e7ab0
> a07694c6e478d252fa573209d4a3c8132a522a8507b6a8784669ab7364847a07e234
>
>     Release artifacts are signed with the following key:
>     https://people.apache.org/keys/committer/joewitt.asc
>
>     KEYS file available here:
>     https://dist.apache.org/repos/dist/release/nifi/KEYS
>
>     146 issues were closed/resolved for this release:
>     https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> projectId=12316020&version=12342422
>
>     Release note highlights can be found here:
>     https://cwiki.apache.org/confluence/display/NIFI/
> Release+Notes#ReleaseNotes-Version1.6.0
>
>     The vote will be open for 72 hours.
>     Please download the release candidate and evaluate the necessary items
>     including checking hashes, signatures, build
>     from source, and test.  The please vote:
>
>     [ ] +1 Release this package as nifi-1.6.0
>     [ ] +0 no opinion
>     [ ] -1 Do not release this package because...
>
>
>
>
INFO] Installed node locally.
[INFO] Installing npm version 1.3.8
[INFO] Unpacking 
/root/.m2/repository/com/github/eirslett/npm/1.3.8/npm-1.3.8.tar.gz into 
/opt/tmp/nifi-1.6.0/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/target/frontend-working-directory/node/node_modules
[INFO] Installed npm locally.
[INFO] 
[INFO] --- frontend-maven-plugin:1.1:npm (npm install) @ nifi-web-ui ---
[DEBUG] Configuring mojo com.github.eirslett:frontend-maven-plugin:1.1:npm from 
plugin realm ClassRealm[plugin>com.github.eirslett:frontend-maven-plugin:1.1, 
parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'com.github.eirslett:frontend-maven-plugin:1.1:npm' 
with basic configurator -->
[DEBUG]   (f) arguments = --cache-min Infinity install
[DEBUG]   (f) installDirectory = 
/opt/tmp/nifi-1.6.0/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/target/frontend-working-directory
[DEBUG]   (f) npmInheritsProxyConfigFromMaven = true
[DEBUG]   (f) project = MavenProject: org.apache.nifi:nifi-web-ui:1.6.0 @ 
/opt/tmp/nifi-1.6.0/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml
[DEBUG]   (f) repositorySystemSession = 
org.eclipse.aether.DefaultRepositorySystemSession@3b0d3a63
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@5568c66f
[DEBUG]   (f) skip = false
[DEBUG]   (f) skipTests = false
[DEBUG]   (f) workingDirectory = 
/opt/tmp/nifi-1.6.0/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/target/frontend-working-directory
[DEBUG]   (f) execution = com.github.eirslett:frontend-maven-plugin:1.1:npm 
{execution: npm install}
[DEBUG] -- end configuration --
[INFO] Running 'npm --cache-min Infinity install' in 
/opt/tmp/nifi-1.6.0/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/target/frontend-working-directory
[WARNING] npm WARN package.json apache-nifi@ No README data
[ERROR] npm ERR! Error: No dist in undefined package
[ERROR] npm ERR!     at next 
(/opt/tmp/nifi-1.6.0/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/target/frontend-working-directory/node/node_modules/npm/lib/cache.js:746:26)
[ERROR] npm ERR!     at 
/opt/tmp/nifi-1.6.0/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/target/frontend-working-directory/node/node_modules/npm/lib/cache.js:739:5
[ERROR] npm ERR!     at RegClient.get_ 
(/opt/tmp/nifi-1.6.0/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/target/frontend-working-directory/node/node_modules/npm/node_modules/npm-registry-client/lib/get.js:105:14)
[ERROR] npm ERR!     at RegClient.<anonymous> 
(/opt/tmp/nifi-1.6.0/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/target/frontend-working-directory/node/node_modules/npm/node_modules/npm-registry-client/lib/get.js:41:12)
[ERROR] npm ERR!     at FSReqWrap.readFileAfterClose [as oncomplete] 
(fs.js:404:3)
[ERROR] npm ERR! If you need help, you may report this log at:
[ERROR] npm ERR!     <http://github.com/isaacs/npm/issues>
[ERROR] npm ERR! or email it to:
[ERROR] npm ERR!     <[email protected]>
[ERROR] 
[ERROR] npm ERR! System Linux 4.13.0-37-generic
[ERROR] npm ERR! command 
"/opt/tmp/nifi-1.6.0/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/target/frontend-working-directory/node/node"
 
"/opt/tmp/nifi-1.6.0/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/target/frontend-working-directory/node/node_modules/npm/bin/npm-cli.js"
 "--cache-min" "Infinity" "install"
[ERROR] npm ERR! cwd 
/opt/tmp/nifi-1.6.0/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/target/frontend-working-directory
[ERROR] npm ERR! node -v v5.7.0
[ERROR] npm ERR! npm -v 1.3.8
[WARNING] npm WARN deprecated [email protected]: Package no longer supported. 
Contact [email protected] for more info.
[ERROR] npm ERR! 
[ERROR] npm ERR! Additional logging details can be found in:
[ERROR] npm ERR!     
/opt/tmp/nifi-1.6.0/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/target/frontend-working-directory/npm-debug.log
[ERROR] npm ERR! not ok code 0

Reply via email to