You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by ap...@gmail.com on 2018/12/26 07:31:25 UTC

Build failed in Jenkins: royale-compiler #643

See <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/643/display/redirect?page=changes>

Changes:

[aharui] try to fix JSOnly test

------------------------------------------
[...truncated 160.87 KB...]
    [junit] 
    [junit] ASDateTests_date
    [junit] tzoffset is 0
    [junit] GMT is GMT-0800
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASDateTests6373480927261789762.as> 
    [junit] 
    [junit] 594 bytes written to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASDateTests6373480927261789762.swf> in 0.067 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit] 
    [junit] ASDateTests_day
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASDateTests1315363273294464091.as> 
    [junit] 
    [junit] After compile:
    [junit] Property day is read-only.
    [junit] 
    [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.468 sec
    [junit] Running as.ASExpressionTests
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASExpressionTests3754523984731187141.as> 
    [junit] 
    [junit] <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASDateTests1315363273294464091.as(12)>: col: 1 Error: Property day is read-only.
    [junit] 
    [junit] date.day += 1;
    [junit] ^
    [junit] 
    [junit] 597 bytes written to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASExpressionTests3754523984731187141.swf> in 0.087 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit] 
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASExpressionTests3326234506508495740.as> 
    [junit] 
    [junit] 609 bytes written to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASExpressionTests3326234506508495740.swf> in 0.091 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit] 
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASExpressionTests5184410951875006871.as> 
    [junit] 
    [junit] 662 bytes written to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASExpressionTests5184410951875006871.swf> in 0.097 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit] 
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.329 sec
    [junit] Running as.ASInheritanceTests
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASInheritanceTests8081869144564539851.as> 
    [junit] 
    [junit] After compile:
    [junit] No default constructor found in base class A.
    [junit] 
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASInheritanceTests3334972314611895744.as> 
    [junit] 
    [junit] <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASInheritanceTests8081869144564539851.as(21)>: col: 1 Error: No default constructor found in base class A.
    [junit] 
    [junit] class B extends A {}
    [junit] ^
    [junit] 
    [junit] <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASInheritanceTests3334972314611895744.as(22)>: col: 1 Error: No default constructor found in base class A.
    [junit] 
    [junit] public function B() {}
    [junit] ^
    [junit] 
    [junit] After compile:
    [junit] No default constructor found in base class A.
    [junit] 
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASInheritanceTests1897343219996771140.as> 
    [junit] 
    [junit] After compile:
    [junit] Cannot override an interface method.  Method text conflicts with a method in base interface A.
    [junit] 
    [junit] <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASInheritanceTests1897343219996771140.as(22)>: col: 1 Error: Cannot override an interface method.  Method text conflicts with a method in base interface A.
    [junit] 
    [junit] function get text():String;
    [junit] ^
    [junit] 
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASInheritanceTests839952964924063684.as> 
    [junit] 
    [junit] 610 bytes written to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASInheritanceTests839952964924063684.swf> in 0.081 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit] 
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec
    [junit] Running as.ASKeywordTests
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests1213410752048894437.as> 
    [junit] 
    [junit] 674 bytes written to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests1213410752048894437.swf> in 0.083 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit] 
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests2287451491568400781.as> 
    [junit] 
    [junit] 644 bytes written to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests2287451491568400781.swf> in 0.065 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit] 
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests9050103959925083065.as> 
    [junit] 
    [junit] 641 bytes written to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests9050103959925083065.swf> in 0.067 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit] 
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests1323727841660878978.as> 
    [junit] 
    [junit] 640 bytes written to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests1323727841660878978.swf> in 0.071 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit] 
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests1630772527284720444.as> 
    [junit] 
    [junit] 628 bytes written to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests1630772527284720444.swf> in 0.065 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit] 
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests782760913843391947.as> 
    [junit] 
    [junit] 610 bytes written to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests782760913843391947.swf> in 0.065 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit] 
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests2804444718257879913.as> 
    [junit] 
    [junit] 578 bytes written to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests2804444718257879913.swf> in 0.085 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit] 
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests8639828183486732173.as> 
    [junit] 
    [junit] 632 bytes written to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests8639828183486732173.swf> in 0.058 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit] 
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests2821004271277743886.as> 
    [junit] 
    [junit] 577 bytes written to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests2821004271277743886.swf> in 0.062 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit] 
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests6345329218441663422.as> 
    [junit] 
    [junit] 579 bytes written to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests6345329218441663422.swf> in 0.077 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit] 
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests2592201904406528647.as> 
    [junit] 
    [junit] 644 bytes written to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests2592201904406528647.swf> in 0.060 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit] 
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests1520776945798529091.as> 
    [junit] 
    [junit] 627 bytes written to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests1520776945798529091.swf> in 0.060 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit] 
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests5511669362856507744.as> 
    [junit] 
    [junit] 580 bytes written to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests5511669362856507744.swf> in 0.056 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit] 
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests4848704199161811029.as> 
    [junit] 
    [junit] 698 bytes written to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASKeywordTests4848704199161811029.swf> in 0.069 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit] 
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.198 sec
    [junit] Running as.ASNamespaceTests
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASNamespaceTests2011371749271517311.as> 
    [junit] 
    [junit] 597 bytes written to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASNamespaceTests2011371749271517311.swf> in 0.065 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit] 
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASNamespaceTests3514466828354500516.as> 
    [junit] 
    [junit] 671 bytes written to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASNamespaceTests3514466828354500516.swf> in 0.062 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit] 
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-externc/target/js.swc> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASNamespaceTests5483184967785822425.as> 
    [junit] 
    [junit] 611 bytes written to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/target/junit-temp/ASNamespaceTests5483184967785822425.swf> in 0.079 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit] 
    [junit] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.271 sec
    [junit] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xmx512m

BUILD FAILED
<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/build.xml>:80: The following error occurred while executing this line:
<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/build.xml>:711: The following error occurred while executing this line:
<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/src/test/build.xml>:307: Tests failed

Total time: 1 minute 13 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xmx512m
Build step 'Invoke Ant' marked build as failure
Recording test results

Re: Jenkins build is back to normal : royale-compiler #644

Posted by Carlos Rovira <ca...@apache.org>.
Hi Alex,

for this kind of changes with many commits and changes that could requiere
some days of work and testing, hope you could do in a branch and then merge
to develop as you finally get it to work, if not develop will be broken. I
think we always should try to keep develop as stable as possible, this
could be not always possible since all of us can introduce a change in a
single commit that break things, but for the current closure changes this
seems the most secure.

In my case, I have a script that sync and build daily and is currently
failing, this makes me  need to check what's happening and reset the latest
17 commits in develop and adjust script to avoid syncing.

Hope you see it as a good plan for future.

Thanks!

Carlos



El mié., 26 dic. 2018 a las 8:57, <ap...@gmail.com> escribió:

> See <
> http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/644/display/redirect?page=changes
> >
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Jenkins build is back to normal : royale-compiler #644

Posted by ap...@gmail.com.
See <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/644/display/redirect?page=changes>