Medium / phantomjs

NPM wrapper for installing phantomjs
Other
1.43k stars 435 forks source link

difficult to repro install failure - maybe npm bug #297

Open BrianLenzo opened 9 years ago

BrianLenzo commented 9 years ago

Ever since 1.9.15, we are experiencing failures in 1 out of every 10 builds. It is difficult to get more log info on this since its an install fail, not an npm failure. We can reproduce the issue by just building a few more times.

We are on: node -v v0.10.33 npm -v 1.4.28 System Windows_NT 6.1.7601

Below is the best log we can get for this error out of Jenkins:

npm ERR! phantomjs@1.9.15 install: node install.js 20:07:09 [exec] npm ERR! Exit status 1 20:07:09 [exec] npm ERR! 20:07:09 [exec] npm ERR! phantomjs@1.9.15 install: node install.js 20:07:09 [exec] npm ERR! Exit status 1 20:07:09 [exec] npm ERR! 20:07:09 [exec] npm ERR! Failed at the phantomjs@1.9.15 install script. 20:07:09 [exec] npm ERR! This is most likely a problem with the phantomjs package, 20:07:09 [exec] npm ERR! not with npm itself. 20:07:09 [exec] npm ERR! Failed at the phantomjs@1.9.15 install script. 20:07:09 [exec] npm ERR! This is most likely a problem with the phantomjs package, 20:07:09 [exec] npm ERR! not with npm itself. 20:07:09 [exec] npm ERR! Tell the author that this fails on your system: 20:07:09 [exec] npm ERR! Tell the author that this fails on your system: 20:07:09 [exec] npm ERR! node install.js 20:07:09 [exec] npm ERR! You can get their info via: 20:07:09 [exec] npm ERR! npm owner ls phantomjs 20:07:09 [exec] npm ERR! node install.js 20:07:09 [exec] npm ERR! You can get their info via: 20:07:09 [exec] npm ERR! npm owner ls phantomjs 20:07:09 [exec] npm ERR! There is likely additional logging output above. 20:07:09 [exec] 20:07:09 [exec] npm ERR! System Windows_NT 6.1.7601 20:07:09 [exec] npm ERR! There is likely additional logging output above. 20:07:09 [exec] 20:07:09 [exec] npm ERR! System Windows_NT 6.1.7601 20:07:09 [exec] npm ERR! command "N:\Program Files\nodejs\node.exe" "N:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" 20:07:09 [exec] npm ERR! command "N:\Program Files\nodejs\node.exe" "N:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" 20:07:09 [exec] npm ERR! cwd N:\Hudson\workspace\html5_c0mm0n_ci\png\ssoapps\common\html 20:07:09 [exec] npm ERR! node -v v0.10.33 20:07:09 [exec] npm ERR! npm -v 1.4.28 20:07:09 [exec] npm ERR! code ELIFECYCLE 20:07:09 [exec] npm ERR! cwd N:\Hudson\workspace\html5_c0mm0n_ci\png\ssoapps\common\html 20:07:09 [exec] npm ERR! node -v v0.10.33 20:07:09 [exec] npm ERR! npm -v 1.4.28 20:07:09 [exec] npm ERR! code ELIFECYCLE 20:07:09 [exec] npm info preuninstall phantomjs@1.9.15 20:07:09 [exec] npm info preuninstall phantomjs@1.9.15 20:07:09 [exec] npm info uninstall phantomjs@1.9.15 20:07:09 [exec] npm info postuninstall phantomjs@1.9.15 20:07:09 [exec] npm info uninstall phantomjs@1.9.15 20:07:09 [exec] npm info postuninstall phantomjs@1.9.15 20:07:09 [exec] npm info preuninstall karma-phantomjs-launcher@0.1.4 20:07:09 [exec] npm info uninstall karma-phantomjs-launcher@0.1.4 20:07:09 [exec] npm info postuninstall karma-phantomjs-launcher@0.1.4 20:07:09 [exec] npm info preuninstall karma-phantomjs-launcher@0.1.4 20:07:09 [exec] npm info uninstall karma-phantomjs-launcher@0.1.4 20:07:09 [exec] npm info postuninstall karma-phantomjs-launcher@0.1.4

nicks commented 9 years ago

when you say "It is difficult to get more log info on this since its an install fail, not an npm failure", can you elaborate on what you mean by this?

I don't see any logs from the phantomjs installer, which usually implies that NPM or the environment failed before it even opened the phantomjs installer.

If you're talking about the "This is most likely a problem with the phantomjs package", that's just NPM's default finger-pointing.

it sometimes helps to run npm --verbose

nicks commented 9 years ago

wait, are you the guy who posted in https://github.com/Medium/phantomjs/issues/290? did you really just post the same issue, but remove the logging output that pointed to directly to the problem? i mean, really?

sdedovic commented 9 years ago

I got this error:

`npm ERR! phantomjs@1.9.15 install: 'node install.js' npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the phantomjs@1.9.15 install script. npm ERR! This is most likely a problem with the phantomjs package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node install.js npm ERR! You can get their info via: npm ERR! npm owner ls phantomjs npm ERR! There is likely additional logging output above.

npm ERR! System Windows_NT 6.2.9200 npm ERR! command "C:\Program Files (x86)\nodejs\node.exe" "C:\Program Files (x86)\nodejs\node_modules\npm\bin\npm-cli.js" "install" npm ERR! cwd E:\business\bootstrap-3.3.2 npm ERR! node -v v0.10.33 npm ERR! npm -v 1.4.28 npm ERR! code ELIFECYCLE npm ERR! not ok code 0`

BrianLenzo commented 9 years ago

Yes, really. And this is an issue I'm trying to solve, not blame anyone for anything. I will gladly ask someone else who wants to help if you can point me to anything other than PhantomJS as the cause of this issue.

This fails on PhantomJS install and I can't find any log that tells me something else is causing the failure. I tried --verbose and I get the same log as above.

I see lines like: [exec] Copying extracted folder C:\Users_HUDSO~1\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip-extract-1423616761274\phantomjs-1.9.8-windows -> N:\Hudson\workspace\html5_c0mm0n_ci\png\ssoapps\common\html\node_modules\karma-phantomjs-launcher\node_modules\phantomjs\lib\phantom

and [exec] Writing location.js file

before the error log I pasted above. I tried running the identical NPM install without the phantomJS dependency 30-40 times without failure and when I put it back in, I saw the failure again around the 12th build.

It's not failing on NPM, its failing on the post install steps that PhantomJS runs, so there is no npm-debug.log.

nicks commented 9 years ago

Can you post the full log? It's really hard to help you without the full log. On Feb 10, 2015 8:47 PM, "Brian Lenzo" notifications@github.com wrote:

Ever since 1.9.15, we are experiencing failures in 1 out of every 10 builds. It is difficult to get more log info on this since its an install fail, not an npm failure. We can reproduce the issue by just building a few more times.

We are on: node -v v0.10.33 npm -v 1.4.28 System Windows_NT 6.1.7601

Below is the best log we can get for this error out of Jenkins:

npm ERR! phantomjs@1.9.15 install: node install.js 20:07:09 [exec] npm ERR! Exit status 1 20:07:09 [exec] npm ERR! 20:07:09 [exec] npm ERR! phantomjs@1.9.15 install: node install.js 20:07:09 [exec] npm ERR! Exit status 1 20:07:09 [exec] npm ERR! 20:07:09 [exec] npm ERR! Failed at the phantomjs@1.9.15 install script. 20:07:09 [exec] npm ERR! This is most likely a problem with the phantomjs package, 20:07:09 [exec] npm ERR! not with npm itself. 20:07:09 [exec] npm ERR! Failed at the phantomjs@1.9.15 install script. 20:07:09 [exec] npm ERR! This is most likely a problem with the phantomjs package, 20:07:09 [exec] npm ERR! not with npm itself. 20:07:09 [exec] npm ERR! Tell the author that this fails on your system: 20:07:09 [exec] npm ERR! Tell the author that this fails on your system: 20:07:09 [exec] npm ERR! node install.js 20:07:09 [exec] npm ERR! You can get their info via: 20:07:09 [exec] npm ERR! npm owner ls phantomjs 20:07:09 [exec] npm ERR! node install.js 20:07:09 [exec] npm ERR! You can get their info via: 20:07:09 [exec] npm ERR! npm owner ls phantomjs 20:07:09 [exec] npm ERR! There is likely additional logging output above. 20:07:09 [exec] 20:07:09 [exec] npm ERR! System Windows_NT 6.1.7601 20:07:09 [exec] npm ERR! There is likely additional logging output above. 20:07:09 [exec] 20:07:09 [exec] npm ERR! System Windows_NT 6.1.7601 20:07:09 [exec] npm ERR! command "N:\Program Files\nodejs\node.exe" "N:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" 20:07:09 [exec] npm ERR! command "N:\Program Files\nodejs\node.exe" "N:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" 20:07:09 [exec] npm ERR! cwd N:\Hudson\workspace\html5_c0mm0n_ci\png\ssoapps\common\html 20:07:09 [exec] npm ERR! node -v v0.10.33 20:07:09 [exec] npm ERR! npm -v 1.4.28 20:07:09 [exec] npm ERR! code ELIFECYCLE 20:07:09 [exec] npm ERR! cwd N:\Hudson\workspace\html5_c0mm0n_ci\png\ssoapps\common\html 20:07:09 [exec] npm ERR! node -v v0.10.33 20:07:09 [exec] npm ERR! npm -v 1.4.28 20:07:09 [exec] npm ERR! code ELIFECYCLE 20:07:09 [exec] npm info preuninstall phantomjs@1.9.15 20:07:09 [exec] npm info preuninstall phantomjs@1.9.15 20:07:09 [exec] npm info uninstall phantomjs@1.9.15 20:07:09 [exec] npm info postuninstall phantomjs@1.9.15 20:07:09 [exec] npm info uninstall phantomjs@1.9.15 20:07:09 [exec] npm info postuninstall phantomjs@1.9.15 20:07:09 [exec] npm info preuninstall karma-phantomjs-launcher@0.1.4 20:07:09 [exec] npm info uninstall karma-phantomjs-launcher@0.1.4 20:07:09 [exec] npm info postuninstall karma-phantomjs-launcher@0.1.4 20:07:09 [exec] npm info preuninstall karma-phantomjs-launcher@0.1.4 20:07:09 [exec] npm info uninstall karma-phantomjs-launcher@0.1.4 20:07:09 [exec] npm info postuninstall karma-phantomjs-launcher@0.1.4

— Reply to this email directly or view it on GitHub https://github.com/Medium/phantomjs/issues/297.

BrianLenzo commented 9 years ago

It's a large log and I had to mask company data. Here it is:

Started by user Lenzo, Brian [EnvInject] - Loading node environment variables. Building remotely on hapnv050 in workspace N:\workspace\html5_lndng_ci Running Prebuild steps [html5_lndng_ci] $ cmd /c call C:\Users_HUDSO~1\AppData\Local\Temp\hudson1746467259547121252.bat

N:\workspace\html5_lndng_ci>call [machine]\tools\Script\npm_setup.bat

N:\workspace\html5_lndng_ci>echo ---- Configure npm to work with Company proxy and Jenkins build agents ---- ---- Configure npm to work with Company proxy and Jenkins build agents ----

N:\workspace\html5_lndng_ci>echo N:\Hudson\tools\hudson.model.JDK\1.6.0_22\jdk1.6.0_22/bin;[USER PATH]AppData\Roaming\npm;N:\Program Files\HP_Fortify\HP_Fortify_SCA_and_Apps_3.90\bin;C:\IBM\RationalSDLC\common;N:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\idmu\common;C:\Program Files\System Center Operations Manager 2007\;C:\IBM\RationalSDLC\ClearCase\bin;N:\Program Files\Java\jdk1.7.0_07\bin;N:\apache-maven-2.2.1\bin;N:\Hudson\tools\groovy-1.7.6\bin;C:\Program Files (x86)\Subversion\bin;C:\git\cmd;N:\Program Files\nodejs\ N:\Hudson\tools\hudson.model.JDK\1.6.0_22\jdk1.6.0_22/bin;[USER PATH]AppData\Roaming\npm;N:\Program Files\HP_Fortify\HP_Fortify_SCA_and_Apps_3.90\bin;C:\IBM\RationalSDLC\common;N:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\idmu\common;C:\Program Files\System Center Operations Manager 2007\;C:\IBM\RationalSDLC\ClearCase\bin;N:\Program Files\Java\jdk1.7.0_07\bin;N:\apache-maven-2.2.1\bin;N:\Hudson\tools\groovy-1.7.6\bin;C:\Program Files (x86)\Subversion\bin;C:\git\cmd;N:\Program Files\nodejs\

N:\workspace\html5_lndng_ci>echo ---- get the npm version ---- ---- get the npm version ----

N:\workspace\html5_lndng_ci>call npm -version 1.4.28

N:\workspace\html5_lndng_ci>echo ---- clear npm cache ---- ---- clear npm cache ----

N:\workspace\html5_lndng_ci>call npm cache clear

N:\workspace\html5_lndng_ci>call npm cache clean

N:\workspace\html5_lndng_ci>echo ---- set npm proxy ---- ---- set npm proxy ----

N:\workspace\html5_lndng_ci>call npm config delete proxy

N:\workspace\html5_lndng_ci>call npm config delete https-proxy

N:\workspace\html5_lndng_ci>call npm config set registry http://repository:8081/artifactory/api/npm/npm

N:\workspace\html5_lndng_ci>call npm set strict-ssl false

N:\workspace\html5_lndng_ci>call npm config get ; cli configs registry = "http://repository:8081/artifactory/api/npm/npm/" user-agent = "npm/1.4.28 node/v0.10.33 win32 x64"

; userconfig [USER PATH].npmrc loglevel = "error" strict-ssl = false

; builtin config undefined prefix = "C:\Users_HUDSON_RC_DEV\AppData\Roaming\npm"

; node bin location = N:\Program Files\nodejs\node.exe ; cwd = N:\workspace\html5_lndng_ci ; HOME = C:\Users_HUDSON_RC_DEV ; 'npm config ls -l' to show all defaults.

N:\workspace\html5_lndng_ci>call npm config set loglevel error

N:\workspace\html5_lndng_ci>echo -- set git proxy - -- set git proxy -

N:\workspace\html5_lndng_ci>call git config --global http.proxy [masked]

N:\workspace\html5_lndng_ci>call git config --global https.proxy [masked]

N:\workspace\html5_lndng_ci>call git config --global http.sslVerify false

N:\workspace\html5_lndng_ci>echo -- copy phatomjs manually to overcome package issue -- -- copy phatomjs manually to overcome package issue --

N:\workspace\html5_lndng_ci>xcopy /E /Y [machine]\tools\nodejs\phantomjs*.zip [USER PATH]AppData\Local\Temp\phantomjs\ [machine]\tools\nodejs\phantomjs\phantomjs-1.9.8-windows.zip 1 File(s) copied

N:\workspace\html5_lndng_ci>call npm uninstall -g grunt

N:\workspace\html5_lndng_ci>call npm install -g grunt-cli [USER PATH]AppData\Roaming\npm\grunt -> [USER PATH]AppData\Roaming\npm\node_modules\grunt-cli\bin\grunt grunt-cli@0.1.13 [USER PATH]AppData\Roaming\npm\node_modules\grunt-cli +-- resolve@0.3.1 +-- nopt@1.0.10 (abbrev@1.0.5) +-- findup-sync@0.1.3 (lodash@2.4.1, glob@3.2.11)

N:\workspace\html5_lndng_ci>call node -v v0.10.33

N:\workspace\html5_lndng_ci>call grunt -version grunt-cli v0.1.13

N:\workspace\html5_lndng_ci>call PATH PATH=N:\Hudson\tools\hudson.model.JDK\1.6.0_22\jdk1.6.0_22/bin;[USER PATH]AppData\Roaming\npm;N:\Program Files\HP_Fortify\HP_Fortify_SCA_and_Apps_3.90\bin;C:\IBM\RationalSDLC\common;N:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\idmu\common;C:\Program Files\System Center Operations Manager 2007\;C:\IBM\RationalSDLC\ClearCase\bin;N:\Program Files\Java\jdk1.7.0_07\bin;N:\apache-maven-2.2.1\bin;N:\Hudson\tools\groovy-1.7.6\bin;C:\Program Files (x86)\Subversion\bin;C:\git\cmd;N:\Program Files\nodejs\

N:\workspace\html5_lndng_ci>call where grunt [USER PATH]AppData\Roaming\npm\grunt [USER PATH]AppData\Roaming\npm\grunt.cmd

N:\workspace\html5_lndng_ci>exit 0 Success build forhudson.tasks.BatchFile@5c82510 RTC : checkout... Running html5_lndng_ci #411 hapnv050 serverURI https://ccm2.Company.com:9443/ccm2 userId _HUDSON_RC_DEV timeout 480 buildWorkspace n/a buildResult defined listener is not null Running remote true buildToolkit property n:\Hudson\tools\com.ibm.team.build.internal.hjplugin.RTCBuildToolInstallation\RTC_Build_Toolkit_5.0\jazz\buildsystem\buildtoolkit Reusing facade for n:\Hudson\tools\com.ibm.team.build.internal.hjplugin.RTCBuildToolInstallation\RTC_Build_Toolkit_5.0\jazz\buildsystem\buildtoolkit hjplugin-rtc.jar file:/C:/Users/_HUDSO~1/AppData/Local/Temp/jenkins-remoting4463411969023742663/com.ibm.team.build.hjplugin-rtc-1.0.0.jar RTC Checkout : Source control setup RTC Checkout : Accepting changes into workspace "CI_landing_html_rewrite_beta_integration Workspace" ... RTC Checkout : Fetching files to fetch destination "N:\workspace\html5_lndng_ci" ... RTC Checkout : Fetching Completed [html] $ cmd.exe /C '"N:\Hudson\tools\hudson.tasks.Ant_AntInstallation\Ant_1.9.2\apache-ant-1.9.2\bin\ant.bat -file build.xml -DbuildResultUUID="" -Dweblogic.home.dir=N:\Oracle\Middleware remove-node-modules && exit %%ERRORLEVEL%%"' Buildfile: N:\workspace\html5_lndng_ci\png\ssoapps\common\html\build.xml [get] Destination already exists (skipping): [USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar

-startup:initialize:

startup:clean-old-tempdirs:

ivy:fetch-ivy:

-ivy:taskdef:

-ivy:configure: [ivy:configure] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ :: [ivy:configure] :: loading settings :: file = [USER PATH].ivy2\config\ivysettings-3.0.xml

-ivy:check-ivy-dep-file:

-startup:retrieve-plugins: [ivy:configure] :: loading settings :: url = jar:file:[USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar!/plugin-ivysettings.xml [ivy:resolve] [ivy:resolve] :: problems summary :: [ivy:resolve] :::: WARNINGS [ivy:resolve] module not found: org.apache.ant#ant;1.8.4 [ivy:resolve] ==== local: tried [ivy:resolve] [USER PATH].ivy2/local/org.apache.ant/ant/1.8.4/ivy-1.8.4.xml [ivy:resolve] -- artifact org.apache.ant#ant;1.8.4!ant.jar: [ivy:resolve] [USER PATH].ivy2/local/org.apache.ant/ant/1.8.4/jar/ant-1.8.4.jar [ivy:resolve] ==== private: tried [ivy:resolve] C:\Users_HUDSON_RC_DEV/ivy-private/org.apache.ant/ant/1.8.4/ivy-1.8.4.xml [ivy:resolve] -- artifact org.apache.ant#ant;1.8.4!ant.jar: [ivy:resolve] C:\Users_HUDSON_RC_DEV/ivy-private/org.apache.ant/ant/1.8.4/jar/ant-1.8.4.jar [ivy:resolve] ==== release-get: tried [ivy:resolve] http://repository.Company.com:8081/artifactory/release/org.apache.ant/ant/1.8.4/ivy-1.8.4.xml [ivy:resolve] -- artifact org.apache.ant#ant;1.8.4!ant.jar: [ivy:resolve] http://repository.Company.com:8081/artifactory/release/org.apache.ant/ant/1.8.4/jar/ant-1.8.4.jar [ivy:resolve] ==== prerelease-get: tried [ivy:resolve] http://repository.Company.com:8081/artifactory/prerelease/org.apache.ant/ant/1.8.4/ivy-1.8.4.xml [ivy:resolve] -- artifact org.apache.ant#ant;1.8.4!ant.jar: [ivy:resolve] http://repository.Company.com:8081/artifactory/prerelease/org.apache.ant/ant/1.8.4/jar/ant-1.8.4.jar [ivy:resolve] ==== external-get: tried [ivy:resolve] http://repository.Company.com:8081/artifactory/external/org.apache.ant/ant/1.8.4/ivy-1.8.4.xml [ivy:resolve] -- artifact org.apache.ant#ant;1.8.4!ant.jar: [ivy:resolve] http://repository.Company.com:8081/artifactory/external/org.apache.ant/ant/1.8.4/jar/ant-1.8.4.jar [ivy:resolve] module not found: org.apache.velocity#velocity;1.6.4 [ivy:resolve] ==== local: tried [ivy:resolve] [USER PATH].ivy2/local/org.apache.velocity/velocity/1.6.4/ivy-1.6.4.xml [ivy:resolve] -- artifact org.apache.velocity#velocity;1.6.4!velocity.jar: [ivy:resolve] [USER PATH].ivy2/local/org.apache.velocity/velocity/1.6.4/jar/velocity-1.6.4.jar [ivy:resolve] ==== private: tried [ivy:resolve] C:\Users_HUDSON_RC_DEV/ivy-private/org.apache.velocity/velocity/1.6.4/ivy-1.6.4.xml [ivy:resolve] -- artifact org.apache.velocity#velocity;1.6.4!velocity.jar: [ivy:resolve] C:\Users_HUDSON_RC_DEV/ivy-private/org.apache.velocity/velocity/1.6.4/jar/velocity-1.6.4.jar [ivy:resolve] ==== release-get: tried [ivy:resolve] http://repository.Company.com:8081/artifactory/release/org.apache.velocity/velocity/1.6.4/ivy-1.6.4.xml [ivy:resolve] -- artifact org.apache.velocity#velocity;1.6.4!velocity.jar: [ivy:resolve] http://repository.Company.com:8081/artifactory/release/org.apache.velocity/velocity/1.6.4/jar/velocity-1.6.4.jar [ivy:resolve] ==== prerelease-get: tried [ivy:resolve] http://repository.Company.com:8081/artifactory/prerelease/org.apache.velocity/velocity/1.6.4/ivy-1.6.4.xml [ivy:resolve] -- artifact org.apache.velocity#velocity;1.6.4!velocity.jar: [ivy:resolve] http://repository.Company.com:8081/artifactory/prerelease/org.apache.velocity/velocity/1.6.4/jar/velocity-1.6.4.jar [ivy:resolve] ==== external-get: tried [ivy:resolve] http://repository.Company.com:8081/artifactory/external/org.apache.velocity/velocity/1.6.4/ivy-1.6.4.xml [ivy:resolve] -- artifact org.apache.velocity#velocity;1.6.4!velocity.jar: [ivy:resolve] http://repository.Company.com:8081/artifactory/external/org.apache.velocity/velocity/1.6.4/jar/velocity-1.6.4.jar [ivy:resolve] module not found: commons-cli#commons-cli;1.2 [ivy:resolve] ==== local: tried [ivy:resolve] [USER PATH].ivy2/local/commons-cli/commons-cli/1.2/ivy-1.2.xml [ivy:resolve] -- artifact commons-cli#commons-cli;1.2!commons-cli.jar: [ivy:resolve] [USER PATH].ivy2/local/commons-cli/commons-cli/1.2/jar/commons-cli-1.2.jar [ivy:resolve] ==== private: tried [ivy:resolve] C:\Users_HUDSON_RC_DEV/ivy-private/commons-cli/commons-cli/1.2/ivy-1.2.xml [ivy:resolve] -- artifact commons-cli#commons-cli;1.2!commons-cli.jar: [ivy:resolve] C:\Users_HUDSON_RC_DEV/ivy-private/commons-cli/commons-cli/1.2/jar/commons-cli-1.2.jar [ivy:resolve] ==== release-get: tried [ivy:resolve] http://repository.Company.com:8081/artifactory/release/commons-cli/commons-cli/1.2/ivy-1.2.xml [ivy:resolve] -- artifact commons-cli#commons-cli;1.2!commons-cli.jar: [ivy:resolve] http://repository.Company.com:8081/artifactory/release/commons-cli/commons-cli/1.2/jar/commons-cli-1.2.jar [ivy:resolve] ==== prerelease-get: tried [ivy:resolve] http://repository.Company.com:8081/artifactory/prerelease/commons-cli/commons-cli/1.2/ivy-1.2.xml [ivy:resolve] -- artifact commons-cli#commons-cli;1.2!commons-cli.jar: [ivy:resolve] http://repository.Company.com:8081/artifactory/prerelease/commons-cli/commons-cli/1.2/jar/commons-cli-1.2.jar [ivy:resolve] ==== external-get: tried [ivy:resolve] http://repository.Company.com:8081/artifactory/external/commons-cli/commons-cli/1.2/ivy-1.2.xml [ivy:resolve] -- artifact commons-cli#commons-cli;1.2!commons-cli.jar: [ivy:resolve] http://repository.Company.com:8081/artifactory/external/commons-cli/commons-cli/1.2/jar/commons-cli-1.2.jar [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] :: UNRESOLVED DEPENDENCIES :: [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] :: org.apache.ant#ant;1.8.4: not found [ivy:resolve] :: org.apache.velocity#velocity;1.6.4: not found [ivy:resolve] :: commons-cli#commons-cli;1.2: not found [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] [ivy:resolve] [ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

remove-node-modules: [delete] Deleting directory N:\workspace\html5_lndng_ci\png\ssoapps\common\html\node_modules

BUILD SUCCESSFUL Total time: 9 seconds [html] $ cmd.exe /C '"N:\Hudson\tools\hudson.tasks.Ant_AntInstallation\Ant_1.9.2\apache-ant-1.9.2\bin\ant.bat -file build.xml -DbuildResultUUID="" -Dweblogic.home.dir=N:\Oracle\Middleware clean dist && exit %%ERRORLEVEL%%"' Buildfile: N:\workspace\html5_lndng_ci\png\ssoapps\common\html\build.xml [get] Destination already exists (skipping): [USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar

-startup:initialize:

startup:clean-old-tempdirs:

ivy:fetch-ivy:

-ivy:taskdef:

-ivy:configure: [ivy:configure] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ :: [ivy:configure] :: loading settings :: file = [USER PATH].ivy2\config\ivysettings-3.0.xml

-ivy:check-ivy-dep-file:

-startup:retrieve-plugins: [ivy:configure] :: loading settings :: url = jar:file:[USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar!/plugin-ivysettings.xml [ivy:resolve] [ivy:resolve] :: problems summary :: [ivy:resolve] :::: WARNINGS [ivy:resolve] module not found: org.apache.ant#ant;1.8.4 [ivy:resolve] ==== local: tried [ivy:resolve] [USER PATH].ivy2/local/org.apache.ant/ant/1.8.4/ivy-1.8.4.xml [ivy:resolve] -- artifact org.apache.ant#ant;1.8.4!ant.jar: [ivy:resolve] [USER PATH].ivy2/local/org.apache.ant/ant/1.8.4/jar/ant-1.8.4.jar [ivy:resolve] ==== private: tried [ivy:resolve] C:\Users_HUDSON_RC_DEV/ivy-private/org.apache.ant/ant/1.8.4/ivy-1.8.4.xml [ivy:resolve] -- artifact org.apache.ant#ant;1.8.4!ant.jar: [ivy:resolve] C:\Users_HUDSON_RC_DEV/ivy-private/org.apache.ant/ant/1.8.4/jar/ant-1.8.4.jar [ivy:resolve] ==== release-get: tried [ivy:resolve] http://repository.Company.com:8081/artifactory/release/org.apache.ant/ant/1.8.4/ivy-1.8.4.xml [ivy:resolve] -- artifact org.apache.ant#ant;1.8.4!ant.jar: [ivy:resolve] http://repository.Company.com:8081/artifactory/release/org.apache.ant/ant/1.8.4/jar/ant-1.8.4.jar [ivy:resolve] ==== prerelease-get: tried [ivy:resolve] http://repository.Company.com:8081/artifactory/prerelease/org.apache.ant/ant/1.8.4/ivy-1.8.4.xml [ivy:resolve] -- artifact org.apache.ant#ant;1.8.4!ant.jar: [ivy:resolve] http://repository.Company.com:8081/artifactory/prerelease/org.apache.ant/ant/1.8.4/jar/ant-1.8.4.jar [ivy:resolve] ==== external-get: tried [ivy:resolve] http://repository.Company.com:8081/artifactory/external/org.apache.ant/ant/1.8.4/ivy-1.8.4.xml [ivy:resolve] -- artifact org.apache.ant#ant;1.8.4!ant.jar: [ivy:resolve] http://repository.Company.com:8081/artifactory/external/org.apache.ant/ant/1.8.4/jar/ant-1.8.4.jar [ivy:resolve] module not found: org.apache.velocity#velocity;1.6.4 [ivy:resolve] ==== local: tried [ivy:resolve] [USER PATH].ivy2/local/org.apache.velocity/velocity/1.6.4/ivy-1.6.4.xml [ivy:resolve] -- artifact org.apache.velocity#velocity;1.6.4!velocity.jar: [ivy:resolve] [USER PATH].ivy2/local/org.apache.velocity/velocity/1.6.4/jar/velocity-1.6.4.jar [ivy:resolve] ==== private: tried [ivy:resolve] C:\Users_HUDSON_RC_DEV/ivy-private/org.apache.velocity/velocity/1.6.4/ivy-1.6.4.xml [ivy:resolve] -- artifact org.apache.velocity#velocity;1.6.4!velocity.jar: [ivy:resolve] C:\Users_HUDSON_RC_DEV/ivy-private/org.apache.velocity/velocity/1.6.4/jar/velocity-1.6.4.jar [ivy:resolve] ==== release-get: tried [ivy:resolve] http://repository.Company.com:8081/artifactory/release/org.apache.velocity/velocity/1.6.4/ivy-1.6.4.xml [ivy:resolve] -- artifact org.apache.velocity#velocity;1.6.4!velocity.jar: [ivy:resolve] http://repository.Company.com:8081/artifactory/release/org.apache.velocity/velocity/1.6.4/jar/velocity-1.6.4.jar [ivy:resolve] ==== prerelease-get: tried [ivy:resolve] http://repository.Company.com:8081/artifactory/prerelease/org.apache.velocity/velocity/1.6.4/ivy-1.6.4.xml [ivy:resolve] -- artifact org.apache.velocity#velocity;1.6.4!velocity.jar: [ivy:resolve] http://repository.Company.com:8081/artifactory/prerelease/org.apache.velocity/velocity/1.6.4/jar/velocity-1.6.4.jar [ivy:resolve] ==== external-get: tried [ivy:resolve] http://repository.Company.com:8081/artifactory/external/org.apache.velocity/velocity/1.6.4/ivy-1.6.4.xml [ivy:resolve] -- artifact org.apache.velocity#velocity;1.6.4!velocity.jar: [ivy:resolve] http://repository.Company.com:8081/artifactory/external/org.apache.velocity/velocity/1.6.4/jar/velocity-1.6.4.jar [ivy:resolve] module not found: commons-cli#commons-cli;1.2 [ivy:resolve] ==== local: tried [ivy:resolve] [USER PATH].ivy2/local/commons-cli/commons-cli/1.2/ivy-1.2.xml [ivy:resolve] -- artifact commons-cli#commons-cli;1.2!commons-cli.jar: [ivy:resolve] [USER PATH].ivy2/local/commons-cli/commons-cli/1.2/jar/commons-cli-1.2.jar [ivy:resolve] ==== private: tried [ivy:resolve] C:\Users_HUDSON_RC_DEV/ivy-private/commons-cli/commons-cli/1.2/ivy-1.2.xml [ivy:resolve] -- artifact commons-cli#commons-cli;1.2!commons-cli.jar: [ivy:resolve] C:\Users_HUDSON_RC_DEV/ivy-private/commons-cli/commons-cli/1.2/jar/commons-cli-1.2.jar [ivy:resolve] ==== release-get: tried [ivy:resolve] http://repository.Company.com:8081/artifactory/release/commons-cli/commons-cli/1.2/ivy-1.2.xml [ivy:resolve] -- artifact commons-cli#commons-cli;1.2!commons-cli.jar: [ivy:resolve] http://repository.Company.com:8081/artifactory/release/commons-cli/commons-cli/1.2/jar/commons-cli-1.2.jar [ivy:resolve] ==== prerelease-get: tried [ivy:resolve] http://repository.Company.com:8081/artifactory/prerelease/commons-cli/commons-cli/1.2/ivy-1.2.xml [ivy:resolve] -- artifact commons-cli#commons-cli;1.2!commons-cli.jar: [ivy:resolve] http://repository.Company.com:8081/artifactory/prerelease/commons-cli/commons-cli/1.2/jar/commons-cli-1.2.jar [ivy:resolve] ==== external-get: tried [ivy:resolve] http://repository.Company.com:8081/artifactory/external/commons-cli/commons-cli/1.2/ivy-1.2.xml [ivy:resolve] -- artifact commons-cli#commons-cli;1.2!commons-cli.jar: [ivy:resolve] http://repository.Company.com:8081/artifactory/external/commons-cli/commons-cli/1.2/jar/commons-cli-1.2.jar [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] :: UNRESOLVED DEPENDENCIES :: [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] :: org.apache.ant#ant;1.8.4: not found [ivy:resolve] :: org.apache.velocity#velocity;1.6.4: not found [ivy:resolve] :: commons-cli#commons-cli;1.2: not found [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] [ivy:resolve] [ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

pre-clean:

clean-web-app: [delete] Deleting directory N:\Oracle\Middleware\user_projects\domains\png\autodeploy\common_static\html

-project:before-initialize:

ivy:fetch-ivy:

-ivy:taskdef:

-ivy:configure:

-ivy:check-ivy-dep-file:

-ivy:info:

-project:set-project-name:

-project:set-project-dirs:

-project:set-base-version-properties:

-ivy:check-compute-build-number:

-ivy:compute-build-number:

-project:set-build-number:

-project:set-project-version:

-project:start-initialize:

project:banner: [echo] ================================================================================================= [echo] [echo] Starting clean,dist of Company.app.common 1.0.0.20150210-132824I [echo] [echo] =================================================================================================

-project:before-set-compiled-files-dir:

-project:set-compiled-files-dir:

-project:echo-properties-when-done:

-project:after-initialize:

-project:initialize:

project:clean: [build:delete] Deleting directory N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target

clean:

validate:

check-npm-install:

png-npm-install: [echo] Installing NPM Dependencies [exec] [exec] > phantomjs@1.9.15 install N:\workspace\html5_lndng_ci\png\ssoapps\common\html\node_modules\karma-phantomjs-launcher\node_modules\phantomjs [exec] > node install.js [exec] [exec] Download already available at C:\Users_HUDSO~1\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip [exec] Extracting zip contents [exec] Removing N:\workspace\html5_lndng_ci\png\ssoapps\common\html\node_modules\karma-phantomjs-launcher\node_modules\phantomjs\lib\phantom [exec] Copying extracted folder C:\Users_HUDSO~1\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip-extract-1423592929905\phantomjs-1.9.8-windows -> N:\workspace\html5_lndng_ci\png\ssoapps\common\html\node_modules\karma-phantomjs-launcher\node_modules\phantomjs\lib\phantom [exec] Writing location.js file [exec] [exec] > ws@0.4.32 install N:\workspace\html5_lndng_ci\png\ssoapps\common\html\node_modules\karma\node_modules\socket.io\node_modules\socket.io-client\node_modules\ws [exec] > (node-gyp rebuild 2> builderror.log) || (exit 0) [exec] [exec] [exec] N:\workspace\html5_lndng_ci\png\ssoapps\common\html\node_modules\karma\node_modules\socket.io\node_modules\socket.io-client\node_modules\ws>node "N:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin....\node_modules\node-gyp\bin\node-gyp.js" rebuild [exec] karma-ie-launcher@0.1.5 node_modules\karma-ie-launcher [exec] [exec] karma-firefox-launcher@0.1.4 node_modules\karma-firefox-launcher [exec] [exec] karma-script-launcher@0.1.0 node_modules\karma-script-launcher [exec] [exec] karma-chrome-launcher@0.1.7 node_modules\karma-chrome-launcher [exec] [exec] grunt-contrib-requirejs@0.4.4 node_modules\grunt-contrib-requirejs [exec] [exec] karma-requirejs@0.2.2 node_modules\karma-requirejs [exec] [exec] html2js@0.0.3 node_modules\html2js [exec] [exec] grunt-properties-reader@0.1.3 node_modules\grunt-properties-reader [exec] [exec] cors@2.3.2 node_modules\cors [exec] [exec] karma-jasmine@0.2.3 node_modules\karma-jasmine [exec] [exec] karma-junit-reporter@0.2.2 node_modules\karma-junit-reporter [exec] +-- xmlbuilder@0.4.2 [exec] [exec] grunt-contrib-clean@0.5.0 node_modules\grunt-contrib-clean [exec] +-- rimraf@2.2.8 [exec] [exec] express@4.4.5 node_modules\express [exec] +-- parseurl@1.0.1 [exec] +-- utils-merge@1.0.0 [exec] +-- merge-descriptors@0.0.2 [exec] +-- escape-html@1.0.1 [exec] +-- cookie@0.1.2 [exec] +-- cookie-signature@1.0.4 [exec] +-- range-parser@1.0.0 [exec] +-- fresh@0.2.2 [exec] +-- vary@0.1.0 [exec] +-- methods@1.0.1 [exec] +-- qs@0.6.6 [exec] +-- serve-static@1.2.3 [exec] +-- buffer-crc32@0.2.3 [exec] +-- path-to-regexp@0.1.2 [exec] +-- debug@1.0.2 (ms@0.6.2) [exec] +-- proxy-addr@1.0.1 (ipaddr.js@0.1.2) [exec] +-- send@0.4.3 (mime@1.2.11, finished@1.2.2) [exec] +-- accepts@1.0.7 (negotiator@0.4.7, mime-types@1.0.2) [exec] +-- type-is@1.2.1 (mime-types@1.0.0) [exec] [exec] grunt-karma@0.8.3 node_modules\grunt-karma [exec] +-- lodash@2.4.1 [exec] [exec] requirejs@2.1.16 node_modules\requirejs [exec] [exec] grunt-contrib-cssmin@0.4.2 node_modules\grunt-contrib-cssmin [exec] +-- grunt-lib-contrib@0.5.3 (zlib-browserify@0.0.1) [exec] +-- clean-css@0.10.2 (commander@1.1.1) [exec] [exec] grunt-contrib-watch@0.4.4 node_modules\grunt-contrib-watch [exec] +-- tiny-lr@0.0.4 (debug@0.7.4, faye-websocket@0.4.4, noptify@0.0.3, qs@0.5.6) [exec] +-- gaze@0.3.4 (minimatch@0.2.14, fileset@0.1.5) [exec] [exec] karma-phantomjs-launcher@0.1.4 node_modules\karma-phantomjs-launcher [exec] +-- phantomjs@1.9.15 (progress@1.1.8, which@1.0.8, kew@0.4.0, request-progress@0.3.1, fs-extra@0.16.3, adm-zip@0.4.4, npmconf@2.0.9, request@2.42.0) [exec] [exec] grunt-zip@0.13.0 node_modules\grunt-zip [exec] +-- node-zip@0.0.2 [exec] +-- grunt-retro@0.6.4 [exec] [exec] jaguarjs-jsdoc@0.0.1 node_modules\jaguarjs-jsdoc [exec] [exec] grunt-contrib-jshint@0.7.2 node_modules\grunt-contrib-jshint [exec] +-- jshint@2.3.0 (console-browserify@0.1.6, minimatch@0.4.0, underscore@1.4.4, shelljs@0.1.4, cli@0.4.5) [exec] [exec] html-minifier@0.6.9 node_modules\html-minifier [exec] +-- relateurl@0.2.6 [exec] +-- change-case@2.1.6 (path-case@1.1.1, pascal-case@1.1.0, constant-case@1.1.0, title-case@1.1.0, upper-case-first@1.1.0, snake-case@1.1.1, camel-case@1.1.1, swap-case@1.1.0, is-upper-case@1.1.1, param-case@1.1.1, is-lower-case@1.1.1, dot-case@1.1.1, upper-case@1.1.2, lower-case@1.1.2, sentence-case@1.1.2) [exec] +-- clean-css@2.2.23 (commander@2.2.0) [exec] +-- uglify-js@2.4.16 (uglify-to-browserify@1.0.2, async@0.2.10, optimist@0.3.7, source-map@0.1.34) [exec] +-- cli@0.6.5 (exit@0.1.2, glob@3.2.11) [exec] [exec] grunt-contrib-uglify@0.2.7 node_modules\grunt-contrib-uglify [exec] +-- grunt-lib-contrib@0.6.1 (zlib-browserify@0.0.1) [exec] +-- uglify-js@2.4.16 (uglify-to-browserify@1.0.2, async@0.2.10, optimist@0.3.7, source-map@0.1.34) [exec] [exec] karma-story-reporter@0.2.2 node_modules\karma-story-reporter [exec] +-- colors@0.6.0-1 [exec] [exec] karma-coverage@0.2.7 node_modules\karma-coverage [exec] +-- minimatch@0.3.0 (sigmund@1.0.0, lru-cache@2.5.0) [exec] +-- dateformat@1.0.11 (get-stdin@4.0.1, meow@3.0.0) [exec] +-- istanbul@0.3.5 (abbrev@1.0.5, which@1.0.8, wordwrap@0.0.2, nopt@3.0.1, once@1.3.1, async@0.9.0, mkdirp@0.5.0, resolve@0.7.4, fileset@0.1.5, escodegen@1.3.3, js-yaml@3.2.6, esprima@1.2.4, handlebars@1.3.0) [exec] +-- ibrik@2.0.0 (which@1.0.8, estraverse@1.8.0, mkdirp@0.5.0, optimist@0.6.1, coffee-script@1.8.0, fileset@0.1.5, esprima@1.2.4, lodash@2.4.1) [exec] [exec] matchdep@0.3.0 node_modules\matchdep [exec] +-- stack-trace@0.0.7 [exec] +-- resolve@0.5.1 [exec] +-- globule@0.1.0 (minimatch@0.2.14, glob@3.1.21, lodash@1.0.1) [exec] +-- findup-sync@0.1.3 (glob@3.2.11, lodash@2.4.1) [exec] [exec] grunt-plato@1.3.0 node_modules\grunt-plato [exec] +-- plato@1.2.2 (posix-getopt@1.0.0, fs-extra@0.3.2, escomplex-js@0.1.5, lodash@2.4.1, jshint@2.5.11) [exec] [exec] grunt@0.4.5 node_modules\grunt [exec] +-- dateformat@1.0.2-1.2.3 [exec] +-- getobject@0.1.0 [exec] +-- eventemitter2@0.4.14 [exec] +-- rimraf@2.2.8 [exec] +-- colors@0.6.2 [exec] +-- async@0.1.22 [exec] +-- which@1.0.8 [exec] +-- grunt-legacy-util@0.2.0 [exec] +-- hooker@0.2.3 [exec] +-- nopt@1.0.10 (abbrev@1.0.5) [exec] +-- exit@0.1.2 [exec] +-- minimatch@0.2.14 (sigmund@1.0.0, lru-cache@2.5.0) [exec] +-- glob@3.1.21 (inherits@1.0.0, graceful-fs@1.2.3) [exec] +-- lodash@0.9.2 [exec] +-- coffee-script@1.3.3 [exec] +-- underscore.string@2.2.1 [exec] +-- iconv-lite@0.2.11 [exec] +-- js-yaml@2.0.5 (argparse@0.1.16, esprima@1.0.4) [exec] +-- findup-sync@0.1.3 (glob@3.2.11, lodash@2.4.1) [exec] +-- grunt-legacy-log@0.1.1 (underscore.string@2.3.3, lodash@2.4.1) [exec] [exec] karma@0.12.31 node_modules\karma [exec] +-- di@0.0.1 [exec] +-- graceful-fs@2.0.3 [exec] +-- rimraf@2.2.8 [exec] +-- colors@0.6.2 [exec] +-- mime@1.2.11 [exec] +-- q@0.9.7 [exec] +-- minimatch@0.2.14 (sigmund@1.0.0, lru-cache@2.5.0) [exec] +-- optimist@0.6.1 (minimist@0.0.10, wordwrap@0.0.2) [exec] +-- source-map@0.1.43 (amdefine@0.1.0) [exec] +-- glob@3.2.11 (inherits@2.0.1, minimatch@0.3.0) [exec] +-- chokidar@1.0.0-rc3 (async-each@0.1.6, is-binary-path@1.0.0, glob-parent@1.0.0, anymatch@1.1.0, readdirp@1.3.0) [exec] +-- log4js@0.6.22 (semver@1.1.4, async@0.2.10, readable-stream@1.0.33) [exec] +-- http-proxy@0.10.4 (pkginfo@0.3.0, utile@0.2.1) [exec] +-- connect@2.26.6 (cookie@0.1.2, fresh@0.2.4, cookie-signature@1.0.5, pause@0.0.1, response-time@2.0.1, vhost@3.0.0, basic-auth-connect@1.0.0, on-headers@1.0.0, bytes@1.0.0, parseurl@1.3.0, cookie-parser@1.3.3, media-typer@0.3.0, depd@0.4.5, connect-timeout@1.3.0, finalhandler@0.2.0, qs@2.2.4, method-override@2.2.0, debug@2.0.0, morgan@1.3.2, serve-favicon@2.1.7, csurf@1.6.6, express-session@1.8.2, serve-static@1.6.5, multiparty@3.3.2, type-is@1.5.7, body-parser@1.8.4, errorhandler@1.2.4, compression@1.1.2, serve-index@1.2.1) [exec] +-- lodash@2.4.1 [exec] +-- useragent@2.0.10 (lru-cache@2.2.4) [exec] +-- socket.io@0.9.16 (base64id@0.1.0, policyfile@0.0.4, redis@0.7.3, socket.io-client@0.9.16) [exec] [exec] grunt-contrib-less@0.9.0 node_modules\grunt-contrib-less [exec] +-- chalk@0.4.0 (has-color@0.1.7, ansi-styles@1.0.0, strip-ansi@0.1.1) [exec] +-- grunt-lib-contrib@0.6.1 (zlib-browserify@0.0.1) [exec] +-- less@1.6.3 (mime@1.2.11, mkdirp@0.3.5, clean-css@2.0.8, source-map@0.1.43, request@2.53.0) [exec] [exec] grunt-jsdoc@0.5.7 node_modules\grunt-jsdoc [exec] +-- jsdoc@3.2.2 (js2xmlparser@0.1.0, crypto-browserify@0.1.1, marked@0.2.8, wrench@1.3.9, async@0.1.22, taffydb@2.6.2, catharsis@0.7.0, underscore@1.4.2, jshint@0.9.1) [exec] +-- ink-docstrap@0.4.12 (moment@2.6.0) [mkdir] Created dir: N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\temp [touch] Creating N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\temp\npm.turd

ivy:fetch-ivy:

-ivy:taskdef:

-ivy:configure:

-ivy:check-ivy-dep-file:

-ivy:resolve: [ivy:resolve] :: resolving dependencies :: com.Company#Company.app.common;0.1.0${common.release-qualifier} [ivy:resolve] confs: [master, tools, compile-int, provided, compile, runtime, test, default, javascript] [ivy:resolve] found com.Company.png.png2014_html_rewrite#types;1.0.0.20141205-120001I in prerelease-get [ivy:resolve] [1.0.0.20141205-120001I] com.Company.png.png2014_html_rewrite#types;1.0.+ [ivy:resolve] found ant-contrib#ant-contrib;1.0b2 in external-get [ivy:resolve] found com.Company.png.png2014_html_rewrite#dtobuilder;1.0.0.20141202-094353I in prerelease-get [ivy:resolve] found org.apache.ant#ant;1.8.4 in public [ivy:resolve] found org.apache.ant#ant-launcher;1.8.4 in public [ivy:resolve] found org.apache.velocity#velocity;1.6.4 in public [ivy:resolve] found commons-collections#commons-collections;3.2.1 in external-get [ivy:resolve] found commons-lang#commons-lang;2.4 in external-get [ivy:resolve] found oro#oro;2.0.8 in external-get [ivy:resolve] found commons-cli#commons-cli;1.2 in public [ivy:resolve] found org.apache.velocity#velocity;1.6.3 in external-get [ivy:resolve] found common.vendor.lib#common_vendor_lib;1.0.7 in prerelease-get [ivy:resolve] [1.0.7] common.vendor.lib#common_vendor_lib;1.0.+ [ivy:resolve] found com.Company#Company.core;1.0.0.20150210-131706I in prerelease-get [ivy:resolve] [1.0.0.20150210-131706I] com.Company#Company.core;1.0.+ [ivy:resolve] found com.Company.png#Company.framework.angular.eventing;1.0.0.20150210-132411I in local [ivy:resolve] [1.0.0.20150210-132411I] com.Company.png#Company.framework.angular.eventing;1.0.+ [ivy:resolve] found com.Company.png#Company.framework.angular.utils;1.0.0.20150202-115206I in prerelease-get [ivy:resolve] found com.Company.png#Company.framework.angular.data;1.0.0.20150210-131935I in prerelease-get [ivy:resolve] [1.0.0.20150210-131935I] com.Company.png#Company.framework.angular.data;1.0.+ [ivy:resolve] found com.Company.png#Company.framework.angular.localization;1.0.0.20150210-132416I in prerelease-get [ivy:resolve] [1.0.0.20150210-132416I] com.Company.png#Company.framework.angular.localization;1.0.+ [ivy:resolve] found com.Company.png#Company.framework.angular.utils;1.0.0.20150119-144655I in prerelease-get [ivy:resolve] found com.Company.png#Company.framework.angular.utils;1.0.0.20150210-132033I in prerelease-get [ivy:resolve] [1.0.0.20150210-132033I] com.Company.png#Company.framework.angular.utils;1.0.+ [ivy:resolve] found com.Company.png#Company.framework.angular.ui2;1.0.0.20150210-132702I in prerelease-get [ivy:resolve] [1.0.0.20150210-132702I] com.Company.png#Company.framework.angular.ui2;1.0.+ [ivy:resolve] found com.Company#Company.framework.core.ui;1.0.0.20150209-213246I in prerelease-get [ivy:resolve] found com.Company#Company.framework.core.ui;1.0.0.20150209-213246I in prerelease-get [ivy:resolve] [1.0.0.20150209-213246I] com.Company#Company.framework.core.ui;1.0.+ [ivy:resolve] downloading http://repository.Company.com:8081/artifactory/public/org/apache/ant/ant/1.8.4/ant-1.8.4.jar ... [ivy:resolve] .................................................................................................................................................................................... (1896kB) [ivy:resolve] .. (0kB) [ivy:resolve] [SUCCESSFUL ] org.apache.ant#ant;1.8.4!ant.jar (78ms) [ivy:resolve] downloading http://repository.Company.com:8081/artifactory/public/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar ... [ivy:resolve] ..................................... (411kB) [ivy:resolve] .. (0kB) [ivy:resolve] [SUCCESSFUL ] org.apache.velocity#velocity;1.6.4!velocity.jar (31ms) [ivy:resolve] downloading http://repository.Company.com:8081/artifactory/public/commons-cli/commons-cli/1.2/commons-cli-1.2.jar ... [ivy:resolve] .. (40kB) [ivy:resolve] .. (0kB) [ivy:resolve] [SUCCESSFUL ] commons-cli#commons-cli;1.2!commons-cli.jar (16ms) [ivy:resolve] downloading http://repository.Company.com:8081/artifactory/public/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.jar ... [ivy:resolve] .. (17kB) [ivy:resolve] .. (0kB) [ivy:resolve] [SUCCESSFUL ] org.apache.ant#ant-launcher;1.8.4!ant-launcher.jar (375ms) [ivy:resolve] downloading http://repository.Company.com:8081/artifactory/prerelease/com.Company.png/Company.framework.angular.ui2/1.0.0.20150210-132702I/zip/Company.framework.angular.ui2-1.0.0.20150210-132702I.zip ... [ivy:resolve] ........ (164kB) [ivy:resolve] .. (0kB) [ivy:resolve] [SUCCESSFUL ] com.Company.png#Company.framework.angular.ui2;1.0.0.20150210-132702I!Company.framework.angular.ui2.zip (31ms) [ivy:resolve] :: resolution report :: resolve 1234ms :: artifacts dl 563ms [ivy:resolve] :: evicted modules: [ivy:resolve] com.Company#Company.core;1.0.0.20150202-111036I by [com.Company#Company.core;1.0.0.20150210-131706I] in [javascript] [ivy:resolve] com.Company.png#Company.framework.angular.utils;1.0.0.20150202-115206I by [com.Company.png#Company.framework.angular.utils;1.0.0.20150210-132033I] in [javascript] [ivy:resolve] com.Company#Company.core;1.0.0.20150205-152959I by [com.Company#Company.core;1.0.0.20150210-131706I] in [javascript] [ivy:resolve] com.Company#Company.core;1.0.0.20150119-144026I by [com.Company#Company.core;1.0.0.20150210-131706I] in [javascript] [ivy:resolve] com.Company.png#Company.framework.angular.utils;1.0.0.20150119-144655I by [com.Company.png#Company.framework.angular.utils;1.0.0.20150210-132033I] in [javascript] [ivy:resolve] com.Company#Company.core;1.0.0.20150209-173002I by [com.Company#Company.core;1.0.0.20150210-131706I] in [javascript] [ivy:resolve] com.Company.png#Company.framework.angular.ui2;1.0.0.20150204-110434I by [com.Company.png#Company.framework.angular.ui2;1.0.0.20150210-132702I] in [javascript] [ivy:resolve] com.Company.png#Company.framework.angular.localization;1.0.0.20150209-173818I by [com.Company.png#Company.framework.angular.localization;1.0.0.20150210-132416I] in [javascript] [ivy:resolve] com.Company.png#Company.framework.angular.utils;1.0.0.20150209-173337I by [com.Company.png#Company.framework.angular.utils;1.0.0.20150210-132033I] in [javascript] [ivy:resolve] com.Company.png#Company.framework.angular.eventing;1.0.0.20150210-080833I by [com.Company.png#Company.framework.angular.eventing;1.0.0.20150210-132411I] in [javascript]

|                  |            modules            ||   artifacts   |
|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
|      master      |   1   |   1   |   0   |   0   ||   1   |   0   |
|       tools      |   9   |   4   |   4   |   0   ||   10  |   4   |
|    compile-int   |   0   |   0   |   0   |   0   ||   0   |   0   |
|     provided     |   0   |   0   |   0   |   0   ||   0   |   0   |
|      compile     |   1   |   0   |   0   |   0   ||   1   |   0   |
|      runtime     |   4   |   0   |   0   |   0   ||   4   |   0   |
|       test       |   0   |   0   |   0   |   0   ||   0   |   0   |
|      default     |   5   |   1   |   0   |   0   ||   5   |   0   |
|    javascript    |   18  |   8   |   1   |   10  ||   8   |   1   |
---------------------------------------------------------------------

ivy:retrieve: [ivy:retrieve] :: retrieving :: com.Company#Company.app.common [sync] [ivy:retrieve] confs: [master, tools, compile-int, provided, compile, runtime, test, default, javascript] [ivy:retrieve] 29 artifacts copied, 0 already retrieved (13889kB/500ms)

retrieve:

-project:before-initialize:

-ivy:info:

-project:set-project-name:

-project:set-project-dirs:

-project:set-base-version-properties:

-ivy:check-compute-build-number:

-ivy:compute-build-number:

-project:set-build-number:

-project:set-project-version:

-project:start-initialize:

project:banner:

-project:before-set-compiled-files-dir:

-project:set-compiled-files-dir:

-project:echo-properties-when-done:

-project:after-initialize:

-project:initialize:

-ide:initialize:

-project:check-version-resource:

-project:built-with-version-using-url:

-project:built-with-version-using-file:

-project:built-with-version:

initialize:

define-dtobuilder:

generate-js-dto: [get] Destination already exists (skipping): [USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar

-startup:initialize:

startup:clean-old-tempdirs:

ivy:fetch-ivy:

-ivy:taskdef:

-ivy:configure:

-ivy:check-ivy-dep-file:

-startup:retrieve-plugins: [ivy:configure] :: loading settings :: url = jar:file:[USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar!/plugin-ivysettings.xml [ivy:retrieve] conflict on C:\Users_HUDSO~1\AppData\Local\Temp\ant-shared-build\build264307301\plugins\velocity.jar in [tools, compile]: 1.6.4 won

do-generate-js-dto: [mkdir] Created dir: N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\temp\dto [dtobuilder:dto-javascript] Generating file type = .js [dtobuilder:dto-javascript] To destination directory = N:\workspace\html5_lndng_ci\png\ssoapps\common\html/target/temp/dto [dtobuilder:dto-javascript] Using property file = mapToJs.properties [dtobuilder:dto-javascript] Using generator = com.Company.tools.dtobuilder.jsDto.JSClassImporter [dtobuilder:dto-javascript] Using generator template = jsDtoTemplate.vm [dtobuilder:dto-javascript] Processing the following files ... [dtobuilder:dto-javascript] Processing 223 DTO definition files from N:\workspace\html5_lndng_ci\png\ssoapps\common\remote\src\main\java [dtobuilder:dto-javascript] Processing 159 DTO definition files from N:\workspace\html5_lndng_ci\png\ssoapps\common\html\src [dtobuilder:dto-javascript] templateResourceSub='jsDtoTemplate.vm'

generate-sources:

verify-web-env: [echo] web environment: development

grunt-handoff: [exec] Running "html2requirejs" task [exec] [exec] Done, without errors.

copy-common-js: [get] Destination already exists (skipping): [USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar

-startup:initialize:

startup:clean-old-tempdirs:

ivy:fetch-ivy:

-ivy:taskdef:

-ivy:configure:

-ivy:check-ivy-dep-file:

-startup:retrieve-plugins: [ivy:configure] :: loading settings :: url = jar:file:[USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar!/plugin-ivysettings.xml [ivy:retrieve] conflict on C:\Users_HUDSO~1\AppData\Local\Temp\ant-shared-build\build264307301\plugins\velocity.jar in [tools, compile]: 1.6.4 won

do-copy-common-js: [copy] Copying 13 files to N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\temp\dto [unzip] Expanding: N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\lib\master\source\png-types-javascript-source.zip into N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\temp\dto

define-antcontrib:

extract-javascript-dependencies: [get] Destination already exists (skipping): [USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar

-startup:initialize:

startup:clean-old-tempdirs:

ivy:fetch-ivy:

-ivy:taskdef:

-ivy:configure: [ivy:configure] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ :: [ivy:configure] :: loading settings :: file = [USER PATH].ivy2\config\ivysettings-3.0.xml

-ivy:check-ivy-dep-file:

-startup:retrieve-plugins: [ivy:configure] :: loading settings :: url = jar:file:[USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar!/plugin-ivysettings.xml [ivy:retrieve] conflict on C:\Users_HUDSO~1\AppData\Local\Temp\ant-shared-build\build1742440574\plugins\velocity.jar in [tools, compile]: 1.6.4 won

define-antcontrib:

extract-javascript-dependency: [mkdir] Created dir: N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\temp\lib\common_vendor_lib [unzip] Expanding: N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\lib\javascript\zip\common_vendor_lib.zip into N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\temp\lib\common_vendor_lib [get] Destination already exists (skipping): [USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar

-startup:initialize:

startup:clean-old-tempdirs:

ivy:fetch-ivy:

-ivy:taskdef:

-ivy:configure: [ivy:configure] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ :: [ivy:configure] :: loading settings :: file = [USER PATH].ivy2\config\ivysettings-3.0.xml

-ivy:check-ivy-dep-file:

-startup:retrieve-plugins: [ivy:configure] :: loading settings :: url = jar:file:[USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar!/plugin-ivysettings.xml [ivy:retrieve] conflict on C:\Users_HUDSO~1\AppData\Local\Temp\ant-shared-build\build572325576\plugins\velocity.jar in [tools, compile]: 1.6.4 won

define-antcontrib:

extract-javascript-dependency: [mkdir] Created dir: N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\temp\lib\Company.core [unzip] Expanding: N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\lib\javascript\zip\Company.core.zip into N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\temp\lib\Company.core [get] Destination already exists (skipping): [USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar

-startup:initialize:

startup:clean-old-tempdirs:

ivy:fetch-ivy:

-ivy:taskdef:

-ivy:configure: [ivy:configure] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ :: [ivy:configure] :: loading settings :: file = [USER PATH].ivy2\config\ivysettings-3.0.xml

-ivy:check-ivy-dep-file:

-startup:retrieve-plugins: [ivy:configure] :: loading settings :: url = jar:file:[USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar!/plugin-ivysettings.xml [ivy:retrieve] conflict on C:\Users_HUDSO~1\AppData\Local\Temp\ant-shared-build\build189380766\plugins\velocity.jar in [tools, compile]: 1.6.4 won

define-antcontrib:

extract-javascript-dependency: [mkdir] Created dir: N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\temp\lib\Company.framework.angular.data [unzip] Expanding: N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\lib\javascript\zip\Company.framework.angular.data.zip into N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\temp\lib\Company.framework.angular.data [get] Destination already exists (skipping): [USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar

-startup:initialize:

startup:clean-old-tempdirs:

ivy:fetch-ivy:

-ivy:taskdef:

-ivy:configure: [ivy:configure] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ :: [ivy:configure] :: loading settings :: file = [USER PATH].ivy2\config\ivysettings-3.0.xml

-ivy:check-ivy-dep-file:

-startup:retrieve-plugins: [ivy:configure] :: loading settings :: url = jar:file:[USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar!/plugin-ivysettings.xml [ivy:retrieve] conflict on C:\Users_HUDSO~1\AppData\Local\Temp\ant-shared-build\build7024885\plugins\velocity.jar in [tools, compile]: 1.6.4 won

define-antcontrib:

extract-javascript-dependency: [mkdir] Created dir: N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\temp\lib\Company.framework.angular.eventing [unzip] Expanding: N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\lib\javascript\zip\Company.framework.angular.eventing.zip into N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\temp\lib\Company.framework.angular.eventing [get] Destination already exists (skipping): [USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar

-startup:initialize:

startup:clean-old-tempdirs:

ivy:fetch-ivy:

-ivy:taskdef:

-ivy:configure: [ivy:configure] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ :: [ivy:configure] :: loading settings :: file = [USER PATH].ivy2\config\ivysettings-3.0.xml

-ivy:check-ivy-dep-file:

-startup:retrieve-plugins: [ivy:configure] :: loading settings :: url = jar:file:[USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar!/plugin-ivysettings.xml [ivy:retrieve] conflict on C:\Users_HUDSO~1\AppData\Local\Temp\ant-shared-build\build949391823\plugins\velocity.jar in [tools, compile]: 1.6.4 won

define-antcontrib:

extract-javascript-dependency: [mkdir] Created dir: N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\temp\lib\Company.framework.angular.localization [unzip] Expanding: N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\lib\javascript\zip\Company.framework.angular.localization.zip into N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\temp\lib\Company.framework.angular.localization [get] Destination already exists (skipping): [USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar

-startup:initialize:

startup:clean-old-tempdirs:

ivy:fetch-ivy:

-ivy:taskdef:

-ivy:configure: [ivy:configure] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ :: [ivy:configure] :: loading settings :: file = [USER PATH].ivy2\config\ivysettings-3.0.xml

-ivy:check-ivy-dep-file:

-startup:retrieve-plugins: [ivy:configure] :: loading settings :: url = jar:file:[USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar!/plugin-ivysettings.xml [ivy:retrieve] conflict on C:\Users_HUDSO~1\AppData\Local\Temp\ant-shared-build\build1631255406\plugins\velocity.jar in [tools, compile]: 1.6.4 won

define-antcontrib:

extract-javascript-dependency: [mkdir] Created dir: N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\temp\lib\Company.framework.angular.ui2 [unzip] Expanding: N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\lib\javascript\zip\Company.framework.angular.ui2.zip into N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\temp\lib\Company.framework.angular.ui2 [get] Destination already exists (skipping): [USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar

-startup:initialize:

startup:clean-old-tempdirs:

ivy:fetch-ivy:

-ivy:taskdef:

-ivy:configure: [ivy:configure] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ :: [ivy:configure] :: loading settings :: file = [USER PATH].ivy2\config\ivysettings-3.0.xml

-ivy:check-ivy-dep-file:

-startup:retrieve-plugins: [ivy:configure] :: loading settings :: url = jar:file:[USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar!/plugin-ivysettings.xml [ivy:retrieve] conflict on C:\Users_HUDSO~1\AppData\Local\Temp\ant-shared-build\build1793003590\plugins\velocity.jar in [tools, compile]: 1.6.4 won

define-antcontrib:

extract-javascript-dependency: [mkdir] Created dir: N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\temp\lib\Company.framework.angular.utils [unzip] Expanding: N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\lib\javascript\zip\Company.framework.angular.utils.zip into N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\temp\lib\Company.framework.angular.utils [get] Destination already exists (skipping): [USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar

-startup:initialize:

startup:clean-old-tempdirs:

ivy:fetch-ivy:

-ivy:taskdef:

-ivy:configure: [ivy:configure] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ :: [ivy:configure] :: loading settings :: file = [USER PATH].ivy2\config\ivysettings-3.0.xml

-ivy:check-ivy-dep-file:

-startup:retrieve-plugins: [ivy:configure] :: loading settings :: url = jar:file:[USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar!/plugin-ivysettings.xml [ivy:retrieve] conflict on C:\Users_HUDSO~1\AppData\Local\Temp\ant-shared-build\build412681560\plugins\velocity.jar in [tools, compile]: 1.6.4 won

define-antcontrib:

extract-javascript-dependency: [mkdir] Created dir: N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\temp\lib\Company.framework.core.ui [unzip] Expanding: N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\lib\javascript\zip\Company.framework.core.ui.zip into N:\workspace\html5_lndng_ci\png\ssoapps\common\html\target\temp\lib\Company.framework.core.ui

process-sources:

generate-resources:

process-resources:

compile:

process-classes:

generate-test-sources:

process-test-sources:

generate-test-resources:

process-test-resources:

test-compile:

process-test-classes:

test:

prepare-package:

package:

dev-deploy-common: [copy] Copying 1858 files to N:\Oracle\Middleware\user_projects\domains\png\autodeploy\common_static\html [copy] Copied 332 empty directories to 1 empty directory under N:\Oracle\Middleware\user_projects\domains\png\autodeploy\common_static\html

dist:

BUILD SUCCESSFUL Total time: 1 minute 53 seconds [html] $ cmd.exe /C '"N:\Hudson\tools\hudson.tasks.Ant_AntInstallation\Ant_1.9.2\apache-ant-1.9.2\bin\ant.bat -file build.xml -DbuildResultUUID="" -Dweblogic.home.dir=N:\Oracle\Middleware remove-node-modules && exit %%ERRORLEVEL%%"' Buildfile: N:\workspace\html5_lndng_ci\png\ssoapps\landing\html\build.xml [get] Destination already exists (skipping): [USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar

-startup:initialize:

startup:clean-old-tempdirs:

ivy:fetch-ivy:

-ivy:taskdef:

-ivy:configure: [ivy:configure] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ :: [ivy:configure] :: loading settings :: file = [USER PATH].ivy2\config\ivysettings-3.0.xml

-ivy:check-ivy-dep-file:

-startup:retrieve-plugins: [ivy:configure] :: loading settings :: url = jar:file:[USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar!/plugin-ivysettings.xml [ivy:retrieve] conflict on C:\Users_HUDSO~1\AppData\Local\Temp\ant-shared-build\build120696355\plugins\velocity.jar in [tools, compile]: 1.6.4 won

remove-node-modules: [delete] Deleting directory N:\workspace\html5_lndng_ci\png\ssoapps\landing\html\node_modules

BUILD SUCCESSFUL Total time: 10 seconds [html] $ cmd.exe /C '"N:\Hudson\tools\hudson.tasks.Ant_AntInstallation\Ant_1.9.2\apache-ant-1.9.2\bin\ant.bat -file build.xml -DbuildResultUUID="" -Dweblogic.home.dir=N:\Oracle\Middleware clean dist verify && exit %%ERRORLEVEL%%"' Buildfile: N:\workspace\html5_lndng_ci\png\ssoapps\landing\html\build.xml [get] Destination already exists (skipping): [USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar

-startup:initialize:

startup:clean-old-tempdirs:

ivy:fetch-ivy:

-ivy:taskdef:

-ivy:configure: [ivy:configure] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ :: [ivy:configure] :: loading settings :: file = [USER PATH].ivy2\config\ivysettings-3.0.xml

-ivy:check-ivy-dep-file:

-startup:retrieve-plugins: [ivy:configure] :: loading settings :: url = jar:file:[USER PATH]ant-shared-build\ant-shared-build-3.0.0.20130228-113802I.jar!/plugin-ivysettings.xml [ivy:retrieve] conflict on C:\Users_HUDSO~1\AppData\Local\Temp\ant-shared-build\build693602791\plugins\velocity.jar in [tools, compile]: 1.6.4 won

pre-clean:

clean-web-app: [delete] Deleting directory N:\Oracle\Middleware\user_projects\domains\png\autodeploy\landing_static\html

-project:before-initialize:

ivy:fetch-ivy:

-ivy:taskdef:

-ivy:configure:

-ivy:check-ivy-dep-file:

-ivy:info:

-project:set-project-name:

-project:set-project-dirs:

-project:set-base-version-properties:

-ivy:check-compute-build-number:

-ivy:compute-build-number:

-project:set-build-number:

-project:set-project-version:

-project:start-initialize:

project:banner: [echo] ================================================================================================= [echo] [echo] Starting clean,dist,verify of landing-html-ui 1.0.0.20150210-133029I [echo] [echo] =================================================================================================

-project:before-set-compiled-files-dir:

-project:set-compiled-files-dir:

-project:echo-properties-when-done:

-project:after-initialize:

-project:initialize:

project:clean: [build:delete] Deleting directory N:\workspace\html5_lndng_ci\png\ssoapps\landing\html\target

clean:

validate:

check-npm-install:

png-npm-install: [echo] Installing NPM Dependencies [exec] [exec] > phantomjs@1.9.15 install N:\workspace\html5_lndng_ci\png\ssoapps\landing\html\node_modules\karma-phantomjs-launcher\node_modules\phantomjs [exec] > node install.js [exec] [exec] Download already available at C:\Users_HUDSO~1\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip [exec] Extracting zip contents [exec] Removing N:\workspace\html5_lndng_ci\png\ssoapps\landing\html\node_modules\karma-phantomjs-launcher\node_modules\phantomjs\lib\phantom [exec] Copying extracted folder C:\Users_HUDSO~1\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip-extract-1423593057032\phantomjs-1.9.8-windows -> N:\workspace\html5_lndng_ci\png\ssoapps\landing\html\node_modules\karma-phantomjs-launcher\node_modules\phantomjs\lib\phantom [exec] Writing location.js file [exec] [exec] > ws@0.4.32 install N:\workspace\html5_lndng_ci\png\ssoapps\landing\html\node_modules\karma\node_modules\socket.io\node_modules\socket.io-client\node_modules\ws [exec] > (node-gyp rebuild 2> builderror.log) || (exit 0) [exec] [exec] [exec] N:\workspace\html5_lndng_ci\png\ssoapps\landing\html\node_modules\karma\node_modules\socket.io\node_modules\socket.io-client\node_modules\ws>node "N:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin....\node_modules\node-gyp\bin\node-gyp.js" rebuild [exec] npm ERR! phantomjs@1.9.15 install: node install.js [exec] npm ERR! Exit status 1 [exec] npm ERR! [exec] npm ERR! phantomjs@1.9.15 install: node install.js [exec] npm ERR! Exit status 1 [exec] npm ERR! [exec] npm ERR! Failed at the phantomjs@1.9.15 install script. [exec] npm ERR! This is most likely a problem with the phantomjs package, [exec] npm ERR! not with npm itself. [exec] npm ERR! Failed at the phantomjs@1.9.15 install script. [exec] npm ERR! This is most likely a problem with the phantomjs package, [exec] npm ERR! not with npm itself. [exec] npm ERR! Tell the author that this fails on your system: [exec] npm ERR! node install.js [exec] npm ERR! You can get their info via: [exec] npm ERR! Tell the author that this fails on your system: [exec] npm ERR! node install.js [exec] npm ERR! You can get their info via: [exec] npm ERR! npm owner ls phantomjs [exec] npm ERR! There is likely additional logging output above. [exec] [exec] npm ERR! System Windows_NT 6.1.7601 [exec] npm ERR! npm owner ls phantomjs [exec] npm ERR! There is likely additional logging output above. [exec] [exec] npm ERR! System Windows_NT 6.1.7601 [exec] npm ERR! command "N:\Program Files\nodejs\node.exe" "N:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" [exec] npm ERR! command "N:\Program Files\nodejs\node.exe" "N:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" [exec] npm ERR! cwd N:\workspace\html5_lndng_ci\png\ssoapps\landing\html [exec] npm ERR! node -v v0.10.33 [exec] npm ERR! npm -v 1.4.28 [exec] npm ERR! cwd N:\workspace\html5_lndng_ci\png\ssoapps\landing\html [exec] npm ERR! node -v v0.10.33 [exec] npm ERR! npm -v 1.4.28 [exec] npm ERR! code ELIFECYCLE [exec] npm ERR! code ELIFECYCLE [exec] npm [exec] npm

BUILD FAILED N:\workspace\html5_lndng_ci\png\ssoapps\common\common-sso-ui-angular.xml:139: The following error occurred while executing this line: N:\workspace\html5_lndng_ci\png\ssoapps\common\common-sso-ui-angular.xml:252: exec returned: 1

Total time: 1 minute 18 seconds Build step 'Invoke Ant' marked build as failure [CHECKSTYLE] Skipping publisher since build result is FAILURE Skipping Cobertura coverage report as build was not UNSTABLE or better ... Recording test results [ci-game] evaluating rule: Build result [ci-game] evaluating rule: Increased number of failed tests [ci-game] evaluating rule: Increased number of passed tests [ci-game] evaluating rule: Decreased number of failed tests [ci-game] evaluating rule: Decreased number of passed tests [ci-game] evaluating rule: PMD violation [ci-game] evaluating rule: pylint violation [ci-game] evaluating rule: CPD violation [ci-game] evaluating rule: Checkstyle violation [ci-game] evaluating rule: FindBugs violation [ci-game] evaluating rule: FXCop violation [ci-game] evaluating rule: Simian violation [ci-game] evaluating rule: StyleCop violation [ci-game] evaluating rule: New HIGH priority Findbugs warnings [ci-game] evaluating rule: New NORMAL priority Findbugs warnings [ci-game] evaluating rule: New LOW priority Findbugs warnings [ci-game] evaluating rule: Fixed HIGH priority Findbugs warnings [ci-game] evaluating rule: Fixed NORMAL priority Findbugs warnings [ci-game] evaluating rule: Fixed LOW priority Findbugs warnings [ci-game] evaluating rule: Changed number of compiler warnings [ci-game] evaluating rule: Changed number of checkstyle warnings [BFA] Scanning build for known causes...

[BFA] Done. 0s Finished: FAILURE

nicks commented 9 years ago

hmmm...why are the logs duplicated? e.g.,

[exec] npm ERR! phantomjs@1.9.15 install: node install.js
[exec] npm ERR! Exit status 1
[exec] npm ERR! 
[exec] npm ERR! phantomjs@1.9.15 install: node install.js
[exec] npm ERR! Exit status 1
[exec] npm ERR! 

is there any chance it's trying to run npm twice at the same time? i don't think npm can actually be run in parallel? it does a bunch of bookkeeping in shared directories, and we've seen a wide range of weird corruption issues when this happens.

BrianLenzo commented 9 years ago

Gonna look into that. I hadn't noticed it. Thanks.

BrianLenzo commented 9 years ago

The duplication is in the logging, not called. We are using a in ANT to capture any errors and bubble them up to fail ant task. I confirmed "npm install" is only being called once.

nicks commented 9 years ago

do you know what the socket.io line means, or why that process would start a node-gyp rebuild mid-way through the phantomjs installation?

[exec] > ws@0.4.32 install N:\workspace\html5_lndng_ci\png\ssoapps\landing\html\node_modules\karma\node_modules\socket.io\node_modules\socket.io-client\node_modules\ws
[exec] > (node-gyp rebuild 2> builderror.log) || (exit 0)
[exec] 
[exec] 
[exec] N:\workspace\html5_lndng_ci\png\ssoapps\landing\html\node_modules\karma\node_modules\socket.io\node_modules\socket.io-client\node_modules\ws>node "N:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\....\node_modules\node-gyp\bin\node-gyp.js" rebuild 
BrianLenzo commented 9 years ago

I looked into that and found:

  1. It doesn't seem to be connected to the phantomJS install.js. It seems to run the install.js and then move on to the next thing that needs extra install stuff after package load. But the failure happens after it has logged a few things.
  2. The error the node-gyp thing throws in its builderror.log is there every build, successful or not and doesn't seem to be consequential.

I don't know why that happens, but it could be an artifact of logging too.

The package installing phantomJS is the "karma-phantomjs-launcher" To isolate that from the node-gyp thing...just in case...I am now running a single "npm install karma-phantomjs-launcher" pre-build and then running the job as normal. I am going ot let my CI run for a day and see if I see the error in the pre-build step or if I stop seeing it altogether.

nicks commented 9 years ago

did the problem repro again after that change?

BrianLenzo commented 9 years ago

It has reduced the frequency quite a bit, but it still is showing up when installed individually. I can't get any more log information about a likely cause. It's so infrequent now that I just hope it will go away altogether when you upgrade to Phantom 2.0.

aukevanleeuwen commented 9 years ago

I seem to have the same issue, also on my Jenkins Windows slave. Not sure if I can add anything to the discussion though. I have an npm-debug.log, but it's rather large and I can't really seem to find anything useful on why it's failing. Let me know if you want it anyway?

sparksterz commented 9 years ago

Yeah...similar issue has been happening to us for a couple months now and we're also on Jenkins. I've been trying anything I could. Getting the same weird node-gyp issues when installing karma and everything.

Zhaph commented 8 years ago

Having a similar issue here - no build servers involved yet - as you can see it worked fine the second time I ran npm-install:

Your environment has been set up for using Node.js 0.10.32 (x64) and npm.

C:\Projects\ClientName\ProjectName>npm install
|

> phantomjs@1.9.17 install C:\Projects\ClientName\ProjectName\node_modules\grunt-accessibility\node_modules\grunt-lib-phantomjs\node_modules\phantomjs
> node install.js

Download already available at C:\Users\bduguid\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip
Extracting zip contents
Removing C:\Projects\ClientName\ProjectName\node_modules\grunt-accessibility\node_modules\grunt-lib-phantomjs\node_modules\phantomjs\lib\phantom
Copying extracted folder C:\Users\bduguid\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip-extract-1438262786638\phantomjs-1.9.8-windows -> C:\Projects\ClientName\ProjectName\node_modules\grunt-accessibility\node_modules\grunt-lib-phantomjs\node_modules\phantomjs\lib\phantom
Phantom installation failed { [Error: EPERM, unlink 'C:\Users\bduguid\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip-extract-1438262786638\phantomjs-1.9.8-windows\phantomjs.exe']
  errno: 50,
  code: 'EPERM',
  path: 'C:\\Users\\bduguid\\AppData\\Local\\Temp\\phantomjs\\phantomjs-1.9.8-windows.zip-extract-1438262786638\\phantom
js-1.9.8-windows\\phantomjs.exe' } Error: EPERM, unlink 'C:\Users\bduguid\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip-extract-1438262786638\phantomjs-1.9.8-windows\phantomjs.exe'

> phantomjs@1.9.17 install C:\Projects\ClientName\ProjectName\node_modules\grunt-accessibility\node_modules\access-sniff\node_modules\phantomjs
> node install.js

Download already available at C:\Users\bduguid\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip
Extracting zip contents
Removing C:\Projects\ClientName\ProjectName\node_modules\grunt-accessibility\node_modules\access-sniff\node_modules\phantomjs\lib\phantom
Copying extracted folder C:\Users\bduguid\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip-extract-1438262797228\phantomjs-1.9.8-windows -> C:\Projects\ClientName\ProjectName\node_modules\grunt-accessibility\node_modules\access-sniff\node_modules\phantomjs\lib\phantom
Writing location.js file
Done. Phantomjs binary available at C:\Projects\ClientName\ProjectName\node_modules\grunt-accessibility\node_modules\access-sniff\node_modules\phantomjs\lib\phantom\phantomjs.exe
npm ERR! Windows_NT 6.2.9200
npm ERR! argv "node" "C:\\Users\\bduguid\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! node v0.10.32
npm ERR! npm  v2.9.0
npm ERR! code ELIFECYCLE

npm ERR! phantomjs@1.9.17 install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the phantomjs@1.9.17 install script 'node install.js'.
npm ERR! This is most likely a problem with the phantomjs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node install.js
npm ERR! You can get their info via:
npm ERR!     npm owner ls phantomjs
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     C:\Projects\ClientName\ProjectName\npm-debug.log

C:\Projects\ClientName\ProjectName>npm install
-
> phantomjs@1.9.17 install C:\Projects\ClientName\ProjectName\node_modules\grunt-accessibility\node_modules\grunt-lib-phantomjs\node_modules\phantomjs
> node install.js

Download already available at C:\Users\bduguid\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip
Extracting zip contents
Removing C:\Projects\ClientName\ProjectName\node_modules\grunt-accessibility\node_modules\grunt-lib-phantomjs\node_modules\phantomjs\lib\phantom
Copying extracted folder C:\Users\bduguid\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip-extract-1438263704263\phantomjs-1.9.8-windows -> C:\Projects\ClientName\ProjectName\node_modules\grunt-accessibility\node_modules\grunt-lib-phantomjs\node_modules\phantomjs\lib\phantom
Writing location.js file
Done. Phantomjs binary available at C:\Projects\ClientName\ProjectName\node_modules\grunt-accessibility\node_modules\grunt-lib-phantomjs\node_modules\phantomjs\lib\phantom\phantomjs.exe

> phantomjs@1.9.17 install C:\Projects\ClientName\ProjectName\node_modules\grunt-accessibility\node_modules\access-sniff\node_modules\phantomjs
> node install.js

Download already available at C:\Users\bduguid\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip
Extracting zip contents
Removing C:\Projects\ClientName\ProjectName\node_modules\grunt-accessibility\node_modules\access-sniff\node_modules\phantomjs\lib\phantom
Copying extracted folder C:\Users\bduguid\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip-extract-1438263705436\phantomjs-1.9.8-windows -> C:\Projects\ClientName\ProjectName\node_modules\grunt-accessibility\node_modules\access-sniff\node_modules\phantomjs\lib\phantom
Writing location.js file
Done. Phantomjs binary available at C:\Projects\ClientName\ProjectName\node_modules\grunt-accessibility\node_modules\access-sniff\node_modules\phantomjs\lib\phantom\phantomjs.exe
grunt-accessibility@3.5.1 node_modules\grunt-accessibility
├── underscore@1.6.0
├── chalk@0.5.1 (ansi-styles@1.1.0, escape-string-regexp@1.0.3, supports-color@0.2.0, has-ansi@0.1.0, strip-ansi@0.3.0)
├── bluebird@2.2.2
├── grunt-lib-phantomjs@0.6.0 (eventemitter2@0.4.14, semver@1.0.14, temporary@0.0.8, phantomjs@1.9.17)
└── access-sniff@1.1.2 (underscore@1.8.3, commander@2.8.1, validator@3.43.0, chalk@1.1.0, mkdirp@0.5.1, bluebird@2.9.34,
 phantomjs@1.9.17)

C:\Projects\ClientName\ProjectName>