See 
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-asjs_jsonly/3718/display/redirect>

Changes:


------------------------------------------
[...truncated 763.38 KB...]
   [delete] Deleting: 
C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks\src\main\resources
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx

download-apache-license:
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks\src\main\resources
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx

download-other-license:
      [get] Getting: 
https://raw.githubusercontent.com/qos-ch/slf4j/master/LICENSE.txt
      [get] To: 
C:\jenkins\workspace\royale-compiler\compiler-jx\lib\slf4j-api-LICENSE.txt
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks\src\main\resources
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx

double-check-file:
     [echo] ${env.ROYALE_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks\src\main\resources
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx

fail-if-not-found:
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks\src\main\resources
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx

download-dependency-jar:
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks\src\main\resources
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx

check-cache:

download-jar:
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks\src\main\resources
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx

get-if-not-cached:
      [get] Getting: 
https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
      [get] To: 
C:\jenkins\workspace\royale-compiler\compiler-jx\lib\slf4j-api.jar
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks\src\main\resources
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx

double-check-file:
     [echo] ${env.ROYALE_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks\src\main\resources
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx

fail-if-not-found:
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks\src\main\resources
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx

check-sum:
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks\src\main\resources
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx

put-in-cache:
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks\src\main\resources
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx

copy-if-cached:
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks\src\main\resources
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx

download-dependency-zip:

main:

compile:
    [mkdir] Created dir: 
C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks\target\classes
    [javac] Compiling 39 source files to 
C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.7
    [javac] 
C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks\src\main\java\org\apache\royale\test\ant\launcher\commands\player\CustomPlayerCommand.java:117:
 warning: [rawtypes] found raw type: Vector
    [javac]         Vector procEnvironment = Execute.getProcEnvironment();
    [javac]         ^
    [javac]   missing type arguments for generic class Vector<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class Vector
    [javac] 
C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks\src\main\java\org\apache\royale\test\ant\launcher\commands\player\CustomPlayerCommand.java:117:
 warning: [deprecation] getProcEnvironment() in Execute has been deprecated
    [javac]         Vector procEnvironment = Execute.getProcEnvironment();
    [javac]                                         ^
    [javac] 3 warnings

set.royale.royaleunittasks.jar.uptodate:

royale.royaleunittasks.jar:
    [mkdir] Created dir: 
C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks\target\classes\META-INF
     [copy] Copying 1 file to 
C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks\target\classes\META-INF
     [copy] Copying 1 file to 
C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks\target\classes\META-INF
      [jar] Building jar: 
C:\jenkins\workspace\royale-compiler\compiler-jx\lib\royaleUnitTasks.jar

jar:

main:

main:
     [echo] swc-date is 11/08/21 02:11 +0000

download:
     [echo] 
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-asjs_jsonly/ws/>
    [mkdir] Created dir: 
C:\jenkins\workspace\royale-typedefs\js\target\temp\externs
    [unjar] Expanding: 
C:\jenkins\workspace\royale-compiler\compiler-jx\lib\google\closure-compiler\compiler.jar
 into C:\jenkins\workspace\royale-typedefs\js\target\temp\externs
    [mkdir] Created dir: 
C:\jenkins\workspace\royale-typedefs\js\target\downloads
    [unzip] Expanding: 
C:\jenkins\workspace\royale-typedefs\js\target\temp\externs\externs.zip into 
C:\jenkins\workspace\royale-typedefs\js\target\downloads
      [get] Getting: 
https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/contrib/externs/svg.js
      [get] To: C:\jenkins\workspace\royale-typedefs\js\target\downloads\svg.js
      [get] Getting: 
https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/es3.js
      [get] To: C:\jenkins\workspace\royale-typedefs\js\target\downloads\es3.js
      [get] Getting: 
https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/es6.js
      [get] To: C:\jenkins\workspace\royale-typedefs\js\target\downloads\es6.js
      [get] Getting: 
https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/browser/w3c_composition_event.js
      [get] To: 
C:\jenkins\workspace\royale-typedefs\js\target\downloads\browser\w3c_composition_event.js
      [get] Getting: 
https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/browser/w3c_css.js
      [get] To: 
C:\jenkins\workspace\royale-typedefs\js\target\downloads\browser\w3c_css.js
      [get] Getting: 
https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/browser/gecko_dom.js
      [get] To: 
C:\jenkins\workspace\royale-typedefs\js\target\downloads\browser\gecko_dom.js
      [get] Getting: 
https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/browser/ie_dom.js
      [get] To: 
C:\jenkins\workspace\royale-typedefs\js\target\downloads\browser\ie_dom.js
      [get] Getting: 
https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/browser/w3c_dom2.js
      [get] To: 
C:\jenkins\workspace\royale-typedefs\js\target\downloads\browser\w3c_dom2.js
      [get] Getting: 
https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/browser/html5.js
      [get] To: 
C:\jenkins\workspace\royale-typedefs\js\target\downloads\browser\html5.js
     [echo] swc-date is 11/08/21 02:11 +0000

double-check-file:
     [echo] ${env.ROYALE_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:
     [echo] swc-date is 11/08/21 02:11 +0000

double-check-file:
     [echo] ${env.ROYALE_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:
     [echo] swc-date is 11/08/21 02:11 +0000

double-check-file:
     [echo] ${env.ROYALE_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:
     [echo] swc-date is 11/08/21 02:11 +0000

double-check-file:
     [echo] ${env.ROYALE_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:
     [echo] swc-date is 11/08/21 02:11 +0000

double-check-file:
     [echo] ${env.ROYALE_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:
     [echo] swc-date is 11/08/21 02:11 +0000

double-check-file:
     [echo] ${env.ROYALE_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:
     [echo] swc-date is 11/08/21 02:11 +0000

double-check-file:
     [echo] ${env.ROYALE_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:
     [echo] swc-date is 11/08/21 02:11 +0000

double-check-file:
     [echo] ${env.ROYALE_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:
     [echo] swc-date is 11/08/21 02:11 +0000

double-check-file:
     [echo] ${env.ROYALE_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:
     [echo] swc-date is 11/08/21 02:11 +0000

fail-if-not-found:

preprocess:

externc:
     [java] Math parameters not found!  0
     [java] Reflect parameters not found!  0
     [java] Atomics parameters not found!  0
     [java] Intl parameters not found!  0
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] 4.5234975 seconds

postprocess:

compc:
     [copy] Copying 1 file to C:\jenkins\workspace\royale-typedefs\js\target
     [java] args:
     [java] +royalelib=externs/frameworks
     [java] -targets=SWF
     [java] 
-load-config=C:\jenkins\workspace\royale-typedefs\js/target/compile-as-config.xml
     [java] -metadata.date=11/08/21 02:11 +0000
     [java] -metadata.dateFormat=MM/dd/yy HH:mm Z
     [java] -output=C:\jenkins\workspace\royale-typedefs\js/target/js.swc
     [java] target:SWF
     [java] COMPC
     [java] Loading configuration: 
C:\jenkins\workspace\royale-typedefs\js\target\compile-as-config.xml
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] #
     [java] # There is insufficient memory for the Java Runtime Environment to 
continue.
     [java] # Native memory allocation (malloc) failed to allocate 1066816 
bytes for Chunk::new
     [java] # An error report file with more information is saved as:
     [java] # C:\jenkins\workspace\royale-typedefs\js\hs_err_pid4700.log
     [java] #
     [java] # Compiler replay data is saved as:
     [java] # C:\jenkins\workspace\royale-typedefs\js\replay_pid4700.log

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-asjs_jsonly/ws/build.xml>:1969:
 The following error occurred while executing this line:
C:\jenkins\workspace\royale-typedefs\build.xml:62: The following error occurred 
while executing this line:
C:\jenkins\workspace\royale-typedefs\js\build.xml:231: Java returned: 1

Total time: 6 minutes 45 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Reply via email to