fatal: couldn't find remote ref main error: pathspec 'main' did not match any file(s) known to git Cloning into 'Badge List Add-on'... $ mvn versions:set-property -Dproperty=vaadin.version -DnewVersion=25.2.4 -DgenerateBackupPoms=false -B --no-transfer-progress java 25-tem is already installed. Using java version 25-tem in this shell. [INFO] Scanning for projects... [INFO] [INFO] -----------< com.flowingcode.vaadin.addons:badge-list-addon >----------- [INFO] Building Badge List Add-on 2.1.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set-property (default-cli) @ badge-list-addon --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.877 s [INFO] Finished at: 2026-07-29T06:58:44Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set -DnewVersion=25.2.4 -DartifactId=vaadin-bom -DgenerateBackupPoms=false -B --no-transfer-progress java 25-tem is already installed. Using java version 25-tem in this shell. [INFO] Scanning for projects... [INFO] [INFO] -----------< com.flowingcode.vaadin.addons:badge-list-addon >----------- [INFO] Building Badge List Add-on 2.1.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set (default-cli) @ badge-list-addon --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on [INFO] Processing change of com.flowingcode.vaadin.addons:vaadin-bom:2.1.0-SNAPSHOT -> 25.2.4 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.695 s [INFO] Finished at: 2026-07-29T06:58:49Z [INFO] ------------------------------------------------------------------------ $ mvn clean verify -B --no-transfer-progress java 25-tem is already installed. Using java version 25-tem in this shell. [INFO] Scanning for projects... [INFO] [INFO] -----------< com.flowingcode.vaadin.addons:badge-list-addon >----------- [INFO] Building Badge List Add-on 2.1.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ badge-list-addon --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ badge-list-addon --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- vaadin:25.2.4:prepare-frontend (default) @ badge-list-addon --- [WARNING] Property 'frontend.hotdeploy' is deprecated, please use 'vaadin.frontend.hotdeploy' instead. [INFO] ClassFinder initialized: 73 urls, 5150 classes scanned, 31 annotation types cached, 958 subtype relationships cached, took 689ms [INFO] Visited 106 classes. Took 186 ms. [INFO] Copying frontend resources from jar files ... [INFO] Visited 82 resources. Took 87 ms. [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ badge-list-addon --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 1 source file with javac [debug target 21] to target/classes [WARNING] location of system modules is not set in conjunction with -source 21 not setting the location of system modules may lead to class files that cannot run on JDK 21 --release 21 is recommended instead of -source 21 -target 21 because it sets the location of system modules automatically [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ badge-list-addon --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ badge-list-addon --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 13 source files with javac [debug target 21] to target/test-classes [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/StyledBadgesDemo.java: Some input files use or override a deprecated API. [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/StyledBadgesDemo.java: Recompile with -Xlint:deprecation for details. [INFO] Some messages have been simplified; recompile with -Xdiags:verbose to get full output [INFO] ------------------------------------------------------------- [WARNING] COMPILATION WARNING : [INFO] ------------------------------------------------------------- [WARNING] location of system modules is not set in conjunction with -source 21 not setting the location of system modules may lead to class files that cannot run on JDK 21 --release 21 is recommended instead of -source 21 -target 21 because it sets the location of system modules automatically [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/it/ViewIT.java:[60,50] first() in com.vaadin.testbench.ElementQuery has been deprecated and marked for removal [INFO] 2 warnings [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/BadgeListDemo.java:[40,20] invalid method reference cannot find symbol symbol: method getFirstName() location: class com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/BadgeListDemo.java:[41,20] invalid method reference cannot find symbol symbol: method getLastName() location: class com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/BadgeListDemo.java:[45,17] cannot find symbol symbol: method getRoles() location: variable person of type com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/BadgeListDemo.java:[50,20] invalid method reference cannot find symbol symbol: method getEmailAddress() location: class com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/BadgeListDemo.java:[51,20] invalid method reference cannot find symbol symbol: method getPhoneNumber() location: class com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/BadgeListDemo.java:[55,20] invalid method reference cannot find symbol symbol: method getTitle() location: class com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/ReadOnlyBinderDemo.java:[70,28] invalid method reference cannot find symbol symbol: method getFirstName() location: class com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/ReadOnlyBinderDemo.java:[70,50] invalid method reference cannot find symbol symbol: method setFirstName() location: class com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/ReadOnlyBinderDemo.java:[71,27] invalid method reference cannot find symbol symbol: method getLastName() location: class com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/ReadOnlyBinderDemo.java:[71,48] invalid method reference cannot find symbol symbol: method setLastName() location: class com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/ReadOnlyBinderDemo.java:[97,68] cannot find symbol symbol: method getRoles() location: variable person of type com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/ReadOnlyBinderDemo.java:[99,17] cannot find symbol symbol: method setRoles(java.util.ArrayList) location: variable person of type com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/ReadOnlyBinderDemo.java:[111,20] cannot find symbol symbol: method getRoles() location: variable person of type com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/ReadOnlyBinderDemo.java:[112,47] no suitable constructor found for Badge(java.lang.Object) constructor com.vaadin.flow.component.badge.Badge.Badge(java.lang.String) is not applicable (argument mismatch; java.lang.Object cannot be converted to java.lang.String) constructor com.vaadin.flow.component.badge.Badge.Badge(com.vaadin.flow.component.Component) is not applicable (argument mismatch; java.lang.Object cannot be converted to com.vaadin.flow.component.Component) constructor com.vaadin.flow.component.badge.Badge.Badge(com.vaadin.flow.signals.Signal) is not applicable (argument mismatch; java.lang.Object cannot be converted to com.vaadin.flow.signals.Signal) [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/TestData.java:[33,18] cannot find symbol symbol: method builder() location: class com.flowingcode.vaadin.addons.badgelist.Person [INFO] 15 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.047 s [INFO] Finished at: 2026-07-29T06:59:03Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:testCompile (default-testCompile) on project badge-list-addon: Compilation failure: Compilation failure: [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/BadgeListDemo.java:[40,20] invalid method reference [ERROR] cannot find symbol [ERROR] symbol: method getFirstName() [ERROR] location: class com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/BadgeListDemo.java:[41,20] invalid method reference [ERROR] cannot find symbol [ERROR] symbol: method getLastName() [ERROR] location: class com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/BadgeListDemo.java:[45,17] cannot find symbol [ERROR] symbol: method getRoles() [ERROR] location: variable person of type com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/BadgeListDemo.java:[50,20] invalid method reference [ERROR] cannot find symbol [ERROR] symbol: method getEmailAddress() [ERROR] location: class com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/BadgeListDemo.java:[51,20] invalid method reference [ERROR] cannot find symbol [ERROR] symbol: method getPhoneNumber() [ERROR] location: class com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/BadgeListDemo.java:[55,20] invalid method reference [ERROR] cannot find symbol [ERROR] symbol: method getTitle() [ERROR] location: class com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/ReadOnlyBinderDemo.java:[70,28] invalid method reference [ERROR] cannot find symbol [ERROR] symbol: method getFirstName() [ERROR] location: class com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/ReadOnlyBinderDemo.java:[70,50] invalid method reference [ERROR] cannot find symbol [ERROR] symbol: method setFirstName() [ERROR] location: class com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/ReadOnlyBinderDemo.java:[71,27] invalid method reference [ERROR] cannot find symbol [ERROR] symbol: method getLastName() [ERROR] location: class com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/ReadOnlyBinderDemo.java:[71,48] invalid method reference [ERROR] cannot find symbol [ERROR] symbol: method setLastName() [ERROR] location: class com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/ReadOnlyBinderDemo.java:[97,68] cannot find symbol [ERROR] symbol: method getRoles() [ERROR] location: variable person of type com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/ReadOnlyBinderDemo.java:[99,17] cannot find symbol [ERROR] symbol: method setRoles(java.util.ArrayList) [ERROR] location: variable person of type com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/ReadOnlyBinderDemo.java:[111,20] cannot find symbol [ERROR] symbol: method getRoles() [ERROR] location: variable person of type com.flowingcode.vaadin.addons.badgelist.Person [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/ReadOnlyBinderDemo.java:[112,47] no suitable constructor found for Badge(java.lang.Object) [ERROR] constructor com.vaadin.flow.component.badge.Badge.Badge(java.lang.String) is not applicable [ERROR] (argument mismatch; java.lang.Object cannot be converted to java.lang.String) [ERROR] constructor com.vaadin.flow.component.badge.Badge.Badge(com.vaadin.flow.component.Component) is not applicable [ERROR] (argument mismatch; java.lang.Object cannot be converted to com.vaadin.flow.component.Component) [ERROR] constructor com.vaadin.flow.component.badge.Badge.Badge(com.vaadin.flow.signals.Signal) is not applicable [ERROR] (argument mismatch; java.lang.Object cannot be converted to com.vaadin.flow.signals.Signal) [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/TestData.java:[33,18] cannot find symbol [ERROR] symbol: method builder() [ERROR] location: class com.flowingcode.vaadin.addons.badgelist.Person [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