You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/10/05 14:48:10 UTC

Build failed in Jenkins: Wicket » wicket-9.x #176

See <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/176/display/redirect?page=changes>

Changes:

[Matt Pavlovich] WICKET-6999 Update bundle plugin to support slf4j [1.7,3)


------------------------------------------
[...truncated 87.97 KB...]
[ERROR] 	private final DefaultListableBeanFactory beanFactory;
[ERROR] 	              ^
[ERROR]   symbol:   class DefaultListableBeanFactory
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:83: error: cannot find symbol
[ERROR] 	public Object getBean(final String name) throws BeansException
[ERROR] 	                                                ^
[ERROR]   symbol:   class BeansException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:89: error: cannot find symbol
[ERROR] 	public Object getBean(final String name, final Object... args) throws BeansException
[ERROR] 	                                                                      ^
[ERROR]   symbol:   class BeansException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:96: error: cannot find symbol
[ERROR] 	public <T> T getBean(String name, Class<T> requiredType) throws BeansException
[ERROR] 	                                                                ^
[ERROR]   symbol:   class BeansException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:103: error: cannot find symbol
[ERROR] 	public <T> Map<String, T> getBeansOfType(Class<T> type) throws BeansException
[ERROR] 	                                                               ^
[ERROR]   symbol:   class BeansException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:109: error: cannot find symbol
[ERROR] 	public <T> T getBean(Class<T> requiredType) throws BeansException
[ERROR] 	                                                   ^
[ERROR]   symbol:   class BeansException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:115: error: cannot find symbol
[ERROR] 	public <T> T getBean(Class<T> requiredType, Object... objects) throws BeansException
[ERROR] 	                                                                      ^
[ERROR]   symbol:   class BeansException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:121: error: cannot find symbol
[ERROR] 	public <T> ObjectProvider<T> getBeanProvider(Class<T> aClass)
[ERROR] 	           ^
[ERROR]   symbol:   class ObjectProvider
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:127: error: cannot find symbol
[ERROR] 	public <T> ObjectProvider<T> getBeanProvider(ResolvableType resolvableType)
[ERROR] 	                                             ^
[ERROR]   symbol:   class ResolvableType
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:127: error: cannot find symbol
[ERROR] 	public <T> ObjectProvider<T> getBeanProvider(ResolvableType resolvableType)
[ERROR] 	           ^
[ERROR]   symbol:   class ObjectProvider
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:134: error: cannot find symbol
[ERROR] 		throws BeansException
[ERROR] 		       ^
[ERROR]   symbol:   class BeansException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:146: error: cannot find symbol
[ERROR] 	public ApplicationContext getParent()
[ERROR] 	       ^
[ERROR]   symbol:   class ApplicationContext
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:164: error: cannot find symbol
[ERROR] 	public void publishEvent(final ApplicationEvent event)
[ERROR] 	                               ^
[ERROR]   symbol:   class ApplicationEvent
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:194: error: cannot find symbol
[ERROR] 	public <T> ObjectProvider<T> getBeanProvider(final Class<T> aClass, final boolean b) {
[ERROR] 	           ^
[ERROR]   symbol:   class ObjectProvider
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:199: error: cannot find symbol
[ERROR] 	public <T> ObjectProvider<T> getBeanProvider(final ResolvableType resolvableType, final boolean b) {
[ERROR] 	                                                   ^
[ERROR]   symbol:   class ResolvableType
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:199: error: cannot find symbol
[ERROR] 	public <T> ObjectProvider<T> getBeanProvider(final ResolvableType resolvableType, final boolean b) {
[ERROR] 	           ^
[ERROR]   symbol:   class ObjectProvider
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:204: error: cannot find symbol
[ERROR] 	public String[] getBeanNamesForType(ResolvableType resolvableType)
[ERROR] 	                                    ^
[ERROR]   symbol:   class ResolvableType
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:210: error: cannot find symbol
[ERROR] 	public String[] getBeanNamesForType(ResolvableType resolvableType, boolean includeNonSingletons, boolean allowEagerInit)
[ERROR] 	                                    ^
[ERROR]   symbol:   class ResolvableType
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:230: error: cannot find symbol
[ERROR] 		boolean allowEagerInit) throws BeansException
[ERROR] 		                               ^
[ERROR]   symbol:   class BeansException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:248: error: cannot find symbol
[ERROR] 	public boolean isSingleton(final String name) throws NoSuchBeanDefinitionException
[ERROR] 	                                                     ^
[ERROR]   symbol:   class NoSuchBeanDefinitionException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:254: error: cannot find symbol
[ERROR] 	public Class<?> getType(final String name) throws NoSuchBeanDefinitionException
[ERROR] 	                                                  ^
[ERROR]   symbol:   class NoSuchBeanDefinitionException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:260: error: cannot find symbol
[ERROR] 	public Class<?> getType(String name, boolean allowFactoryBeanInit) throws NoSuchBeanDefinitionException
[ERROR] 	                                                                          ^
[ERROR]   symbol:   class NoSuchBeanDefinitionException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:266: error: cannot find symbol
[ERROR] 	public String[] getAliases(final String name) throws NoSuchBeanDefinitionException
[ERROR] 	                                                     ^
[ERROR]   symbol:   class NoSuchBeanDefinitionException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:272: error: cannot find symbol
[ERROR] 	public BeanFactory getParentBeanFactory()
[ERROR] 	       ^
[ERROR]   symbol:   class BeanFactory
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:286: error: cannot find symbol
[ERROR] 		throws NoSuchMessageException
[ERROR] 		       ^
[ERROR]   symbol:   class NoSuchMessageException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:292: error: cannot find symbol
[ERROR] 	public String getMessage(final MessageSourceResolvable resolvable, final Locale locale)
[ERROR] 	                               ^
[ERROR]   symbol:   class MessageSourceResolvable
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:293: error: cannot find symbol
[ERROR] 		throws NoSuchMessageException
[ERROR] 		       ^
[ERROR]   symbol:   class NoSuchMessageException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:299: error: cannot find symbol
[ERROR] 	public Resource[] getResources(final String locationPattern) throws IOException
[ERROR] 	       ^
[ERROR]   symbol:   class Resource
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:305: error: cannot find symbol
[ERROR] 	protected void refreshBeanFactory() throws BeansException, IllegalStateException {
[ERROR] 	                                           ^
[ERROR]   symbol:   class BeansException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:313: error: cannot find symbol
[ERROR] 	public ConfigurableListableBeanFactory getBeanFactory() throws IllegalStateException {
[ERROR] 	       ^
[ERROR]   symbol:   class ConfigurableListableBeanFactory
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:318: error: cannot find symbol
[ERROR] 	public Resource getResource(final String location)
[ERROR] 	       ^
[ERROR]   symbol:   class Resource
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:324: error: cannot find symbol
[ERROR] 	public AutowireCapableBeanFactory getAutowireCapableBeanFactory() throws IllegalStateException
[ERROR] 	       ^
[ERROR]   symbol:   class AutowireCapableBeanFactory
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:336: error: cannot find symbol
[ERROR] 	public boolean isPrototype(final String name) throws NoSuchBeanDefinitionException
[ERROR] 	                                                     ^
[ERROR]   symbol:   class NoSuchBeanDefinitionException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:342: error: cannot find symbol
[ERROR] 	public boolean isTypeMatch(String s, ResolvableType resolvableType) throws NoSuchBeanDefinitionException
[ERROR] 	                                     ^
[ERROR]   symbol:   class ResolvableType
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:342: error: cannot find symbol
[ERROR] 	public boolean isTypeMatch(String s, ResolvableType resolvableType) throws NoSuchBeanDefinitionException
[ERROR] 	                                                                           ^
[ERROR]   symbol:   class NoSuchBeanDefinitionException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:349: error: cannot find symbol
[ERROR] 		throws NoSuchBeanDefinitionException
[ERROR] 		       ^
[ERROR]   symbol:   class NoSuchBeanDefinitionException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/injection/annot/SpringComponentInjector.java>:63: error: cannot find symbol
[ERROR] 	private static MetaDataKey<ApplicationContext> CONTEXT_KEY = new MetaDataKey<>()
[ERROR] 	                           ^
[ERROR]   symbol:   class ApplicationContext
[ERROR]   location: class SpringComponentInjector
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/injection/annot/SpringComponentInjector.java>:90: error: cannot find symbol
[ERROR] 	public SpringComponentInjector(final WebApplication webapp, final ApplicationContext ctx)
[ERROR] 	                                                                  ^
[ERROR]   symbol:   class ApplicationContext
[ERROR]   location: class SpringComponentInjector
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/injection/annot/SpringComponentInjector.java>:107: error: cannot find symbol
[ERROR] 	public SpringComponentInjector(final WebApplication webapp, final ApplicationContext ctx,
[ERROR] 	                                                                  ^
[ERROR]   symbol:   class ApplicationContext
[ERROR]   location: class SpringComponentInjector
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/injection/annot/SpringComponentInjector.java>:170: error: cannot find symbol
[ERROR] 	private static ApplicationContext getDefaultContext(final WebApplication webapp)
[ERROR] 	               ^
[ERROR]   symbol:   class ApplicationContext
[ERROR]   location: class SpringComponentInjector
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/injection/annot/SpringComponentInjector.java>:188: error: cannot find symbol
[ERROR] 	public static void setDefaultContext(final WebApplication webapp, ApplicationContext context)
[ERROR] 	                                                                  ^
[ERROR]   symbol:   class ApplicationContext
[ERROR]   location: class SpringComponentInjector
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/injection/annot/SpringComponentInjector.java>:147: error: cannot find symbol
[ERROR] 		private transient ApplicationContext context;
[ERROR] 		                  ^
[ERROR]   symbol:   class ApplicationContext
[ERROR]   location: class ContextLocator
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/injection/annot/SpringComponentInjector.java>:152: error: cannot find symbol
[ERROR] 		public ApplicationContext getSpringContext()
[ERROR] 		       ^
[ERROR]   symbol:   class ApplicationContext
[ERROR]   location: class ContextLocator
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/injection/annot/AnnotProxyFieldValueFactory.java>:41: error: cannot access AbstractBeanDefinition
[ERROR] import org.springframework.beans.factory.support.AbstractBeanDefinition;
[ERROR]                                                 ^
[ERROR]   bad class file: /home/jenkins/.m2/repository/org/springframework/spring-beans/6.0.0-M2/spring-beans-6.0.0-M2.jar(/org/springframework/beans/factory/support/AbstractBeanDefinition.class)
[ERROR]     class file has wrong version 61.0, should be 55.0
[ERROR]     Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/injection/annot/AnnotProxyFieldValueFactory.java>:225: error: cannot find symbol
[ERROR] 	private String getBeanNameOfClass(final ApplicationContext ctx, final Class<?> clazz,
[ERROR] 	                                        ^
[ERROR]   symbol:   class ApplicationContext
[ERROR]   location: class AnnotProxyFieldValueFactory
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/injection/annot/AnnotProxyFieldValueFactory.java>:303: error: cannot find symbol
[ERROR] 	public BeanDefinition getBeanDefinition(final ConfigurableListableBeanFactory beanFactory,
[ERROR] 	                                              ^
[ERROR]   symbol:   class ConfigurableListableBeanFactory
[ERROR]   location: class AnnotProxyFieldValueFactory
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/injection/annot/AnnotProxyFieldValueFactory.java>:303: error: cannot find symbol
[ERROR] 	public BeanDefinition getBeanDefinition(final ConfigurableListableBeanFactory beanFactory,
[ERROR] 	       ^
[ERROR]   symbol:   class BeanDefinition
[ERROR]   location: class AnnotProxyFieldValueFactory
[ERROR] 
[ERROR] Command line was: /usr/local/asfpackages/java/adoptium-jdk-11.0.16.1+1/bin/javadoc -J-Xmx256m -J-Xms128m --no-module-directories @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '<https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/target/site/apidocs'> dir.
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure
Publishing Javadoc

Jenkins build is back to normal : Wicket » wicket-9.x #179

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/179/display/redirect?page=changes>


Build failed in Jenkins: Wicket » wicket-9.x #178

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/178/display/redirect?page=changes>

Changes:

[Andrea Del Bene] toString() reflect the actual variable name


------------------------------------------
[...truncated 378.76 KB...]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.markup.html.list.TableTest
[INFO] Running org.apache.wicket.markup.html.list.SimpleTableTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.wicket.markup.html.list.SimpleTableTest
[INFO] Running org.apache.wicket.markup.html.form.FormWithMultipleButtonsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.apache.wicket.markup.html.form.FormWithMultipleButtonsTest
[INFO] Running org.apache.wicket.markup.html.form.imagebutton.ImageButtonTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.apache.wicket.markup.html.form.imagebutton.ImageButtonTest
[INFO] Running org.apache.wicket.markup.html.form.imagebutton.InvalidImageButtonTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.markup.html.form.imagebutton.InvalidImageButtonTest
[INFO] Running org.apache.wicket.markup.html.form.ListMultipleChoiceTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.apache.wicket.markup.html.form.ListMultipleChoiceTest
[INFO] Running org.apache.wicket.markup.html.form.AutoFormLabelPickupTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s - in org.apache.wicket.markup.html.form.AutoFormLabelPickupTest
[INFO] Running org.apache.wicket.markup.html.form.login.InterceptTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s - in org.apache.wicket.markup.html.form.login.InterceptTest
[INFO] Running org.apache.wicket.markup.html.form.RadioGroupTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s - in org.apache.wicket.markup.html.form.RadioGroupTest
[INFO] Running org.apache.wicket.markup.html.form.FormComponentPanelProcessingTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.apache.wicket.markup.html.form.FormComponentPanelProcessingTest
[INFO] Running org.apache.wicket.markup.html.form.CheckBoxMultipleChoiceTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.apache.wicket.markup.html.form.CheckBoxMultipleChoiceTest
[INFO] Running org.apache.wicket.markup.html.form.FormMethodMismatchTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.437 s - in org.apache.wicket.markup.html.form.FormMethodMismatchTest
[INFO] Running org.apache.wicket.markup.html.form.TextFieldTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in org.apache.wicket.markup.html.form.TextFieldTest
[INFO] Running org.apache.wicket.markup.html.form.PasswordTextFieldTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.markup.html.form.PasswordTextFieldTest
[INFO] Running org.apache.wicket.markup.html.form.AutoLabelLabelProviderLocatorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.apache.wicket.markup.html.form.AutoLabelLabelProviderLocatorTest
[INFO] Running org.apache.wicket.markup.html.form.OnValidateModelObjectsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.apache.wicket.markup.html.form.OnValidateModelObjectsTest
[INFO] Running org.apache.wicket.markup.html.form.FormValidationDisabledFormComponentTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.apache.wicket.markup.html.form.FormValidationDisabledFormComponentTest
[INFO] Running org.apache.wicket.markup.html.form.formComponentPanel.SimplePageTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.apache.wicket.markup.html.form.formComponentPanel.SimplePageTest
[INFO] Running org.apache.wicket.markup.html.form.AutoLabelTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s - in org.apache.wicket.markup.html.form.AutoLabelTest
[INFO] Running org.apache.wicket.markup.html.form.NumberTextFieldTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.apache.wicket.markup.html.form.NumberTextFieldTest
[INFO] Running org.apache.wicket.markup.html.form.RadioChoiceTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.apache.wicket.markup.html.form.RadioChoiceTest
[INFO] Running org.apache.wicket.markup.html.form.EscapeAttributesInChoicesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.apache.wicket.markup.html.form.EscapeAttributesInChoicesTest
[INFO] Running org.apache.wicket.markup.html.form.FormComponentTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.apache.wicket.markup.html.form.FormComponentTest
[INFO] Running org.apache.wicket.markup.html.form.AbstractTextComponentConvertEmptyStringsToNullTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.apache.wicket.markup.html.form.AbstractTextComponentConvertEmptyStringsToNullTest
[INFO] Running org.apache.wicket.markup.html.form.LocalizedErrorMessageTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s - in org.apache.wicket.markup.html.form.LocalizedErrorMessageTest
[INFO] Running org.apache.wicket.markup.html.form.validation.FormValidatorBehaviorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.apache.wicket.markup.html.form.validation.FormValidatorBehaviorTest
[INFO] Running org.apache.wicket.markup.html.form.validation.HomePageTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 s - in org.apache.wicket.markup.html.form.validation.HomePageTest
[INFO] Running org.apache.wicket.markup.html.form.validation.innerfeedback.InnerFeedbackTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.apache.wicket.markup.html.form.validation.innerfeedback.InnerFeedbackTest
[INFO] Running org.apache.wicket.markup.html.form.PrimitiveTypeRequiredTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.markup.html.form.PrimitiveTypeRequiredTest
[INFO] Running org.apache.wicket.markup.html.form.NestedFormsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.apache.wicket.markup.html.form.NestedFormsTest
[INFO] Running org.apache.wicket.markup.html.form.upload.FileUploadFieldTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in org.apache.wicket.markup.html.form.upload.FileUploadFieldTest
[INFO] Running org.apache.wicket.markup.html.form.upload.FileUploadTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.apache.wicket.markup.html.form.upload.FileUploadTest
[INFO] Running org.apache.wicket.markup.html.form.upload.MultiFileUploadFieldTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.apache.wicket.markup.html.form.upload.MultiFileUploadFieldTest
[INFO] Running org.apache.wicket.markup.html.form.upload.FileUploadErrorTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.465 s - in org.apache.wicket.markup.html.form.upload.FileUploadErrorTest
[INFO] Running org.apache.wicket.markup.html.form.upload.FileUploadServletPartTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.apache.wicket.markup.html.form.upload.FileUploadServletPartTest
[INFO] Running org.apache.wicket.markup.html.form.EnumChoiceRendererTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.markup.html.form.EnumChoiceRendererTest
[INFO] Running org.apache.wicket.markup.html.form.CheckGroupTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s - in org.apache.wicket.markup.html.form.CheckGroupTest
[INFO] Running org.apache.wicket.markup.html.form.NestedFormSubmitTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 s - in org.apache.wicket.markup.html.form.NestedFormSubmitTest
[INFO] Running org.apache.wicket.markup.html.form.DropDownChoiceTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.apache.wicket.markup.html.form.DropDownChoiceTest
[INFO] Running org.apache.wicket.markup.html.form.FormTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s - in org.apache.wicket.markup.html.form.FormTest
[INFO] Running org.apache.wicket.markup.html.form.FormValidationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.apache.wicket.markup.html.form.FormValidationTest
[INFO] Running org.apache.wicket.markup.html.form.ButtonTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.apache.wicket.markup.html.form.ButtonTest
[INFO] Running org.apache.wicket.markup.html.form.TextAreaTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.apache.wicket.markup.html.form.TextAreaTest
[INFO] Running org.apache.wicket.markup.html.form.AutoLabelWithinEnclosureTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.apache.wicket.markup.html.form.AutoLabelWithinEnclosureTest
[INFO] Running org.apache.wicket.markup.html.form.LambdaChoiceRendererTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.markup.html.form.LambdaChoiceRendererTest
[INFO] Running org.apache.wicket.markup.html.form.FormSubmitOrderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.apache.wicket.markup.html.form.FormSubmitOrderTest
[INFO] Running org.apache.wicket.markup.html.form.FormParentDisabledRawInputTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.apache.wicket.markup.html.form.FormParentDisabledRawInputTest
[INFO] Running org.apache.wicket.markup.html.form.ValidatorPropertiesTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.apache.wicket.markup.html.form.ValidatorPropertiesTest
[INFO] Running org.apache.wicket.markup.html.form.feedback.FormFeedbackTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.apache.wicket.markup.html.form.feedback.FormFeedbackTest
[INFO] Running org.apache.wicket.markup.html.form.encryption.CryptTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.markup.html.form.encryption.CryptTest
[INFO] Running org.apache.wicket.markup.html.form.AutoLabelWithContentTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.apache.wicket.markup.html.form.AutoLabelWithContentTest
[INFO] Running org.apache.wicket.markup.html.form.DisabledItemRetainingCheckBoxTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in org.apache.wicket.markup.html.form.DisabledItemRetainingCheckBoxTest
[INFO] Running org.apache.wicket.markup.html.form.FormMultiPartTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.apache.wicket.markup.html.form.FormMultiPartTest
[INFO] Running org.apache.wicket.markup.html.form.CollectionFormComponentTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.wicket.markup.html.form.CollectionFormComponentTest
[INFO] Running org.apache.wicket.markup.html.form.SubmitLinkTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.apache.wicket.markup.html.form.SubmitLinkTest
[INFO] Running org.apache.wicket.markup.html.form.FormSubmitTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.49 s - in org.apache.wicket.markup.html.form.FormSubmitTest
[INFO] Running org.apache.wicket.markup.html.navigation.paging.PagingNavigationLinkTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.markup.html.navigation.paging.PagingNavigationLinkTest
[INFO] Running org.apache.wicket.markup.html.navigation.paging.PagingNavigationIncrementLinkTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.markup.html.navigation.paging.PagingNavigationIncrementLinkTest
[INFO] Running org.apache.wicket.markup.html.debug.WicketComponentTreeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.wicket.markup.html.debug.WicketComponentTreeTest
[INFO] Running org.apache.wicket.markup.html.media.MediaTagsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.apache.wicket.markup.html.media.MediaTagsTest
[INFO] Running org.apache.wicket.markup.html.autolink.AutoLinkInPanelsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.wicket.markup.html.autolink.AutoLinkInPanelsTest
[INFO] Running org.apache.wicket.markup.html.autolink.AutolinkTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.apache.wicket.markup.html.autolink.AutolinkTest
[INFO] Running org.apache.wicket.markup.html.SecurePackageResourceGuardTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.wicket.markup.html.SecurePackageResourceGuardTest
[INFO] Running org.apache.wicket.markup.html.PackageResourceGuardTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.markup.html.PackageResourceGuardTest
[INFO] Running org.apache.wicket.markup.html.tags.InputTagNotClosedTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.apache.wicket.markup.html.tags.InputTagNotClosedTest
[INFO] Running org.apache.wicket.markup.html.header.testing2.HeaderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.wicket.markup.html.header.testing2.HeaderTest
[INFO] Running org.apache.wicket.markup.html.header.testing.HeaderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.wicket.markup.html.header.testing.HeaderTest
[INFO] Running org.apache.wicket.markup.html.header.threelayers2.InheritanceHeadTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.wicket.markup.html.header.threelayers2.InheritanceHeadTest
[INFO] Running org.apache.wicket.markup.html.header.threelayers.InheritanceHeadTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.wicket.markup.html.header.threelayers.InheritanceHeadTest
[INFO] Running org.apache.wicket.markup.html.header.testing3.HeaderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.wicket.markup.html.header.testing3.HeaderTest
[INFO] Running org.apache.wicket.markup.html.header.HeaderScopingTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.wicket.markup.html.header.HeaderScopingTest
[INFO] Running org.apache.wicket.markup.html.header.inheritance.InheritanceHeadTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.wicket.markup.html.header.inheritance.InheritanceHeadTest
[INFO] Running org.apache.wicket.markup.html.XmlDeclResponseTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.apache.wicket.markup.html.XmlDeclResponseTest
[INFO] Running org.apache.wicket.markup.html.border.ComponentBorderTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.apache.wicket.markup.html.border.ComponentBorderTest
[INFO] Running org.apache.wicket.markup.html.WebPageTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.markup.html.WebPageTest
[INFO] Running org.apache.wicket.markup.html.panel.FencedFeedbackPanelTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 s - in org.apache.wicket.markup.html.panel.FencedFeedbackPanelTest
[INFO] Running org.apache.wicket.markup.html.panel.PanelTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.apache.wicket.markup.html.panel.PanelTest
[INFO] Running org.apache.wicket.markup.html.panel.FeedbackPanelTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.apache.wicket.markup.html.panel.FeedbackPanelTest
[INFO] Running org.apache.wicket.markup.html.panel.FragmentTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.apache.wicket.markup.html.panel.FragmentTest
[INFO] Running org.apache.wicket.markup.RefreshingViewOnRemoveTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.markup.RefreshingViewOnRemoveTest
[INFO] Running org.apache.wicket.markup.MarkupTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.wicket.markup.MarkupTest
[INFO] Running org.apache.wicket.markup.MarkupVariationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s - in org.apache.wicket.markup.MarkupVariationTest
[INFO] Running org.apache.wicket.ComponentTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.apache.wicket.ComponentTest
[INFO] Running org.apache.wicket.stateless.StatelessComponentTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.apache.wicket.stateless.StatelessComponentTest
[INFO] Running org.apache.wicket.stateless.TemporarySessionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.apache.wicket.stateless.TemporarySessionTest
[INFO] Running org.apache.wicket.stateless.pages.RefreshStatelessPageTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.stateless.pages.RefreshStatelessPageTest
[INFO] Running org.apache.wicket.stateless.pages.StatelessFormTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.apache.wicket.stateless.pages.StatelessFormTest
[INFO] Running org.apache.wicket.stateless.ImageStatelessTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.stateless.ImageStatelessTest
[INFO] Running org.apache.wicket.stateless.StatelessPageWithFeedbackTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.apache.wicket.stateless.StatelessPageWithFeedbackTest
[INFO] Running org.apache.wicket.stateless.StatelessDynmicLinksTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.wicket.stateless.StatelessDynmicLinksTest
[INFO] Running org.apache.wicket.stateless.StatelessFormUrlTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.apache.wicket.stateless.StatelessFormUrlTest
[INFO] Running org.apache.wicket.stateless.StatelessFormTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s - in org.apache.wicket.stateless.StatelessFormTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   ModelToStringTest.loadableDetachableModel:125 expected: <true> but was: <false>
[INFO] 
[ERROR] Tests run: 2187, Failures: 1, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Wicket Parent 9.12.0-SNAPSHOT ...................... SUCCESS [01:02 min]
[INFO] Wicket Util 9.12.0-SNAPSHOT ........................ SUCCESS [ 48.690 s]
[INFO] Wicket Request 9.12.0-SNAPSHOT ..................... SUCCESS [ 28.140 s]
[INFO] Wicket Core 9.12.0-SNAPSHOT ........................ FAILURE [03:08 min]
[INFO] Wicket 9.12.0-SNAPSHOT ............................. SKIPPED
[INFO] Wicket Extensions 9.12.0-SNAPSHOT .................. SKIPPED
[INFO] Wicket Development Utilities 9.12.0-SNAPSHOT ....... SKIPPED
[INFO] Wicket IoC common code 9.12.0-SNAPSHOT ............. SKIPPED
[INFO] Wicket CDI 9.12.0-SNAPSHOT ......................... SKIPPED
[INFO] Wicket Spring Integration 9.12.0-SNAPSHOT .......... SKIPPED
[INFO] Wicket Velocity 9.12.0-SNAPSHOT .................... SKIPPED
[INFO] Wicket Auth Roles 9.12.0-SNAPSHOT .................. SKIPPED
[INFO] Wicket Guice Integration 9.12.0-SNAPSHOT ........... SKIPPED
[INFO] Wicket JMX 9.12.0-SNAPSHOT ......................... SKIPPED
[INFO] Wicket Objects Sizeof Agent 9.12.0-SNAPSHOT ........ SKIPPED
[INFO] Wicket Bean Validation 9.12.0-SNAPSHOT ............. SKIPPED
[INFO] Wicket Native WebSocket Parent 9.12.0-SNAPSHOT ..... SKIPPED
[INFO] Wicket Native WebSocket Core 9.12.0-SNAPSHOT ....... SKIPPED
[INFO] Wicket Native WebSocket Javax 9.12.0-SNAPSHOT ...... SKIPPED
[INFO] Wicket Examples 9.12.0-SNAPSHOT .................... SKIPPED
[INFO] Wicket-Experimental 9.12.0-SNAPSHOT ................ SKIPPED
[INFO] Wicket Http/2 0.23-SNAPSHOT ........................ SKIPPED
[INFO] Wicket Http/2 Core 0.23-SNAPSHOT ................... SKIPPED
[INFO] Wicket Http/2 Jetty 9.3+ 0.23-SNAPSHOT ............. SKIPPED
[INFO] Wicket Http/2 Servlet 4 0.23-SNAPSHOT .............. SKIPPED
[INFO] Wicket Http/2 Tomcat 8.5+ 0.23-SNAPSHOT ............ SKIPPED
[INFO] Wicket Http/2 Undertow 2+ 0.23-SNAPSHOT ............ SKIPPED
[INFO] Wicket Metrics 0.24-SNAPSHOT ....................... SKIPPED
[INFO] Wicket Quickstart Archetype 9.12.0-SNAPSHOT ........ SKIPPED
[INFO] Wicket Common Tests 9.12.0-SNAPSHOT ................ SKIPPED
[INFO] Wicket JavaScript Tests 9.12.0-SNAPSHOT ............ SKIPPED
[INFO] Wicket User Guide 9.12.0-SNAPSHOT .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  05:30 min
[INFO] Finished at: 2022-10-07T08:52:58Z
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "buildbot" could not be activated because it does not exist.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5:test (default-test) on project wicket-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-core/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :wicket-core
Build step 'Invoke top-level Maven targets' marked build as failure
Publishing Javadoc

Build failed in Jenkins: Wicket » wicket-9.x #177

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/177/display/redirect?page=changes>

Changes:

[Matt Pavlovich] WICKET-6999 Update bundle plugin to support slf4j [1.7,3)


------------------------------------------
GitHub pull request #540 to apache/wicket
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on jenkins-shared-arm6 (arm) in workspace <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
The recommended git tool is: NONE
using credential 5f95d117-af3b-452a-9e5c-4bddb22a67f4
Cloning the remote Git repository
Cloning repository https://github.com/apache/wicket.git
 > git init <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/> # timeout=10
Fetching upstream changes from https://github.com/apache/wicket.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
using GIT_ASKPASS to set credentials ASF CI for Github PRs etc
 > git fetch --tags --force --progress -- https://github.com/apache/wicket.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/wicket.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git config core.sparsecheckout # timeout=10
 > git checkout -f origin/master # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master origin/master # timeout=10
  Opening connection
    Done: 0
  Counting objects
    Done: 193
  Finding sources
    Done: 193
  Getting sizes
    Done: 147
  Compressing objects
    Done: 214056
  Writing objects
    Done: 193
  remote: Resolving deltas
  remote: Updating references
Merging refs/tags/changes/177
 > git rev-parse refs/tags/changes/177^{commit} # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials ASF CI for Github PRs etc
 > git merge a5863f4aa710fd933c7e32ce2ef1e6f96fd45f48 # timeout=10
 > git rev-parse master^{commit} # timeout=10
Checking out Revision 4f77164cca283825fdc4922fcaabdea769487759 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f77164cca283825fdc4922fcaabdea769487759 # timeout=10
Commit message: "Merge commit 'a5863f4aa710fd933c7e32ce2ef1e6f96fd45f48'"
 > git rev-parse origin/master^{commit} # timeout=10
 > git rev-list --no-walk 860ce7578f59f12ff2a065011b1b9c0c94db30db # timeout=10
[wicket-9.x] $ /home/jenkins/tools/maven/latest3/bin/mvn clean deploy -Pjs-test -Pguide -Pbuildbot javadoc:aggregate-no-fork
The JAVA_HOME environment variable is not defined correctly,
this environment variable is needed to run this program.
Build step 'Invoke top-level Maven targets' marked build as failure
Publishing Javadoc