Yes - I've grown accustomed to the emails being too truncated to be helpful, 
but I do have that set of tests fixed, and am slowly running the other tests in 
the build to be sure that I haven't broken anything else. This shouldn't affect 
the gwt distribution artifacts, provided all tests pass, but we can discuss 
cutting yet another release if someone feels strongly about this. My current 
position is that if all tests pass, we can release as-is, does that seem 
reasonable?

-Colin

-- 
 Colin Alworth
 [email protected]



On Sun, May 3, 2020, at 10:23 AM, Thomas Broyer wrote:
> 
> 
> On Sunday, May 3, 2020 at 3:37:30 PM UTC+2, Colin Alworth wrote:
>> The build is failing again, two days in a row, and since this is shortly 
>> after the jsinterop-annotation change, there is concern that this failure is 
>> a result of that change. Can a googler look into this, or grant us the 
>> ability to do so?
> 
> From https://groups.google.com/d/topic/gwt-maintainers/cFtUrCzbTd4/discussion,
> 
>> compile.tests:
>>  [mkdir] Created dir: 
>> <http://build.gwtproject.org/job/gwt/ws/build/out/dev/bin-test>
>> [gwt.javac] Compiling 1427 source files to 
>> <http://build.gwtproject.org/job/gwt/ws/build/out/dev/bin-test>
>> [gwt.javac] Note: Some input files use or override a deprecated API.
>> [gwt.javac] Note: Recompile with -Xlint:deprecation for details.
>> [gwt.javac] Note: Some input files use unchecked or unsafe operations.
>> [gwt.javac] Note: Recompile with -Xlint:unchecked for details.
>> [gwt.javac] Creating empty 
>> <http://build.gwtproject.org/job/gwt/ws/build/out/dev/bin-test/com/google/gwt/core/linker/package-info.class>
>> [gwt.javac] Creating empty 
>> <http://build.gwtproject.org/job/gwt/ws/build/out/dev/bin-test/com/google/gwt/util/tools/shared/package-info.class>
>> [gwt.javac] Creating empty 
>> <http://build.gwtproject.org/job/gwt/ws/build/out/dev/bin-test/com/google/gwt/core/ext/soyc/package-info.class>
>> [gwt.javac] Creating empty 
>> <http://build.gwtproject.org/job/gwt/ws/build/out/dev/bin-test/com/google/gwt/dev/javac/typemodel/package-info.class>
>> [gwt.javac] Creating empty 
>> <http://build.gwtproject.org/job/gwt/ws/build/out/dev/bin-test/com/google/gwt/util/tools/package-info.class>
>> [gwt.javac] Creating empty 
>> <http://build.gwtproject.org/job/gwt/ws/build/out/dev/bin-test/com/google/gwt/core/ext/package-info.class>
>> [gwt.javac] Creating empty 
>> <http://build.gwtproject.org/job/gwt/ws/build/out/dev/bin-test/com/google/gwt/core/ext/typeinfo/package-info.class>
>> [gwt.javac] Creating empty 
>> <http://build.gwtproject.org/job/gwt/ws/build/out/dev/bin-test/com/google/gwt/util/package-info.class>
>> [gwt.javac] Creating empty 
>> <http://build.gwtproject.org/job/gwt/ws/build/out/dev/bin-test/com/google/gwt/core/ext/linker/package-info.class>
>> [gwt.javac] Creating empty 
>> <http://build.gwtproject.org/job/gwt/ws/build/out/dev/bin-test/com/google/gwt/util/regexfilter/package-info.class>
>> [gwt.javac] Compiling 3792 source files to 
>> <http://build.gwtproject.org/job/gwt/ws/build/out/dev/bin-test>
>> [gwt.javac] 
>> <http://build.gwtproject.org/job/gwt/ws/user/super/com/google/gwt/emul/javaemul/internal/ArrayHelper.java>:18:
>>  error: package jsinterop.annotations does not exist
>> [gwt.javac] import jsinterop.annotations.JsPackage;
>> [gwt.javac] ^
>> [gwt.javac] 
>> <http://build.gwtproject.org/job/gwt/ws/user/super/com/google/gwt/emul/javaemul/internal/ArrayHelper.java>:19:
>>  error: package jsinterop.annotations does not exist
>> [gwt.javac] import jsinterop.annotations.JsProperty;
>> [gwt.javac] ^
>> [gwt.javac] 
>> <http://build.gwtproject.org/job/gwt/ws/user/super/com/google/gwt/emul/javaemul/internal/ArrayHelper.java>:20:
>>  error: package jsinterop.annotations does not exist
>> [gwt.javac] import jsinterop.annotations.JsType;
>> [gwt.javac] ^
>> [gwt.javac] 
>> <http://build.gwtproject.org/job/gwt/ws/user/super/com/google/gwt/emul/javaemul/internal/ArrayHelper.java>:95:
>>  error: cannot find symbol
>> [gwt.javac] @JsType(isNative = true, name = "Function", namespace = 
>> JsPackage.GLOBAL)
>> [gwt.javac] ^
>> [gwt.javac] symbol: class JsType
>> [gwt.javac] location: class ArrayHelper
>> [gwt.javac] 
>> <http://build.gwtproject.org/job/gwt/ws/user/super/com/google/gwt/emul/javaemul/internal/NativeArray.java>:19:
>>  error: package jsinterop.annotations does not exist
>> [gwt.javac] import jsinterop.annotations.JsFunction;
>> [gwt.javac] ^
>> [gwt.javac] 
>> <http://build.gwtproject.org/job/gwt/ws/user/super/com/google/gwt/emul/javaemul/internal/NativeArray.java>:20:
>>  error: package jsinterop.annotations does not exist
>> [gwt.javac] import jsinterop.annotations.JsType;
>> [gwt.javac] ^
>> [gwt.javac] 
>> <http://build.gwtproject.org/job/gwt/ws/user/super/com/google/gwt/emul/javaemul/internal/NativeArray.java>:25:
>>  error: cannot find symbol
>> [gwt.javac] @JsType(isNative = true, name = "Array", namespace = "<window>")
>> [gwt.javac] ^
>> [gwt.javac] symbol: class JsType
>> [gwt.javac] 
>> <http://build.gwtproject.org/job/gwt/ws/user/super/com/google/gwt/emul/javaemul/internal/NativeArray.java>:30:
>>  error: cannot find symbol
>> [gwt.javac] @JsFunction
>> [gwt.javac] ^
>> [gwt.javac] symbol: class JsFunction
>> [gwt.javac] location: class NativeArray
>> [gwt.javac] 
>> <http://build.gwtproject.org/job/gwt/ws/user/super/com/google/gwt/emul/javaemul/internal/JsUtils.java>:20:
>>  error: package jsinterop.annotations does not exist
>> [gwt.javac] import jsinterop.annotations.JsMethod;
>> [gwt.javac] ^
>> [gwt.javac] 
>> <http://build.gwtproject.org/job/gwt/ws/user/super/com/google/gwt/emul/javaemul/internal/ArrayHelper.java>:95:
>>  error: cannot find symbol
>> [gwt.javac] @JsType(isNative = true, name = "Function", namespace = 
>> JsPackage.GLOBAL)
>> [gwt.javac] ^
>> [gwt.javac] symbol: variable JsPackage
>> [gwt.javac] location: class ArrayHelper
>> [gwt.javac] 
>> <http://build.gwtproject.org/job/gwt/ws/user/super/com/google/gwt/emul/javaemul/internal/ArrayHelper.java>:100:
>>  error: cannot find symbol
>> [gwt.javac] @JsProperty(name = "Array.prototype.splice", namespace = 
>> "<window>")
>> [gwt.javac] ^
>> [gwt.javac] symbol: class JsProperty
>> [gwt.javac] location: class ArrayHelper
>> [gwt.javac] 
>> <http://build.gwtproject.org/job/gwt/ws/user/super/com/google/gwt/emul/javaemul/internal/JsUtils.java>:28:
>>  error: cannot find symbol
>> [gwt.javac] @JsMethod(namespace = "<window>", name = "Date.now")
>> [gwt.javac] ^
>> [gwt.javac] symbol: class JsMethod
>> [gwt.javac] location: class JsUtils
>> [gwt.javac] 
>> <http://build.gwtproject.org/job/gwt/ws/user/super/com/google/gwt/emul/javaemul/internal/JsUtils.java>:31:
>>  error: cannot find symbol
>> [gwt.javac] @JsMethod(namespace = "<window>")
>> [gwt.javac] ^
>> [gwt.javac] symbol: class JsMethod
>> [gwt.javac] location: class JsUtils
>> [gwt.javac] 
>> <http://build.gwtproject.org/job/gwt/ws/user/super/com/google/gwt/emul/javaemul/internal/JsUtils.java>:34:
>>  error: cannot find symbol
>> [gwt.javac] @JsMethod(namespace = "<window>", name = "typeof")
>> [gwt.javac] ^
>> [gwt.javac] symbol: class JsMethod
>> [gwt.javac] location: class JsUtils
>> [gwt.javac] Note: Some input files use or override a deprecated API.
>> [gwt.javac] Note: Recompile with -Xlint:deprecation for details.
>> [gwt.javac] 14 errors
>> 
>> BUILD FAILED
>> <http://build.gwtproject.org/job/gwt/ws/build.xml>:148: The following error 
>> occurred while executing this line:
>> <http://build.gwtproject.org/job/gwt/ws/build.xml>:27: The following error 
>> occurred while executing this line:
>> <http://build.gwtproject.org/job/gwt/ws/build.xml>:58: The following error 
>> occurred while executing this line:
>> <http://build.gwtproject.org/job/gwt/ws/dev/build.xml>:42: Compile failed; 
>> see the compiler error output for details.
>> 
> 

> --
>  You received this message because you are subscribed to the Google Groups 
> "GWT Contributors" group.
>  To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
>  To view this discussion on the web visit 
> https://groups.google.com/d/msgid/google-web-toolkit-contributors/f7ae1757-26f6-4cb2-80e7-6c2412b841f6%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/google-web-toolkit-contributors/f7ae1757-26f6-4cb2-80e7-6c2412b841f6%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/1bf01591-437f-44bf-b6aa-00be2cc4a858%40www.fastmail.com.

Reply via email to